@charset "UTF-8";
::-moz-placeholder {
  --primary-color: #29235c;
  --primary-variant1-color: var(--primary-color);
  --primary-variant2-color: var(--primary-color);
  --secondary-color: #676d71;
  --light-color: #c8d2ab;
  --grey-color: #b7b7b7;
  --lightgrey-color: #f6f6f6;
  --darkgrey-color: #707070;
  --required-color: #f00;
  --error-color: #f00;
  --disabled-color: #e9e9e9;
  --title-border-color: transparent;
  --title-border-height: 0;
  --font-family: "Uni sans regular";
  --activable-font-family: "Uni sans book";
  --paragraph-font-family: "Uni sans bold";
  --border-radius: 0.3125rem;
  --box-shadow: 0 4px 10px 0 #00000040;
  --notify-info-color: #fff;
  --notify-info-bg-color: #0af;
  --notify-success-color: #fff;
  --notify-success-bg-color: #4caf50;
  --notify-warning-color: #fff;
  --notify-warning-bg-color: #ff0001;
}
body,
::before,
::after,
::placeholder {
  --primary-color: #29235c;
  --primary-variant1-color: var(--primary-color);
  --primary-variant2-color: var(--primary-color);
  --secondary-color: #676d71;
  --light-color: #c8d2ab;
  --grey-color: #b7b7b7;
  --lightgrey-color: #f6f6f6;
  --darkgrey-color: #707070;
  --required-color: #f00;
  --error-color: #f00;
  --disabled-color: #e9e9e9;
  --title-border-color: transparent;
  --title-border-height: 0;
  --font-family: "Uni sans regular";
  --activable-font-family: "Uni sans book";
  --paragraph-font-family: "Uni sans bold";
  --border-radius: 0.3125rem;
  --box-shadow: 0 4px 10px 0 #00000040;
  --notify-info-color: #fff;
  --notify-info-bg-color: #0af;
  --notify-success-color: #fff;
  --notify-success-bg-color: #4caf50;
  --notify-warning-color: #fff;
  --notify-warning-bg-color: #ff0001;
}

h1 {
  position: relative;
}

h1::after {
  background: var(--title-border-color, transparent);
  bottom: -1rem;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

body:not([default]) {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
}

img {
  --width-picture: 200px;
  font-size: 0;
}
img::after {
  aspect-ratio: 1/1;
  content: url("/img/pictureNotFound.svg");
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: var(--width-picture);
}
img::before {
  aspect-ratio: 1/1;
  background-color: #fff;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: -5px;
  width: var(--width-picture);
}

.modal-sail {
  align-items: center;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  inset: 0;
  justify-content: center;
  position: fixed;
  z-index: 1030;
}
.modal-sail .modal-sail-division {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
  height: 95%;
  padding: 50px;
  position: relative;
  width: 55%;
}
@media screen and (max-width: 768px) {
  .modal-sail .modal-sail-division {
    height: 100%;
    width: 100%;
  }
}
.modal-sail .modal-sail-division .modal-sail-division-container {
  margin: 0 -10px;
  max-height: 90%;
  overflow: auto;
  padding: 0 10px;
}
.modal-sail .modal-sail-division .modal-sail-division-button-confirm {
  background-color: var(--primary-button-color, var(--primary-color));
  border: none;
  border-radius: 5px;
  bottom: 25px;
  color: #fff;
  max-width: 65%;
  min-width: 150px;
  padding: 10px;
  position: absolute;
  right: 50px;
  text-transform: uppercase;
}
.modal-sail .modal-sail-division .modal-sail-division-button-cancel {
  background-color: #676d71;
  border: none;
  border-radius: 5px;
  bottom: 25px;
  color: #fff;
  left: 50px;
  max-width: 100%;
  min-width: 150px;
  padding: 10px;
  position: absolute;
  text-transform: uppercase;
}

#sentence-container {
  font-weight: bold;
}

body [meta-title] {
  position: relative;
  /* Tooltip text */
}
body [meta-title]::before, body [meta-title]::after {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
  color: #000;
  font-size: initial;
  left: 50%;
  padding: 5px;
  position: absolute;
  text-align: center;
  visibility: hidden;
  white-space: break-spaces;
  width: 150px;
  z-index: 1;
}
body [meta-title]:hover[meta-title-top]::after {
  bottom: 20px;
  top: inherit;
}
body [meta-title]:hover[meta-title-top]::before {
  top: -15px;
}
body [meta-title]:hover[meta-title-bottom]::after {
  top: 20px;
}
body [meta-title]:hover[meta-title-bottom]::before {
  bottom: -15px;
  top: inherit;
}
body [meta-title]:hover::after {
  content: attr(meta-title);
  top: 20px;
  transform: translateX(-50%);
  visibility: visible;
}
body [meta-title]:hover::before {
  border-radius: 0;
  content: "";
  height: 5px;
  top: 15px;
  transform: translateX(-50%) rotate(45deg);
  visibility: visible;
  width: 5px;
}

.mdl-textfield :not(.has-placeholder, .is-dirty) > input[placeholder]::-moz-placeholder {
  color: transparent;
}

.mdl-textfield :not(.has-placeholder, .is-dirty) > input[placeholder]::placeholder {
  color: transparent;
}
.mdl-textfield.has-placeholder label,
.mdl-textfield input:invalid[placeholder] + label,
.mdl-textfield input:required:valid + label {
  font-size: var(--paragraph-font-size, 12px) !important;
  top: 4px;
  visibility: visible;
}
.mdl-textfield .label.mdl-textfield__label span {
  position: all;
}

.modal-gcu,
.modal-linked-cgp {
  text-align: center;
}
.modal-gcu .flex-button,
.modal-linked-cgp .flex-button {
  justify-content: space-between;
  padding: 0;
}
.modal-gcu .flex-button button,
.modal-linked-cgp .flex-button button {
  margin: 0;
  max-width: 100%;
}

.modal-gcu .modal-dialog {
  max-width: 1000px;
  width: calc(100% - 30px);
}
.modal-gcu .close {
  color: var(--primary-color);
  height: auto;
  padding: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.modal-gcu .close:hover {
  color: var(--secondary-color);
}
.modal-gcu .content {
  border: 2px solid var(--primary-color);
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow, 0 4px 10px 0 rgba(0, 0, 0, 0.2509803922));
  height: 450px;
  margin: 10px 0 25px;
  overflow: auto;
  padding: 15px;
  text-align: left;
  width: 100%;
}

#modal-gcu .modal-content .modal-body {
  font-weight: 400;
}

td label.mdl-checkbox.mdl-js-checkbox, td label.mdl-radio.mdl-js-radio {
  height: 20px;
  left: 50%;
  margin: 0;
  padding-left: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
}

img[src^=https] {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

svg.center {
  display: block;
}

.wrapper-button {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  padding: 15px 0;
  position: relative;
  width: 100%;
}

form .wrapper-button .button-primary-color,
form .wrapper-button .button-secondary-color,
form .wrapper-button button {
  margin: 0 auto;
}

button {
  position: relative;
}

svg.pencil {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 17px;
  width: 16px;
  z-index: 1;
}
svg.valid {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 16px;
}

.svg-path {
  fill: var(--svg-path);
}

.grid-button {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  justify-items: center;
  padding: 0;
}

@media (max-width: 1240px) {
  body .modal-sail .modal-sail-division {
    width: calc(70% - 25px);
  }
}
@media (max-width: 1024px) {
  body .modal-sail .modal-sail-division {
    width: calc(100% - 25px);
  }
}
.shadow-box {
  border-radius: 10px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1607843137);
  margin: 0 10px;
  opacity: 1;
  padding: 2px 8px;
}

.radio-many > div {
  margin-bottom: 35px;
  padding: 0;
  word-break: break-word;
}

.kyc-form-body > div.radio-many,
.radio-many {
  display: inline-block;
  margin-bottom: 35px;
  width: 100%;
}

#fill-select-cgp {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#fill-select-cgp .cgp-box {
  display: inline-block;
  margin: 50px 0;
}
#fill-select-cgp .cgp-box h4 {
  margin: 10px 0 0;
}
#fill-select-cgp .cgp-box span {
  font-weight: 400;
}
#fill-select-cgp .radio-many {
  display: flex;
  flex-direction: column;
}
#fill-select-cgp .radio-many div {
  margin: 0;
}

.header-top {
  display: flex;
  flex-direction: column;
}
.header-top .client-tab-container {
  display: flex;
}
.header-top .client-tab-container > * {
  flex-grow: 1;
}

.flex-container {
  display: flex;
}
.flex-container > * {
  flex: 1 0;
}

.subscription-kpi {
  height: 100%;
}
.subscription-kpi > * {
  text-align: center;
}

.two-grid-columns {
  align-items: end;
  display: grid;
  grid-template: 1fr/6fr 6fr;
}

.client-tab-container .client-tab ~ .client-tab {
  border-left-width: 0;
}

.account a.download-button {
  text-align: left;
}
.account a.download-button:hover {
  text-align: left;
}

.modal-body .additional-text {
  line-height: normal;
}

.radio-many.container-tooltip {
  height: 120px;
}

._row {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
._row > :nth-last-child(1):first-child,
._row > :nth-last-child(1):first-child ~ * {
  width: calc(100% - 0px);
}
._row > :nth-last-child(2):first-child,
._row > :nth-last-child(2):first-child ~ * {
  width: calc(50% - 10px);
}
._row > :nth-last-child(3):first-child,
._row > :nth-last-child(3):first-child ~ * {
  width: calc(33.3333333333% - 13.3333333333px);
}
._row > :nth-last-child(4):first-child,
._row > :nth-last-child(4):first-child ~ * {
  width: calc(25% - 15px);
}
._row > :nth-last-child(5):first-child,
._row > :nth-last-child(5):first-child ~ * {
  width: calc(20% - 16px);
}
._row > :nth-last-child(6):first-child,
._row > :nth-last-child(6):first-child ~ * {
  width: calc(16.6666666667% - 16.6666666667px);
}

@media (max-width: 576px) {
  .mobile-responsive {
    flex-direction: column-reverse;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  #reject,
  #continue {
    margin: 10px auto;
  }
}

._row-1 {
  display: grid;
  gap: 20px;
  grid-template: 1fr/repeat(auto-fit, minmax(calc(100% - 20px), 1fr));
  max-width: 70%;
}

._row-2 {
  display: grid;
  gap: 20px;
  grid-template: 1fr/repeat(auto-fit, minmax(calc(50% - 20px), 1fr));
  max-width: 70%;
}

._row-3 {
  display: grid;
  gap: 20px;
  grid-template: 1fr/repeat(auto-fit, minmax(calc(33.3333333333% - 20px), 1fr));
  max-width: 70%;
}

._row-4 {
  display: grid;
  gap: 20px;
  grid-template: 1fr/repeat(auto-fit, minmax(calc(25% - 20px), 1fr));
  max-width: 70%;
}

._row-5 {
  display: grid;
  gap: 20px;
  grid-template: 1fr/repeat(auto-fit, minmax(calc(20% - 20px), 1fr));
  max-width: 70%;
}

._row-6 {
  display: grid;
  gap: 20px;
  grid-template: 1fr/repeat(auto-fit, minmax(calc(16.6666666667% - 20px), 1fr));
  max-width: 70%;
}

._container-justified {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-left: -20px;
  position: relative;
  width: 100%;
}
._container-justified > * {
  margin-left: 20px;
}

.lottie-box {
  height: auto;
  width: 300px;
}

.input-center-small {
  display: block;
  margin: 0 auto;
  width: min(100%, 350px);
}

.input-center-medium {
  display: block;
  margin: 0 auto;
  width: min(100%, 500px);
}

body .paymentForm {
  --payment-square-width: 370px;
  --payment-square-height: 250px;
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
  justify-content: center;
  position: relative;
}
body .paymentForm .paymentForm__label {
  align-items: center;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(7, 25, 51, 0.25);
  color: #29235c;
  cursor: pointer;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-evenly;
  max-width: var(--payment-square-width);
  min-height: var(--payment-square-height);
  min-width: var(--payment-square-width);
  opacity: 1;
  overflow: hidden;
  transition: 1s flex 0.5s, 1s min-width 0.5s, 1s opacity 0.5s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: var(--payment-square-width);
}
body .paymentForm .paymentForm__label .paymentForm__label__check {
  border: 2px solid #29235c;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  height: 20px;
  justify-content: center;
  width: 20px;
}
body .paymentForm .paymentForm__label > span {
  width: auto;
}
body .paymentForm .paymentForm__label__image {
  align-items: center;
  display: flex;
  height: 70px;
  justify-content: center;
  width: 150px;
}
body .paymentForm .paymentForm__description {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-height: 0;
  min-width: 100%;
  opacity: 0;
  overflow: hidden;
  text-align: center;
  transition: 0.5s max-height 0.5s, 0.5s opacity 0.5s;
}
body .paymentForm .paymentForm__description > ul {
  text-align: start;
}
body .paymentForm .paymentForm__description__display {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 100%;
  text-align: center;
}
body .paymentForm .paymentForm__description__display > ul {
  text-align: start;
}
body .paymentForm .paymentForm__back {
  background: transparent;
  border: none;
  left: calc(50% - (var(--payment-square-width) / 2 + 45px));
  opacity: 0;
  position: absolute;
  top: calc(var(--payment-square-height) / 2 + 5px);
  transform: translateX(-50%) translateY(-50%);
  transition: 0.25s opacity;
}
body .paymentForm input:checked + .paymentForm__label .paymentForm__label__check {
  background-color: #29235c;
}
body .paymentForm input:checked + .paymentForm__label {
  background: rgba(0, 175, 108, 0.2509803922);
}
body .paymentForm:valid .paymentForm__radio:not(:checked) + .paymentForm__label {
  flex: 0;
  min-width: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s flex, 0.5s min-width, 0.5s opacity;
}
body .paymentForm:valid #cheque:checked ~ [data-for=cheque],
body .paymentForm:valid #virement:checked ~ [data-for=virement],
body .paymentForm:valid #payment_online:checked ~ [data-for=payment_online],
body .paymentForm:valid #pea:checked ~ [data-for=pea] {
  max-height: 1000px;
  opacity: 1;
  transition: 0.5s opacity 0.5s, 0.5s max-height 0.5s ease-in-out;
}
body .paymentForm:valid .paymentForm__back {
  opacity: 1;
  transition: 1s opacity 0.5s;
}

/** cancellation */
#cancellation-headband {
  position: fixed;
  left: 0;
  width: 100%;
  background-color: var(--primary-color, black);
  color: white;
  text-align: center;
  padding: 0.625rem;
  z-index: 999;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
#cancellation-headband p {
  max-width: 80rem;
  font-size: 13px;
  margin: auto;
}
#cancellation-headband p i,
#cancellation-headband p svg {
  color: white;
  padding-left: 0.1875rem;
  padding-right: 0.5rem;
}
#cancellation-headband p a {
  color: white;
  text-decoration: underline;
}

/** expiration */
body .expiration-headband {
  background-color: #b1d4ff;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 10px;
  justify-content: center;
  padding: 10px;
}
body .subHeader + .expiration-headband {
  grid-auto-flow: revert;
  padding: 1rem 0 1.25rem;
}
body .expiration-underline {
  cursor: pointer;
  text-decoration: underline;
}
body .expiration-underline:hover {
  text-decoration: underline;
}

.section-button-container {
  display: flex;
  justify-content: space-evenly;
}

body .iti input {
  z-index: 1;
}
body .iti input[type=text], body .iti input[type=tel] {
  z-index: 1;
}

.container {
  margin: 1rem auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

body .header__cross {
  display: none;
}
@media (max-width: 1199px) {
  body .header__burger__container:focus .header__rightContainer,
  body .header__burger__container:focus-within .header__rightContainer {
    align-items: center;
    background-color: var(--primary-color);
    display: flex;
    flex-direction: column;
    gap: 20px;
    inset: 0;
    justify-content: center;
    position: fixed;
    z-index: 1;
  }
  body .header__burger__container:focus + .header__cross,
  body .header__burger__container:focus-within + .header__cross {
    display: block;
    position: fixed;
    right: 25px;
    top: 25px;
    z-index: 2;
  }
  body .header__rightContainer__link,
  body .header__rightContainer__subContainer {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  body .header__rightContainer__link {
    display: flex;
    flex-direction: row;
  }
}
body .kyc-header {
  align-items: center;
  height: 200px;
  justify-content: center;
  width: 100%;
}

form[novalidate].is-invalid input[type=radio]:invalid ~ span {
  border-color: #f00;
}
form[novalidate].is-invalid input:invalid {
  border-color: #f00 !important;
}

.waiting-room-container {
  align-items: center;
  border-radius: var(--border-radius, 0);
  display: flex;
  flex-direction: column;
  max-height: 70%;
}

.waiting-room-sentence {
  font-weight: 100;
  position: relative;
  text-align: center;
  top: 30px;
}

.waiting-room-counter {
  font-size: 2rem;
  font-weight: 100;
  position: absolute;
  top: 42%;
}

.waiting-room-logo {
  animation-delay: 1.2s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-name: waiting-room;
  animation-timing-function: steps(1, start);
  transform: rotateZ(0deg);
}

.home-header {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}

@keyframes waiting-room {
  0% {
    transform: rotateZ(0deg);
  }
  8.333333333333334% {
    transform: rotateZ(30deg);
  }
  16.666666666666668% {
    transform: rotateZ(60deg);
  }
  25% {
    transform: rotateZ(90deg);
  }
  33.333333333333336% {
    transform: rotateZ(120deg);
  }
  41.66666666666667% {
    transform: rotateZ(150deg);
  }
  50% {
    transform: rotateZ(180deg);
  }
  58.333333333333336% {
    transform: rotateZ(210deg);
  }
  66.66666666666667% {
    transform: rotateZ(240deg);
  }
  75% {
    transform: rotateZ(270deg);
  }
  83.33333333333334% {
    transform: rotateZ(300deg);
  }
  91.66666666666667% {
    transform: rotateZ(330deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.subHeaderTitle {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  text-align: center;
  width: 100%;
}

.subHeaderTitleLink {
  color: var(--error-color);
  display: block;
  font-size: 1rem;
  margin-top: 0.5rem;
  text-align: center;
  width: 100%;
}

.inscription {
  display: grid;
  height: -moz-min-content;
  height: min-content;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding: 4rem 150px;
  row-gap: 4rem;
  width: 100%;
}
@media (max-width: 576px) {
  .inscription {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.inscription__heading {
  margin: 0;
  text-align: left;
}

.inscription__selector {
  display: grid;
  gap: 2rem 8rem;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1200px) {
  .inscription__selector {
    grid-template-columns: 1fr;
  }
}

.inscription__selector__button {
  background-color: var(--inscription-selector-button-background, #fff) !important;
  border: 1px solid var(--inscription-selector-button-border-color, var(--primary-color)) !important;
  border-radius: var(--border-radius);
  box-shadow: none;
  color: var(--inscription-selector-button-border-color, var(--primary-color)) !important;
  padding: 1rem 2rem;
  text-transform: uppercase;
  width: 100%;
}
.inscription__selector__button.active, .inscription__selector__button:hover {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}

.inscription__form {
  display: none;
  justify-items: center;
  margin: 0 !important;
  max-width: initial !important;
  row-gap: 3rem;
  width: 100%;
}
.inscription__form.active {
  display: grid !important;
}

.inscription__form__main {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
@media (max-width: 992px) {
  .inscription__form__main {
    grid-template-columns: 1fr;
  }
}

.inscription__form__wmaWrapper {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2rem;
}

.inscription__form__wmaWrapper__radioWrapper {
  display: grid !important;
  margin: 0 !important;
  row-gap: 1rem;
}
.inscription__form__wmaWrapper__radioWrapper .kyc-subtitle {
  margin: 0;
}
.inscription__form__wmaWrapper__radioWrapper .row.dual-radio {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  display: grid;
  grid-auto-flow: column;
  justify-items: center;
}
.inscription__form__wmaWrapper__radioWrapper .col-md-6.col-xs-6 {
  padding: 0;
  width: -moz-min-content;
  width: min-content;
}

.inscription__form__inputWrapper {
  display: grid;
  position: relative;
  row-gap: 0.3rem;
}

.inscription__form__inputWrapper__input {
  border: 1px solid var(--grey-color);
  border-radius: var(--border-radius);
  color: var(--primary-color);
  height: var(--input-height);
  margin: 0;
  padding: 1rem;
}
.inscription__form__inputWrapper__input:disabled {
  cursor: not-allowed;
}

.inscription__riskText {
  width: 100%;
}

.inscription__recommendationWrapper {
  display: grid;
  width: 100%;
}

.inscription__button {
  margin: 0 !important;
  width: -moz-min-content;
  width: min-content;
}

.column-auto {
  display: grid;
  margin: 3rem auto;
  max-width: calc(100% - 30px);
  padding: unset;
}

#montantProjet {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.d-flex {
  display: flex;
}

#orgFondsCol,
#lettreMissionCol {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

body div[data-notify=container] {
  border: none;
  border-radius: 5px;
  z-index: 9999 !important;
}
body div[data-notify=container].alert-info, body div[data-notify=container].alert-success, body div[data-notify=container].alert-warning {
  font-family: inherit;
}
body div[data-notify=container].alert-info, body div[data-notify=container].alert-info button[data-notify=dismiss] {
  background-color: var(--notify-info-bg-color, #0af);
  color: var(--notify-info-color, #fff);
}
body div[data-notify=container].alert-success, body div[data-notify=container].alert-success button[data-notify=dismiss] {
  background-color: var(--notify-success-bg-color);
  color: var(--notify-success-color);
}
body div[data-notify=container].alert-warning, body div[data-notify=container].alert-warning button[data-notify=dismiss] {
  background-color: var(--notify-warning-bg-color);
  color: var(--notify-warning-color);
}
body div[data-notify=container] span[data-notify=icon] {
  font-size: 18px;
  padding-right: 5px;
  position: relative;
  top: 1px;
}
body div[data-notify=container] span[data-notify=message] {
  font-size: 17px;
  padding-right: 5px;
}
body div[data-notify=container] [data-notify=message] li::before {
  background-color: #fff;
  height: 5px;
  width: 5px;
}
body div[data-notify=container] button[data-notify=dismiss] {
  font-weight: 100;
  opacity: 1;
  text-shadow: none;
}

.star-alert {
  color: red;
  display: contents;
}

.f-center-vertical {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.account-cgp {
  display: flex;
}

body:has(.account-cgp) {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
}

body:has(.class-cgp) {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
}

body:has(.account-content-cgp) {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
}

.account-content-cgp {
  border: none;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  width: 100%;
}

.account-content-section-form-title-cgp {
  background-color: var(--primary-color);
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.account-content-section-form-cgp {
  display: grid;
  justify-items: center;
  padding-bottom: 3rem;
  row-gap: 3rem;
  width: 100%;
}

.inscription__selector__button.active,
.inscription__selector__button:hover,
.inscription__selector__button.inscription-button[data-active] {
  background-color: var(--primary-button-color, var(--primary-color)) !important;
  border: 1px solid var(--secondary-color) !important;
  color: #fff !important;
  font-family: var(--bold-font-family);
}

button.inscription {
  margin-top: 2rem;
}

#section-dof .mdl-checkbox {
  height: auto;
}

.portrait.portrait-content-button button.invest {
  width: 100%;
}

.account-content-section-container {
  align-items: center;
  display: flex;
  justify-content: space-around;
  width: 100%;
}
@media (max-width: 1199px) {
  .account-content-section-container {
    flex-direction: column;
    gap: 2rem;
  }
}

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

.client-table-area,
#client-table {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

#infos-client-cgp .account-content-section-form .form__inner {
  padding: 0 0.9375rem 3rem;
}

#cgp-client-files {
  display: grid;
  margin-bottom: 3rem;
  gap: 8px;
}

.table-container {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.j-between {
  justify-content: space-between;
}

.projectEmbed .portrait-content-button {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-inline: 0;
}
.projectEmbed .portrait-content-button button.invest {
  margin-bottom: 0.5rem;
  margin-inline: auto;
  width: calc(100% - 1rem);
}
.projectEmbed .portrait-content-button .check {
  padding-inline: 1rem;
}

.levee-header-bottom .levee-header-bottom-container {
  maring-top: 54px;
  top: 0;
}

.levee .box-notif {
  font-size: 0.9rem;
}

@font-face {
  font-family: "Uni sans regular";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/generale/uni-sans-regular.eot");
  src: url("/fonts/generale/uni-sans-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/generale/uni-sans-regular.woff2") format("woff2"), url("/fonts/generale/uni-sans-regular.woff") format("woff"), url("/fonts/generale/uni-sans-regular.ttf") format("truetype"), url("/fonts/generale/uni-sans-regular.svg#open_sansregular") format("svg");
}
@font-face {
  font-family: "Uni sans bold";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/generale/uni-sans-semi-bold.eot");
  src: url("/fonts/generale/uni-sans-semi-bold.eot?#iefix") format("embedded-opentype"), url("/fonts/generale/uni-sans-semi-bold.woff2") format("woff2"), url("/fonts/generale/uni-sans-semi-bold.woff") format("woff"), url("/fonts/generale/uni-sans-semi-bold.ttf") format("truetype"), url("/fonts/generale/uni-sans-semi-bold.svg#open_sanssemibold") format("svg");
}
@font-face {
  font-family: "Uni sans book";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/titre/uni-sans-book.eot");
  src: url("/fonts/titre/uni-sans-book.eot?#iefix") format("embedded-opentype"), url("/fonts/titre/uni-sans-book.woff2") format("woff2"), url("/fonts/titre/uni-sans-book.woff") format("woff"), url("/fonts/bold/uni-sans-book.ttf") format("truetype"), url("/fonts/bold/Uni sans book-regular-webfont.svg#Uni sans bookregular") format("svg");
}
/* width */
::-webkit-scrollbar {
  border-radius: var(--border-radius);
  width: 1rem;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: var(--border-radius);
  width: 1rem;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: var(--primary-color, #000);
  border-radius: var(--border-radius);
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  width: 1rem;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: var(--secondary-color, #000);
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

#contact_img .text,
#about_img .text,
#map_img .text,
.content_error p,
.content_error p,
html body strong,
.text button[type=submit],
.levee-container .levee-bottom-name,
.levee-container .number,
.levee-container .pourcent,
.levee-container .fiscalite,
form button[type=submit] {
  font-family: "Uni sans bold", Helvetica, Arial, Verdana, Tahoma, sans-serif;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .title,
body #typed,
body .typed-cursor,
body .Uni sans book,
html body .nav-pills > li > a {
  text-transform: uppercase;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .title,
body #typed,
body .typed-cursor,
body .Uni sans book,
html body .nav-pills > li > a,
body .modal-content,
.profile {
  color: #29235c;
  font-family: "Uni sans book", sans-serif;
}

html body,
#kyc-header * {
  font-family: "Uni sans regular", sans-serif;
}

body p,
body span,
body ul {
  line-height: 22px;
}

/************************************************************ FIN Fonts ************************************************************/
/************************************************************ Background color set ************************************************************/
.navbar.navbar-fixed-top.fixed-theme,
#presse .press_content .base,
button[data-toggle=collapse] span[class=icon-bar],
body .modal-content,
body #investissement .modal-content,
body .btn-info,
body .btn-info:hover,
body .btn-info:focus,
body .btn-info:active,
body .btn-info.active,
body .open > .dropdown-toggle.btn-info,
.sticky.sticky_space.nav-bar,
.element,
.dropdown-content {
  background-color: #fff;
}

#kyc-header .progress,
.levee-container .fiscalite,
.levee-container .bar .pourcent_bar,
#financement .bar .pourcent_bar,
.header .mdl-textfield__label::after,
#compte_img .profile,
button.invest:hover,
button.next:hover,
html body .header button.button {
  background-color: #29235c;
}

#kyc-header,
.kyc-body label.btn.btn-default.active,
.btn-blueTylia,
.center_picto::before,
.center_picto::after,
.dropdown-content span:hover,
.dropdown-content a:hover,
button.colorprimButton:hover,
button.prev:hover,
html body input[type=button],
input[type=reset],
input[type=submit],
body .mdl-textfield__label::after,
body .mdl-textfield__label::before,
.title-underline::after,
body .mdl-checkbox__ripple-container .mdl-ripple,
body .mdl-radio__ripple-container .mdl-ripple,
body .mdl-radio__inner-circle,
body .ui-datepicker .ui-datepicker-header,
body .mdl-checkbox.is-checked .mdl-checkbox__tick-outline,
body .ui-datepicker select.ui-datepicker-year,
body .mdl-textfield.is-invalid .mdl-textfield__label::after,
body .pagination > .active > a,
body .pagination > .active > a:focus,
body .pagination > .active > a:hover,
body .pagination > .active > span,
body .pagination > .active > span:focus,
body .pagination > .active > span:hover {
  background-color: #676d71;
  color: #fff;
}

#tabKYC #kyc-prev,
#tabKYC #nextKYC,
#tabKYC #kyc-submit,
html .nav > li > a:hover:not(#connexion),
html .nav > li > a:focus:not(#connexion),
html .nav > li > a:hover:not(#inscrire),
html .nav > li > a:focus:not(#inscrire),
html .nav > li > a:hover:not(#compte),
html .nav > li > a:focus:not(#compte),
html .nav > li > a:hover:not(#logout),
html .nav > li > a:focus:not(#logout),
html .nav > li > a.active,
html .nav > li > a#connexion,
html .nav > li > a#compte,
html .nav > li > a#inscrire,
html .nav > li > a#logout,
html .nav > li > a#inscrire:hover,
html .nav > li > a#inscrire:focus,
html .nav > li > a#logout:hover,
html .nav > li > a#logout:focus,
html .nav > li > a#connexion:hover,
html .nav > li > a#connexion:focus,
html .nav > li > a#compte:hover,
html .nav > li > a#compte:focus,
body .btn-info.active.focus,
body .btn-info.active:focus,
body .btn-info.active:hover,
body .btn-info:active.focus,
body .btn-info:active:focus,
body .btn-info:active:hover,
body .open > .dropdown-toggle.btn-info.focus,
body .open > .dropdown-toggle.btn-info:focus,
body .open > .dropdown-toggle.btn-info:hover,
html body button.button,
button.invest,
button.next,
div#accordion .panel-default > .panel-heading {
  background-color: transparent;
}

#kyc-header .bar {
  background-color: rgba(255, 255, 255, 0.62);
}

.levee-container .bar .pourcent_bar.success,
#financement .bar .pourcent_bar.success {
  background-color: #1fa055;
}

/************************************************************ FIN background color set ************************************************************/
/************************************************************ Color set ************************************************************/
#presse .title,
.levee-container .domaine,
body .mdl-textfield__label,
body .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label,
body .mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
body .mdl-textfield--floating-label.is-focused .mdl-textfield__label,
#soon .slick-prev::before,
#soon .slick-next::before,
#presse .slick-next::before,
#presse .slick-prev::before,
#documents ul li h4::before,
#capital_s::before,
#domaine + p#techno::before,
.j_restant::before,
.contenu1 .derriere,
.contenuCard .derriere,
body .mdl-textfield--floating-label.is-invalid .mdl-textfield__label,
body .mdl-textfield__error,
button.colorprimButton,
button.prev {
  color: #676d71;
}

#soon .title {
  color: #fff;
}

html .pills_project .nav.nav-pills > li > a:hover:not(#connexion),
body .pills_project .nav.nav-pills > li.active > a {
  color: #29235c;
}

#tabKYC #kyc-prev:hover i,
.colorsecond,
#presse .press_content .base .bottom_content span:hover i,
button.invest,
button.next,
#documents ul li:hover h4::before {
  color: #29235c;
}

.header .text input[type=text]::-moz-placeholder, footer input[type=text]::-moz-placeholder {
  color: #fff;
}

.kyc-body label.btn.btn-default.active,
#kyc-header *,
.btn-blueTylia,
body .close,
.levee-container .fiscalite,
input[type=radio] + label,
.header .text input[type=text]::placeholder,
.header .text input[type=text]::input-placeholder,
.division.bandeaufin,
html body input[type=button],
input[type=reset],
input[type=submit],
#presse.division,
footer,
footer button[type=submit],
footer input[type=text]::placeholder,
footer input[type=text]::input-placeholder,
.division.bandeaufin,
.levee-container .domaine,
.dropdown-content span:hover,
.dropdown-content a:hover span {
  color: #fff;
}

body .nav-pills > li.active > a,
body .nav-pills > li.active > a:hover,
body .nav-pills > li.active > a:focus,
body .nav.nav-pills > li > a,
body .nav.nav-pills.pills_compte > li > a,
.panel-heading .profile,
html #exTab1 .panel-group .panel.panel-default .content,
html #exTab1 .panel-group .panel.panel-default .levee-details,
body .btn-info,
body .btn-info:hover,
body .btn-info:focus body .btn-info:active,
body .btn-info.active,
body .open > .dropdown-toggle.btn-info,
.dropdown-content span,
.dropdown-content a,
.navbar-fixed-top.fixed-theme *,
.navbar-fixed-top.fixed-theme span[class=icon-bar],
.header .text button[type=submit],
header .text button[type=submit],
#transitiontoevent:hover,
.gray,
.thumbnail p,
#presse .press_content .base,
footer #social,
html body .nav.nav-pills > li > a,
body .nav.nav-pills > li > a,
body .modal-content,
body #investissement .modal-content {
  color: #000;
}

html .nav > li > a:hover:not(#connexion),
html .nav > li > a:focus:not(#connexion),
html .nav > li > a:hover:not(#inscrire),
html .nav > li > a:focus:not(#inscrire),
html .nav > li > a:hover:not(#compte),
html .nav > li > a:focus:not(#compte),
html .nav > li > a:hover:not(#logout),
html .nav > li > a:focus:not(#logout),
html .nav > li > a.active,
body a:hover,
body a:focus,
body a {
  color: inherit;
  text-decoration: none;
}

footer #social i.fa-facebook-square:hover {
  color: #3b5998;
}

footer #social i.fa-twitter-square:hover {
  color: #4099ff;
}

footer #social i.fa-linkedin-square:hover {
  color: #007bb6;
}

table.dataTable thead .sorting_asc::before,
table.dataTable thead .sorting_desc::before {
  color: #383838;
}

table.dataTable thead .sorting::before {
  color: #ddd;
}

/************************************************************ Fin Color set ************************************************************/
/************************************************************ Border set ************************************************************/
/* html .nav > li > a.active, */
html .nav > li > a#inscrire,
html .nav > li > a#inscrire:hover,
html .nav > li > a#inscrire:focus,
html .nav > li > a#compte,
html .nav > li > a#compte:hover,
html .nav > li > a#compte:focus,
#tabKYC #kyc-submit,
.header .text button[type=submit],
button.next,
button.next:hover,
html body .header button.button {
  border: 2px solid #676d71;
}

button.invest {
  border: 2px solid #29235c;
}

#tabKYC #nextKYC,
html .nav > li > a#connexion,
html .nav > li > a#connexion:hover,
html .nav > li > a#connexion:focus,
html .nav > li > a#logout,
html .nav > li > a#logout:hover,
html .nav > li > a#logout:focus,
footer button[type=submit],
button.colorprimButton,
button.prev,
button.colorprimButton:hover,
button.prev:hover,
body .mdl-checkbox.is-checked .mdl-checkbox__box-outline,
[name=typepersonne] {
  border: 2px solid #676d71;
}

.levee-container .separate,
#documents,
body .mdl-radio.is-checked .mdl-radio__outer-circle,
body .pagination > .active > a,
body .pagination > .active > a:focus,
body .pagination > .active > a:hover,
body .pagination > .active > span,
body .pagination > .active > span:focus,
body .pagination > .active > span:hover {
  border-color: #676d71;
}

body .nav-pills > li.active,
body .nav-pills > li.active:hover,
body .nav-pills > li.active:focus {
  border-bottom: 2px solid #29235c;
}

.levee-container .separate {
  /* border-bottom-width: 1.5px; */
  /* border-style: none none dashed none; */
  /* opacity: .4; */
  box-shadow: 1px 1px 2px 1px rgba(16, 16, 16, 0.06);
}

div#accordion .panel-default > .panel-heading {
  border: none;
}

/************************************************************ Fin Border set ************************************************************/
/************************************************************ Random ************************************************************/
/************************************************************ ! Attention ajout d'image = commande png et jpg dans le repertoire ************************************************************/
.header_random {
  background-attachment: fixed;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 5px 0;
  height: 70%;
  width: 100%;
}

#bgCommentinvestir {
  background-image: url("/img/commentinvestir.jpg");
}

#bgrandom1 {
  background-image: url("/img/random/1.jpg");
}

#bgrandom2 {
  background-image: url("/img/random/2.jpg");
}

#bgrandom3 {
  background-image: url("/img/random/3.jpg");
}

#bgrandom4 {
  background-image: url("/img/random/4.jpg");
}

#bgrandom5 {
  background-image: url("/img/random/5.jpg");
}

#bgrandom6 {
  background-image: url("/img/random/6.jpg");
}

#bgrandom7 {
  background-image: url("/img/random/7.jpg");
}

#bgrandom7 {
  background-image: url("/img/random/7.jpg");
}

#bgrandom8 {
  background-image: url("/img/random/8.jpg");
}

#bgrandom9 {
  background-image: url("/img/random/9.jpg");
}

#bgrandom10 {
  background-image: url("/img/random/10.jpg");
}

#bgrandom11 {
  background-image: url("/img/random/11.jpg");
}

#bgrandom12 {
  background-image: url("/img/random/12.jpg");
}

/************************************************************ Fin Border set ************************************************************/
/************************************************************ Fin Random ************************************************************/
/************************************************************ ! Attention ajout d'image = commande png et jpg dans le repertoire ************************************************************/
#contact_img,
#partenaire_img,
#about_img,
#bgCommentinvestir,
#partenairescif_img,
#selectprojet_img,
#commentinvestir_img,
#inscription_img,
#question_img,
#ccm_img,
#map_img,
#compte_img {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#header_img,
#header_kycSuccess #header_kycFail #bg_error,
#particles {
  background-attachment: fixed;
  background-image: url("/img/header1.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
  width: 100%;
}

#selectprojet_img,
#partenairescif_img {
  background-position: bottom;
}

#contact_img,
#partenaire_img {
  background-image: url("/img/fondpanneau.jpg");
}

#about_img {
  background-image: url("/img/about.jpg");
  background-position-x: center;
  background-position-y: bottom;
}

#selectprojet_img {
  background-image: url("/img/selectprojet.jpg");
}

#partenairescif_img {
  background-image: url("/img/partenairescif.jpg");
}

#inscription_img {
  background-image: url("/img/joinus.jpg");
  background-position-y: bottom;
}

#question_img {
  background-image: url("/img/fondchamp.jpg");
}

#ccm_img {
  background-image: url("/img/fondchamp.jpg");
}

#map_img {
  background-image: url("/img/map.jpg");
}

#faq_img {
  background-image: url("/img/fondchamp.jpg");
  background-position-y: center;
}

#compte_img {
  background-image: url("/img/fondpanneau.jpg");
  background-position-y: center;
  color: white;
  height: 50%;
  position: relative;
}

#compte_img.pm {
  background-image: linear-gradient(rgba(100, 100, 100, 0.5), rgba(100, 100, 100, 0.5)), url("/img/viaduc.jpg");
}

#compte_img.mandaire {
  background-image: linear-gradient(rgba(100, 100, 100, 0.5), rgba(100, 100, 100, 0.5)), url("/img/viaduc.jpg");
}

#header_img {
  background-image: url("/img/header1.jpg");
}

#header_kycSuccess {
  background: linear-gradient(rgba(100, 100, 100, 0.5), rgba(100, 100, 100, 0.5)), url("/img/business.jpg");
}

#header_kycFail {
  background: linear-gradient(rgba(100, 100, 100, 0.5), rgba(100, 100, 100, 0.5)), url("/img/kycFail.jpg");
}

#bg_error,
#particles {
  background: linear-gradient(rgba(100, 100, 100, 0.5), rgba(100, 100, 100, 0.5)), url("/img/error.jpg");
}

footer {
  background-attachment: fixed;
  /* background-image: url("/img/footer.jpg); " */
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: relative;
}

/************************************************************ Fin Background-image ************************************************************/
/************************************************************ Configurer Header  ************************************************************/
#contact_img .text,
#about_img .text,
#map_img .text {
  color: black;
  font-weight: bold;
}

#about_img .text,
#inscription_img .text,
#selectprojet_img .text,
#partenairescif_img .text {
  color: white;
  text-shadow: 0 1px 7px black;
}

#contact_img,
#about_img,
#inscription_img,
#question_img,
#ccm_img,
#map_img,
#bgCommentinvestir,
#selectprojet_img,
#partenairescif_img,
#commentinvestir_img,
#partenaire_img {
  height: 55%;
  /* box-shadow: 0 0 2px 0px #000; */
}

/************************************************************ Fin Configurer Header ************************************************************/
html img {
  max-width: 100%;
}

*,
::after,
::before {
  box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p,
ul,
span {
  text-align: justify;
}

/************************************************************ Background-image ************************************************************/
/************************************************************ KYC SET ************************************************************/
#kyc-header {
  box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.08);
  padding: 25px;
  position: relative;
}

#kyc-header * {
  display: inline-block;
  margin: 0;
}

#kyc-header h2 {
  font-size: 18px;
}

#kyc-header .bar {
  border-radius: 100px;
  height: 5px;
  margin-left: 10px;
  position: relative;
  width: 100px;
}

/* state */
#kyc-header .progress {
  border-radius: 200px;
  height: 5px;
  max-width: 100%;
  position: absolute;
  transition: 1s;
  width: 6.25%;
}

.kyc-body {
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.08);
  padding: 15px 10px;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

.kyc-body .btn-default {
  border: 1px solid;
  border-width: 0;
  margin-bottom: 15px;
  white-space: initial;
}

.kyc-body .button-checkbox {
  float: left;
}

#tabKYC #nextKYC {
  float: right;
  padding: 10px;
}

#tabKYC #kyc-submit {
  display: none;
  float: right;
  margin-top: 25px;
  padding: 10px;
}

#tabKYC #kyc-prev {
  border: none;
  padding: 10px;
}

#tabKYC #kyc-prev i {
  transition: 0.5s;
}

#tabKYC #kyc-prev,
#tabKYC #nextKYC {
  background-color: #676d71;
  color: #fff;
  margin-top: 25px;
  width: 200px;
}

#tabKYC #nextKYC.slick-disabled,
#tabKYC #kyc-prev.slick-disabled {
  display: none !important;
}

.kyc-body .button-checkbox button.active {
  background-color: #676d71;
  color: #fff;
}

.kyc-body .button-checkbox button {
  border: 1px solid;
  border-width: 0;
  font-size: 15px;
  height: auto;
  margin: 20px 0;
  margin-bottom: 15px;
  max-width: 100%;
  overflow: auto;
  padding: 5px 10px;
  text-align: left;
  white-space: normal;
  word-wrap: break-word;
}

.button-checkbox button {
  font-size: 15px;
  padding: 5px 50px;
}

.hvisble {
  visibility: hidden;
}

#navigateInfo {
  margin-top: 85px;
}

#kyc-header .typed-cursor {
  font-size: 20px;
}

.kyc-body h4.bold {
  display: inline-block;
  font-family: "Uni sans book", sans-serif;
  font-size: 18px;
  text-align: center;
  width: 100%;
}

.kyc-body input {
  border: none;
  border: 2px solid #676d71;
  font-size: 20px;
  height: 40px;
  margin: 16px 0 25px;
  padding: 0;
  padding-left: 5px;
  width: 100%;
}

#idfonctionPolitiquePerso,
#idfonctionPolitiqueFam {
  position: relative;
}

.slick-slide [data-toggle=buttons] {
  margin: 30px 0;
  position: relative;
  z-index: 2;
}

#idfonctionPolitiquePerso,
#idfonctionPolitiqueFam,
#infoTarget,
.fiscalsKyc,
.rdFiscaleDiv {
  display: none;
}

.slick-slide label.form-label {
  text-transform: uppercase;
}

/************************************************************ FIN KYC ************************************************************/
/************************************************************ Outils ************************************************************/
html,
body {
  height: 100%;
}

.btntoggle::before {
  content: "\f205";
  font-family: fontAwesome;
}

.btntoggle.off::before {
  content: "\f204";
  font-family: fontAwesome;
}

.full {
  display: inline-block;
  width: 100%;
}

.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.t-center {
  text-align: center;
}

.limit_word {
  word-wrap: break-word;
}

.center_col {
  border-left: 2px solid #676d71;
  border-right: 2px solid #676d71;
}

.tright {
  text-align: right;
}

.tleft {
  text-align: left;
}

.center_picto::before {
  content: "";
  height: 100px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 1px;
}

.center_picto::after {
  content: "";
  height: 100px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 1px;
}

.jump {
  margin-bottom: 50px;
  min-height: 1px;
}

.flex {
  display: flexbox;
  display: flex;
}

.relative {
  position: relative;
}

.right {
  float: right;
}

.inline {
  display: inline;
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: uppercase;
}

html body .slick-slide .inline * {
  display: inline;
}

ul.validate li {
  list-style: none;
}

ul.info li {
  list-style: none;
}

ul.validate li::before {
  content: "\f00c";
  font-family: FontAwesome;
  left: 30px;
  position: absolute;
}

ul.info li::before {
  content: "\f05a";
  font-family: FontAwesome;
  left: 30px;
  position: absolute;
}

.header h2.title {
  display: inline;
}

html body :focus {
  outline: none;
}

input[type=radio] {
  display: none;
}

input[type=radio] + label p {
  display: table;
  font-size: 12px;
}

input[type=radio] + label span {
  background: url("/img/radio_let.png") -6px top no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  width: 19px;
}

html body ul.logo-point li::before {
  content: url("/img/point1.png");
  left: 10px;
  padding-top: 3px;
  position: absolute;
}

html body ul.logo-point ul li::before {
  left: 50px;
}

html body ul.logo-point ul ul li::before {
  left: 90px;
}

html body ul.logo-point {
  position: relative;
}

html body ul.logo-point li {
  list-style-type: none;
}

.block {
  display: block !important;
}

.upper {
  text-transform: uppercase;
}

.hide {
  display: none;
}

.justify {
  text-align: justify;
}

.m-space {
  margin-bottom: 30px;
}

.pre {
  white-space: pre;
}

.bold {
  font-family: "Uni sans bold";
}

.secret {
  display: none;
}

.none {
  display: none !important;
}

.blur {
  filter: blur(5px);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.m20 {
  margin-bottom: 20px;
}

.p20 {
  padding: 0 20px;
}

/************************************************************ Fin Outils ************************************************************/
/************************************************************ HEADER ************************************************************/
/************************************************************ HEADER NAVBAR ************************************************************/
div[class~=fixed-theme] a#brand.navbar-brand i:nth-child(1) {
  display: none;
}

div[class~=fixed-theme] a#brand.navbar-brand i:nth-child(2) {
  display: inline;
  top: 3px;
}

div a#brand.navbar-brand i:nth-child(3),
div a#brand.navbar-brand i:nth-child(2) {
  display: none;
}

body .navbar-fixed-top {
  background-color: #fff;
  border-width: 0;
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0)); */
  padding: 15px 0;
}

nav#header {
  height: 70px;
}

html .nav > li > a {
  border-bottom: 1px solid rgba(255, 87, 34, 0);
  transition: border-bottom 0.5s ease-in-out;
}

body .navbar-nav > li {
  float: left;
  padding: 0 0 0 10px;
}

body .fixed-theme .navbar-brand > img {
  /* position: absolute; */
  /* width: 250px; */
  /* top: -17px; */
}

html .fixed-theme .nav > li > a#connexion,
html .fixed-theme .nav > li > a#compte {
  margin-top: 1px;
}

html .fixed-theme .nav > li > a#inscrire,
html .fixed-theme .nav > li > a#logout {
  margin-top: 1px;
}

html .nav > li > a#connexion,
html .nav > li > a#compte {
  color: inherit;
  margin-top: 10px;
  padding: 4px 20px;
  text-decoration: none;
}

html .nav > li > a#inscrire,
html .nav > li > a#logout {
  color: inherit;
  margin-top: 10px;
  padding: 4px 20px;
  text-decoration: none;
}

html .nav > li > a#inscrire:hover,
html .nav > li > a#inscrire:focus,
html .nav > li > a#logout:hover,
html .nav > li > a#logout:focus {
  color: inherit;
  text-decoration: none;
}

html .nav > li > a#connexion:hover,
html .nav > li > a#connexion:focus,
html .nav > li > a#compte:hover,
html .nav > li > a#compte:focus {
  color: inherit;
  text-decoration: none;
}

/*
* Custom styles
*/
html .navbar-nav {
  float: right;
}

body .navbar-brand {
  margin-left: -15px;
  padding: 0;
  width: 250px;
}

.navbar-container {
  padding: 20px 0;
}

.navbar-fixed-top.fixed-theme span[class=icon-bar] {
  border-bottom: 2px solid;
  padding-top: 2px;
}

.navbar.navbar-fixed-top.fixed-theme {
  box-shadow: 0 5px 10px 0 rgba(153, 153, 153, 0.2);
  box-shadow: 0 1px 10px 0 rgba(153, 153, 153, 0.2);
  /* background-image: none; */
  padding: 0;
}

.navbar-brand.fixed-theme {
  font-size: 18px;
}

.navbar-container.fixed-theme {
  padding: 0;
}

.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container {
  /*  -webkit-transition:  0.8s;
  -o-transition:  0.8s;
  transition:  0.8s;
  */
  height: 70px;
}

body .navbar-brand > i {
  position: absolute;
  top: -10px;
  width: 250px;
  z-index: 999;
}

/************************************************************ END NAVBAR ************************************************************/
/************************************************************ HEADER ************************************************************/
#bg_error .content_error,
#particles .content_error {
  color: white;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

#bg_error .content_error h1,
#particles .content_error h1 {
  font-size: 24vh;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

#bg_error .content_error p,
#particles .content_error p {
  font-size: 2.5vh;
  font-weight: bold;
  margin-top: 35px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* ---- stats.js ---- */
.count-particles {
  background: #002;
  color: #13e8e9;
  font-size: 0.8em;
  font-weight: bold;
  left: 0;
  line-height: 14px;
  padding-bottom: 2px;
  position: absolute;
  text-align: left;
  text-indent: 4px;
  top: 48px;
  width: 80px;
}

.js-count-particles {
  font-size: 1.1em;
}

#stats,
.count-particles {
  margin-left: 5px;
  margin-top: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}

/* ---- particles.js container ---- */
#particles {
  background-color: #525252;
  background-image: url("");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.header-levee {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 67%;
  position: relative;
}

#compte_img #customer {
  bottom: 0;
  left: 0;
  position: absolute;
}

#compte_img #customer h2 {
  color: white;
}

#compte_img .profile {
  border-radius: 5px;
  bottom: -5px;
  color: white;
  float: right;
  height: 100px;
  padding: 15px;
  position: relative;
  text-align: center;
  width: 100px;
}

#compte_img .profile {
  font-size: 50px;
}

.header_bottom {
  position: relative;
  /* height: 20%; */
}

.levee-header-bottom {
  height: 20%;
  padding: 20px 0;
  position: relative;
}

.levee-header-bottom #logo {
  border: 1px solid rgba(170, 170, 170, 0.5);
  border-radius: 5px;
  display: inline-block;
  position: relative;
  top: -100px;
}

#header-container {
  padding: 0;
}

/************************************************************ END HEADER ************************************************************/
/************************************************************ Content HEADER ************************************************************/
.header .text {
  color: white;
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: 45%;
}

.header .text *:not(i) {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}

.header .text h1,
.header .text h2 {
  color: #fff;
  text-shadow: 0 2px 5px #676d71;
}

.header .text input[type=email] {
  background-color: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid;
}

.header .text .mdl-textfield {
  width: 399px;
}

.header .text button[type=submit] {
  background-color: rgba(255, 255, 255, 0.1);
  font-weight: bold;
  padding: 7px 0;
  text-transform: uppercase;
  width: 303px;
}

#transitiontoevent {
  background: rgba(255, 255, 255, 0);
  bottom: 0;
  color: white;
  cursor: pointer;
  height: 60px;
  padding: 15px 0;
  position: absolute;
  text-align: center;
  transition: 0.5s;
  width: 100%;
}

#transitiontoevent:hover {
  background: rgba(255, 255, 255, 0.7);
}

.header-levee.header .text {
  text-align: center;
  text-shadow: 0 0 4px rgb(57, 57, 57);
  top: 50%;
}

.header-levee.header .levee-fiscalite {
  border: 1px solid white;
  bottom: 30px;
  color: white;
  font-size: 20px;
  font-weight: 100;
  padding: 7px;
  position: absolute;
  right: 130px;
  text-shadow: 0 0 4px rgb(57, 57, 57);
}

#header_img #transitiontoevent p {
  font-size: 17px;
  margin-top: 10px;
}

#transitiontoevent i {
  animation-delay: 0.1s;
  animation-duration: 1.7s;
  animation-iteration-count: infinite;
  animation-name: arrow;
  animation-timing-function: linear;
  cursor: pointer;
  font-size: 1.2em;
  position: absolute;
}

@keyframes arrow {
  0% {
    top: 0;
  }
  50% {
    top: 15px;
  }
  100% {
    top: 0;
  }
}
@keyframes arrow {
  0% {
    top: 0;
  }
  50% {
    top: 15px;
  }
  100% {
    top: 0;
  }
}
/************************************************************ END Content HEADER ************************************************************/
/************************************************************ END HEADER ************************************************************/
/************************************************************ BODY SET ************************************************************/
.division:nth-child(even) {
  padding-bottom: 3.125rem;
  padding-top: 4.375rem;
}

.division:nth-child(odd) {
  padding-bottom: 3.125rem;
  padding-top: 4.375rem;
}

.section {
  padding-top: 0.375rem;
}

.section:first-child {
  padding-top: 6.58rem;
}

.section:last-child {
  padding-bottom: 4.375rem;
}

.montantContainer img {
  position: relative;
  top: 25px;
}

html body #page div.container div.division:last-child {
  border-bottom: none;
}

.gray {
  background: rgb(255, 255, 255);
  box-shadow: 0 5px 10px 0 rgba(153, 153, 153, 0.2);
  /* box-shadow: 0px 5px 10px 0px rgba(153,153,153,0.2); */
}

.picto {
  /* width: 50px; */
}

.about .part img {
  width: 100%;
}

html body .illustration {
  margin: 20px 0;
  position: sticky;
  top: 50%;
}

.illustration img {
  display: block;
  margin: 0 auto;
  width: 175px;
}

.pousse {
  height: 51px;
  position: relative;
  z-index: -1;
}

.levee-container {
  /* border: 1px solid rgba(0, 0, 0, 0.3); */
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
  height: 415px;
  margin-bottom: 50px;
  position: relative;
  transition: bottom 0.5s ease-in-out;
}

.levee_bottom {
  padding: 0 30px;
  position: relative;
}

.levee-container .levee_top {
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
  height: 200px;
  position: relative;
}

.levee-container .levee_top img.fond {
  height: 200px;
  max-height: 200px;
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.levee-container .domaine {
  background-color: rgba(51, 51, 51, 0.8);
  bottom: 0;
  font-size: 14px;
  left: 0;
  padding: 2px 10px 2px 5px;
  position: absolute;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}

.levee-container .domaine.success {
  width: 100%;
}

.levee-container .levee-bottom-name {
  background-color: rgb(255, 255, 255);
  bottom: -35px;
  box-shadow: 1px 0 1px 0 rgba(0, 0, 0, 0.12);
  color: #000;
  font-size: 16px;
  font-weight: bold;
  left: 0;
  padding: 5px;
  position: absolute;
  text-transform: uppercase;
}

.levee-container .logo img {
  border: 1px solid rgba(255, 255, 255, 0.5);
  bottom: -1px;
  left: -0.5px;
  position: absolute;
}

.levee-container .number {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 7px;
}

.levee-container .text {
  left: -30px;
  margin: 0 30px;
  padding: 0 30px;
  position: absolute;
  text-align: justify;
  top: 40px;
  width: 100%;
}

.levee-container .separate {
  left: 0;
  position: absolute;
  top: 145px;
  width: 100%;
}

.levee-container .pourcentage {
  font-size: 17px;
  position: absolute;
  top: 155px;
}

.levee-container .pourcent {
  font-weight: bold;
}

.levee-container .bar {
  background: rgba(128, 128, 128, 0.2);
  border-radius: 50px;
  height: 7px;
  position: absolute;
  top: 198px;
  width: calc(100% - 60px);
}

#financement .bar .pourcent_bar,
.levee-container .bar .pourcent_bar {
  max-width: 100%;
}

.levee-container .bar .pourcent_bar {
  border-radius: 200px;
  height: 7px;
}

.pourcent_bar {
  transform: scaleX(1);
  transform-origin: left;
  transition: 0.75s;
}

.pourcent_bar.anime {
  transform: scaleX(0);
  transition: 0.75s;
}

.levee-container .graduation {
  position: relative;
  top: 178px;
}

.levee-container .graduation span:nth-child(1) {
  left: 0%;
  position: absolute;
}

.levee-container .graduation span:nth-child(2) {
  left: calc(50% - 10px);
  position: absolute;
}

.levee-container .graduation span:nth-child(3) {
  left: calc(100% - 35px);
  position: absolute;
}

.levee-container .fiscalite {
  border-radius: 0 5px 5px 0;
  font-size: 12px;
  font-weight: bold;
  left: 0;
  padding: 5px 15px;
  position: absolute;
  text-transform: uppercase;
  top: 20px;
}

/* Carousel */
.carousel {
  margin-bottom: 0;
  padding: 15px 40px 30px;
}

/* The controlsy */
.carousel-control {
  background: none repeat scroll 0 0 #222;
  border: 4px solid #fff;
  border-radius: 23px;
  height: 40px;
  left: -12px;
  margin-top: 90px;
  width: 40px;
}

.carousel-control.right {
  right: -12px;
}

/* The indicators */
.carousel-indicators {
  bottom: -10px;
  margin-right: -19px;
  right: 50%;
  top: auto;
}

/* The colour of the indicators */
.carousel-indicators li {
  background: #cecece;
}

.carousel-indicators .active {
  background: #428bca;
}

body .carousel-indicators {
  bottom: 0;
}

.thumbnail {
  max-height: 435px;
}

.thumbnail p {
  padding: 5px;
}

#soon .levee-container {
  height: 390px;
  margin-bottom: 50px;
}

.division.bandeaufin {
  background-attachment: fixed;
  background-image: url("/img/fondchamp.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: 6.125rem;
  padding-top: 7.375rem;
}

form input,
body .bootstrap-select:not([class*=col-], [class*=form-control], .input-group-btn),
.btn-group > .btn:first-child:not(label) {
  background: none;
  border: none;
  border-bottom: 1px solid darkgray;
  display: block;
  height: 40px;
  margin-bottom: 20px;
  padding: 0 0 0 20px;
  width: 100%;
}

form input:focus,
body .bootstrap-select:not([class*=col-], [class*=form-control], .input-group-btn):focus,
.btn-group > .btn:first-child:focus {
  outline: none;
}

html body input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  outline: none !important;
}

body .bootstrap-select:not([class*=col-], [class*=form-control], .input-group-btn) {
  padding: 0;
}

form.inscription .bootstrap-select:not([class*=col-], [class*=form-control], .input-group-btn),
form #civilite,
form #prenom,
form #nom {
  width: 100%;
}

form textarea {
  border: none;
  border: 1px solid #676d71;
  max-width: 100%;
  min-width: 100%;
  outline: none;
  padding: 20px;
  width: 100%;
}

form button[type=submit] i {
  font-size: 18px;
}

.contact i {
  font-size: 24px;
}

.contact .division iframe {
  height: 275px;
  width: 100%;
}

#page_connexion {
  background-attachment: fixed;
  background-image: url("/img/fondpanneau.jpg");
  background-position-y: center;
  background-size: cover;
  height: 100%;
}

#page_connexion div:not(.mdl-textfield) {
  background: rgba(255, 255, 255, 0.85);
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: 25%;
  width: 500px;
}

#page_connexion div form {
  padding: 50px;
}

#page_connexion div p#mdp_oublie {
  cursor: pointer;
  font-family: "Uni sans bold";
  font-weight: bold;
}

.separate_divr {
  border-right: 1px dashed darkgrey;
}

#presse.division {
  background-attachment: fixed;
  padding-bottom: 6.125rem;
  padding-top: 7.375rem;
}

#presse .date {
  font-family: "Uni sans bold";
  font-weight: bold;
  padding: 15px 15px 5px;
}

.press_content img {
  margin: 0 auto;
}

#presse .press_content {
  padding: 0 20px;
}

#presse .press_content .base {
  height: 400px;
  text-align: left;
  /* border: 1px solid rgba(0, 0, 0, 0.3); */
  /* box-shadow: inset 0px 1px 5px 1px rgba(0, 0, 0, 0.10); */
}

#presse .press_content .base .top_content {
  height: 170px;
}

#presse .press_content .base .text_content {
  font-family: "Uni sans bold";
  font-style: italic;
  font-weight: bold;
  height: 120px;
  max-height: 180px;
  min-height: 90px;
  overflow: auto;
  padding: 15px 15px 5px;
  text-align: justify;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

#presse .press_content .base .text_content i {
  font-style: normal;
  margin-left: 5px;
}

#presse .press_content .base .bottom_content {
  height: 50px;
  max-height: 50px;
  min-height: 50px;
  padding: 5px 15px;
  position: relative;
}

#presse .press_content .base .bottom_content span {
  bottom: 10px;
  cursor: pointer;
  font-family: "Uni sans bold";
  font-weight: bold;
  position: absolute;
}

#financement {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  width: calc(100% - 150px);
}

#financement .bar {
  background: rgba(128, 128, 128, 0.2);
  border-radius: 50px;
  height: 10px;
}

#financement .bar .pourcent_bar {
  border-radius: 200px;
  height: 10px;
}

#financement #graduation {
  position: relative;
}

#financement #graduation span:nth-child(1) {
  left: 0%;
  position: relative;
}

#financement #graduation span:nth-child(2) {
  left: calc(50% - 32px);
  position: relative;
}

#financement #graduation span:nth-child(3) {
  left: calc(100% - 83px);
  position: relative;
}

#financement #montants span:first-child {
  font-size: 20px;
}

#levee-closed {
  background-color: #29235c;
}

.j_restant {
  position: absolute;
  right: 0;
}

.j_restant::before {
  content: "\f017";
  font-family: FontAwesome;
  position: relative;
  right: 5px;
}

/************************************************************ END BODY ************************************************************/
/************************************************************ PROJET SET ************************************************************/
/************************************************************ ! specifier avec div.projectEmbed ex: div.projectEmbed h3{ color:#000000;  } ************************************************************/
div.projectEmbed p {
  min-height: 1px;
}

.levee-table i {
  color: #676d71;
  font-size: 20px;
}

/************************************************************ END PROJET SET ************************************************************/
/************************************************************ FOOTER SET ************************************************************/
footer {
  padding-bottom: 3.125rem;
  padding-top: 13.175rem;
}

footer {
  background-attachment: fixed;
  background-color: #676d71;
  background-position: 95% 20%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
}

footer input,
footer button {
  height: 30px;
}

footer input[type=text] {
  background: transparent;
  border: none;
  border-bottom: 1px solid white;
  display: block;
  outline: none;
  padding-left: 11px;
  width: 100%;
}

footer input[type=text]:focus {
  border-bottom: 1px solid black;
}

footer button[type=submit] {
  background: none;
  margin-top: 5px;
  width: 100%;
}

footer #social {
  background: white;
  box-shadow: blue;
  box-shadow: 0 -5px 10px 0 rgba(155, 155, 155, 0.25);
  display: block;
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: absolute;
  top: 0;
  width: 100%;
}

footer #social .container {
  width: 285px;
}

footer #social i {
  cursor: pointer;
  font-size: 30px;
}

footer #sections p.titleul {
  border-bottom: 1px solid white;
  padding-bottom: 0;
}

footer ul li {
  list-style: none;
  margin: 5px 0;
}

footer ul#discover li:hover::before {
  content: "\f002";
  font-family: FontAwesome;
  left: 0;
  position: absolute;
}

footer ul#invest li:hover::before {
  content: "\f0d6";
  font-family: FontAwesome;
  left: 30px;
  position: absolute;
}

footer ul#legal li:hover::before {
  content: "\f02d";
  font-family: FontAwesome;
  left: 0;
  position: absolute;
}

footer hr {
  border-radius: 50px;
  border-width: 2px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  width: 100px;
}

footer #sections ul {
  padding-left: 0;
}

footer #sections ul li a {
  display: block;
}

/************************************************************ END FOOTER ************************************************************/
/************************************************************ Tablette set ************************************************************/
@media (max-width: 1024px) {
  .header {
    background-size: auto !important;
  }
  #header_img {
    height: 100%;
    position: relative;
  }
  #contact_img,
  #about_img,
  #question_img,
  #ccm_img,
  #map_img,
  #selectprojet_img,
  #partenaire_img {
    height: 55%;
  }
  .header_bottom {
    height: 10%;
  }
  .center_col {
    border-left: none;
    border-right: none;
  }
  .levee-container .text {
    left: 30px;
    position: absolute;
    text-align: left;
    top: 60px;
    width: 90%;
  }
  .levee-container .separate {
    position: absolute;
    top: 135px;
    width: 100%;
  }
  .levee-container .pourcentage {
    font-size: 17px;
    left: 30px;
    position: absolute;
    top: 145px;
  }
  .levee-container .bar {
    background: rgba(128, 128, 128, 0.2);
    border-radius: 50px;
    height: 10px;
    left: 30px;
    position: absolute;
    top: 190px;
    width: calc(100% - 60px);
  }
  .levee-container .graduation {
    left: 25px;
    position: absolute;
    top: 168px;
    width: 100%;
  }
  .levee-container .graduation span:nth-child(1) {
    left: 1%;
    position: absolute;
  }
  .levee-container .graduation span:nth-child(2) {
    left: calc(50% - 40px);
    position: absolute;
  }
  .levee-container .graduation span:nth-child(3) {
    left: calc(100% - 90px);
    position: absolute;
  }
  .division.header_bottom {
    padding: 0;
  }
  .levee-container {
    border: 1px solid rgba(0, 0, 0, 0.3);
    bottom: 0;
    height: 415px;
    margin-bottom: 50px;
    position: relative;
    transition: none;
  }
  .levee-container:hover {
    bottom: 0;
  }
  html body .nav.nav-pills > li > a {
    display: block;
    padding: 20px 10px;
    position: relative;
  }
  html body .nav.nav-pills > li {
    width: 100%;
  }
  html body ul.nav.nav-pills {
    text-align: center;
  }
  form.contact {
    margin-bottom: 50px;
  }
  html body .illustration {
    margin: 40px 0;
    position: relative;
  }
  .header .text .mdl-textfield {
    width: auto;
  }
  #presse.division {
    background-size: auto;
  }
  button.invest {
    margin: 35px 0;
  }
  html body div.sticky.box {
    position: relative;
    top: 0;
  }
}
/************************************************************ END Tablette set ************************************************************/
/************************************************************ Mobile Set ************************************************************/
@media (max-width: 768px) {
  .header {
    background-size: auto 100% !important;
  }
  html body .navbar-container {
    padding-left: 0;
    padding-right: 0;
  }
  .levee-container {
    border: 1px solid rgba(0, 0, 0, 0.3);
    bottom: 0;
    height: 415px;
    margin-bottom: 50px;
    position: relative;
    transition: none;
  }
  .levee-container:hover {
    bottom: 0;
  }
  #header_img {
    height: 100%;
  }
  #contact_img,
  #about_img,
  #partenaire_img {
    height: 55%;
  }
  .header_bottom {
    height: 10%;
  }
  .center_col {
    border-left: none;
    border-right: none;
    margin: 40px 0;
  }
  .levee_bottom {
    padding: 0 10px;
    position: relative;
  }
  .levee-container .text {
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    top: 46px;
    width: 100%;
  }
  .levee-container .separate {
    position: absolute;
    top: 135px;
    width: 100%;
  }
  .levee-container .pourcentage {
    font-size: 17px;
    left: 30px;
    position: absolute;
    top: 145px;
  }
  .levee-container .bar {
    background-color: rgba(128, 128, 128, 0.2);
    border-radius: 50px;
    height: 10px;
    left: 30px;
    position: absolute;
    top: 190px;
    width: calc(100% - 60px);
  }
  .levee-container .bar .pourcent_bar {
    border-radius: 200px;
    height: 10px;
  }
  .levee-container .graduation {
    left: 25px;
    position: absolute;
    top: 168px;
    width: 100%;
  }
  .levee-container .graduation span:nth-child(1) {
    left: 1%;
    position: absolute;
  }
  body .contenu1 > div {
    padding: 5px;
  }
  .levee-container .graduation span:nth-child(2) {
    left: calc(50% - 35px);
    position: absolute;
  }
  .levee-container .graduation span:nth-child(3) {
    left: calc(100% - 90px);
    position: absolute;
  }
  .header .text input[type=text],
  .header .text button[type=submit] {
    width: 75%;
  }
  .division.header_bottom {
    padding: 0;
  }
  .division.bandeaufin {
    background-image: url("/img/bandeaudefin.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-bottom: 20px;
    padding-top: 30px;
  }
  html footer ul {
    padding: 0;
  }
  html footer ul li {
    text-align: center;
  }
  body .nav.nav-pills > li > a {
    display: block;
    padding: 20px 10px;
    position: relative;
  }
  html body #exTab1 .panel-group .panel.panel-default .levee-details {
    display: block;
    float: none;
    top: 0;
  }
  body #page_connexion div {
    width: 100%;
  }
  form.contact {
    margin-bottom: 50px;
  }
  body #compte_img .profile {
    float: none;
  }
  #mob {
    background: white;
  }
  div[class~=fixed-theme] div[class=col-md-8] {
    background: rgba(255, 255, 255, 0.95);
  }
  div[class~=fixed-theme] div[class=col-md-8] ul li {
    width: 100%;
  }
  div[class="container navbar-container"] div[class=col-md-8] {
    background: rgba(0, 0, 0, 0.8);
  }
  div[class="container navbar-container"] div[class=col-md-8] ul li {
    width: 100%;
  }
  div[class="container navbar-container"] button {
    /* border: 1px solid white; */
  }
  div[class~=fixed-theme] a#brand.navbar-brand img:nth-child(1) {
    display: none;
  }
  div[class~=fixed-theme] a#brand.navbar-brand img:nth-child(2) {
    display: inline;
    top: 4px;
    width: 190px;
  }
  div a#brand.navbar-brand img:nth-child(1),
  div a#brand.navbar-brand img:nth-child(2) {
    display: none;
  }
  div[class~=fixed-theme] a#brand.navbar-brand img:nth-child(3) {
    display: none;
  }
  div a#brand.navbar-brand img:nth-child(3) {
    display: inline;
    width: auto;
  }
  html .nav > li > a#inscrire,
  html .nav > li > a#connexion,
  html .nav > li > a#logout,
  html .nav > li > a#compte {
    border: none;
    padding: 10px 15px;
  }
  html .nav > li > a {
    border-bottom: none;
    transition: none;
  }
  .header .text .type-wrap {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }
  .header .text #typed-strings {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  body .header .text .wrap {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .separate_divr {
    border-right: none;
  }
  .decompte .j_restant {
    overflow: hidden;
    position: relative;
    right: initial;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 78px;
  }
  body .j_restant::before {
    margin-right: 5px;
    right: 1px;
  }
  .levee-header-bottom #logo {
    border: 1px solid rgba(170, 170, 170, 0.5);
    border-radius: 5px;
    display: inline-block;
    left: -15px;
    position: absolute;
    top: -160px;
  }
  #financement {
    display: inline-block;
    padding-left: 0;
    position: relative;
    width: 100%;
  }
  .header-levee.header .levee-fiscalite {
    position: absolute;
    right: 13px;
  }
  .division:nth-child(odd).separate:not(.header_bottom) {
    padding-bottom: 3.125rem;
    padding-top: 4.375rem;
  }
  html body div.container div.division:last-child {
    border-bottom: none;
  }
  .levee-details {
    margin-top: 15px;
    padding-top: 15px;
    text-align: center;
  }
  .levee-details *:not(p) {
    text-align: left;
  }
  div[class~=fixed-theme] a#brand.navbar-brand img:nth-child(2) {
    display: inline;
    top: 1px;
    width: initial;
  }
  .separate_mobile {
    margin-bottom: 50px;
  }
  html .nav > li > a.active {
    border-bottom: none;
  }
  html .navbar-nav {
    float: none;
    margin: 0;
    text-align: center;
  }
  html .navbar-collapse {
    padding-right: 60px;
  }
  .center_mobile {
    text-align: center;
  }
  #page_connexion div form {
    padding: 20px;
  }
  #page_connexion div:not(.mdl-textfield) {
    width: 100%;
  }
  body .containerFollow {
    display: block;
    position: relative;
  }
  body .containerFollow > div,
  body .containerFollow > div:first-child,
  body .containerFollow > div:last-child {
    padding: 0;
  }
  .containerFollow div img {
    display: block;
    margin: 15px auto;
  }
  body .containerFollow > div::after {
    content: url("/img/bottom-arrow.png");
    left: 46%;
    position: relative;
  }
}
/************************************************************ END Mobile Set ************************************************************/
/************************************************************ Mobile Set mode Paysage ************************************************************/
@media (max-width: 768px) and (orientation: landscape) {
  .header {
    background-size: auto !important;
  }
  #contact_img,
  #about_img,
  #partenaire_img {
    height: 55%;
  }
}
/************************************************************ END Mobile Set mode Paysage ************************************************************/
/************************************************************ MODAL ************************************************************/
body .modal-content {
  font-family: "Uni sans bold";
  font-size: 16px;
  font-weight: bold;
  padding: 20px;
  position: relative;
}

body #investissement .modal-content {
  font-size: 16px;
  padding: 20px;
  position: relative;
  width: 100%;
}

#alert {
  display: none;
}

/************************************************************ END MODAL ************************************************************/
/* */
body .btn-info {
  border-color: #a9a9a9;
}

body .btn-info:hover,
body .btn-info:focus {
  border-color: #a9a9a9;
}

body .btn-info:active,
body .btn-info.active,
body .open > .dropdown-toggle.btn-info {
  border-color: #a9a9a9;
}

/** **/
/* code for animated blinking cursor */
.typed-cursor {
  animation: blink 0.7s infinite;
  font-weight: 100;
  opacity: 1;
}

@keyframes blink {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes blink {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.typed-fade-out {
  animation: 0;
  opacity: 0;
  transition: opacity 0.25s;
}

#typed,
.typed-cursor {
  bottom: 2px;
  display: none;
  font-size: inherit;
  position: relative;
}

/* NAV */
body .nav-pills > li.active,
body .nav-pills > li.active:hover,
body .nav-pills > li.active:focus {
  background: none;
  border-radius: 0;
  color: #000;
}

body .nav-pills > li.active > a,
body .nav-pills > li.active > a:hover,
body .nav-pills > li.active > a:focus {
  background: none;
  border: none;
  border-radius: 0;
}

body .nav.nav-pills > li > a {
  display: block;
  padding: 20px 10px;
  position: relative;
}

body .nav.nav-pills.pills_compte > li > a {
  display: block;
  padding: 20px 10px;
  position: relative;
}

html .nav-pills > li > a {
  border-radius: 0;
  font-size: 22px;
}

html #exTab1 .panel-group .panel.panel-default {
  margin: 25px 0;
}

.panel-heading .profile {
  background: rgba(255, 87, 34, 0);
  border-radius: 5px;
  display: inline-block;
  font-size: 50px;
  height: 100px;
  margin-right: 15px;
  padding: 15px;
  position: relative;
  text-align: center;
  width: 100px;
}

html #exTab1 .panel-group .panel.panel-default .content {
  display: inline-block;
  font-size: 25px;
}

html #exTab1 .panel-group .panel.panel-default .levee-details {
  display: inline-block;
  float: right;
  position: relative;
  top: 40px;
}

html #exTab1 .panel-group .panel.panel-default .levee-details a[aria-expanded=false] i {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(0deg);
  transition: transform 0.5s ease-in-out;
}

html #exTab1 .panel-group .panel.panel-default .levee-details a[aria-expanded=true] i {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
  transition: transform 0.5s ease-in-out;
}

div[aria-expanded=false].accordion-toggle i.fa.fa-chevron-down {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(0deg);
  transition: transform 0.5s ease-in-out;
}

div[aria-expanded=true].accordion-toggle i.fa.fa-chevron-down {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
  transition: transform 0.5s ease-in-out;
}

body div.panel-default a.accordion-toggle[aria-expanded=true] + i {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
  transition: transform 0.5s ease-in-out;
}

/************************************************************ Outils natifs ************************************************************/
html ::-moz-selection {
  color: white;
}
html ::selection {
  color: white;
}

/************************************************************ END Outils natifs ************************************************************/
/************************************************************ BOUTON ************************************************************/
input[type=radio] {
  display: none;
}

input[type=radio] + label span {
  background-image: url("/img/radio.png") 0 top no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 21px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  width: 21px;
}

input[type=radio]:checked + label span {
  background-image: url("/img/radio.png") -24px top no-repeat;
}

input[type=radio] {
  display: none;
}

input[type=radio] + label span {
  background-image: url("/img/radio.png") 0 top no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 21px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  width: 21px;
}

input[type=radio]:checked + label span {
  background-image: url("/img/radio.png") -24px top no-repeat;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label span {
  background-image: url("/img/checkbox.png") 1px top no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 21px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  width: 21px;
}

input[type=checkbox]:checked + label span {
  background-image: url("/img/checkbox.png") -24px top no-repeat;
}

button.invest,
button.next {
  font-family: "Uni sans bold";
  font-weight: bold;
  margin-top: 35px;
  padding: 12px 24px;
  position: relative;
  text-transform: uppercase;
  transition: background 0.5s ease-in-out;
  width: 100%;
  z-index: 17;
}

button.invest:hover,
button.next:hover {
  color: #fff;
}

body button.prev,
body button.next {
  height: auto;
  margin: 15px 0 0;
}

button.colorprimButton,
button.prev {
  background: transparent;
  font-family: "Uni sans bold";
  font-weight: bold;
  margin-top: 0;
  padding: 12px 24px;
  position: relative;
  text-transform: uppercase;
  transition: color 0.5s, background-color 0.5s;
  width: 100%;
  z-index: 17;
}

button.colorprimButton:hover,
button.prev:hover {
  color: #fff;
}

div.modal-body button.colorprimButton {
  font-size: 14px;
  margin-top: 10px;
  padding: 5px 0;
}

.pills_project ul {
  position: sticky;
}

.pills_project .active {
  border-bottom: 1.5px solid #e2e2e2;
}

html .pills_project .nav.nav-pills > li > a:hover:not(#connexion),
html .pills_project .nav.nav-pills > li > a:focus:not(#inscrire),
html .pills_project .nav.nav-pills > li > a:focus:not(#compte),
html .pills_project .nav.nav-pills > li > a:focus:not(#logout) {
  border-bottom: none;
  text-decoration: none;
}

body .pills_project .nav.nav-pills > li > a {
  border-bottom: none;
  font-size: 14px;
}

/************************************************************ END BOUTON ************************************************************/
.nav-bar ul.ascenseur {
  display: flexbox;
  display: flex;
  list-style: none;
  margin-left: 0;
  padding: 0;
}

.sticky.sticky_space {
  margin-top: 60px;
  z-index: 1030;
}

html body div.sticky.box {
  position: sticky;
  top: 20%;
}

.sticky.sticky_space .invest {
  display: block;
}

.space {
  position: relative;
  top: 70px;
}

#documents {
  border-style: dashed;
  border-width: 2px;
  padding: 15px 15px 15px 25px;
  text-align: left;
}

#documents ul {
  list-style: none;
  padding: 0;
}

#documents ul li h4::before {
  content: "\f15c";
  font-family: FontAwesome;
  position: relative;
  right: 10px;
}

.page_levee.division h3:first-child {
  margin-bottom: 20px;
  text-align: center;
}

.decompte {
  position: absolute;
  right: 28px;
  top: 155px;
}

.decompte .j_restant {
  position: relative;
  right: initial;
}

#capital_s::before {
  content: "\f19c";
  font-family: FontAwesome;
}

#domaine + p#techno::before {
  content: "\f085";
  font-family: FontAwesome;
}

#capital_s::before,
#domaine + p#techno::before {
  font-size: 15px;
  margin-right: 5px;
}

div#accordion .panel-default > .panel-heading {
  padding-bottom: 25px;
  padding-top: 25px;
}

div#accordion .panel-default {
  border: none;
}

body #accordion .panel-title {
  font-family: "Uni sans bold";
  font-weight: bold;
}

div.panel-collapse.collapse ul.list-group {
  display: grid;
}

div.panel-collapse.collapse {
  height: auto !important;
}

body .division + hr {
  border-color: #eee;
  border-radius: 50px;
  border-top-width: 2px;
  display: block;
  margin: 0 auto;
  width: 100px;
}

.hvr-center:not(.active) {
  border-bottom: 2px solid rgba(255, 0, 1, 0);
  box-shadow: 0 0 1px transparent;
  display: inline-block;
  overflow: hidden;
  position: relative;
  transform: perspective(1px) translateZ(0);
  vertical-align: middle;
}

.hvr-center:not(.active)::before {
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  right: 50%;
  transition-duration: 0.3s;
  transition-property: left, right;
  transition-timing-function: ease-out;
  z-index: -1;
}

.hvr-center:not(.active):hover::before,
.hvr-center:not(.active):focus::before,
.hvr-center:not(.active):active::before {
  left: 0;
  right: 0;
}

p#password_equals {
  font-size: 16px;
  margin-bottom: 15px;
}

body .btn-info.active.focus,
body .btn-info.active:focus,
body .btn-info.active:hover,
body .btn-info:active.focus,
body .btn-info:active:focus,
body .btn-info:active:hover,
body .open > .dropdown-toggle.btn-info.focus,
body .open > .dropdown-toggle.btn-info:focus,
body .open > .dropdown-toggle.btn-info:hover {
  border-color: transparent;
  color: #000;
}

label.mdl-textfield__label span {
  color: rgba(255, 0, 0, 0.67);
}

footer .mdl-textfield__label {
  color: #fff;
}

footer .mdl-textfield--floating-label.is-focused .mdl-textfield__label,
footer .mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
footer .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
  color: #fff;
}

footer .mdl-textfield__label::after {
  background-color: #fff;
}

footer .mdl-textfield__input {
  border-color: white;
}

.header .mdl-textfield__input {
  border-color: white;
}

.header .mdl-textfield__label {
  color: #fff;
}

.header .mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.header .mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.header .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
  color: #fff;
}

.red,
.star-alert,
p#password_equals {
  color: #f00;
}

.header_bottom #PME {
  padding: 0 15px;
  position: relative;
  top: 30%;
  width: 100%;
}

/* Change Autocomplete styles in Chrome */
input:-webkit-autofill,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:focus {
  box-shadow: 0 0 0 1000px rgb(255, 255, 255) inset;
  -webkit-text-fill-color: #46586b;
}

#bar_sticky {
  position: sticky;
}

#bar_sticky.is_stuck {
  z-index: 1050;
}

.element {
  z-index: 17;
}

.is_stuck .element {
  box-shadow: 0 5px 10px 0 rgba(153, 153, 153, 0.1);
}

.spriteLogo {
  background-image: url("/img/Logo.png");
  background-repeat: no-repeat;
  display: block;
}

.spriteLogo.sprite-Tylia {
  background-position: -5px -5px;
  height: 61px;
  width: 195px;
}

.spriteLogo.sprite-TyliaBlanc {
  background-position: -210px -5px;
  height: 58px;
  top: 3px;
  width: 185px;
}

.spriteLogo.sprite-TyliaLogo {
  background-position: -405px -5px;
  height: 58px;
  width: 55px;
}

#kyc-header .typed-cursor {
  display: none;
}

.labelKyc {
  display: block;
  font-size: 14px;
  font-weight: initial;
  inset: -5px 0 0;
  margin-bottom: 0;
  overflow: hidden;
  padding-left: 15px;
  pointer-events: none;
  position: absolute;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}

.title_docs {
  text-align: left;
}

div.slick-slide div[myfile] i.fa {
  font-size: 25px;
}

div.slick-slide div.col-lg-12[myfile] p {
  margin: 0 auto;
  max-width: 285px;
  width: 285px;
}

div.slick-slide div.col-lg-12[myfile] .file-input {
  margin: 0 auto;
  max-width: 285px;
  width: 285px;
}

body .file-preview {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  margin: 35px 0 55px;
}

.kyc-body div.iform label {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 0;
  width: 100%;
}

.kyc-body select.ui.dropdown {
  border: 2px solid #676d71;
  box-shadow: none;
  font-size: 20px;
  height: auto;
  margin: 12px 0 25px;
  max-width: 100%;
  padding: 4px 0;
  text-transform: uppercase;
  width: 100%;
}

#fonctionPolitiqueFam h3 {
  margin: 20px 0;
  text-decoration: underline;
}

.container.projet .modal-dialog {
  max-width: 100%;
  width: 100%;
}

.flex {
  display: flexbox;
  display: flex;
}

.flexWrap {
  display: flexbox;
  display: flex;
  flex-wrap: wrap;
}

.montantAction {
  position: relative;
  top: 50%;
}

.montantAction p,
.montantAction p span {
  font-family: "Uni sans bold";
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.montantAction span {
  font-size: 13px;
  font-weight: 500;
}

.montantContainer {
  height: 125px;
  text-align: center;
}

#investissement1 label {
  margin: 5px 0 30px;
}

body .mdl-checkbox {
  cursor: pointer;
}

@media (min-width: 768px) {
  body .mdl-textfield__input {
    width: 100%;
  }
}
/***** Loader *****/
#loaderReplace {
  float: right;
  left: 0;
  margin-top: 25px;
  padding: 10px;
  position: relative;
}

#lazy-loader {
  background: rgba(255, 255, 255, 0.98);
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

#lazy-loader span {
  bottom: 5%;
  color: rgba(0, 0, 0, 0.24);
  font-size: 30px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

body.layout-fullwidth #lazy-loader span,
body.layout-fullwidth .ball-scale-ripple-multiple {
  left: 50%;
}

.ball-scale-ripple-multiple {
  left: 50%;
}

#lazy-loader-clear {
  background: rgba(255, 255, 255, 0);
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

@keyframes ball-scale-ripple-multiple {
  0% {
    opacity: 1;
    transform: scale(0.1);
  }
  70% {
    opacity: 0.7;
    transform: scale(1);
  }
  100% {
    opacity: 0;
  }
}
@keyframes ball-scale-ripple-multiple {
  0% {
    opacity: 1;
    transform: scale(0.1);
  }
  70% {
    opacity: 0.7;
    transform: scale(1);
  }
  100% {
    opacity: 0;
  }
}
.ball-scale-ripple-multiple {
  position: fixed;
  top: 50%;
  transform: translateY(-25px);
  transform: translate3d(-50%, -50%, 0);
}

.ball-scale-ripple-multiple > div:nth-child(0) {
  animation-delay: -0.8s;
}

.ball-scale-ripple-multiple > div:nth-child(1) {
  animation-delay: -0.6s;
}

.ball-scale-ripple-multiple > div:nth-child(2) {
  animation-delay: -0.4s;
}

.ball-scale-ripple-multiple > div:nth-child(3) {
  animation-delay: -0.2s;
}

.ball-scale-ripple-multiple > div {
  animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation-fill-mode: both;
  border: 2px solid #29235c;
  border-radius: 100%;
  height: 50px;
  left: -26px;
  position: absolute;
  top: -2px;
  width: 50px;
}

/***** End Loader *****/
.gray .picto {
  margin-bottom: 20px;
}

.lock {
  display: inline-block;
  position: relative;
}

.lock #lockContainer {
  background-color: rgba(255, 255, 255, 0.9);
  bottom: 10px;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 9;
}

.lock #lock {
  left: 50%;
  position: absolute;
  top: 30%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 10;
}

/****   */
#soon .slick-slide .levee-container {
  background-color: #fff;
}

body .slick-dots li button::before {
  font-size: 10px;
}

#soon .slick-next::before,
#soon .slick-prev::before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
}

#presse .slick-next::before,
#presse .slick-prev::before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
}

#presse .slick-dots {
  bottom: -70px;
}

.title-underline {
  /* float: left; */
  margin: 50px 0;
  width: 100%;
}

.title-underline::after {
  content: " ";
  display: block;
  height: 2px;
  margin-top: 12px;
  width: 170px;
}

ul.decimal {
  list-style-type: decimal;
}

body .dropdown-menu {
  display: inline-block;
}

.card-container {
  perspective: 600;
  position: relative;
}

.card {
  height: 100%;
  transform-style: preserve-3d;
  transition: all 1s ease-in-out;
  width: 100%;
}

.card:hover {
  transform: rotateY(180deg);
}

.card .side {
  backface-visibility: hidden;
  border-radius: 6px;
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

.card .back {
  background: #eaeaed;
  color: #0087cc;
  line-height: 150px;
  text-align: center;
  transform: rotateY(180deg);
}

#bgvid {
  height: auto;
  -o-object-fit: fill;
     object-fit: fill;
  opacity: 0.85;
  width: 100%;
}

@media (max-width: 1024px) {
  #bgvid {
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
    opacity: 0.7;
    width: auto;
  }
}
#homepage {
  background-attachment: fixed;
  background-image: url("/img/homepage.jpg");
  background-position-x: center;
  background-size: cover;
  height: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

#homepage.header .text {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 70%;
}

/** Dropdown **/
.dropdown {
  display: inline-block;
  position: relative;
}

.dropdown-content {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  display: none;
  min-width: 160px;
  position: absolute;
  z-index: 1;
}

.dropdown-content span,
.dropdown-content a {
  cursor: pointer;
  display: block;
  padding: 5px;
  text-align: justify;
}

.dropdown-content span:hover,
.dropdown-content a:hover span {
  display: block;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/** END Dropdown **/
html body button.button {
  border: 3px solid #676d71;
}

html body .header button.button {
  display: block;
  font-size: 18px;
  margin-top: 10px;
  min-width: auto;
  padding: 10px;
  text-transform: inherit;
  width: auto;
}

.chevron i {
  font-size: 10px;
  position: relative;
  right: -10px;
  top: 50%;
  transform: translateY(-30%);
}

/* pour tous les id */
.contenu,
.contenu1,
.contenu2 {
  color: rgba(255, 255, 255, 0.8);
  margin: 2rem auto;
  perspective: 600px;
  position: relative;
}

.contenu > div,
.contenu1 > div,
.contenuCard > div,
.contenu2 > div {
  left: 0;
  position: absolute;
  top: 0;
  transition: transform 0.8s;
}

.contenu .derriere,
.contenu1 .derriere,
.contenuCard .derriere,
.contenu2 .derriere {
  backface-visibility: hidden;
  background: #fff;
  outline: 1px solid transparent;
  overflow: hidden;
  padding: 5px 15px;
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
}

.contenu > div.devant,
.contenu1 > div.devant,
.contenuCard > div.devant,
.contenu2 > div.devant {
  backface-visibility: hidden;
  color: #676d71;
  outline: 1px solid transparent;
  /* overflow:hidden; */
  transform-style: preserve-3d;
}

.contenu:hover .derriere,
.contenu1:hover .derriere,
.contenuCard:hover .derriere,
.contenu2:hover .derriere {
  transform: rotateY(0);
}

.contenu:hover > div.devant,
.contenu1:hover > div.devant,
.contenuCard:hover > div.devant,
.contenu2:hover > div.devant {
  transform: rotateY(180deg);
}

.contenu1 .derriere p {
  font-family: "Uni sans bold";
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 20px;
  text-align: left;
  text-transform: inherit;
}

.derriere span {
  font-family: "Uni sans bold";
  font-size: 18px;
  font-weight: bold;
}

/* premier */
.contenu {
  height: 320px;
  width: 200px;
}

.contenu div {
  height: 280px;
  padding: 20px;
  width: 100%;
}

/* deuxieme */
.contenu1 {
  height: 360px;
  width: 240px;
}

.contenu1 > div {
  height: 440px;
  padding: 20px;
  width: 100%;
}

/* troisieme */
.contenu2 {
  height: 320px;
  width: 200px;
}

.contenu2 > div {
  height: 280px;
  padding: 20px;
  width: 100%;
}

html body #levee-closed .slick-slide {
  height: 420px;
}

.containerFollow {
  display: flexbox;
  display: flex;
  position: relative;
}

.containerFollow > div {
  padding: 0 50px;
}

.containerFollow > div:first-child {
  padding: 0 50px 0 0;
}

.containerFollow > div:last-child {
  padding: 0 0 0 50px;
}

.containerFollow div img {
  display: block;
  margin: 15px auto;
}

.containerFollow > div::after {
  content: url("/img/right-arrow.png");
  left: 95%;
  position: absolute;
  top: 50%;
}

.containerFollow > div:last-child::after,
.containerFollow > div:last-child::before {
  content: "";
}

ul.list li {
  display: block;
}

div.rechercher {
  position: relative;
}

div.rechercher ul.pagination {
  bottom: 0;
  position: relative;
  text-align: center;
  width: 100%;
}

div.rechercher div.search {
  margin-bottom: 30px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  cursor: pointer;
}

ul.list {
  padding: 0;
}

.ticket div {
  display: inline-block;
  float: left;
}

.ticket div:nth-of-type(1) {
  width: 25%;
}

.ticket div:nth-of-type(2) {
  width: 15%;
}

.ticket div:nth-of-type(3) {
  width: 15%;
}

.ticket div:nth-of-type(4) {
  width: 15%;
}

.ticket div:nth-of-type(5) {
  width: 15%;
}

.ticket div:nth-of-type(6) {
  width: 15%;
}

table.dataTable thead .sorting_desc::before,
table.dataTable thead .sorting_asc::before {
  float: left;
  font-family: fontAwesome;
  padding-right: 10px;
}

table.dataTable thead .sorting_desc::before {
  content: "\f0dd";
}

table.dataTable thead .sorting_asc::before {
  content: "\f0de";
}

.dataTable .sorting_asc {
  cursor: pointer;
  text-align: left;
}

.dataTable .sorting_desc {
  cursor: pointer;
  text-align: left;
}

table.dataTable thead .sorting::before {
  content: "\f0dc";
  float: left;
  font-family: fontAwesome;
  padding-right: 10px;
}

body .dataTables_wrapper .dataTables_paginate .paginate_button.current,
body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: none;
  border: none;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  font-family: "Uni sans bold";
  font-weight: bold;
}

body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  font-family: "Uni sans bold";
  font-weight: bold;
}

.panel-group .panel {
  border: none;
}

.accordion-toggle {
  cursor: pointer;
}

.box-notif {
  background-color: rgb(240, 240, 240);
  border-radius: 10px;
  font-family: "Uni sans bold";
  font-weight: bold;
  padding: 20px;
  word-wrap: break-word;
}

.square {
  background-color: rgb(240, 240, 240);
  border: 2px solid;
  font-family: "Uni sans bold";
  font-weight: bold;
  padding: 20px;
}

div.mdl-textfield label[for=actionslettres].mdl-textfield__label {
  font-family: "Uni sans bold";
}

#goKyc {
  width: 30%;
}

[name=typepersonne] {
  cursor: pointer;
  margin-bottom: 25px;
  padding: 10px;
  text-align: center;
}

.contenuCard {
  margin: 0;
  min-height: 150px;
}

.contenuCard > div {
  height: 165px;
  text-align: center;
  width: 100%;
}

.contenuCard .devant p {
  font-size: 20px;
  text-transform: uppercase;
}

.cookie-container {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  color: #fff;
  display: none;
  left: 0;
  padding: 10px 25px;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 1;
}

.cookie-accept {
  color: #3498db;
  cursor: pointer;
}

.cookie-cross {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 5px;
}

.download-button a {
  inset: 0;
  position: absolute;
}

.inscription-button:hover,
.inscription-button.active,
.button-ocean:hover,
.button-ocean.active {
  background-color: #29235c;
  color: #fff;
  transition: background-color 0.5s;
}

.inscription-form {
  display: none;
}

.inscription-form.active {
  display: block;
}

.kyc-body hr {
  border-width: 2px;
  display: block;
  display: none;
  margin: 10px auto;
  position: relative;
  width: 100px;
}

body .mdl-textfield.is-disabled .mdl-textfield__input,
body .mdl-textfield.is-disabled.is-disabled .mdl-textfield__label {
  color: #676d71;
}

.required-helper {
  color: #ff0001;
  display: none;
}

@media (min-width: 1300px) {
  body .min-container {
    width: 650px;
  }
}
@media (max-width: 1300px) {
  body .step-container {
    overflow: hidden;
  }
  body .step-container .step-part:not(:last-child)::after {
    left: 0;
    width: 100vw;
  }
}
.step-container {
  display: flexbox;
  display: flex;
  padding: 50px 0;
  position: relative;
  width: 100%;
  z-index: 0;
}

.step-part {
  flex: 1;
  position: relative;
  text-align: center;
}

.step-part-text {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 105%;
  transform: translateX(-50%);
  width: 100px;
}

.step-part-bubble {
  background-color: #fff;
  border: 1px solid #676d71;
  border-radius: 200px;
  display: block;
  height: 72px;
  margin: 0 auto;
  padding: 25px 30px;
  position: relative;
  text-align: center;
  width: 72px;
  z-index: 5;
}

.step-part-bubble::before,
.step-part-bubble::after {
  background-color: #fff;
  content: " ";
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}

.step-part-bubble::before {
  right: 101%;
}

.step-part-bubble::after {
  left: 102%;
}

.step-part.active .step-part-bubble {
  background-color: #ebebe4;
}

.step-part.complete .step-part-bubble .step-part-content {
  background-color: #29235c;
  border-radius: 150px;
  color: #676d71;
  left: 50%;
  padding: 0 8px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.step-container .step-part:not(:last-child)::after {
  background: #676d71;
  content: " ";
  display: inline-block;
  height: 2px;
  left: 230px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}

.step-target:not(.active) {
  display: none;
}

.google-map {
  height: 600px;
  left: 0;
  position: absolute;
  width: 48%;
}

input[type=file].file-target {
  display: none;
}

.file-label {
  align-items: center;
  border: 1px solid #676d71;
  border-radius: 35px;
  -webkit-box-align: center;
  -webkit-box-flex: 0;
  color: #676d71;
  cursor: pointer;
  display: flexbox;
  display: flex;
  flex: none;
  -ms-flex-align: center;
  height: 25px;
  margin: 7px 0 20px 20px;
  padding: 0 15px;
}

.dashboard-view {
  margin: 35px 0;
}

.dashboard-view-head {
  background-color: #2e3346;
  color: #fff;
  font-size: 21px;
  padding: 20px 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.dashboard-view-body {
  border: 2px solid #2e3346;
  padding: 25px 10px;
  text-align: center;
}

.client-tab-container .client-tab {
  background-color: #fff;
  border: 1px solid #676d71;
  color: #676d71;
  cursor: pointer;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 1s;
  width: 240px;
}

.client-tab-container {
  margin-bottom: 35px;
}

[class*=client-table-target]:not(.active) {
  display: none;
}

.client-table,
.invest-table {
  border: none;
  border-color: #eeeef3;
  width: 100%;
}

.client-table tbody tr:nth-child(odd),
.invest-table tbody tr:nth-child(odd) {
  background-color: rgba(151, 190, 204, 0.15);
}

.client-table tbody tr:nth-child(even),
.invest-table tbody tr:nth-child(even) {
  background-color: #fff;
}

.client-table tbody tr,
.client-table thead tr,
.invest-table tbody tr,
.invest-table thead tr {
  color: #676d71;
}

.client-table tr,
.invest-table tr {
  text-align: center;
}

.client-table th,
.invest-table th {
  padding: 5px;
  text-align: center;
}

.client-table thead th {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #fff;
  font-weight: 300;
  min-width: 9rem;
  padding: 10px 18px;
}
.client-table thead th:not(.cgp-uploadFile) {
  background-color: var(--primary-color);
}

.client-table td,
.invest-table td {
  max-width: 500px;
  overflow: hidden;
  padding: 5px;
  position: relative;
  text-overflow: ellipsis;
}

.client-tab-container .client-tab:hover,
.client-tab-container .client-tab.active {
  background-color: #676d71;
  color: #fff;
  transition: background-color 1s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.is-invest {
  background-color: #e74c3c;
  color: #fff;
  padding: 15px 0;
  position: relative;
  text-align: center;
  top: -50px;
}

.view-client-instruction {
  background-color: #676d71;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}

#kyc-admin {
  display: inline-block;
  position: relative;
}

#kyc-admin .kyc-body-voile {
  cursor: not-allowed;
  inset: 0;
  position: absolute;
  z-index: 999;
}

#kyc-admin input,
#kyc-admin .radioKyc.active,
#kyc-admin select,
#kyc-admin button.active {
  background-color: #f1f1f1;
  color: #000;
}

.client-table-control {
  float: right;
  margin-bottom: 10px;
}

.client-table-control input {
  border: 1px solid #eee;
  padding: 5px 15px;
}

.client-table .sort {
  cursor: pointer;
  position: relative;
}

.client-table .sort::after {
  content: "\f2d1";
  font-family: fontAwesome;
  font-size: 11px;
  position: absolute;
  right: 5px;
}

.client-table .sort.asc::after,
.client-table .sort.desc::after {
  content: "\f077";
}

.client-table .sort.desc::after {
  transform: rotate(180deg);
}

.client-table tr[onclick] {
  cursor: pointer;
}

.client-table tbody tr:hover {
  background-color: #29235c;
  color: #fff;
}
.client-table tbody tr:hover .input-in-array {
  border: 1px dotted #fff;
  color: #fff;
}

.client-table td .mdl-radio {
  height: 24px;
}

.input-file-content .label-file {
  border: 2px solid;
  color: #676d71;
  cursor: pointer;
  display: flex;
  font-weight: initial;
  margin-bottom: 20px;
  padding: 25px 15px;
  position: relative;
  transition: background 0.5s;
  width: 100%;
}

.input-file-content .input-in-array {
  align-items: center;
  border: 1px dotted #29235c;
  border-radius: 8px;
  height: 40px;
  justify-content: center;
  margin-bottom: unset;
  min-width: 200px;
  padding: unset;
  padding-right: unset;
  white-space: pre-wrap;
}

.input-file-content.check .label-file {
  background-color: #676d71;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
}

.input-file[type=file] {
  display: none;
}

.input-file-array[type=file] {
  display: none;
}

#view-client-preview {
  cursor: pointer;
}

.underline {
  border-bottom: 1px solid white;
  padding-bottom: 0;
}

ol {
  padding-left: 25px;
}

ol li {
  padding-left: 15px;
}

body .inherit {
  position: inherit;
}

body .mdl-textfield.is-invalid .mdl-textfield__input {
  border-color: rgba(0, 0, 0, 0.12);
  box-shadow: none;
}

body .mdl-textfield--floating-label.is-invalid .mdl-textfield__label {
  font-size: 14px;
}

div.text .jump.center.title {
  margin-bottom: 0;
  margin-top: 50px;
}

.pb-30 {
  padding-bottom: 35px;
}

ul li {
  padding: 5px 0;
}

.button-both {
  display: flexbox;
  display: flex;
}

.button-both :first-child {
  margin-right: 25px;
  width: 100%;
}

.button-red {
  background-color: transparent;
  border: 2px solid #29235c;
  color: #29235c;
  font-weight: bold;
  height: 40px;
  margin-top: 20px;
}

.button-both :last-child {
  width: 100%;
}

.button-black {
  border: 2px solid #676d71;
  font-weight: bold;
  height: 40px;
  margin-top: 20px;
}

.header_bottom.division {
  margin-bottom: -20px;
  padding-bottom: 0;
  padding-top: 9.375rem;
}

#contact_img + .header_bottom.division {
  padding-bottom: 0;
  padding-top: 4.375rem;
}

.doc-padlock {
  color: #676d71;
  font-size: 52px;
  text-align: center;
}

.cookie-container-button {
  background-color: #676d71;
  border: none;
  padding: 2px 5px;
}

.link-full {
  cursor: pointer;
  inset: 0;
  position: absolute;
}

.primary-empty {
  background-color: #fff;
  border: 1px solid #676d71;
  color: #676d71;
  padding: 10px 35px;
  transition: 0.5s;
}

.primary-empty:hover,
.primary-empty.active {
  background-color: #676d71;
  color: #fff;
}

#view-client-team,
#view-client-individual {
  display: none;
}

.m-top {
  display: flex;
  margin-bottom: 25px;
  margin-top: 25px;
}

.inscription-alert.active {
  display: block;
}

.inscription-alert {
  display: none;
}

.head-division {
  height: 20%;
  padding-bottom: 3.125rem;
  padding-top: 4.375rem;
  position: relative;
}

#levee-table img,
#levee-table i,
#levee-table i::before {
  font-size: 18px;
  margin-right: 17px;
  width: 18px;
}

.sail {
  background-color: #fff;
  display: flex;
  inset: 0;
  position: fixed;
  z-index: 100;
}

.sail-sentence {
  margin: auto;
  text-align: center;
}

.sail #goKyc.sail-button,
.sail #goSign.sail-button {
  width: auto;
}

.m-center {
  margin: auto;
}

.cni-kyc-form {
  margin-left: auto;
  margin-right: auto;
}

.no-padding {
  padding: 0;
}

.project-document-list-warning {
  font-size: 18px;
  margin-right: 17px;
  width: 18px;
}

/* #cookie-accept-modal */
.modal.cookie-accept-modal {
  top: 50px;
}

.cookie-accept-modal input[type=checkbox] {
  display: inline-block;
  height: 13px;
  position: relative;
  top: 1px;
}

.cookie-accept-modal .cookie-accept-modal-button {
  border: none;
  display: block;
  margin: auto;
  text-transform: uppercase;
  width: 200px;
}

.cookie-accept-modal .cookie-accept-modal-button,
.cookie-accept-modal-button-accept {
  background-color: #29235c;
  color: #fff;
}

.cookie-accept-modal .cookie-accept-modal-note {
  display: block;
  text-align: center;
}

.cookie-accept-modal .container {
  max-width: 100%;
  width: 720px;
}

.cookie-accept-modal-button-container {
  text-align: center;
}

.cookie-accept-modal-button-container button {
  border: none;
  margin: 0 5px;
  padding: 5px 10px;
}

.cookie-accept-modal p {
  font-weight: normal;
}

.cookie-accept-modal a,
.cookie-accept-modal a[download] {
  font-weight: normal;
  text-decoration: underline;
}

[data-toggle=modal] {
  cursor: pointer;
}

@media (max-width: 768px) {
  body .mdl-textfield__label::after {
    display: none;
  }
  body .cgp-form-information .form:nth-of-type(2) {
    margin: 0;
    position: relative;
  }
  body .cgp-form-information button[type=submit] {
    float: right;
  }
  html body li.navbar-bar-connect {
    left: 5px;
    margin-bottom: 25px;
    position: relative;
  }
  html body li.navbar-bar-subscribe {
    position: absolute;
    right: 0;
    top: 17px;
  }
  #disconnect .disconnect-modal button {
    min-width: 100px;
  }
  #disconnect .container,
  #disconnect .modal-body {
    padding: 0;
  }
  .cookie-accept-modal-button-container button {
    border: none;
    margin: 5px 0;
    padding: 5px 10px;
    width: 100%;
  }
  .cookie-accept-modal .modal-body {
    max-height: 500px;
    overflow-y: auto;
    padding: 15px;
    position: relative;
  }
  label[for=cookie-fonctionnel] {
    line-height: 15px;
  }
  body .modal.cookie-accept-modal {
    top: 0;
  }
}
/* End #cookie-accept-modal */
.dof-statement label {
  display: inline;
}

#inscription_img + div.container {
  width: 100%;
}

/** KYC **/
.kyc-form-container {
  position: relative;
}

.kyc-form-container .kyc-form-button-next,
.kyc-form-container .kyc-form-button-previous {
  bottom: 25px;
  position: absolute;
}

.kyc-form-container .kyc-form-button-next {
  right: 150px;
}

.kyc-form-container .kyc-form-button-previous {
  left: 150px;
}

.kyc-form-sign.active {
  display: block;
}

.kyc-form-sign {
  display: none;
}

.kyc-image-sign {
  display: block;
  margin: 0 auto 194px;
  position: relative;
  top: 130px;
  width: 229px;
}

body .un-row {
  float: left;
  margin-left: 0;
  margin-right: 0;
  width: 50%;
}

.siren-kyc-form-button-next-launcher,
.kyc-form-button-next-launcher {
  bottom: inherit;
  display: block;
  float: right;
  position: relative;
  right: inherit;
}

.cni-info,
.cni-info-pm {
  border: 3px solid;
  border-radius: 5px;
  display: flex;
  margin: 20px 35px;
  padding: 35px;
}

.cni-info {
  border-color: #676d71;
}

.cni-info-pm-primary {
  flex-wrap: wrap;
  margin: auto;
  width: 593px;
}

.cni-info-loader {
  border: 3px solid #dedede;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 35px;
  padding: 35px;
}

.cni-kyc-form h3 {
  text-align: center;
  text-transform: uppercase;
}

.cni-kyc-form span,
.cni-kyc-form p {
  font-weight: 400;
}

.cni-kyc-form-container {
  display: flex;
  width: 105px;
}

.cni-kyc-form-container img {
  width: 55px;
}

.cgp-form-sign.active,
.cgp-form-information.active,
.cgp-form-files.active,
.kyc-form.active,
.kyc-form-files.active,
.kyc-form-siren.active {
  display: block;
  padding-bottom: 95px;
}

.cgp-form-information,
.cgp-form-sign,
.cgp-form-files,
.kyc-form,
.kyc-form-files,
.kyc-form-siren {
  display: none;
}

.header.kyc-header .text {
  display: none;
  position: relative;
  top: 55%;
}

#header + .header.kyc-header {
  background-color: #f1f1f1;
  height: 105px;
  margin-bottom: 35px;
  position: relative;
}

.header.kyc-header .text h1,
.header.kyc-header .text h2 {
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
}

.kyc-form-container .head-title {
  margin: 35px 0;
  position: relative;
  text-align: center;
}

.kyc-form-container .head-title h1 {
  font-size: 36px;
  font-weight: 700;
}

.kyc-form-container .cgp-form {
  display: block;
  margin: 0 auto 240px;
  position: relative;
  top: 150px;
  width: 296px;
}

.kyc-focus .sail-gray.active {
  background-color: #f1f1f1;
  inset: -35px 0 0;
  position: absolute;
  z-index: 0;
}

.kyc-form .sail-white {
  background-color: #fff;
  inset: -35px 0 0;
  position: absolute;
  z-index: 0;
}

@media (min-width: 1024px) {
  .container.small-container {
    width: 910px;
  }
}
.kyc-form-body select.ui.dropdown {
  border: 1px solid #e0e0e0;
  box-shadow: none;
  display: block;
  height: 28px;
  max-width: 100%;
  padding: 0;
  width: 100%;
}

.grey {
  color: #6b6b6b;
}

.kyc-form-body-title {
  display: inline-block;
  margin-bottom: 35px;
  width: 100%;
}

.kyc-form-body .mdl-checkbox__label {
  font-size: 14px;
  font-weight: initial;
}

.kyc-form-body .mdl-radio__inner-circle {
  background-color: #82b5ce;
  z-index: 2;
}

.kyc-form-body .mdl-radio__outer-circle {
  background-color: #fff;
  z-index: 2;
}

.kyc-heade.header {
  position: relative;
}

.kyc-form-button-next-launcher {
  bottom: inherit;
  display: inline-block;
  padding: 10px 35px;
  position: relative;
  right: inherit;
  width: auto;
}

.kyc-form-container .kyc-form-button-next,
.kyc-form-container .kyc-form-button-previous {
  bottom: 25px;
  position: absolute;
}

.kyc-form-container .kyc-form-button-next {
  bottom: -10px;
  right: 150px;
  width: auto;
}

.kyc-focus .button-secondary-color.kyc-form-button-previous {
  background-color: #fff;
  border: 1px solid #29235c;
  color: #29235c;
}

.kyc-form-container .kyc-form-button-previous {
  left: 150px;
}

.checkbox-container {
  display: inline-block;
  margin-bottom: 35px;
}

.skeleton-item {
  background-color: #d8d8d8;
  border-color: #d8d8d8;
  overflow: hidden;
  position: relative;
}

.skeleton-item::after {
  animation: shine;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
  background: rgba(255, 255, 255, 0.2);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 350%;
  left: -100%;
  opacity: 0;
  position: absolute;
  top: -125%;
  transform: rotate(45deg);
  width: 40px;
}

@keyframes shine {
  from {
    left: -100%;
    opacity: 0.5;
  }
  to {
    left: 200%;
    opacity: 1;
  }
}
.cni-kyc-form-container .skeleton-item {
  height: 105px;
  margin-bottom: 15px;
  width: 90px;
}

.cni-kyc-form-container-info .skeleton-item,
body .skeleton-item.text {
  height: 15px;
  margin-bottom: 15px;
  width: 240px;
}

.checkbox-container-content {
  margin: 4px 0;
}

body .kyc-focus .mdl-checkbox {
  cursor: pointer;
  display: inline-table;
}

.kyc-form-body > div.d-ib,
.d-ib {
  display: inline-block;
  margin-bottom: 35px;
}

body .kyc-focus .un-row {
  float: left;
  margin-left: 0;
  margin-right: 0;
  width: 50%;
}

.kyc-focus .mdl-radio__label {
  font-size: 14px;
  font-weight: initial;
}

.kyc-subtitle {
  font-weight: 700;
}

.kyc-focus img[src] {
  display: none;
}

.kyc-focus .title_docs {
  min-height: 50px;
}

.cni-kyc-form h3 {
  text-align: center;
  text-transform: uppercase;
}

.cni-kyc-form {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.cni-info-pm-primary {
  flex-wrap: wrap;
  margin: auto;
  width: 593px;
}

.cni-kyc-form-container {
  display: flex;
  width: 105px;
}

.cni-kyc-form-container-info.cni-kyc-form-container-info-part-one {
  width: 250px;
}

.cni-kyc-form-container-info {
  text-align: initial;
  width: 100%;
}

.modal-body-kyc-present {
  display: flex;
}

.cni-info,
.cni-info-pm {
  border: 3px solid;
  border-radius: 5px;
  display: flex;
  margin: 20px 35px;
  padding: 35px;
}

.cni-info.hide,
.cni-info-pm.hide {
  display: none;
}

.modal.fade#siren-kyc .modal-dialog {
  display: inline-table;
}

.cni-kyc-form-container-info span.red {
  color: #000;
}

.kyc-form-body .dual-radio {
  display: inline-block;
  max-width: 340px;
  min-width: 340px;
  width: 100%;
}

body .kyc-form-body .mdl-textfield__input.is-invalid {
  border-color: #e92b2b;
}

.is-invalid .mdl-checkbox__box-outline {
  border-color: #e92b2b;
}

.is-invalid .label-file,
.kyc-form-body .is-invalid {
  border-color: #e92b2b;
}

.is-invalid .label-file {
  color: #e92b2b;
}

.mdl-textfield--floating-label.is-date .mdl-textfield__label {
  font-size: var(--paragraph-font-size, 12px) !important;
  top: 4px;
}

html .dual-radio.is-invalid .mdl-radio__outer-circle {
  border-color: red;
}

html .dual-radio.is-invalid .mdl-radio__inner-circle {
  background-color: red;
}

.flex input[type=radio][name=typeKyc] {
  align-self: center;
  display: inline-block;
  margin-right: 15px;
  width: auto;
}
.flex input[type=radio][name=typeKyc] + label {
  color: #000;
}

@media (max-height: 768px) {
  [id*=kyc] .modal-content {
    height: 70vh;
    overflow-y: scroll;
  }
  .modal-dialog {
    width: 100%;
  }
}
.alert-tel-field {
  color: #f00;
  position: absolute;
}

.flex-button {
  display: flex;
  justify-content: center;
  padding: 0 15px;
}

.flex-button button {
  margin: 0 15px;
  max-width: 250px;
  width: 100%;
}

body .mdl-textfield__label {
  cursor: text;
  overflow: initial;
  pointer-events: none;
}

.saved-file::after {
  align-items: center;
  background-color: #29235c;
  bottom: 0;
  color: white;
  content: "\f019";
  display: flex;
  font-size: 20px;
  font-weight: 100;
  padding: 18px;
  position: absolute;
  right: 0;
  top: 0;
}

.saved-file-in-array::after {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}

.input-file-content.check .saved-file::after {
  border-left: 2px solid white;
}

.button-primary-color.blue:hover {
  color: #fff;
}

.align-right {
  float: right;
  margin-bottom: 20px;
}

.separator {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
}
.separator::after {
  background-color: #29235c;
  content: "";
  height: 1px;
  width: 80%;
}

#brand {
  position: relative;
  top: -30px;
}

#signature button {
  position: relative;
}

button.button-primary-color,
a.button-primary-color {
  border-radius: var(--border-radius);
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  cursor: pointer;
  min-width: 200px;
  padding: 15px;
  text-align: center;
  background-color: #676d71;
  border-color: #676d71;
  color: white;
  /** overwrite the initial button */
}
button.button-primary-color:disabled,
a.button-primary-color:disabled {
  cursor: default;
  background-color: lightgrey;
  border-color: lightgrey;
  color: white;
}
button.button-primary-color:hover:not(:disabled),
a.button-primary-color:hover:not(:disabled) {
  background-color: #29235c;
  border-color: #29235c;
  color: white;
}
button.button-secondary-color, button.download-button, button.inscription-button,
a.button-secondary-color,
a.download-button,
a.inscription-button {
  border-radius: var(--border-radius);
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  cursor: pointer;
  min-width: 200px;
  padding: 15px;
  text-align: center;
  background-color: white;
  border-color: #676d71;
  color: #676d71;
  /** overwrite the initial button */
}
button.button-secondary-color:disabled, button.download-button:disabled, button.inscription-button:disabled,
a.button-secondary-color:disabled,
a.download-button:disabled,
a.inscription-button:disabled {
  cursor: default;
  background-color: white;
  border-color: lightgrey;
  color: lightgrey;
}
button.button-secondary-color:hover:not(:disabled), button.button-secondary-color.active, button.download-button:hover:not(:disabled), button.download-button.active, button.inscription-button:hover:not(:disabled), button.inscription-button.active,
a.button-secondary-color:hover:not(:disabled),
a.button-secondary-color.active,
a.download-button:hover:not(:disabled),
a.download-button.active,
a.inscription-button:hover:not(:disabled),
a.inscription-button.active {
  background-color: #29235c;
  border-color: #29235c;
  color: white;
}

.action-kyc-prefill button.button-secondary-color:hover:not(:disabled) {
  background-color: #676d71;
  border-color: #676d71;
  color: white;
}

.cve-alert-container {
  align-items: center;
  background-color: #29235c;
  display: flex;
  justify-content: center;
  padding: 20px 0;
  position: fixed;
  text-align: center;
  top: 70px;
  width: 100%;
  z-index: 1;
}
.cve-alert-container .cve-alert-container-content {
  display: grid;
  gap: 20px;
  grid-auto-flow: row;
  justify-items: center;
  max-width: calc(100% - 30px);
  padding: 0 15px;
  text-align: center;
  width: 1033px;
}
.cve-alert-container .cve-alert-container-content .cve-alert-container-content-title {
  font-size: 26px;
  text-transform: none;
}
.cve-alert-container .cve-alert-container-content .cve-alert-container-content-sentence {
  font-size: 18px;
  text-transform: none;
}
.cve-alert-container .cve-alert-container-content .cve-alert-container-content-cross {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}
.cve-alert-container .cve-alert-container-content * {
  color: #fff;
  text-align: center;
}
.cve-alert-container .cve-alert-container-content a {
  text-decoration: underline;
}

/** expiration */
body .expiration-headband {
  background-color: #29235c;
  color: white;
  left: 0;
  padding: 10px;
  position: fixed;
  right: 0;
  top: 70px;
}
body .expiration-underline {
  cursor: pointer;
  text-decoration: underline;
}
body .expiration-underline:hover {
  text-decoration: underline;
}

/* Header */
/* Variables */
/* Button */
/* Align Horizontal Vertical */
.header {
  --primary-color: #29235c;
  --secondary-color: #676d71;
  --light-color: #c8d2ab;
  --disabled-color: #e9e9e9;
  --darkgrey-color: #707070;
  --grey-color: #b7b7b7;
  --lightgrey-color: #f6f6f6;
  --required-color: #f00;
  --error-color: #f00;
  --font-family: Uni sans regular;
  --font-family-medium: Uni sans book;
  --font-family-bold: Uni sans bold;
  --border-radius: 5px;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  color: var(--primary-color);
  display: flex;
  justify-content: space-between;
  padding: 0 4rem;
}
.header.headerSticky {
  position: sticky;
  top: 0;
  z-index: 1;
}
@media (max-width: 576px) {
  .header {
    padding: 0 2rem;
  }
}
.header[data-open] ~ * {
  display: none;
}

.header__logoWrapper {
  height: auto;
  margin: 0.9rem 0;
  width: 16rem;
}

.header__mainWrapper {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  height: 100%;
}
@media (max-width: 1200px) {
  .header__mainWrapper {
    display: none;
  }
}

.header__mainWrapper__select {
  align-items: center;
  -moz-column-gap: 0.3rem;
       column-gap: 0.3rem;
  cursor: pointer;
  display: flex;
  position: relative;
}
.header__mainWrapper__select::after {
  content: "";
  height: 1rem;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
}

.header__mainWrapper__select__popup {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  background-color: #fff;
  cursor: default;
  display: none;
  flex-direction: column;
  position: absolute;
  top: calc(100% + 1rem);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
}
.header__mainWrapper__select:focus .header__mainWrapper__select__popup, .header__mainWrapper__select:focus-within .header__mainWrapper__select__popup, .header__mainWrapper__select:hover .header__mainWrapper__select__popup {
  display: flex;
}

.header__mainWrapper__select__popup__logo {
  height: 1rem;
}

.header__mainWrapper__select__popup__link {
  padding: 0.4rem 1.2rem;
  white-space: nowrap;
}
.header__mainWrapper__select__popup__link:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.header__burger {
  cursor: pointer;
  height: 2rem;
  width: 2rem;
}
@media (min-width: 1200px) {
  .header__burger {
    display: none;
  }
}

.header__extended {
  align-items: center;
  background-color: var(--primary-color);
  color: #fff;
  display: flex;
  flex-direction: column;
  inset: 0;
  position: fixed;
  z-index: 1;
}

.header__extended__header {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-height: 7.5rem;
  padding: 0 60px;
  width: 100%;
}
@media (max-width: 576px) {
  .header__extended__header {
    padding: 0 35px;
  }
}

.header__extended__divided {
  display: flex;
}

.header__extended__header__logoExtended {
  height: 3rem;
  width: auto;
}

.header__extended__header__cross {
  height: 2rem;
  width: auto;
}

.header__extended__wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 1.25rem;
  position: absolute;
  row-gap: 2rem;
}

.header__extended__wrapper__dropDown {
  align-items: center;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  text-align: center;
}

.header__extended__wrapper__dropDown__target {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  position: relative;
}
.header__extended__wrapper__dropDown[data-open] .header__extended__wrapper__dropDown__target {
  font-weight: 600;
}
.header__extended__wrapper__dropDown[data-open] .header__extended__wrapper__dropDown__target::after {
  background-color: #fff;
  bottom: -2px;
  content: "";
  height: 2px;
  position: absolute;
  width: 100%;
}

.header__extended__wrapper__dropDown[data-open] .header__extended__wrapper__dropDown__target__arrow {
  transform: rotate(180deg);
  transform-origin: center;
}

.subHeader {
  color: #fff;
  text-shadow: 0 2px 5px #676d71;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}

#partenaire_img {
  background-color: #f1f1f1;
  height: 50px;
  margin-bottom: 35px;
  position: relative;
}

.files-download {
  background-color: transparent;
  border: none;
}

.waiting-room-logo .a {
  fill: #29235c;
}
.waiting-room-logo .b {
  fill: #676d71;
}

body .table-container.data-list {
  margin-top: 25px;
  max-width: 100%;
  overflow-x: scroll;
}

.waiting-room {
  margin-bottom: 3rem;
  margin-top: 85px;
}

.wrapper-shortFileArray {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}

.wrapper-shortFileArray .btn-shortFileArray {
  display: none;
  margin-left: 5px;
  min-width: 40px;
  padding: unset;
}

.cgp-uploadFile {
  background-color: #1160b8;
  color: #fff;
}

.cgp-invest-client-array {
  align-items: center;
}

#cgp-upload-file-client {
  margin: auto;
}

.account {
  border: 1px solid #000;
  display: flex;
}
.account:hover {
  background-color: none;
}

.account-content {
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  width: 100%;
}

.account-content-section-title {
  margin-bottom: 35px;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
}

.account-content-section-form {
  border: 1px solid var(--primary-color);
  display: grid;
  justify-items: center;
  padding-bottom: 3rem;
  row-gap: 3rem;
  width: 100%;
}

.account-content-section-form-title {
  background-color: var(--primary-color);
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.account-content-section {
  display: none;
  position: relative;
}

.account-content-section.active {
  display: block;
  width: 100%;
}

.account-content-section-form:has(.data-list) {
  border: none;
}

.account-content-section-form .form {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  row-gap: 2rem;
  width: 100%;
}
.account-content-section-form .form__notice {
  color: var(--error-color);
  margin: 0;
}
.account-content-section-form .form__paragraph {
  margin: 0;
}
.account-content-section-form .form__inner {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  padding: 1rem;
  width: 100%;
}
.account-content-section-form .form__inner--alone {
  display: grid;
  width: 80%;
}
.account-content-section-form .form__inner__inputWrapper {
  display: grid;
  position: relative;
  row-gap: 0.3rem;
}
.account-content-section-form .form__inner__inputWrapper__input {
  border: 1px solid var(--grey-color);
  color: var(--primary-color);
  height: var(--input-height);
  margin: 0;
  padding: 1rem;
}
.account-content-section-form .form__inner__inputWrapper__input:disabled {
  cursor: not-allowed;
}
.account-content-section-form .form__inner__inputWrapper__logo {
  bottom: calc(var(--input-height) / 2);
  cursor: pointer;
  height: 1.2rem;
  position: absolute;
  right: 1rem;
  stroke: var(--primary-color);
  transform: translateY(50%);
}
.account-content-section-form .form__buttonWrapper {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.account-content-section-form .form__buttonWrapper__button {
  border-radius: var(--border-radius);
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  cursor: pointer;
  min-width: 200px;
  padding: 15px;
  text-align: center;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: white;
  /** overwrite the initial button */
  width: -moz-fit-content;
  width: fit-content;
}
.account-content-section-form .form__buttonWrapper__button:disabled {
  cursor: default;
  background-color: lightgrey;
  border-color: lightgrey;
  color: white;
}
.account-content-section-form .block {
  display: grid !important;
  justify-items: center;
  row-gap: 2rem;
}
.account-content-section-form .block__title {
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.account-content-section-form .block__form {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}
.account-content-section-form .block__form__file {
  align-items: center;
  background-color: var(--primary-color);
  border-radius: var(--border-radius);
  color: white !important;
  display: grid;
  padding: 1rem;
  text-align: center;
}
.account-content-section-form .block__form__file:hover {
  background-color: var(--secondary-color);
}

.account-content canvas {
  margin-top: 30px;
  max-width: 100%;
}

.account-content-section .state-content-cursor-step[data-target="1"]::before {
  content: "Inscription";
}

.account-content-section .state-content-cursor-step[data-target="2"]::before {
  content: "Pièce d'identité";
}

.account-content-section .state-content-cursor-step[data-target="3"]::before {
  content: "KYC";
}

.account-content-section .state-content-cursor-step[data-target="4"]::before {
  content: "Lettre de mission";
}

.account-content-section .state-content-cursor-step::before {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 20px;
  transform: translateX(-50%);
  width: 100%;
}

.account-content-section .state-content-cursor-step.active::before {
  color: var(--secondary-color);
}

.account-content-section .state-content-cursor {
  margin: 0 auto 55px;
  max-width: 700px;
}

.subtitle {
  text-align: center;
}

.state-content-cursor,
.cgp-content-cursor.active {
  display: flex;
}

.state-content-cursor-step,
.cgp-content-cursor-step {
  background-color: rgb(233, 233, 233);
  display: block;
  flex-grow: 0.5;
  height: 12px;
  position: relative;
}

.state-content-cursor-step {
  border: 1px solid #29235c;
  margin-right: 10px;
}

.state-content-cursor-step.active,
.cgp-content-cursor-step.active {
  background-color: var(--secondary-color);
}

.state-content-cursor-step:last-child {
  margin-right: 0;
}

.header .state-content-cursor {
  bottom: 15px;
  display: none;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 768px;
  z-index: 1;
}

body .header .state-content-cursor {
  padding: 0 15px;
  width: 100%;
}

.header .state-content-cursor.active {
  display: flex;
}

.state-content-cursor-step.active {
  border: none;
}

.state-content-cursor-step-bar-progress.active-half {
  background-color: #29235c;
  height: 10px;
  position: relative;
  top: -1px;
  transform: scaleX(0.5);
  transform-origin: left;
  width: 100%;
}

.account-sidebar {
  background-color: #f1f1f1;
  min-height: 50vh;
  padding: 35px 30px;
}

.account-sidebar-list {
  list-style: none;
  padding: 0;
  position: sticky;
  top: 10rem;
}

.account-sidebar-list li {
  cursor: pointer;
  padding: 10px 60px;
  position: relative;
  width: 334px;
}

.account-sidebar-list li:not([data-source]) {
  padding: 10px 25px;
}

.account-sidebar-list li[data-source=mail]::after {
  content: url("/img/mail.svg");
}

.account-sidebar-list li[data-source=synthese]::after {
  content: url("/img/graph.svg");
}

.account-sidebar-list li[data-source=informations]::after {
  content: url("/img/users.svg");
}

.account-sidebar-list li[data-source=password]::after {
  content: url("/img/tools-and-utensils.svg");
}

.account-sidebar-list li[data-source=files]::after {
  content: url("/img/business-and-finance.svg");
}

.account-sidebar-list li[data-source=attestations]::after {
  content: url("/img/business-and-finance.svg");
}

.account-sidebar-list li[data-source=invoice]::after {
  content: url("/img/invoice.svg");
  height: 21px;
  left: 23px;
  width: 21px;
}

.account-sidebar-list li[data-source=cgp]::after {
  content: url("/img/business.svg");
}

.account-sidebar-list li[data-source=status]::after {
  content: url("/img/business.svg");
}

.account-sidebar-list li[data-source=invest]::after {
  content: url("/img/money.svg");
}

.account-sidebar-list li:not([data-source]),
.account-sidebar-list li:nth-of-type(7) {
  padding-left: 25px;
}

.account-sidebar-list li::after {
  left: 25px;
  position: absolute;
}

.account-sidebar-list li:hover,
.account-sidebar-list li.active {
  background-color: #676d71;
  color: #fff;
  font-weight: 600;
}

.account-sidebar-list li:hover::after,
.account-sidebar-list li.active::after {
  color: #fff;
}

.account-sidebar-list li::before {
  display: none;
}

.header-sub {
  align-items: center;
  background-color: var(--primary-color);
  color: #fff;
  display: flex;
  gap: 20px;
  justify-content: center;
  min-height: 20.5rem;
  padding-left: 150px;
  padding-right: 150px;
  width: 100%;
}
.header-sub .title {
  color: #fff;
  margin-bottom: unset;
}
.header-sub .header-sub-content {
  display: grid;
  gap: 20px;
  text-align: center;
}
.header-sub .header-sub-content .subtitle {
  margin-top: 1rem;
  margin-bottom: 0;
}
.header-sub .header-sub-content .subtitle:last-of-type {
  margin-bottom: 1rem;
}
.header-sub .header-sub-content-title {
  font-size: 80px;
  line-height: 1;
}