.coh-ce-6f78460f {
  overflow: unset !important;
}
.coh-container-boxed {
  max-width: 82rem;
}
/*.block-nav {
  border-bottom: solid 1px #dbdbdc;
}*/
.sticky-menu {
  top: 181px;
  background-color: white;
  z-index: 1;
}
.coh-row-visible-xl {
  overflow: hidden;
}
/*********** Block select Part *************/
  /****** Debut fonds element ********/
    .fonds-element {
      /*overflow: hidden;*/
      overflow-y: hidden;
      overflow-x: auto;
    }


    .fonds-element .coh-row-visible-xl {
      overflow: unset !important;
    }
  /****** fin fonds element ********/
.block-select-part {
  padding-top: 30px;
  padding-bottom: 30px;
  position: sticky;
  top: 0px;
  min-width: 1440px;
  border: 1px solid rgba(26, 43, 72, 0.1);
  border-right-width: 0px;
  border-bottom-width: 0px;
}

.block-select-part .tableau-recap,
.block-select-part-hidden .tableau-recap {
  width: 82rem;
}

.block-select-part .col-3 {
  margin-left: 32px;
  padding-right: 30px;
}

.block-select-part .col-3.colonne-1 {
  flex: 0 0 27%;
  max-width: 27%;
  margin-left: 0px;
}

.block-select-part .col-3.colonne-2 {
  padding-right: 0px;
  flex: 0 0 26%;
  max-width: 26%;
}

.block-select-part .col-3.colonne-3 {
  margin-left: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.block-select-part p {
  font-weight: 500;
  font-size: 16px;
  font-style: normal;
  color: #1a2b48;
  line-height: 32px;
  margin-bottom: 10px;
}
.block-select-part p.after-title {
  margin-bottom: 0px;
  font-weight: 400;
  line-height: 23px;
}
.block-select-part .tableau-recap div p:first-child {
  margin-top: 10px;
}
.block-select-part p span {
  color: #2abdbb;
}
.block-select-part .nav a {
  display: none;
}
.block-select-part a.title,
.block-select-part-hidden a.title {
  font-weight: 700;
  font-size: 20px;
  font-style: normal;
  color: #1a2b48;
  line-height: 32px;
  margin-bottom: 20px;
  text-decoration: underline;
}
.block-select-part a.title i,
.block-select-part-hidden a.title i {
  color: #2abdbb;
  font-size: 30px;
  padding-left: 5px;
}
.block-select-part select,
.block-select-part-hidden select {
  margin-top: 10px;
  background-color: #1a2b48;
  color: white;
  width: 272px;
  height: 48px;
  padding: 8px 16px;
  align-items: center;
}
.block-select-part-hidden {
  display: none;
  padding: 10px;
}
.block-select-part-hidden .nav {
  float: right;
  margin-right: 30px;
}
.block-select-part-hidden .nav select {
  margin-top: 0;
}
.block-select-part-hidden .tableau-recap .title {
  padding: 20px;
}
/*.block-select-part .fond-label {
  position: absolute;
  top: 15%;
  right: 8%;
  width: 18%;
}*/

.block-select-part .fond-label img {
  width: 48%;
  display: inline-block;
}

/*********** Block anchor Part *************/

#block-insight::before,
#block-evolution::before,
#block-performance::before,
#block-frais::before,
#block-documentation::before{
  content: '';
  display: block;
  height: 360px;
  margin-top: -360px;
  visibility: hidden;
}

.iframe-performance #block-performance::before{
  height: 0px;
  margin-top: 0px;
  visibility: hidden;
}

.block-anchor {
  padding-top: 15px;
  padding-bottom: 15px;
  border-width: 1px 0 1px 0;
  border-style: solid none solid none;
  border-color: #dbdbdc;
  min-width: 1440px;
}
.content-anchor {
  width: 82rem;
}
.anchor-menu {
  margin: auto;
  vertical-align: middle;
  margin-left: 10px;
}
.anchor-menu ul {
  margin: auto;
}
.anchor-menu ul li {
  font-weight: 500;
  color: #1a2b48;
  font-size: 16px;
  text-align: center;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.anchor-menu ul li a {
  padding-left: 25px;
  padding-right: 25px;
  border-right: 1px solid #2abdbb;
}
.anchor-menu ul li:last-child a {
  border: none;
}
.anchor-menu ul li:first-child a {
  padding-left: 0;
}
.anchor-button a {
  font-weight: 600;
  font-size: 16px;
  padding: 10px 30px;
}
.anchor-button a:after {
  content: none;
}

.block-anchor .bloc-iznes {
  width: 100%;
  display: flex;
  align-items: center;
}
.block-anchor .bloc-iznes .text-iznes {
  width: 300px;
}
.block-anchor .bloc-iznes .iznes-logo {
  background-image: url(/modules/custom/sg_fiche_fonds/assets/images/Logo_Iznes.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  display: inline-block;
  height: 30px;
  width: 125px;
  margin: 0px 0px 30px 10px;
  color: rgba(0,0,0,0);
  font: 0/0 a;
}



/******************** Block insight ************************/

#block-insight {
  margin-top: 40px;
}
#block-insight .coh-row-inner {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
#block-insight .coh-visible{
  width: 100%;
  min-height: 13rem;
}
#block-insight .insight-table .insight-stars.morningstar img {
  height: 90px;
}
#block-insight .insight-table .insight-stars.morningstar{
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  #block-insight .insight-table .insight-stars.morningstar img {
    height: 75px;
  }
  #block-insight .coh-row-inner {
    display: flex;
  }
}
#block-insight .insight-table {
  padding-top: 10px;
  height: 100%;
  text-align: center;
  border: 1px solid #1a2b48;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#block-insight .insight-table p, #block-insight .insight-table h3, #block-insight .insight-table a {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #1a2b48;
}
#block-insight .insight-table p.insight-title, #block-insight .insight-table h3.insight-title, #block-insight .insight-table h3 a {
  margin-top: 15px;
  color: #2abdbb;
  font-weight: 700;
  margin-bottom: 10px;
}
#block-insight .insight-table .insight-stars {
  width: 50%;
  margin: auto;
}
#block-insight h2 {
  font-weight: 700;
  color: #1a2b48;
  font-size: 30px;
  line-height: 44px;
}
#block-insight .composition p:first-child {
  font-weight: 700;
  color: #1a2b48;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  margin-top: 30px;
}
#block-insight .composition p {
  margin: 0px;
}
.txtCheckboxBmk {
  font-size: 10px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-transform: uppercase;
  padding: 0 5px;
}
/******************** Block evolution ************************/

#block-evolution .evolution-title {
  margin-top: 60px;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 44px;
  color: #1a2b48;
}
#block-evolution .disclaimer {
  margin-bottom: 40px;
}
.txtCheckboxBmk {
  font-size: 10px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-transform: uppercase;
  padding: 0 5px;
}
#block-evolution .highcharts-tooltip > span {
  font-size: 11px !important;
  white-space: inherit !important;
  color: #fff !important;
  background: #1a2b48!important;
  width: 250px !important;
}
#block-evolution .highcharts-tooltip table {
  margin: 0 13px;
}
#block-evolution .highcharts-tooltip table .txtcenter {
  text-align: center;
}
#block-evolution .highcharts-tooltip table .txtright {
  text-align: right;
}
#block-evolution .highcharts-tooltip table .bold {
  font-weight: normal;
}
#block-evolution .highcharts-tooltip tr {
  border-top: 1px solid #fff;
}
#block-evolution .highcharts-tooltip tr:first-child {
  border: none;
}
#block-evolution .highcharts-tooltip td {
  padding: 6px 2px;
}
#block-evolution input,
#block-evolution select,
#block-evolution textarea {
  background: #f6f6f6 !important;
  border-color: #e1e1e1 !important;
  color: #1a2b48 !important;
}
span.switchery.switchery-small {
  border-color: #918b8b !important;
}
span.switchery.switchery-small:hover {
  border-color: #1a2b48 !important;
}
#block-evolution .graph .disclaimer.vl-ajustee {
  margin-top: 20px;
}
/*#block-evolution .highcharts-container {
  margin-top: 30px;
}*/
#block-evolution .graph-options {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
}
/*#block-evolution .graph-btn {
  float: right;
}*/

#block-evolution .graph-btn button {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  padding: 10px 15px;
  display: inline-block;
}
#block-evolution .graph-btn button:after {
  content: none;
}
#block-evolution .graph-btn .fa-print:before {
  font-size: 20px;
  padding-right: 10px;
}

#block-evolution .graph-select  {
  margin-top: 15px;
}
#block-evolution .graph-select-hidden  {
  margin-top: 30px;
}

#block-evolution .graph-select .form-type-select {
  position: relative;
  margin-right: 0.75rem;
  border-radius: 0.3125rem;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #1a2b48;
  height: 3.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#block-evolution .graph-select .form-type-select label {
  color: #1a2b48;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2.75rem;
  margin-bottom: 0;
  padding-right: 2.125rem;
}

#block-evolution .graph-select .form-type-select label:after{
  line-height: 1;
  margin-bottom: 1.3125rem;
  padding-left: 1rem;
  font-weight: normal;
  text-transform: none;
  font-variant: normal;
  font-size: 1.125rem;
  color: #1a2b48;
  content: "\E90B";
  font-family: "icomoon-Free";
  transform: rotateZ(180deg);
  height: 1rem;
  width: 1rem;
  display: inline-flex;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
}

#block-evolution .graph-select .form-type-select .form-select {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

#block-evolution .coh-row-inner {
  margin: 0;
}
#bmk-container {
  margin: auto;
}
/******************** Block performance ************************/

#block-performance .chartCard {
  box-sizing: border-box;
  overflow-x: auto;
  overflow-y: hidden;
}
#block-performance .chartCard .PerformanceGraph {
  display: block;
  margin: 0 auto;
  height: 450px;
  width: 750px;
}

#block-performance .PerformanceGraph__legends {
  display: flex;
}
#block-performance .PerformanceGraph__legends .graph-legend {
  column-count: 2;
}
#block-performance .PerformanceGraph__legends_wrapper {
  margin-right: auto;
}
#block-performance .PerformanceGraph__legends .graph-legend--item {
  align-items: center;
  display: flex;
  color: rgba(183, 191, 203);
}
#block-performance .PerformanceGraph__legends .graph-legend--item-themed {
  color: rgba(42, 189, 187);

}
#block-performance .epsens .PerformanceGraph__legends .graph-legend--item {
  color: rgba(127, 127, 127);
}
#block-performance .epsens .PerformanceGraph__legends .graph-legend--item-themed {
  color: rgba(0, 178, 191);
}
#block-performance .PerformanceGraph__legends .graph-legend--item:before {
  background-color: rgba(183, 191, 203);
  border-radius: 3px;
  content: "";
  display: block;
  height: 15px;
  margin-right: 10px;
  width: 15px;
}
#block-performance .performance .PerformanceGraph__legends .graph-legend--item-themed:before {
  background-color: rgba(42, 189, 187);
}
#block-performance .epsens .PerformanceGraph__legends .graph-legend--item:before {
  background-color: rgba(127, 127, 127);
}
#block-performance .performance.epsens .PerformanceGraph__legends .graph-legend--item-themed:before {
  background-color: rgba(0, 178, 191);
}

#block-performance .performance-title {
  margin-top: 60px;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 44px;
  color: #1a2b48;
}
#block-performance .perf-indice {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #1a2b48;
  margin-bottom: 0;
  text-decoration: none !important;
}
#block-performance ul li {
  list-style: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  margin-left: 0;
}
/******************** Block scenario ************************/

#block-scenario .title-scena {
  margin-top: 60px;
  margin-bottom: 0;
}
#block-scenario .tableau-scenareo-perfs {
  margin: 0 auto;
  width: 100%;
}
#block-scenario .tableau-scenareo-perfs td {
  font-size: 16px;
  line-height: 44px;
  padding: 5px;
}
#block-scenario .tableau-scenareo-perfs .bg-grey {
  background-color: rgba(26, 43, 72, 0.2);
}
#block-scenario .coh-row-inner {
  margin: 0;
}
#block-scenario .tableau-scenareo-perfs .align-btn {
  text-align: right;
  margin: auto;
}
#block-scenario .file-link:before {
  line-height: 0.825;
  font-weight: normal;
  text-transform: none;
  font-variant: normal;
  color: #2abdbb;
  font-size: 1.875rem;
  text-align: center;
  padding-right: 0.625rem;
  content: "\E865";
  font-family: "fontello";
}
#block-scenario .before-table,
#block-frais .before-table {
  margin-bottom: 30px;
}
#block-scenario .before-table p,
#block-frais .before-table p{
  font-weight: 400;
  color: #1a2b48;
  font-size: 16px;
  line-height: 32px;
  margin: 0;
}
#block-scenario .align-btn {
  text-align: center;
  float: right;
}
#block-scenario .align-btn button {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  padding: 10px 15px;
}
#block-scenario .align-btn .fa-download:before {
  font-size: 30px;
  color: #2abdbb;
  line-height: 26px;
  padding-right: 16px;
  font-weight: 600;
}

/******************** Block Frais ************************/

#block-frais h2 {
  margin-bottom: 50px;
  margin-top: 50px;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 44px;
  color: #1a2b48;
}

#block-frais .disclaimer {
  margin-top: 1.5rem;
  margin-bottom: 0px;
}

#block-frais .tableau-frais-component {
  min-width: 100%;
}

#block-frais .tableau-frais-component td {
  font-size: 16px;
  line-height: 20px;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}
#block-frais .tableau-frais-component td.col-1 {
  min-width: 280px;
  max-width: 378px;
}


#block-frais .tableau-frais-component td.col-2 {
  text-align: start;
  vertical-align: unset;
  min-width: 580px;
}
#block-frais .tableau-frais-component td.col-3 {
  min-width: 215px;
}
#block-frais .tableau-frais-component .bg-grey {
  background-color: rgba(26, 43, 72, 0.2);
}

/******************** Block Documentation ************************/

#block-documentation h2 {
  margin-bottom: 50px;
  margin-top: 50px;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 44px;
  color: #1a2b48;
}
#block-documentation .orange-title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 38px;
  color: #2abdbb;
  border-bottom: solid 1px #2abdbb;
  width: fit-content;
}
#block-documentation .documentation-banner {
  width: 90%;
  margin: auto;
  align-items: center;
  background-image: linear-gradient(90deg, rgba(26, 43, 72, 0.94) 27.81%, rgba(26, 43, 72, 0.6) 66.85%, rgba(26, 43, 72, 0.2) 97.33%), url(../assets/images/Visuel-Fonds.jpg);
  background-position: 62% 47%;
  padding: 50px 110px;
  margin-bottom: 65PX;
}
#block-documentation .documentation-banner .coh-row-inner {
  margin: 0;
}
#block-documentation .documentation-banner .coh-col-xl-9 {
  padding-right: 30px;
}
#block-documentation .documentation-banner .coh-col-xl-3 {
  margin: auto;
}
#block-documentation .documentation-banner h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 44px;
  color: #fff;
}
#block-documentation .documentation-banner p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
#block-documentation .doc-spe-documentation {
  list-style: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 44px;
  color: #1a2b48;
  margin: 0;
}
#block-documentation .document-list {
  margin-bottom: 50px;
  margin-top: 50px;
}
#block-documentation .doc-spe-documentation .file-future {
  padding-left: 40px;
}
#block-documentation .doc-spe-documentation a {
  display: block;
  margin-top: 10px;
}
#block-documentation .doc-spe-documentation .file-future a {
  color: rgb(191,191,191);
}
#block-documentation .doc-spe-documentation a:before {
  line-height: 1.3;
  font-weight: normal;
  text-transform: none;
  font-variant: normal;
  color: #2abdbb;
  font-size: 1.875rem;
  text-align: center;
  padding-right: 0.625rem;
  content: "\E865";
  font-family: "fontello";
}
#block-documentation .doc-spe-documentation span {
  display: inline-block;
  vertical-align: top;
}
#block-documentation .doc-spe-documentation .file-future span {
  max-width: 300px;
}
#block-documentation .doc-spe-documentation img {
  display: inline-block;
}
/******************** Utility ************************/

.bold {
  font-weight: 700;
}
.disclaimer {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.disclaimer.isr-text{
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  margin-left: 14px;
}
.disclaimer.disclaimer-page-part{
  margin: 10px 0px;
  margin-left: -18px;
}
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 500px;
  background-color: #1a2b48;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 15px;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 50%;
  margin-left: -250px;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #1a2b48 transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

@media (max-width: 1023px) {

  .sticky-menu {
    position: relative;
    top: unset;
    background-color: white;
    z-index: unset;
  }

  #block-evolution .graph-btn {
    margin: 20px;
  }

  #block-insight .insight-table {
    margin: auto;
    width: 100%;
  }

  #block-insight .coh-col-xl-4 {
    margin: 15px auto;
  }

  #block-documentation .documentation-banner {
    padding: 50px 30px;
  }

  #block-evolution .graph-options {
    align-items: center;
  }
  #block-evolution .graph-select  {
    margin-top: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }

  #block-scenario .tableau-scenareo-perfs tr:nth-child(2n+1) {
    background: rgba(26, 43, 72, 0.2);
  }

  #block-scenario .scenario-performances .align-btn {
    margin-bottom: 20px;
  }

}
@media (max-width: 576px ) {

  #block-evolution .graph-btn {
    margin: 20px;
    display: flex;
    flex-direction: column;
    float: unset;
  }

  #block-evolution .graph-btn button {
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
@media (max-width: 564px) {

  #block-scenario .scenario-performances .align-btn button {
    font-size: 13px;
    line-height: 16px;
    padding: 10px 10px;
  }
  #block-scenario .file-link:before {
    font-size: 20px;
    padding-right: 5px;
  }

  #block-scenario .file-link:after {
    font-size: 22px;
    padding-right: 15px;
    padding-left: 5px;
  }
  #block-evolution .graph-btn button {
    font-size: 14px;
    line-height: 16px;
  }


}

