html {
  scroll-behavior: smooth;
}

.share-container {
  background-color: white;
}

.footer-content {
  background-color: white;
}

body.fr .component-main h2, body.en .component-main h2 {
  padding-top: 10px;
}
body.fr .component-main p.title, body.en .component-main p.title {
  font-size: 1.8rem;
}

.component-main {
  display: flex;
  min-height: 200vh;
}
.component-main .text-underline {
  color: #3781a7 !important;
}
.component-main .svg_wrapper {
  max-height: 100vh;
  min-width: 50%;
  position: sticky;
  z-index: 200;
  position: -webkit-sticky;
  top: 0;
}
.component-main .color-red {
  color: #FC746E;
}
.component-main .member-of-the-constitution {
  line-height: 1;
}
.component-main p.title {
  font-size: 2rem;
  font-weight: 700;
}
.component-main p.subtitle {
  font-size: 1.6rem;
  font-weight: 700;
}
.component-main p, .component-main li {
  font-size: 1.4rem;
}
.component-main ul.disc {
  list-style-image: url(../images/disc.svg);
  padding-right: 1rem;
}
.component-main ul.disc li {
  margin-bottom: 1.5rem;
}
.component-main ul.disc li span {
  display: block;
  margin-bottom: 1.5rem;
}
.component-main ul.disc li:last-of-type {
  margin-bottom: 0;
}
.component-main ul.arrow {
  list-style-image: url(../images/arrow-ltr.svg);
}
.component-main ul.arrow li {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
.component-main ul.arrow li:last-of-type {
  margin-bottom: 0;
}
.component-main .svg-icon-wrapper {
  display: inline-flex;
}
.component-main .svg-icon-wrapper svg {
  width: 2rem;
  height: 2rem;
}
.component-main .cadre {
  padding: 1rem;
  border: 1px solid #FC746E;
}
.component-main g[data-id] {
  cursor: pointer;
}
.component-main h2 {
  color: white;
  line-height: 1 !important;
  max-width: fit-content;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 10px;
}

body.rtl ul.arrow {
  list-style-image: url(../images/arrow.svg);
}

@media screen and (max-width: 1023px) {
  .component-main {
    display: block;
    position: relative;
    z-index: -1;
    overflow: hidden !important;
  }
  .component-main .svg_wrapper {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .component-main .screen-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
  }
  .component-main .screen {
    background: transparent;
    padding-top: 1rem;
    max-width: 80%;
    border-radius: 5px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .component-main .screen-content-wrapper {
    background-color: white;
    padding: 15px;
  }
}
@media screen and (max-width: 425px) {
  .component-main .screen {
    max-width: 100%;
  }
}
.screen-1 {
  padding-top: 3rem;
}

@media screen and (max-width: 1023px) {
  .screen-1 {
    padding-top: unset;
    margin-top: unset;
    padding-top: 50vh !important;
    padding-bottom: 25vh;
  }
}
.screen-2 {
  margin-top: 15rem;
}
.screen-2 .member-of-the-constitution:first-of-type {
  margin: 0 0 2rem 0;
}
.screen-2 .member-of-the-constitution:last-of-type {
  margin: 2rem 0 0 0;
}
.screen-2 h2 {
  background-color: #FC746E;
}
.screen-2 .cadre {
  border: 1px solid #FC746E;
}
.screen-2 p.title {
  color: #FC746E;
}

@media screen and (max-width: 1023px) {
  .screen-2 {
    margin-top: unset;
    padding-top: 25vh !important;
    padding-bottom: 25vh !important;
  }
}
.screen-3 {
  margin-top: 15rem;
}
.screen-3 .member-of-the-constitution:first-of-type {
  margin: 0 0 2rem 0;
}
.screen-3 .member-of-the-constitution:last-of-type {
  margin: 2rem 0 0 0;
}
.screen-3 h2 {
  background-color: #525D71;
}
.screen-3 .cadre {
  border: 1px solid #525D71;
}
.screen-3 ul.disc {
  list-style-image: url(../images/disc-3.svg);
}
.screen-3 p.title {
  color: #525D71;
}

@media screen and (max-width: 1023px) {
  .screen-3 {
    margin-top: unset;
    padding-top: 25vh !important;
    padding-bottom: 25vh !important;
  }
}
.screen-4 {
  margin-top: 15rem;
}
.screen-4 .member-of-the-constitution:first-of-type {
  margin: 0 0 2rem 0;
}
.screen-4 .member-of-the-constitution:last-of-type {
  margin: 2rem 0 0 0;
}
.screen-4 h2 {
  background-color: #A0BFCA;
}
.screen-4 .cadre {
  border: 1px solid #A0BFCA;
}
.screen-4 ul.disc {
  list-style-image: url(../images/disc-4.svg);
}
.screen-4 p.title {
  color: #A0BFCA;
}

@media screen and (max-width: 1023px) {
  .screen-4 {
    margin-top: unset;
    padding-top: 25vh !important;
    padding-bottom: 25vh !important;
  }
}
.screen-5 {
  margin-top: 15rem;
  background-color: transparent !important;
  padding-bottom: 0 !important;
  margin-bottom: 15rem;
}

@media screen and (max-width: 1023px) {
  .screen-5 {
    margin-bottom: unset;
    margin-top: unset;
    padding-top: unset;
    margin-top: unset;
    padding-top: 25vh !important;
  }
}

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