/*@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32KxfXNig.ttf) format('truetype');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXNig.ttf) format('truetype');
}
@font-face {
  font-family: 'AtlandLight';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: local('Atland Light'), url('../fonts/Atland/Atland-Light-Latin-frederic_lamorte.woff2') format('woff2'), url('../fonts/Atland/Atland-Light-Latin-frederic_lamorte.woff') format('woff');
}
@font-face {
  font-family: 'AtlandRegular';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: local('Atland Regular'), url('../fonts/Atland/Atland-Regular-Latin-frederic_lamorte.woff2') format('woff2'), url('../fonts/Atland/Atland-Regular-Latin-frederic_lamorte.woff') format('woff');
}
@font-face {
  font-family: 'AtlandBold';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: local('Atland Bold'), url('../fonts/Atland/Atland-Bold-Latin-frederic_lamorte.woff2') format('woff2'), url('../fonts/Atland/Atland-Bold-Latin-frederic_lamorte.woff') format('woff');
}
@font-face {
  font-family: 'IvyprestoSemiBold';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: local('Ivypresto Semi Bold'), url('../fonts/Ivypresto/Ivypresto-semibold-webfont.woff2') format('woff2'), url('../fonts/Ivypresto/Ivypresto-semibold-webfont.woff') format('woff');
}*/
@font-face {
    font-family: 'AtlandRegular';
    font-display: swap;
    font-weight: 400;
    src: url('../fonts/AtlandSpaceGrotesk-Regular.woff2') format('woff2'),url('../fonts/atland/AtlandSpaceGrotesk-Regular.woff') format('woff');
    font-style: normal
}

@font-face {
    font-family: 'AtlandMedium';
    font-display: swap;
    font-weight: normal;
    src: url('../fonts/AtlandSpaceGrotesk-Medium.woff2') format('woff2'),url('../fonts/atland/AtlandSpaceGrotesk-Medium.woff') format('woff');
    font-style: normal
}

@font-face {
    font-family: 'AtlandBold';
    font-display: swap;
    font-weight: 700;
    src: url('../fonts/AtlandSpaceGrotesk-Bold.woff2') format('woff2'),url('../fonts/atland/AtlandSpaceGrotesk-Bold.woff') format('woff');
    font-style: normal
}

@font-face {
    font-family: 'AtlandLight';
    font-display: swap;
    font-weight: normal;
    src: url('../fonts/AtlandSpaceGrotesk-Light.woff2') format('woff2'),url('../fonts/atland/AtlandSpaceGrotesk-Light.woff') format('woff');
    font-style: normal
}

@font-face {
    font-family: 'IvyprestoRegular';
    font-display: swap;
    font-weight: 400;
    src: url('../fonts/ivyprestodisplay-regular.woff2') format('woff2'),url('../fonts/ivypresto/ivyprestodisplay-regular.woff') format('woff');
    font-style: normal
}

@font-face {
    font-family: 'IvyprestoSemiBold';
    font-display: swap;
    font-weight: 700;
    src: url('../fonts/ivyprestodisplay-semibold.woff2') format('woff2'),url('../fonts/ivypresto/ivyprestodisplay-semibold.woff') format('woff');
    font-style: normal
}
body {
  font-family: AtlandLight, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #303751;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #303751;
}
a:hover {
  color: #303751;
}
canvas,
img,
svg,
video {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}
.form-control {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
.Sko-vert {
  background-color: #d51d2f;
}
.brand-logo {
  display: grid;
  align-items: center;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: IvyprestoSemiBold, sans-serif;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
.btn,
.wp-block-button__link {
  line-height: 29px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  font-size: 14px;
  color: #303751;
  padding: 0 25px;
  border-color: transparent;
  font-family: IvyprestoSemiBold, sans-serif;
  margin-left: 5px;
  margin-right: 5px;
}
.btn-primary,
.wp-block-button__link {
  background-color: #d51d2f;
  color: #fff;
}
.btn-primary:hover,
.wp-block-button__link:hover,
.btn-primary:focus,
.wp-block-button__link:focus {
  background-color: #fff;
  color: #000;
  border-color: #d51d2f;
  box-shadow: 0 0 0 0.25rem rgba(145, 205, 181, 0.5);
}
.btn-secondary {
  background-color: #fff;
}
.btn-secondary:hover {
  background-color: #EA6567;
  border-color: transparent;
}
.btn-secondary:focus {
  background-color: #EA6567;
  border-color: transparent;
}
.btn-danger {
  background-color: #303751;
  color: #fff;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #fff;
  color: #303751;
  border-color: #303751;
  box-shadow: 0 0 0 0.25rem rgba(48, 55, 81, 0.5);
}
.btn-info {
  border-color: #303751;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 20px;
  font-family: AtlandLight, sans-serif;
}
.card {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.08);
  border: none;
  overflow: hidden;
  margin-bottom: 20px;
}
.card.sko-gris {
  background-color: #efedea;
  min-height: 162px;
}
.card.sko-gris b {
  display: inline-block;
  margin-bottom: 7px;
  line-height: 19px;
}
.card.sko-gris b span {
  font-weight: normal;
}
.card.noShadow {
  box-shadow: none;
}
.fonds h4 {
  font-size: 17px;
  height: 43px;
}
.view-maproduction .card-body h3 {
  margin-bottom: 14px;
}
.view-maproduction .card-body h4 {
  font-size: 14px;
}
.view-maproduction .fonds h4 {
  font-size: 17px;
}
.nav-tabs .nav-link {
  font-weight: bold;
  color: #303751;
}
.nav-tabs .nav-link.active {
  color: #d51d2f;
}
.tab-content .tab-pane.active {
  margin-top: 9px;
  max-width: 100%;
}
.BrochureDown {
  color: #303751;
  font-weight: bold;
  text-decoration: underline;
}
header {
  padding: 10px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.08);
}
.Sko-etape-progresse {
  min-height: 70px;
  margin: 0 auto 30px;
  max-width: 800px;
}
.Sko-progresse-bar {
  position: relative;
}
.Sko-progresse-bar .progress_bg {
  position: relative;
  width: 100%;
  height: 4px;
  background-color: #303751;
  margin-top: 10px;
}
.Sko-progresse-bar .progress_bg.active {
  background-color: #d51d2f;
  width: 20%;
  margin-top: -4px;
}
.Sko-progresse-bar .progress_bg.active.sw-progress_40 {
  width: 40%;
}
.Sko-progresse-bar .progress_bg.active.sw-progress_60 {
  width: 60%;
}
.Sko-progresse-bar .progress_bg.active.sw-progress_80 {
  width: 80%;
}
.Sko-progresse-bar .progress_bg.active.sw-progress_100 {
  width: 100%;
}
.Sko-progresse-bar span {
  display: block;
}
.Sko-progresse-bar .progress_step {
  position: absolute;
  bottom: -10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #303751;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  line-height: 28px;
  z-index: 10;
}
.Sko-progresse-bar .progress_step.step-1 {
  left: -14px;
}
.Sko-progresse-bar .progress_step.step-2 {
  left: 20%;
}
.Sko-progresse-bar .progress_step.step-3 {
  left: 40%;
}
.Sko-progresse-bar .progress_step.step-4 {
  left: 60%;
}
.Sko-progresse-bar .progress_step.step-5 {
  left: 80%;
}
.Sko-progresse-bar .progress_step.step-6 {
  left: 100%;
}
.Sko-progresse-bar .step-active .progress_step {
  background-color: #d51d2f;
  color: #303751;
}
.navbar-expand-lg ul {
  background-color: #303751;
  border-radius: 7px;
  overflow: hidden;
}
.navbar-expand-lg ul .nav-link,
.navbar-expand-lg ul li {
  border-left: 1px solid #fff;
  padding: 5px;
}
.navbar-expand-lg ul .nav-link a,
.navbar-expand-lg ul li a {
  color: #fff;
  font-weight: 600;
  padding: 4px 20px 7px;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
}
.navbar-expand-lg ul .nav-link a.active,
.navbar-expand-lg ul li a.active,
.navbar-expand-lg ul .nav-link a:hover,
.navbar-expand-lg ul li a:hover {
  color: #d51d2f;
}
.navbar-expand-lg ul .nav-link:first-of-type,
.navbar-expand-lg ul li:first-of-type {
  border: 0;
}
.navbar-expand-lg ul .nav-link:hover,
.navbar-expand-lg ul li:hover,
.navbar-expand-lg ul .nav-link.active,
.navbar-expand-lg ul li.active {
  background-color: #d51d2f;
  color: #fff;
}
.navbar-expand-lg ul .nav-link:hover a,
.navbar-expand-lg ul li:hover a,
.navbar-expand-lg ul .nav-link.active a,
.navbar-expand-lg ul li.active a {
  color: #fff;
}
.MenuSko {
  display: flex;
}
.LayoutSko {
  max-width: 1000px;
  margin: 20px auto;
}
.LayoutSko h1 {
  margin-bottom: 30px;
}
.LayoutSko h1 span {
  font-size: 16px;
}
.LayoutSko .Sko-Formulaire {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.08);
  padding: 20px;
}
.site-grid {
  padding: 10px;
}
.landing-decoration {
  overflow: hidden;
  height: 100vh;
}
.controls {
  margin-top: 10px;
}
.landing-content .login {
  margin-top: 50px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.com-users-login__options .controls .btn-secondary{
  background-color: #d51d2f;
    color: #fff;
    border: 2px solid #fff;
}
.com-users-login__options .controls .btn-secondary:hover{
      border-width: 1px;
     box-shadow: 0 0 0 0.25rem rgb(215 228 223 / 15%);
}
.landing-content .control-group {
  margin-top: 10px;
  margin-bottom: 10px;
}
.landing-content .input-password-toggle {
  border: 1px solid #ced4da;
  background-color: rgba(255, 255, 255, 0.2);
}
.landing-content .input-password-toggle .icon-fw {
  background-repeat: no-repeat;
  width: 25px;
  height: 24px;
  display: block;
}
.landing-content .input-password-toggle .icon-eye {
  background-image: url('../images/oeil_b.png');
}
.landing-content .input-password-toggle .icon-eye-slash {
  background-image: url('../images/oeil_ol.png');
  margin-top: 9px;
}
.landing-content input:autofill {
  background-color: #F3F3F2;
}
.landing-content input:-webkit-autofill {
  background-color: #F3F3F2;
}
.landing-content .controls {
  margin-top: 5px;
}
.landing-content .form-control:focus {
  border-color: transparent;
}
.com_users header {
  display: none;
}
.com_users .page-header {
  text-align: center;
  margin-bottom: 30px;
  display: block;
  margin-top: 30px;
}
.com_users .site-grid {
  padding: 0;
}
.com_users .site-grid > .row,
.com_users .site-grid .landing-page {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}
.com_users .site-grid .container-component {
  width: 99%;
}
.com_users .site-grid .landing-content {
  padding: 20px 30px;
  background-color: #efedea;
}
.com_users .site-grid .landing-content .form-control {
  background-color: rgba(255, 255, 255, 0.2);
}
.com_users .site-grid .landing-content .btn-primary {
  background-color: #1d0e46;
  color: #fff;
  min-width: 150px;
}
.com_users .site-grid .landing-content .list-group-item {
  background: transparent;
  border: none;
  color: #303751;
}
.com_users .remind,
.com_users .reset {
  max-width: 860px;
  margin: 50px auto;
}
.com_users .mod-custom img {
  height: 100vh;
  object-fit: cover;
}
.sko-mes-infos .card-body {
  padding: 36px;
}
.sko-mes-infos img {
  max-width: 72px;
  margin-bottom: 10px;
}
.sko-mes-infos p {
  margin-bottom: 5px;
}
.sko-mes-infos .Sko-nom {
  font-size: 18px;
  font-family: AtlandBold, sans-serif;
}
.sko-mes-infos .btn-primary {
  margin-top: 9px;
}
.mes-infos-progress {
  margin: 30px auto 10px;
}
.sko-link-info {
  background-color: #303751;
  color: #fff;
  padding: 25px;
}
.sko-link-info li {
  margin-top: 10px;
}
.sko-link-info a {
  color: #fff;
  text-decoration: none;
}
.sko-link-info a span {
  min-width: 20px;
  font-family: AtlandBold, sans-serif;
  display: inline-block;
}
.sko-link-info a sup {
  border-radius: 100%;
  width: 5px;
  height: 5px;
  display: inline-block;
  background-color: #EA6567;
  margin-left: 5px;
}
.circle-progress-text {
  font-family: IvyprestoSemiBold, sans-serif;
  font-size: 20px;
}
.circle-progress-text svg {
  fill: #303751 !important;
  stroke: #303751 !important;
}
.SkoTendanceGlob {
  font-size: 12px;
}
.sko-tendances-item .card-body h3 a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
}
.sko-tendances-item .img-lead {
  height: 237px;
  overflow: hidden;
}
.sko-tendances-img {
  max-height: 130px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.sko-tendances-img img {
  height: 100%;
  object-fit: cover;
}
.bloc-conviction {
  padding: 23px;
  height: 756px;
}
.bloc-conviction p {
  font-size: 19px;
  margin: 21px 0;
}
.bloc-conviction p span {
  font-weight: bold;
  color: #fff;
  background-color: #d51d2f;
  border-radius: 6px;
  font-size: 15px;
  padding: 0 4px 3px;
  margin-right: 5px;
}
.RightTendance h2 {
  color: #EA6567;
  margin-bottom: 30px;
  margin-top: 10px;
}
.RightTendance .card {
  min-height: 360px;
}
.RightTendance .card img {
  min-height: 145px;
  max-height: 160px;
  visibility: hidden;
}
.RightTendance .card .date {
  position: absolute;
  bottom: 17px;
}
.sko-actif .TitleSkoActif {
  font-family: IvyprestoSemiBold, sans-serif;
  font-size: 12px;
}
.sko-actif .info {
  font-size: 20px;
  position: relative;
}
.sko-actif .info strong {
  font-size: 35px;
  font-family: IvyprestoSemiBold, sans-serif;
  margin-left: 5px;
}
.sko-actif .info sup {
  font-size: 16px;
}
.sko-actif.selected {
  background-color: #fff !important;
}
.sko-actif.selected .collapse {
  display: block;
}
.sko-actif.selected .collapseActif {
  transform: rotate(180deg);
}
.sko-actif.sko-active {
  background-color: #d51d2f;
}
.sko-actif.sko-moins {
  background-color: #EA6567;
  color: #fff;
}
.sko-actif.sko-moins.selected {
  color: #303751;
}
.sko-actif.sko-gris {
  background-color: #F3F3F2;
}
.sko-actif i {
  font-size: 22px;
}
.sko-actif .collapseActif {
  position: absolute;
  right: -8px;
  bottom: 0;
  cursor: pointer;
  font-size: 14px;
}
.sko-actif .collapseActif[aria-expanded="true"] {
  transform: rotate(180deg);
}
.sko-actif .collapse .ImgActif {
  margin: 10px -15px;
  height: 59px;
  overflow: hidden;
}
.product-link {
  color: #303751;
  text-decoration: underline;
}
.btn-close {
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 100%;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  padding: 10px;
  z-index: 10;
}
.SkoConseil {
  font-family: IvyprestoSemiBold, sans-serif;
}
.ModalSko {
  padding: 20px 10px;
}
.ModalSko .row {
  margin-left: 0;
  margin-right: 0;
}
.ModalSko a {
  font-family: IvyprestoSemiBold, sans-serif;
  margin-top: 15px;
  display: inline-block;
  color: #d51d2f;
}
.BlocSkoActif {
  overflow: auto;
}
.BlocSkoActif::-webkit-scrollbar {
  width: 5px;
}
.BlocSkoActif::-webkit-scrollbar-track {
  background: #F3F3F2;
  border-radius: 4px;
}
.BlocSkoActif::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #ccc;
  height: 50px;
}
.sko-mes-investissements {
  background-color: #d51d2f;
}
.sko-mes-investissements .sko-chart {
  margin-top: 30px;
}
.sko-mes-investissements .card-actions {
  margin-bottom: 20px;
}
.sko-mes-investissements .btn {
  margin-left: 10px;
  margin-right: 10px;
}
.sko-product-header img {
  height: 100%;
  border-radius: 20px;
}
.card.list-investissements {
  margin: 9px;
  display: none;
}
.card.list-investissements .card-body {
  padding: 0;
}
.card.list-investissements .card-body .accordion > div {
  padding: 0 19px;
}
.card.list-investissements .card-body .accordion > div:first-of-type {
  padding-top: 19px;
}
.card.list-investissements .card-body .accordion > div:last-of-type {
  padding-bottom: 19px;
}
.total {
  font-size: 19px;
  margin-bottom: 9px;
}
.sko-performance .card-body {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 19px;
}
.sko-performance .card-body h3 {
  font-size: 19px;
}
.sko-performance span {
  display: block;
  font-size: 30px;
  font-family: IvyprestoSemiBold, sans-serif;
}
.sko-performance .Titreglob {
  margin-bottom: 28px;
}
.Titreglob {
  font-size: 18px;
}
.Sko-Mes-investissements .btn-info {
  float: right;
}
.Sko-Mes-investissements .card-body {
  padding-left: 30px;
  padding-right: 30px;
}
.Sko-Mes-investissements .TitreMes-investissements {
  font-size: 22px;
  font-family: IvyprestoSemiBold, sans-serif;
}
.Sko-Mes-investissements .Sko-period {
  flex-wrap: initial;
}
.Sko-Mes-investissements .Sko-period select {
  width: auto;
  background-image: url('../images/select.svg');
  background-size: auto;
  border: none;
  font-size: 12px;
  padding: 4px 20px 4px 5px;
  background-position: right;
  text-align: center;
  display: inline-block;
}
.Sko-Mes-investissements .Sko-period div {
  display: inline-block;
  width: auto;
}
.Sko-Mes-investissements .Titreglob {
  margin-bottom: 18px;
  margin-top: 30px;
}
.bloc-fonds {
  background-color: #F3F3F2;
  padding: 40px;
}
.Sko-Form h3 {
  font-size: 14px;
  font-family: IvyprestoSemiBold, sans-serif;
}
.Sko-Form .form-control {
  height: 25px;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
}
.Sko-Form .form-label {
  margin-top: 10px;
  font-size: 12px;
  margin-bottom: 3px;
}
.Sko-Form .card-body {
  padding: 30px;
}
.Sko-Form textarea.form-control {
  width: 100%;
  border-radius: 0;
  height: auto;
}
.Sko-Form a {
  font-size: 12px;
  margin-top: 10px;
}
.Sko-Form .btn {
  min-width: 150px;
  margin-top: 10px;
}
.task-savestep_questionnaire_fatca_cp_pm .Sko-Formulaire label[for='ppeNomBeneficiairePM'] {
  height: auto;
}
.Sko-Formulaire label {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 8px;
}
.Sko-Formulaire label[for='ppeMandatPolitiqueFonctionPublique'],
.Sko-Formulaire label[for='ppeFonctionPolitique'] {
  height: 64px;
}
.Sko-Formulaire select {
  background-image: url('../images/bas.png');
  background-repeat: no-repeat;
  background-position: 96% 15px;
  padding-right: 20px;
}
.Sko-Formulaire ul.form-check {
  margin-top: 20px;
  column-count: 2;
}
.Sko-Formulaire .fileupload-buttonbar {
  padding-top: 9px;
  width: 100%;
}
.Sko-Formulaire .fileupload-buttonbar .btn {
  margin-top: 0;
}
.Sko-Formulaire .fileupload-buttonbar .btn.fileinput-button {
  background-color: #303751;
  margin: auto;
  display: table;
  color: #fff;
}
.Sko-Formulaire .fileupload-buttonbar .accordion-flush .accordion-item:last-child {
  border-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.Sko-Formulaire .fileupload-buttonbar .accordion-flush .accordion-item .accordion-body > p {
  text-align: center;
  font-size: 17px;
}
.Sko-Formulaire .fileupload-buttonbar .accordion-flush .accordion-item .table-striped > tbody > tr {
  background-color: transparent;
  border-color: transparent;
}
.Sko-Formulaire .fileupload-buttonbar .accordion-flush .accordion-item .table-striped > tbody > tr td {
  --bs-table-accent-bg: transparent;
  border: none;
  width: 33%;
}
.Sko-Formulaire .fileupload-buttonbar .accordion-flush .accordion-item .accordion-button {
  font-family: AtlandLight, sans-serif;
  font-size: 15px;
  font-weight: bold;
  background-color: #303751;
  color: #fff;
}
.Sko-Formulaire .fileupload-buttonbar .accordion-flush .accordion-item .accordion-button:after {
  background-image: url('../images/down-picto.png');
  transform: inherit;
  margin-top: 0;
  height: 10px;
}
.Sko-Formulaire .form-check.mb-3 {
  padding-left: 35px;
}
.Sko-Formulaire .form-check label {
  align-items: unset;
  padding-top: 1px;
}
.Sko-Formulaire .btn {
  margin-right: 10px;
  min-width: 170px;
  margin-top: 11px;
}
.Sko-Formulaire .btn.delete {
  background-color: #ac2925;
  color: #fff;
}
.Sko-Formulaire .form-group {
  margin-top: 10px;
}
.Sko-Formulaire input[type="radio"] {
  margin-right: 5px;
}
.view-monprofil .Sko-Formulaire .fileupload-buttonbar {
  padding-top: 9px;
  width: 100%;
}
.view-monprofil .Sko-Formulaire .fileupload-buttonbar .btn {
  margin-top: 0;
}
.view-monprofil .Sko-Formulaire .fileupload-buttonbar .btn.fileinput-button {
  background-color: #303751;
  margin: 0;
  display: table;
  color: #fff;
}
.view-monprofil .Sko-Formulaire .fileupload-buttonbar .accordion-flush .accordion-item:last-child {
  border-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.view-monprofil .Sko-Formulaire .fileupload-buttonbar .accordion-flush .accordion-item .accordion-body > p {
  text-align: center;
  font-size: 17px;
}
.view-monprofil .Sko-Formulaire .fileupload-buttonbar .accordion-flush .accordion-item .table-striped > tbody > tr {
  background-color: transparent;
  border-color: transparent;
}
.view-monprofil .Sko-Formulaire .fileupload-buttonbar .accordion-flush .accordion-item .table-striped > tbody > tr td {
  --bs-table-accent-bg: transparent;
  border: none;
  width: 33%;
}
.view-monprofil .Sko-Formulaire .fileupload-buttonbar .accordion-flush .accordion-item .accordion-button {
  font-family: AtlandLight, sans-serif;
  font-size: 15px;
  font-weight: bold;
  background-color: #303751;
  color: #fff;
}
.view-monprofil .Sko-Formulaire .fileupload-buttonbar .accordion-flush .accordion-item .accordion-button:after {
  background-image: url('../images/down-picto.png');
  transform: inherit;
  margin-top: 0;
  height: 10px;
}
.sko-product-links {
  font-family: IvyprestoSemiBold, sans-serif;
  color: #fff;
  display: inline-block;
  background: #303751;
  padding: 5px 15px;
  margin-bottom: 20px;
}
.sko-product-links a {
  color: #fff;
  display: inline-block;
}
.sko-product-links h1 {
  display: inline-block;
  margin-bottom: 0;
}
.sko-product-links span {
  font-size: 18px;
}
.Sko-date {
  position: relative;
}
.Sko-date span {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #d51d2f;
}
.form-check-input:checked {
  background-color: #d51d2f;
  border-color: #d51d2f;
}
.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(145, 205, 181, 0.5);
}
.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(145, 205, 181, 0.5);
  border-color: #d51d2f;
}
.view-kyd h1 {
  margin-bottom: 40px;
}
.view-kyd h1 span {
  font-size: 18px;
}
.view-kyd h1 .numSko {
  background: #d51d2f;
  padding: 5px 13px;
  margin-right: 5px;
  min-width: 20px;
  display: inline-block;
  border-radius: 100%;
}
.view-kyd h2 {
  color: #303751;
  margin-bottom: 40px;
  margin-top: 30px;
}
.view-kyd h2:after {
  content: "";
  border-bottom: 3px solid #d51d2f;
  width: 50px;
  height: 5px;
  display: block;
  margin-top: 10px;
}
.form-row.Sko-Formulaire {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.08);
  padding: 20px;
  margin-bottom: 20px;
}
.sko-questionnaire .form-group.row {
  padding: 8px 5px;
}
.sko-questionnaire .form-group.row:nth-child(odd) {
  background: #f3f3f2;
}
.SkoBrochure .nav-link {
  color: #303751;
  font-size: 14px;
  border: none;
}
.SkoBrochure .nav-link.active {
  text-decoration: underline;
  color: #303751;
  font-family: AtlandRegular, sans-serif;
}
.SkoBrochure .nav-tabs {
  border: none;
  padding: 20px 25px;
}
.SkoBrochure .tab-content {
  background-color: #F3F3F2;
  border-top: 1px solid #eee;
  padding: 10px 15px;
}
.SkoBrochure .BrochureDown {
  font-size: 12px;
}
.SkoBrochure .BrochureDown i {
  margin-right: 10px;
}
.SkoBrochure .tab-pane {
  max-height: 170px;
  overflow: auto;
}
.SkoBrochure .tab-pane::-webkit-scrollbar {
  width: 5px;
}
.SkoBrochure .tab-pane::-webkit-scrollbar-track {
  background: #fff;
}
.SkoBrochure .tab-pane::-webkit-scrollbar-thumb {
  background: #d51d2f;
  height: 20px;
}
.view-kyc h2 {
  margin-bottom: 11px;
  font-size: 21px;
}
.view-kyc .Sko-Formulaire {
  margin-bottom: 25px;
}
.more {
  display: block;
  font-size: 13px;
  color: #303751;
  text-decoration: underline;
  line-height: 25px;
  font-weight: bold;
  text-align: right;
  margin-bottom: 11px;
  margin-right: 7px;
  text-transform: initial;
}
.more:hover {
  color: #d51d2f;
}
.card-body h2 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
.card-body h4 {
  font-family: 'AtlandBold';
}
.card-body > h4 {
  font-family: IvyprestoSemiBold, sans-serif;
}
.card-body .btn-primary {
  font-family: 'AtlandBold';
  margin-bottom: 7px;
}
.card-body h3 {
  margin-bottom: 21px;
  text-transform: uppercase;
}
.card-body h3 a {
  float: right;
  font-size: 13px;
  color: #303751;
  text-decoration: underline;
  line-height: 25px;
  text-transform: initial;
}
.card-body h3 a:hover {
  color: #d51d2f;
}
.card-body > .row a {
  text-decoration: underline;
}
.card-body > .row a.btn {
  color: #fff;
  background-color: #757575;
  padding: 0 4px;
  display: block;
  text-align: center;
  font-size: 13px;
  border-radius: 0;
  text-decoration: none;
}
.card-body > .row a.btn.btn-secondary {
  background-color: #fff;
  color: #353434;
  display: inline-block;
}
.card-body > .row a.btn.bg-warning {
  background-color: #303751 !important;
}
.card-body > .row a.btn.bg-success {
  background-color: #d51d2f !important;
  color: #000;
}
.card-body > .row a.btn.bg-primary {
  background-color: #000 !important;
}
.sko-actus .row p a {
  text-decoration: none;
  margin-top: 12px;
  display: block;
  color: #303751;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
}
.view-accueil main {
  position: relative;
}
.view-accueil main .investisseur .noShadow .nav-tabs {
  border: none;
}
.view-accueil main .investisseur .noShadow .nav-tabs .nav-link {
  background-color: #ccc;
  color: #fff;
  border-radius: 5px;
  margin: 0 7px 0 0;
}
.view-accueil main .investisseur .noShadow .nav-tabs .nav-link.active {
  background-color: #d51d2f;
  color: #fff;
}
.view-accueil main .investisseur .noShadow .card-body span {
  font-size: 23px;
  font-weight: bold;
}
.view-accueil main .investisseur .noShadow.sko-position {
  position: absolute;
  top: 0;
  left: 39%;
  width: 18%;
  height: 113px;
}
.view-accueil main .investisseur .noShadow.sko-position h4 {
  font-size: 25px;
}
.view-accueil main .investisseur .noShadow.tab-fons {
  /*margin-left: 20px;
				    width: 89%;*/
}
.view-accueil main .investisseur .SkoBrochure {
  margin-top: -135px;
}
.view-accueil main .investisseur .SkoBrochure .nav-tabs {
  padding: 3px 0;
}
.view-accueil main .distributeur .card-body .row {
  margin-top: 11px;
}
.view-accueil main .distributeur > div a.btn.btn-primary {
  display: none;
}
.navbar-expand-lg ul li:has(.menu_souscrire) {
  border: 0;
  position: absolute;
  right: 0;
  background-color: #d51d2f;
  border-radius: 5px;
  /*&:hover, &.active
    {
    	background-color: #303751;
    	a
	    {
	    	color: #fff;
	    }
    }*/
}
.navbar-expand-lg ul li:has(.menu_souscrire) a {
  color: #303751;
}
.view-fonds .nav-tabs {
  border: none;
}
.view-fonds .nav-tabs a.nav-link {
  border: none;
  background-color: #f3f3f2;
  margin: 0 0 17px 25px;
  border-radius: 17px;
  color: #495057;
}
.view-fonds .nav-tabs a.nav-link.active {
  background-color: #d51d2f;
  color: #fff;
}
.view-article main p {
  font-size: 18px;
}
.view-article main h1 {
  font-size: 31px;
  margin-bottom: 29px;
  text-transform: uppercase;
}
.view-article main .wp-block-button__link {
  display: inline-block;
  margin: 0 0 17px;
  font-family: 'AtlandBold';
  font-size: 15px;
  line-height: 35px;
}
.view-article main thumbnail {
  display: none;
}
.cols-2 {
  column-count: 2;
}
.view-moninvestissement .sko-mes-operations .accordion {
  border: none;
}
.view-moninvestissement .sko-mes-operations .accordion .accordion-button {
  border: none;
  color: #303751;
  font-weight: bold;
  width: 100%;
  font-family: AtlandLight, sans-serif;
  font-size: 14px;
}
.view-moninvestissement .sko-mes-operations .accordion .accordion-button span {
  width: 25%;
  display: inline-block;
}
.view-moninvestissement .sko-mes-operations .accordion .accordion-button:before {
  border: 11px solid transparent;
  content: "";
  height: 0;
  display: inline-block;
  float: right;
  position: absolute;
  right: 20px;
  top: 13px;
  border-top-color: #fff;
  z-index: 10;
}
.view-moninvestissement .sko-mes-operations .accordion .accordion-button:after {
  border: 9px solid transparent;
  content: "";
  height: 0;
  border-top-color: #303751;
  display: inline-block;
  float: right;
}
.view-moninvestissement .sko-mes-operations .accordion .accordion-button.active,
.view-moninvestissement .sko-mes-operations .accordion .accordion-button:hover,
.view-moninvestissement .sko-mes-operations .accordion .accordion-button:not(.collapsed),
.view-moninvestissement .sko-mes-operations .accordion .accordion-button:focus {
  color: #d51d2f;
  background-color: transparent;
  box-shadow: none;
}
.view-moninvestissement .sko-mes-operations .accordion .accordion-button.active:after,
.view-moninvestissement .sko-mes-operations .accordion .accordion-button:hover:after,
.view-moninvestissement .sko-mes-operations .accordion .accordion-button:not(.collapsed):after,
.view-moninvestissement .sko-mes-operations .accordion .accordion-button:focus:after {
  border-top-color: #d51d2f;
}
.view-moninvestissement .sko-mes-operations .accordion .accordion-button:not(.collapsed) {
  border-bottom: 1px solid #dfdfdf;
}
.view-moninvestissement .sko-mes-operations .accordion .accordion-button:not(.collapsed):before {
  border-top-color: transparent;
  top: 16px;
  border-bottom-color: #fff;
}
.view-mesinformations .card.sko-gris {
  min-height: auto;
}
.view-mesinformations .row > div:nth-child(1) .card.sko-gris:nth-child(2) {
  height: 282px;
}
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-widget-content {
  border: 1px solid #ddd;
  background: #ffffff;
  display: none;
}
.ui-datepicker {
  width: min-content !important;
  z-index: 1022 !important;
  border: 1px solid #e4e4e4;
  border-radius: 0 20px 20px 20px;
  -moz-border-radius: 0 20px 20px 20px;
  -webkit-border-radius: 0 20px 20px 20px;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  padding: 0;
}
.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  text-decoration: none;
  text-align: center !important;
  font-size: 14px;
  height: 32px;
  width: 32px;
  line-height: 26px !important;
  margin: 0 auto;
}
.ui-datepicker td a:hover,
.ui-datepicker td span:hover {
  background: #d51d2f;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  box-shadow: 0px 2px 5px #cccccc;
  color: #ffffff;
}
.ui-datepicker td span {
  opacity: .55;
  filter: alpha(opacity=55);
  background-image: none;
}
.ui-datepicker td.ui-state-disabled span:hover {
  background: none;
  border-radius: 0;
  box-shadow: none;
  color: #d51d2f;
}
.ui-datepicker table {
  border-collapse: initial;
  margin: 0 auto .4em;
  width: 90%;
  border-spacing: initial;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 6px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev {
  left: 12px;
}
.ui-datepicker .ui-datepicker-prev span {
  background: url('../images/back.png') center center no-repeat;
  width: 16px;
  display: block;
}
.ui-datepicker .ui-datepicker-next {
  right: 12px;
}
.ui-datepicker .ui-datepicker-next span {
  background: url('../images/next.png') center center no-repeat;
  width: 16px;
  display: block;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
  margin-bottom: 8px;
}
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}
.ui-datepicker .ui-state-active {
  background: #ffffff;
}
.ui-datepicker.FirstDate .rangDate.ui-datepicker-current-day {
  border-radius: 50% 0% 0% 50%;
  -moz-border-radius: 50% 0% 0% 50%;
  -webkit-border-radius: 50% 0% 0% 50%;
}
.ui-datepicker.FirstDate .rangDate.RangFirst {
  border-radius: 0 50% 50% 0;
  -moz-border-radius: 0 50% 50% 0;
  -webkit-border-radius: 0 50% 50% 0;
  display: table-cell;
  width: 38px;
}
.ui-datepicker.lastDate .rangDate.ui-datepicker-current-day {
  border-radius: 0 50% 50% 0;
  -moz-border-radius: 0 50% 50% 0;
  -webkit-border-radius: 0 50% 50% 0;
}
.ui-widget-header {
  border: none;
  background: none;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 5px;
}
.ui-widget-header .ui-state-disabled {
  pointer-events: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover,
.ui-state-highlight {
  box-shadow: 0px 2px 5px #cccccc;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-color: #d51d2f;
}
.ui-state-default .ui-state-highlight {
  background: #ffffff;
}
#ui-datepicker-div.ui-widget .ui-datepicker-buttonpane {
  position: absolute;
  margin: 0;
  padding: 0;
  border: none;
  top: 0;
  left: 0;
  right: 0;
  display: block;
}
#ui-datepicker-div.ui-widget .ui-datepicker-buttonpane .ui-datepicker-current {
  display: none;
}
#ui-datepicker-div.ui-widget .ui-datepicker-buttonpane .ui-datepicker-close {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  width: 20px;
  font-size: 0;
  height: 20px;
  border: none;
}
.sfv .Sko-Formulaire .col-md-6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sfv .Sko-Formulaire .col-md-6 select {
  margin-top: auto;
}
.gray-element {
  font-size: 17px;
}
.gray-element .sw-blockGray {
  background-color: #d8d8d8;
  max-width: 65px;
  padding: 5px 10px;
  text-align: center;
  display: inline-block;
  width: 100%;
  font-size: 20px;
  margin: 5px 5px 5px 0;
  line-height: 1;
}
.gray-element .sw-blockGray.sw-fonce {
  background-color: #bfbfbf;
  max-width: 50%;
  width: 50%;
}
#nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
#nav a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  background-color: #303751;
  line-height: 19px;
  margin: 0 3px;
  width: 27px;
  text-align: center;
  height: 23px;
}
#nav a:hover,
#nav a.active {
  font-weight: bold;
  background-color: #d51d2f;
}
.view-mespreferences .form-row.Sko-Formulaire {
  font-size: 16px;
  height: 469px;
}
.view-mespreferences .form-row.Sko-Formulaire .col-md-2 {
  text-align: center;
}
.view-mespreferences h2 {
  font-size: 21px;
  margin-bottom: 12px;
}
.view-mespreferences h3 {
  margin: 19px;
  font-size: 19px;
}
.view-mespreferences h3 span {
  font-weight: normal;
  font-family: AtlandLight, sans-serif;
  float: right;
  margin-right: 22px;
}
.view-mespreferences .card.sko-gris {
  background-color: #F3F3F2;
  min-height: auto;
}
.fileupload-processing .fileupload-process,
.files .processing .preview {
  background: none !important;
  display: none !important;
}
.com-users-remind .brand-logo,
.com-users-reset .brand-logo {
  margin-bottom: 32px;
}
.view-demandesouscription #system-message-container .alert-message {
  color: #d51d2f;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.text-end .btn {
  margin-right: 10px;
  min-width: 170px;
  margin-top: 11px;
}
@media (min-width: 960px) {
  header {
    padding: 20px 50px;
    height: 100px;
  }
  .site-grid {
    padding: 40px 50px;
  }
}
@media (max-width: 1355px) {
  header {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-expand-lg ul .nav-link a,
  .navbar-expand-lg ul li a {
    font-size: 13px;
  }
  .site-grid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sko-mes-infos .card-body {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1190px) {
  .navbar-expand-lg ul .nav-link a,
  .navbar-expand-lg ul li a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 991px) {
  header {
    height: 150px;
  }
  .brand-logo {
    margin-bottom: 20px;
  }
}
@media (max-width: 810px) {
  .navbar-expand-lg ul .nav-link a,
  .navbar-expand-lg ul li a {
    font-size: 11px;
  }
  .navbar-expand-lg ul li:has(.menu_souscrire) {
    position: relative;
  }
  header {
    height: unset;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding: 0;
  }
  .navbar-expand-lg ul {
    background-color: #303751;
    border-radius: 7px;
    overflow: hidden;
    justify-content: center;
  }
  .navbar-expand-lg ul .nav-link,
  .navbar-expand-lg ul li {
    border-left: 1px solid #fff;
    padding: 5px;
  }
  .navbar-expand-lg ul .nav-link a,
  .navbar-expand-lg ul li a {
    color: #fff;
    font-weight: 600;
    padding: 4px 13px 7px;
  }
  .navbar-expand-lg ul .nav-link:nth-child(3),
  .navbar-expand-lg ul li:nth-child(3) {
    border: none;
  }
  .Sko-Formulaire label {
    min-height: unset;
  }
}
.ae-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #00000066;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  flex-direction: column;
}
.ae-loading.hidden {
  display: none;
}
.ae-loading > p {
  display: none;
  color: #FFF;
  font-weight: 700;
}
.ae-loading > img {
  width: 50px;
}
.fileupload .fileinput-button input {
  max-width: 100% !important;
}
body button.ae-docs-next-btn[disabled],
body button.ae-btn[disabled] {
  background-color: gray;
  border-color: gray;
}
.ae-form input.ae-error,
.ae-form select.ae-error {
  border: 1px solid red;
}
.ae-form label.ae-error {
  color: red;
  font-size: 13px;
  height: auto;
  min-height: auto;
  margin: 0 !important;
}
#bloc-docs {
  padding-bottom: 15px;
}
#bloc-docs .tab-pane.active {
  max-height: 179px;
  overflow: hidden;
}
#bloc-docs button.btn.more.btn-see-more {
  border: none;
  box-shadow: none;
  float: right;
  position: absolute;
  bottom: -7px;
  right: 5px;
  z-index: 100;
}
#bloc-docs .card-body {
  max-height: 237px;
  overflow: hidden;
}
#bloc-docs .card-body > button.btn.more.btn-see-more {
  bottom: -8px;
  right: -16px;
}
#bloc-docs > .card-body {
  max-height: initial;
}
.ae-my-bloc-margin-top {
  margin-top: 20px;
}
.view-accueil .sko-gris.noShadow:hover {
  background: #ebe8e8;
}
body.site.com_users.view-reset.layout-confirm.no-task.itemid-142 .alert-message{
      display: none;
}