@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Short+Stack&display=swap");
*, ::after, ::before {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p, a, li, span {
  line-height: 1rem;
}

a {
  text-decoration: none;
  color: #000000;
  margin: 0;
}

img {
  max-width: 100%;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: calc(100% - 200px);
  }
}
@media (min-width: 2100px) {
  .container {
    max-width: calc(100% - 450px);
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row.align-center {
  align-items: center;
}
.row.align-start {
  align-items: flex-start;
}
.row.align-end {
  align-items: flex-end;
}
.row.justify-content-between {
  justify-content: space-between;
}
.row.justify-content-around {
  justify-content: space-around;
}
.row.justify-content-center {
  justify-content: center;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}

@media (min-width: 768px) {
  .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 768px) {
  .col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

@media (min-width: 768px) {
  .col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}

@media (min-width: 768px) {
  .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}

@media (min-width: 768px) {
  .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 768px) {
  .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 768px) {
  .col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

@media (min-width: 768px) {
  .col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}

@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mt-6 {
  margin-top: 6rem;
}

.mt-7 {
  margin-top: 7rem;
}

.mt-8 {
  margin-top: 8rem;
}

.mt-9 {
  margin-top: 9rem;
}

.mt-10 {
  margin-top: 10rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

.mb-7 {
  margin-bottom: 7rem;
}

.mb-8 {
  margin-bottom: 8rem;
}

.mb-9 {
  margin-bottom: 9rem;
}

.mb-10 {
  margin-bottom: 10rem;
}

/*
    ---- Form ----
*/
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  font-size: inherit;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
}
.form-check label {
  display: inline-block;
  vertical-align: middle;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check .form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check .form-check-input[type=checkbox] {
  border-radius: 0.25em;
}

.login {
  height: 100vh;
  width: 100%;
  position: relative;
  background-color: #DBF2F7;
  overflow: hidden;
}
.login__content {
  top: 30%;
  left: 200px;
  position: absolute;
}
.login__content img {
  position: relative;
  z-index: 1;
  width: 420px;
}
.login__content h1 {
  position: relative;
  font-size: 2rem;
  z-index: 2;
}
.login__content .circle {
  width: 1200px;
  height: 1200px;
  border-radius: 1217px;
  border: 120px solid var(--blue-500, #49BED8);
  opacity: 0.7;
  position: absolute;
  bottom: -1060px;
  left: -560px;
}
.login__form {
  position: absolute;
  top: 50%;
  right: 200px;
  height: 55%;
  width: 22%;
  transform: translate(0, -50%);
  background-color: var(--white-main);
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  padding: 50px;
  z-index: 2;
}
.login__form h2 {
  font-size: 2rem;
}
.login__form form .group-form {
  row-gap: 0.5rem;
}
.login__form form label {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--blue-500);
  display: block;
  margin-bottom: 0.4rem;
}
.login__form form input {
  width: 100%;
  background-color: var(--white-main);
  border: 2px solid #eee;
  border-radius: 8px;
  padding: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  margin-bottom: 35px;
}
.login__form form input:focus {
  border-color: var(--blue-500);
  outline: none;
}
.login__form form .btn {
  padding: 8px 20px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.9rem;
  display: inline-block;
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  border: none;
  cursor: pointer;
  background-color: var(--blue-500);
  color: var(--white-main);
  font-family: "Red Hat Display", sans-serif;
}
.login .idv {
  position: absolute;
  bottom: -80px;
  right: -60px;
  width: 500px;
}

.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-row.align-center {
  align-items: center;
}
.flex-row.align-start {
  align-items: start;
}
.flex-row.align-end {
  align-items: end;
}
.flex-row.justify-between {
  justify-content: space-between;
}
.flex-row.justify-around {
  justify-content: space-around;
}
.flex-row.justify-evenly {
  justify-content: space-evenly;
}
.flex-row.justify-center {
  justify-content: center;
}
.flex-row.wrap {
  flex-wrap: wrap;
}

.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-column.align-center {
  align-items: center;
}
.flex-column.align-start {
  align-items: start;
}
.flex-column.align-end {
  align-items: end;
}
.flex-column.justify-between {
  justify-content: space-between;
}
.flex-column.justify-around {
  justify-content: space-around;
}
.flex-column.justify-evenly {
  justify-content: space-evenly;
}
.flex-column.justify-center {
  justify-content: center;
}

.header.scroll .navbar {
  padding: 3rem 7.5rem;
}

.navbar {
  column-gap: 2.5rem;
  padding: 4rem 7.5rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--white-main);
  z-index: 999;
  transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.navbar .menu-burger {
  display: none;
}
.navbar .menu {
  column-gap: 2rem;
}
.navbar .menu .link-home {
  line-height: 0.7rem;
}
.navbar .menu li a {
  background-color: var(--grey);
  column-gap: 0.5rem;
  padding: 0.3rem 0.6rem 0.3rem 0.3rem;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.navbar .menu li a.link-home {
  padding: 0.3rem;
}
.navbar .menu li a span {
  font-weight: 600;
}
.navbar .menu li a.blue {
  background-color: var(--blue-500);
  padding: 0.3rem 1.15rem;
  color: var(--white-main);
  font-weight: 600;
  height: 100%;
}
.navbar .menu li.active a, .navbar .menu li:hover a {
  background-color: var(--blue-secondary);
  color: var(--white-main);
}
.navbar .profile {
  background-color: var(--blue-100);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  padding: 2.6rem 3.1rem;
  border-radius: 0 0 0 60px;
  transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.navbar .profile span {
  font-weight: 600;
  color: var(--blue-700);
  display: block;
  margin-bottom: 0.5rem;
}
.navbar .profile__menu {
  position: relative;
  cursor: pointer;
}
.navbar .profile__menu .chevron {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25px;
  transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.navbar .profile__menu .chevron.open {
  transform: rotate(180deg);
}
.navbar .profile__menu img {
  width: 75px;
}
.navbar .profile__list {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  row-gap: 0.6rem;
}
.navbar .profile__list img {
  width: 75px;
}
.navbar .profile__list__profile {
  row-gap: 0.5rem;
}
.navbar .profile__list__profile span {
  font-size: 0.9rem;
}
.navbar .profile.open .profile__list {
  max-height: 1000px;
  visibility: visible;
  opacity: 1;
  margin-top: 2rem;
}

@media screen and (max-width: 868px) {
  .navbar {
    padding: 4rem;
  }
}
@media screen and (max-width: 1200px) {
  .header.scroll .navbar {
    padding: 2rem;
  }
  .navbar {
    padding: 2rem;
    justify-content: space-between;
  }
  .navbar .link-logo {
    position: relative;
    z-index: 999;
  }
  .navbar .menu {
    position: absolute;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    top: 0;
    left: -100%;
    padding: 10rem 2.5rem;
    background-color: white;
    z-index: 99;
    border-bottom: 2px solid var(--blue-secondary);
    row-gap: 1.5rem;
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  }
  .navbar .menu li {
    width: fit-content;
  }
  .navbar .menu li a.blue {
    padding: 0.6rem 1.15rem;
  }
  .navbar .menu.open {
    left: 0;
  }
  .navbar .menu-burger {
    width: 45px;
    height: 25px;
    display: block;
    position: relative;
    top: 0;
    cursor: pointer;
    z-index: 999;
  }
  .navbar .menu-burger .bar {
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--blue-secondary);
    position: absolute;
    left: 0;
    top: 0;
  }
  .navbar .menu-burger .bar.middle {
    transition: 0.4s ease-in-out;
    transform: translate(0, -50%);
    top: 50%;
  }
  .navbar .menu-burger .bar.top, .navbar .menu-burger .bar.bottom {
    transition: transform 0.2s, 0.2s top 0.4s;
  }
  .navbar .menu-burger .bar.bottom {
    top: 22px;
  }
  .navbar .menu-burger.open .bar {
    background-color: var(--blue-secondary);
  }
  .navbar .menu-burger.open span.middle {
    opacity: 0;
  }
  .navbar .menu-burger.open span.top, .navbar .menu-burger.open span.bottom {
    top: 50%;
    transition: all 0.2s, 0.2s transform 0.4s;
  }
  .navbar .menu-burger.open span.top {
    transform: rotate(-45deg);
  }
  .navbar .menu-burger.open span.bottom {
    transform: rotate(45deg);
  }
  .navbar .profile {
    display: none;
  }
}
.tag {
  background-color: var(--white-main);
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 3px;
  padding: 0.375rem 0.563rem;
  line-height: 0.7rem;
}
.tag.green {
  background-color: var(--green-500);
  color: var(--white-main);
}
.tag.blue {
  background-color: var(--blue-500);
  color: var(--white-main);
}
.tag.blue-secondary {
  background-color: var(--blue-secondary);
  color: var(--white-main);
}

.title {
  margin-bottom: 3.4rem;
}
.title h1, .title h2 {
  font-size: 4rem;
  font-weight: 600;
}
.title h1 span, .title h2 span {
  position: relative;
}
.title h1 span img, .title h2 span img {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.title h1 span img.s1, .title h2 span img.s1 {
  bottom: -20px;
}
.title h1 span.green, .title h2 span.green {
  color: var(--green-500);
}
.title h1 span.blue, .title h2 span.blue {
  color: var(--blue-500);
}

@media screen and (max-width: 968px) {
  .title h1, .title h2 {
    font-size: 2.5rem;
  }
}
.btn {
  padding: 0.75rem 1.15rem;
  color: var(--white-main);
  border: none;
  font-weight: 500;
  border-radius: 20px;
  font-family: var(--font-montserrat);
  display: inline-block;
}
.btn.btn-green {
  background-color: var(--green-500);
}
.btn.btn-blue {
  background-color: var(--blue-500);
}

.footer {
  padding: 4.375rem 0 2.1rem;
}
.footer .logo {
  margin-bottom: 2rem;
}
.footer p {
  max-width: 45%;
}
.footer__wrapper__left {
  width: 55%;
}
.footer__wrapper__right .logo-partner {
  column-gap: 1.5rem;
}
.footer__wrapper__right .logo-partner img {
  height: fit-content;
}
.footer__wrapper__right .logo-partner .logo-aesn {
  max-width: 190px;
}
.footer__wrapper__right .logo-partner .logo-bfc {
  max-width: 120px;
}
.footer__wrapper__right .footer-logo-info {
  column-gap: 3rem;
}
.footer .footer-sitemap ul {
  padding: 0;
  column-gap: 4rem;
}
.footer .footer-sitemap a {
  font-weight: 600;
}
.footer .footer-info {
  row-gap: 0.2rem;
}
.footer .footer-info a {
  font-weight: 600;
}
.footer .footer-mentions {
  margin-top: 3rem;
  text-align: right;
}
.footer .border {
  margin: 2.1rem 0;
  height: 2px;
  width: 100%;
  background-color: var(--blue-200);
}
.footer .footer-bottom span a {
  color: var(--blue-500);
  font-weight: 600;
}

@media screen and (max-width: 1700px) {
  .footer__wrapper {
    row-gap: 2rem;
  }
  .footer__wrapper__left {
    width: 100%;
  }
}
@media screen and (max-width: 968px) {
  .footer p {
    max-width: 85%;
  }
  .footer__wrapper {
    row-gap: 2.5rem;
  }
  .footer__wrapper__left .footer-sitemap ul {
    flex-direction: column;
    row-gap: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-logo-info {
    flex-wrap: wrap;
    row-gap: 0.5rem;
  }
}
.thematic {
  position: relative;
  padding-top: 15rem;
}
.thematic .shape {
  position: absolute;
  right: 0;
  top: 350px;
  width: 330px;
}
.thematic__wrapper .content-text {
  width: 52%;
}
.thematic__wrapper .content-text .title {
  padding-top: 1rem;
}
.thematic__wrapper__image {
  width: 45%;
}
.thematic__wrapper__image img {
  border-radius: 20px;
}
.thematic__actions {
  margin-top: 4rem;
}
.thematic__actions h2 {
  font-weight: 600;
  font-size: 1.1rem;
}
.thematic__actions .content {
  padding: 1.25rem;
}
.thematic__actions .content p {
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin-bottom: 0;
}
.thematic__actions__wrapper {
  column-gap: 30px;
}
.thematic__actions__wrapper .priority-action {
  width: 22%;
}
.thematic__actions__wrapper .priority-action img {
  border-radius: 0 0 10px 10px;
}
.thematic__actions__wrapper .a-action {
  height: 100%;
}
.thematic__actions__wrapper__action {
  height: 100%;
}
.thematic__actions__wrapper .tags {
  column-gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.thematic__actions__wrapper .row {
  width: 78%;
  row-gap: 30px;
}
.thematic__actions__wrapper .row img {
  height: 130px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 0 10px 10px;
}
.thematic__actions .row .a-action {
  height: 100%;
}
.thematic__actions .row img {
  height: 130px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 0 10px 10px;
}
.thematic__actions .second-row {
  margin-top: 1.875rem;
}
.thematic__actions.green h2 {
  color: var(--green-700);
}
.thematic__actions.green .tag {
  color: var(--green-500);
}
.thematic__actions.green .thematic__actions__wrapper .priority-action, .thematic__actions.green .row .priority-action {
  background-color: var(--green-100);
}
.thematic__actions.green .thematic__actions__wrapper .thematic__actions__wrapper__action, .thematic__actions.green .row .thematic__actions__wrapper__action {
  background-color: var(--green-100);
}

@media screen and (max-width: 868px) {
  .thematic__wrapper .content-text {
    width: 100%;
  }
  .thematic__wrapper .content-text .title {
    margin-bottom: 1.5rem;
  }
  .thematic__wrapper .content-text .title h1 {
    line-height: 3.5rem;
  }
  .thematic__wrapper__image {
    width: 100%;
  }
  .thematic__wrapper__image img {
    height: 110px;
    width: 100%;
    object-fit: cover;
  }
  .thematic__actions__wrapper {
    row-gap: 1.875rem;
  }
  .thematic__actions__wrapper .priority-action {
    width: 100%;
  }
  .thematic__actions__wrapper .row {
    width: unset;
  }
  .thematic .shape {
    display: none;
  }
}
.action-detail {
  padding-top: 15rem;
}
.action-detail .tags {
  column-gap: 0.5rem;
}
.action-detail .title {
  margin-bottom: 1.4rem;
}
.action-detail__background {
  width: 100%;
  height: 309px;
  object-fit: cover;
  border-radius: 20px;
}
.action-detail h2 {
  color: var(--blue-500);
  margin-bottom: 0.5rem;
}
.action-detail__objective {
  margin: 3.75rem 0;
}
.action-detail__objective p {
  margin: 0;
  font-weight: 500;
}
.action-detail__context, .action-detail__description {
  background-color: var(--white-main);
  box-shadow: var(--box-shadow-xs);
  padding: 1.25rem;
  border-radius: 0.625rem;
}
.action-detail__context h2, .action-detail__description h2 {
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--blue-secondary);
}
.action-detail__context p, .action-detail__description p {
  margin: 0;
}
.action-detail__description {
  background-color: var(--blue-100);
  margin-top: 1.563rem;
}
.action-detail__information {
  margin-top: 3.75rem;
}
.action-detail__steps {
  margin-top: 5.625rem;
}
.action-detail__steps h2 {
  margin-bottom: 3.125rem;
  position: relative;
}
.action-detail__steps__wrapper__step {
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.action-detail__steps__wrapper__step__background {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  position: absolute;
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.action-detail__steps__wrapper__step .arrow-bottom {
  position: absolute;
  right: -45px;
  bottom: -30px;
}
.action-detail__steps__wrapper__step .arrow-top {
  position: absolute;
  right: -45px;
  top: -30px;
}
.action-detail__steps__wrapper__step .number {
  position: absolute;
  top: -40px;
  left: -40px;
  background-color: var(--white-main);
  font-size: 2.5rem;
  width: 110px;
  height: 110px;
  display: flex;
  border-radius: 70px;
  justify-content: end;
  align-items: end;
  z-index: 2;
}
.action-detail__steps__wrapper__step .number span {
  padding: 2.1rem;
}
.action-detail__steps__wrapper__step .content {
  padding: 3rem 1.8rem;
  justify-content: center;
  align-items: center;
}
.action-detail__steps__wrapper__step h4 {
  margin-top: 0.5rem;
  font-size: 1.2rem;
}
.action-detail__steps__wrapper__step p {
  text-align: center;
  margin-bottom: 0;
}
.action-detail__steps__wrapper__step.sb {
  background-color: var(--blue-100);
}
.action-detail__steps__wrapper__step.sb h4 {
  color: var(--blue-700);
}
.action-detail__steps__wrapper__step.sg {
  background-color: var(--green-100);
}
.action-detail__steps__wrapper__step.sg h4 {
  color: var(--green-700);
}
.action-detail__steps__wrapper__step.s1 {
  position: relative;
  z-index: 4;
}
.action-detail__steps__wrapper__step.s2 {
  position: relative;
  z-index: 3;
}
.action-detail__steps__wrapper__step.s3 {
  position: relative;
  z-index: 2;
}
.action-detail__steps__wrapper__step.s4 {
  position: relative;
  z-index: 1;
}
.action-detail__steps__wrapper__step:hover .action-detail__steps__wrapper__step__background {
  top: 100%;
}

@media screen and (max-width: 868px) {
  .action-detail__steps__wrapper__step__background {
    display: none;
  }
}
:root {
  --white-main: #ffffff;
  --black-main: #171717;
  --grey: #EEEEEE;
  --blue-100: #DBF2F7;
  --blue-200: #B6E5EF;
  --blue-300: #92D8E8;
  --blue-400: #6DCBE0;
  --blue-500: #49BED8;
  --blue-600: #3A98AD;
  --blue-700: #2C7282;
  --blue-secondary: #2581C4;
  --green-100: #E7F3E4;
  --green-200: #CFE7C8;
  --green-300: #B7DAAD;
  --green-400: #9FCE91;
  --green-500: #82C17A;
  --green-600: #6D9D5F;
  --green-700: #537949;
  --font-montserrat: "Montserrat", sans-serif;
  --font-shortstack: "Short Stack", cursive;
  --box-shadow-xs: 0 1px 4px rgba(0, 0, 0, 0.25);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-montserrat);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h3 {
  font-size: 1.55rem;
  font-weight: 400;
}

p {
  line-height: 1.4rem;
  margin-bottom: 1.5rem;
}

b, strong {
  font-weight: 600;
}

figure {
  margin: 0;
}
figure figcaption {
  font-style: italic;
  font-size: 0.9rem;
}

.shortstack {
  font-family: var(--font-shortstack);
}

.home {
  padding-top: 215px;
}
.home__wrapper {
  margin-top: 4rem;
}
.home__wrapper__ptge {
  width: 48%;
  position: relative;
  background-image: url("../images/lavoir-st-martin-sur-armancon.webp");
  background-size: cover;
  border-radius: 40px;
}
.home__wrapper__ptge .content {
  padding: 6rem 4rem;
  color: var(--white-main);
}
.home__wrapper__ptge .content .title h2 {
  color: var(--white-main);
}
.home__wrapper__ptge .content p {
  max-width: 75%;
  font-weight: 500;
}
.home__wrapper__ptge.wam {
  background-image: url("../images/l-eau-et-moi.webp");
}

.who-are-we {
  padding: 130px 0 0;
  position: relative;
}
.who-are-we .shape {
  position: absolute;
  right: 0;
  display: block;
  top: 27%;
  width: 180px;
}
.who-are-we__wrapper .content-text {
  width: 65%;
}
.who-are-we__wrapper .content-text p a {
  color: var(--blue-500);
}
.who-are-we__wrapper .schema-smbva {
  width: 20%;
}

.territory {
  padding: 130px 0 0;
}
.territory__wrapper .map {
  width: 35%;
}
.territory__wrapper .content-text {
  width: 60%;
}
.territory__wrapper .content-text h3 {
  color: var(--blue-secondary);
}

/* Territory Page */
.territory-page {
  padding: 14rem 0 0;
}
.territory-page h2 {
  font-weight: 500;
  font-size: 1.7rem;
}
.territory-page .basement {
  padding-bottom: 8.125rem;
}
.territory-page .basement__wrapper__text {
  width: 60%;
}
.territory-page .basement__wrapper__text h2 {
  color: var(--blue-secondary);
}
.territory-page .basement__wrapper__image {
  width: 30%;
  column-gap: 1rem;
}
.territory-page .basement__wrapper__image span {
  display: block;
  width: 55%;
}
.territory-page .water {
  padding: 5.625rem 0;
  background-color: var(--blue-100);
  position: relative;
}
.territory-page .water .plant {
  position: absolute;
  right: 0;
  top: -354px;
}
.territory-page .water .shape {
  position: absolute;
  right: 0;
  bottom: 5%;
  width: 20%;
}
.territory-page .water h2 {
  color: var(--blue-secondary);
}
.territory-page .water__wrapper div {
  width: 48%;
}
.territory-page .water__wrapper div p {
  width: 100%;
}
.territory-page .water__wrapper p {
  width: 48%;
}
.territory-page .water .img-gloup {
  margin-top: 4rem;
  column-gap: 14rem;
}
.territory-page .water .img-gloup .photo {
  width: 50%;
}
.territory-page .serein-armancon {
  padding: 8.125rem 0;
  background-image: url("../images/fond-serein-armancon.webp");
  background-size: cover;
  position: relative;
}
.territory-page .serein-armancon .plant {
  position: absolute;
  right: 0;
  bottom: 0;
}
.territory-page .serein-armancon h2 {
  color: var(--green-500);
}
.territory-page .serein-armancon__wrapper {
  margin-top: 2.188rem;
}
.territory-page .serein-armancon__wrapper img {
  width: 30%;
  height: fit-content;
}
.territory-page .serein-armancon__wrapper .text-img {
  width: 68%;
}
.territory-page .serein-armancon__wrapper .text-img img {
  width: 60%;
}
.territory-page .serein-armancon__wrapper .text-img div div {
  width: 38%;
}
.territory-page .serein-armancon__wrapper .text-img div div ul {
  padding: 0;
}
.territory-page .serein-armancon__wrapper .text-img div div ul li {
  list-style: url("../images/icons/disk.svg");
  line-height: 1.4rem;
}
.territory-page .serein-armancon__wrapper .text-img div div a {
  font-weight: 600;
  text-decoration: underline;
  color: var(--green-500);
}
.territory-page .water-and-use {
  padding: 5.625rem 0;
  background-color: var(--green-100);
  position: relative;
  text-align: center;
}
.territory-page .water-and-use .plant {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20%;
}
.territory-page .water-and-use h2 {
  color: var(--green-700);
  text-align: left;
}
.territory-page .water-and-use .row {
  margin-top: 2.188rem;
  text-align: left;
}
.territory-page .water-and-use .row h3 {
  color: var(--green-700);
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 1.563rem;
}
.territory-page .water-and-use .row p {
  margin: 0.838rem 0 0;
}
.territory-page .water-and-use .row .col-4 img {
  width: 100%;
}
.territory-page .water-cycle {
  padding: 5.625rem 0 0;
  position: relative;
}
.territory-page .water-cycle h2 {
  color: var(--blue-secondary);
}
.territory-page .water-cycle .gloup {
  position: absolute;
  right: 16%;
  top: 50px;
}
.territory-page .water-cycle__wrapper p a {
  font-weight: 600;
  text-decoration: underline;
  color: var(--green-500);
}
.territory-page .water-cycle__wrapper div {
  width: 48%;
}
.territory-page .water-cycle__wrapper__right h2 {
  color: var(--green-500);
  margin-top: 2.813rem;
}

/* about water Page */
.about-water-page {
  padding: 14rem 0 0;
  overflow: hidden;
}
.about-water-page h2 {
  font-weight: 500;
  font-size: 1.7rem;
}
.about-water-page .water-information {
  padding-bottom: 8.125rem;
}
.about-water-page .water-information__wrapper__text {
  width: 55%;
}
.about-water-page .water-information__wrapper__text h2 {
  color: var(--blue-secondary);
}
.about-water-page .water-information__wrapper__text ul {
  padding: 0 0 0 13px;
  display: flex;
  flex-direction: column;
  row-gap: 0.2rem;
}
.about-water-page .water-information__wrapper__text ul li {
  list-style: url("../images/icons/disk.svg");
  line-height: 1.4rem;
}
.about-water-page .water-information__wrapper__text ul li a {
  font-weight: 600;
  color: var(--blue-500);
}
.about-water-page .water-information__wrapper__image {
  width: 40%;
  column-gap: 1rem;
  position: relative;
}
.about-water-page .water-information__wrapper__image .plant {
  position: absolute;
  right: -170px;
  z-index: -1;
  width: 225px;
}

/* Water use Page */
.water-use {
  padding: 14rem 0 0;
}
.water-use h2 {
  color: var(--green-700);
}
.water-use .agriculture {
  margin-top: 3.75rem;
}
.water-use .alimentation-water {
  background-color: var(--green-100);
  padding: 5.625rem 0;
  margin-top: 5.625rem;
  position: relative;
}
.water-use .alimentation-water .plant {
  position: absolute;
  top: 10px;
  right: 0;
  width: 130px;
  transform: translate(0, -100%);
}
.water-use .industry-no-consummer {
  position: relative;
  padding-top: 5.625rem;
}
.water-use .industry-no-consummer .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30%;
  background-color: var(--green-100);
  z-index: -1;
}
.water-use .industry-no-consummer__wrapper__item {
  width: 45%;
}
.water-use .industry-no-consummer__wrapper__item h2 {
  margin: 1.5rem 0 0.5rem;
}
.water-use .industry-no-consummer__wrapper__item p {
  margin-top: 0;
}
.water-use .industry-no-consummer__wrapper__item .industry-graphic {
  align-items: flex-start;
}
.water-use .industry-no-consummer__wrapper__item .industry-graphic .graphic-serein {
  width: 31.5%;
}
.water-use .industry-no-consummer__wrapper__item .industry-graphic .graphic-armancon {
  width: 40%;
}
.water-use .industry-no-consummer__wrapper__item .gloup {
  margin: 0 8rem 0 auto;
  display: block;
}

.ptge {
  padding: 130px 0 0;
  position: relative;
}
.ptge .plant {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 55%;
  transform: translate(0, -50%);
  width: 410px;
}
.ptge .title {
  column-gap: 3rem;
}
.ptge h3 {
  color: var(--blue-secondary);
}
.ptge .steps {
  margin-top: 4rem;
}
.ptge .steps h3 {
  color: var(--green-700);
  margin-bottom: 2rem;
}
.ptge .steps__wrapper__step {
  justify-content: center;
  align-items: center;
  padding: 3rem 1.8rem;
  position: relative;
  height: 100%;
}
.ptge .steps__wrapper__step .arrow-bottom {
  position: absolute;
  right: -45px;
  bottom: -30px;
}
.ptge .steps__wrapper__step .arrow-top {
  position: absolute;
  right: -45px;
  top: -30px;
}
.ptge .steps__wrapper__step .number {
  position: absolute;
  top: -40px;
  left: -40px;
  background-color: var(--white-main);
  font-size: 2.5rem;
  width: 110px;
  height: 110px;
  display: flex;
  border-radius: 70px;
  justify-content: end;
  align-items: end;
}
.ptge .steps__wrapper__step .number span {
  padding: 2.1rem;
}
.ptge .steps__wrapper__step h4 {
  margin-top: 0.5rem;
  font-size: 1.2rem;
}
.ptge .steps__wrapper__step p {
  text-align: center;
  margin-bottom: 0;
}
.ptge .steps__wrapper__step.sb {
  background-color: var(--blue-100);
}
.ptge .steps__wrapper__step.sb h4 {
  color: var(--blue-700);
}
.ptge .steps__wrapper__step.sg {
  background-color: var(--green-100);
}
.ptge .steps__wrapper__step.sg h4 {
  color: var(--green-700);
}
.ptge .steps__wrapper__step.s1 {
  position: relative;
  z-index: 4;
}
.ptge .steps__wrapper__step.s2 {
  position: relative;
  z-index: 3;
}
.ptge .steps__wrapper__step.s3 {
  position: relative;
  z-index: 2;
}
.ptge .steps__wrapper__step.s4 {
  position: relative;
  z-index: 1;
}

.actions {
  padding: 130px 0 120px;
  position: relative;
  z-index: 2;
  scroll-margin-top: 20rem;
}
.actions .shape {
  position: absolute;
  left: 0;
  top: -50px;
  width: 180px;
}
.actions .gloup {
  display: block;
  margin-left: auto;
  margin-top: -60px;
}
.actions .row {
  row-gap: 1.875rem;
}
.actions__action {
  background-color: var(--white-main);
  box-shadow: var(--box-shadow-xs);
  border-radius: 20px;
  overflow: hidden;
}
.actions__action img {
  height: 100px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.actions__action .content-text {
  padding: 0 1.5rem;
}
.actions__action h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 1.5rem;
  color: var(--blue-700);
}
.actions__data {
  margin-top: 3rem;
}
.actions__data__wrapper__item {
  width: 48%;
  position: relative;
}
.actions__data__wrapper__item .gloup {
  position: absolute;
  right: -40px;
  bottom: -60px;
}
.actions__data__wrapper__item .data-number {
  margin: -9rem 0 0 2rem;
  box-shadow: var(--box-shadow-xs);
  background-color: var(--white-main);
  border-radius: 10px;
  width: 30%;
  position: relative;
  padding: 2rem 1.2rem;
  color: var(--green-700);
}
.actions__data__wrapper__item .data-number .number {
  font-size: 2.2rem;
}
.actions__data__wrapper__item .data-number .number sup {
  font-size: 1.5rem;
}
.actions__data__wrapper__item .data-number p {
  margin: 0.5rem 0 0;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.1rem;
}
.actions__data__wrapper__item .data-number.blue {
  color: var(--blue-700);
}
.actions__data__wrapper__item .data-number.right {
  margin: -9rem 2rem 0 auto;
}

/* Qui sommes-nous ? */
.about {
  padding: 14rem 0 8.125rem;
  position: relative;
}
.about h2 {
  color: var(--blue-secondary);
}
.about .actors-ptge h2 {
  font-size: 1.55rem;
  font-weight: 400;
}
.about .actors-ptge h3 {
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.about .actors-ptge__major__wrapper {
  row-gap: 1rem;
}
.about .actors-ptge__major__wrapper__item {
  width: 22%;
}
.about .actors-ptge__major__wrapper__item .title-actor {
  padding-bottom: 0.3rem;
  border-bottom: 2px solid var(--grey);
  font-size: 1.1rem;
  column-gap: 0.5rem;
  margin-bottom: 0.6rem;
}
.about .actors-ptge__major__wrapper__item .title-actor .circle {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.about .actors-ptge__major__wrapper__item .title-actor.bp {
  color: var(--blue-500);
}
.about .actors-ptge__major__wrapper__item .title-actor.bp .circle {
  background-color: var(--green-500);
}
.about .actors-ptge__major__wrapper__item .title-actor.bs {
  color: var(--blue-700);
}
.about .actors-ptge__major__wrapper__item .title-actor.bs .circle {
  background-color: var(--green-500);
}
.about .actors-ptge__major__wrapper__item .title-actor.gp {
  color: var(--green-500);
}
.about .actors-ptge__major__wrapper__item .title-actor.gp .circle {
  background-color: var(--blue-500);
}
.about .actors-ptge__major__wrapper__item .title-actor.gs {
  color: var(--green-600);
}
.about .actors-ptge__major__wrapper__item .title-actor.gs .circle {
  background-color: var(--blue-600);
}
.about .actors-ptge__major__wrapper__item p {
  margin-bottom: 0.2rem;
  margin-top: 0;
}
.about .actors-ptge__major__wrapper__item.last {
  width: 50%;
}
.about .actors-ptge .actor-diversity {
  margin-top: 4.688rem;
  position: relative;
}
.about .actors-ptge .actor-diversity .plant {
  position: absolute;
  right: 0;
  top: -145px;
  width: 180px;
}
.about .actors-ptge .actor-diversity__wrapper__item {
  width: 30%;
  padding: 2.188rem 1.563rem;
  text-align: center;
  position: relative;
}
.about .actors-ptge .actor-diversity__wrapper__item .dash {
  position: absolute;
  left: 99%;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 999;
  width: 19%;
}
.about .actors-ptge .actor-diversity__wrapper__item h4 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
.about .actors-ptge .actor-diversity__wrapper__item.bg-b {
  background-color: var(--blue-100);
}
.about .actors-ptge .actor-diversity__wrapper__item.bg-b h4 {
  color: var(--blue-500);
}
.about .actors-ptge .actor-diversity__wrapper__item.bg-b p {
  margin: 0;
}
.about .actors-ptge .actor-diversity__wrapper__item.bg-g {
  background-color: var(--green-100);
}
.about .actors-ptge .actor-diversity__wrapper__item.bg-g h4 {
  color: var(--green-500);
}
.about .actors-ptge .actor-diversity__wrapper__item.bg-g p {
  margin: 0;
}
.about .role-ptge {
  padding-top: 8.125rem;
}
.about .role-ptge h2 {
  font-weight: 400;
  font-size: 1.55rem;
}
.about .role-ptge ul {
  padding: 0.5rem 0 1.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.about .role-ptge ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.about .role-ptge ul li::marker {
  color: var(--blue-500);
}
.about .role-ptge p.mb-0 {
  margin-bottom: 0;
}
.about .role-ptge p.mt-0 {
  margin-top: 0;
}
.about .role-ptge figure {
  position: relative;
}
.about .role-ptge figure figcaption {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 11;
  max-width: 35%;
}
.about .role-ptge img {
  position: relative;
  z-index: 10;
}
.about .missions {
  padding-top: 8.125rem;
  position: relative;
}
.about .missions .bg {
  background-color: var(--blue-100);
  width: 100%;
  height: 80%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
.about .missions .bg .plant {
  position: absolute;
  bottom: 0;
  right: 50px;
}
.about .missions .vague {
  position: absolute;
  top: -79px;
  right: 32%;
}
.about .missions .gloup {
  position: absolute;
  right: 12%;
  bottom: 0;
  width: 120px;
}
.about .missions__wrapper {
  column-gap: 6rem;
}
.about .missions__wrapper__item {
  padding: 3.125rem 2.188rem;
  background-color: var(--white-main);
  border: 2px solid var(--blue-300);
  border-radius: 20px;
  text-align: center;
  width: 30%;
}
.about .missions__wrapper__item h3 {
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--blue-500);
}
.about .missions__wrapper__item ul {
  padding: 0 0 0 1.2rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  text-align: left;
}
.about .missions__wrapper__item ul li {
  list-style-type: disc;
}
.about .missions__wrapper__item ul li::marker {
  color: var(--green-500);
}
.about .missions__wrapper:last-of-type {
  margin-top: 6rem;
}

/* Le PTGE */
.ptge-detail {
  padding: 14rem 0 8.125rem;
  position: relative;
}
.ptge-detail h2 {
  color: var(--blue-secondary);
}
.ptge-detail .project-ptge .forme {
  position: absolute;
  right: 0;
  width: 260px;
}
.ptge-detail .project-ptge h2 {
  font-size: 1.55rem;
  font-weight: 400;
  margin-bottom: 1.188rem;
}
.ptge-detail .project-ptge h3 {
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.ptge-detail .why-ptge h2 {
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--blue-500);
}
.ptge-detail .why-ptge p {
  margin-bottom: 0;
}
.ptge-detail .why-ptge ul {
  padding: 0.5rem 0 1.5rem 1.2rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.ptge-detail .why-ptge ul li {
  list-style-type: disc;
}
.ptge-detail .why-ptge ul li::marker {
  color: var(--blue-500);
}
.ptge-detail .why-ptge .objective {
  margin-top: 1.5rem;
}
.ptge-detail .why-ptge .objective__item {
  width: 48%;
  padding: 1.25rem;
}
.ptge-detail .why-ptge .objective__item p {
  margin: 0;
}
.ptge-detail .why-ptge .objective__item.b {
  background-color: var(--blue-100);
  color: var(--blue-700);
}
.ptge-detail .why-ptge .objective__item.g {
  background-color: var(--green-100);
  color: var(--green-700);
}
.ptge-detail .actions-ptge {
  padding-top: 8.125rem;
}
.ptge-detail .actions-ptge .text-action-ptge {
  position: relative;
  background-color: var(--green-100);
  padding: 3.125rem 3.125rem 3.125rem 250px;
  border-radius: 0 20px 20px 0;
  width: 60%;
}
.ptge-detail .actions-ptge .text-action-ptge .btns {
  column-gap: 0.6rem;
}
.ptge-detail .actions-ptge .image {
  width: 39%;
  border-radius: 20px 0 0 20px;
  object-fit: cover;
}
.ptge-detail .challenge-ptge {
  padding: 8.125rem 0;
  position: relative;
}
.ptge-detail .challenge-ptge .gloup {
  position: absolute;
  bottom: 0;
  right: 80px;
}
.ptge-detail .challenge-ptge h2 {
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--blue-500);
}
.ptge-detail .challenge-ptge h2.green {
  color: var(--green-500);
}
.ptge-detail .challenge-ptge ul {
  padding: 0.5rem 0 1.5rem 1.2rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.ptge-detail .challenge-ptge ul li {
  list-style-type: disc;
}
.ptge-detail .challenge-ptge ul li::marker {
  color: var(--green-500);
}
.ptge-detail .challenge-ptge p {
  margin-bottom: 0;
}
.ptge-detail .action-implemented {
  padding: 5.625rem 0 0;
  position: relative;
}
.ptge-detail .action-implemented .plant {
  position: absolute;
  bottom: 20%;
  right: 0;
  width: 250px;
}
.ptge-detail .action-implemented h2 {
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--blue-500);
}
.ptge-detail .action-implemented .bg {
  width: 100%;
  height: 80%;
  background-color: var(--blue-100);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.ptge-detail .action-implemented ul {
  padding: 0.5rem 0 1.5rem 1.2rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.ptge-detail .action-implemented ul li {
  list-style-type: disc;
}
.ptge-detail .action-implemented ul li::marker {
  color: var(--green-500);
}
.ptge-detail .action-implemented p {
  margin-bottom: 0;
}
.ptge-detail .animation-ptge {
  padding: 5.625rem 0 0;
}
.ptge-detail .animation-ptge h2 {
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--green-500);
}
.ptge-detail .animation-ptge .col-5 {
  position: relative;
}
.ptge-detail .animation-ptge .col-5 .gloup {
  position: absolute;
  right: -140px;
  bottom: 0;
  width: 200px;
}
.ptge-detail .animation-ptge ul {
  padding: 0.5rem 0 1.5rem 1.2rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.ptge-detail .animation-ptge ul li {
  list-style-type: disc;
}
.ptge-detail .animation-ptge ul li::marker {
  color: var(--green-500);
}
.ptge-detail .document-ptge {
  padding: 5.625rem 0 0;
  scroll-margin-top: 10rem;
}
.ptge-detail .document-ptge h2 {
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.ptge-detail .document-ptge h2.bs {
  color: var(--blue-secondary);
}
.ptge-detail .document-ptge h2.g {
  color: var(--green-500);
}

.actualities {
  padding: 14rem 0 8.125rem;
  background-color: var(--blue-100);
  position: relative;
}
.actualities .fond {
  position: absolute;
  top: -65%;
  left: 0;
  right: 0;
  width: 100%;
}
.actualities .forme {
  position: absolute;
  bottom: -115px;
  right: 80px;
  width: 380px;
}
.actualities .filter {
  margin-bottom: 2rem;
}
.actualities .filter .flex-row {
  column-gap: 1rem;
}
.actualities .filter .group-form {
  margin-bottom: 2.188rem;
  width: 15%;
}
.actualities .filter label {
  display: block;
  color: var(--blue-500);
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.actualities .filter input, .actualities .filter select {
  background-color: var(--white-main);
  border: 2px solid var(--grey);
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 0.9rem;
  border-radius: 6px;
  padding: 0.63rem 0.938rem;
  width: 100%;
}
.actualities__actu {
  position: relative;
}
.actualities__actu .loop {
  position: absolute;
  top: -40px;
  right: -10px;
}
.actualities__actu .title h2 {
  color: var(--blue-700);
}
.actualities__actu img {
  display: block;
  border-radius: 20px;
}
.actualities__actu .content {
  background-color: var(--white-main);
  box-shadow: var(--box-shadow-xs);
  width: 92%;
  height: 100%;
  margin: -3rem auto auto;
  border-radius: 20px;
  padding: 1.5rem;
  position: relative;
}
.actualities__actu .content h3 {
  font-size: 1.4rem;
  font-weight: 600;
}
.actualities__actu .content p {
  font-size: 0.9rem;
  padding-right: 0.5rem;
  margin-bottom: 0;
}
.actualities__actu .content .btn {
  white-space: nowrap;
  height: fit-content;
  margin-bottom: 1rem;
}
.actualities.page-list {
  background-color: var(--white-main);
}
.actualities.page-list .fond {
  display: none;
}

.contact {
  padding-top: 14rem;
}
.contact__wrapper__form {
  width: 60%;
}
.contact__wrapper__form form .group-form {
  margin-bottom: 2.188rem;
}
.contact__wrapper__form form label {
  display: block;
  color: var(--blue-500);
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.contact__wrapper__form form input, .contact__wrapper__form form textarea {
  background-color: var(--white-main);
  border: 2px solid var(--grey);
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-size: 0.9rem;
  border-radius: 6px;
  padding: 1.063rem 0.938rem;
  width: 100%;
}
.contact__wrapper__form form textarea {
  resize: vertical;
}
.contact__wrapper__form form .form-check .form-check-input {
  width: 1rem;
  height: 1rem;
  padding: 0;
  margin-top: 1px;
}
.contact__wrapper__form form .form-check label {
  display: inline-block;
}
.contact__wrapper__info {
  width: 35%;
  background-color: var(--blue-100);
  border-radius: 1.25rem;
  padding: 1.563rem;
}
.contact__wrapper__info iframe {
  width: 100%;
  border: 2px solid var(--white-main) !important;
  border-radius: 1rem;
}
.contact__wrapper__info .contact-detail {
  row-gap: 0.625rem;
  margin-top: 1.563rem;
}
.contact__wrapper__info .contact-detail__item {
  column-gap: 0.625rem;
  font-weight: 500;
}

@media screen and (max-width: 2000px) {
  .ptge-detail .actions-ptge .text-action-ptge {
    padding: 3.125rem 3.125rem 3.125rem 100px;
  }
}
@media screen and (max-width: 1920px) {
  .ptge-detail .project-ptge .forme {
    width: 200px;
  }
  .ptge-detail .why-ptge {
    padding-top: 6.125rem;
  }
}
@media screen and (max-width: 1800px) {
  .about .missions .vague {
    right: 22%;
  }
  .about .missions__wrapper {
    column-gap: 4rem;
  }
}
@media screen and (max-width: 1500px) {
  .about .missions__wrapper {
    column-gap: 2rem;
  }
  .about .missions__wrapper__item {
    width: 32%;
  }
}
@media screen and (max-width: 1400px) {
  .ptge-detail .project-ptge .forme {
    width: 150px;
  }
  .ptge-detail .actions-ptge {
    padding-top: 6.125rem;
  }
  .ptge-detail .challenge-ptge {
    padding: 6.125rem 0;
  }
  .ptge-detail .action-implemented img {
    position: relative;
    z-index: 10;
  }
  .ptge-detail .action-implemented .plant {
    z-index: 1;
  }
  .ptge-detail .animation-ptge .col-5 .gloup {
    width: 140px;
  }
  .territory-page .serein-armancon__wrapper img {
    position: sticky;
    top: 180px;
  }
  .territory-page .serein-armancon__wrapper .text-img img {
    position: relative;
    top: unset;
    width: 100%;
  }
  .territory-page .serein-armancon__wrapper .text-img div div {
    width: 100%;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .about .actors-ptge__major__wrapper {
    flex-wrap: wrap;
  }
  .about .actors-ptge__major__wrapper__item {
    width: 48%;
  }
  .about .missions .vague {
    right: 8%;
  }
  .about .missions__wrapper {
    column-gap: 2rem;
    row-gap: 2rem;
    flex-wrap: wrap;
  }
  .about .missions__wrapper__item {
    width: 100%;
  }
  .about .missions__wrapper:last-of-type {
    margin-top: 2rem;
  }
  .ptge-detail .actions-ptge .text-action-ptge {
    padding: 3.125rem 3.125rem 3.125rem 10%;
  }
}
@media screen and (max-width: 1100px) {
  .about .missions .gloup {
    right: 2%;
    width: 100px;
  }
  .ptge-detail .action-implemented .plant {
    display: none;
  }
}
@media screen and (max-width: 968px) {
  .about .missions .gloup {
    display: none;
  }
  .about .role-ptge .row .col-7, .about .role-ptge .row .col-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .project-ptge .row .col-7, .project-ptge .row .col-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .why-ptge .row .col-7, .why-ptge .row .col-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 868px) {
  .home__wrapper {
    flex-wrap: wrap;
    row-gap: 2.5rem;
  }
  .home__wrapper__ptge {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
  }
  .home__wrapper__ptge .content {
    position: relative;
    top: unset;
    left: unset;
    padding: 1.5rem;
  }
  .home__wrapper__ptge .content p {
    max-width: 100%;
  }
  .who-are-we__wrapper .content-text {
    width: 100%;
  }
  .who-are-we__wrapper .schema-smbva {
    width: 60%;
    margin: auto;
  }
  .who-are-we .shape {
    top: unset;
    bottom: 9%;
    width: 130px;
    z-index: -1;
  }
  .about .actors-ptge .actor-diversity__wrapper {
    row-gap: 1rem;
  }
  .about .actors-ptge .actor-diversity__wrapper__item {
    width: 100%;
  }
  .about .actors-ptge .actor-diversity__wrapper__item .dash {
    display: none;
  }
  .about .actors-ptge__major__wrapper__item {
    width: 100%;
  }
  .ptge .steps__wrapper .row {
    row-gap: 1.875rem;
  }
  .ptge .steps__wrapper .row .col-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ptge .steps__wrapper__step .arrow-top {
    display: none;
  }
  .ptge .plant {
    top: 80%;
  }
  .actions {
    overflow: hidden;
  }
  .actions .shape {
    width: 80px;
  }
  .actions .row .col-3 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
    display: flex;
    flex-direction: column;
  }
  .actions .row .col-3 a {
    height: 100%;
  }
  .actions__action {
    height: 100%;
  }
  .actions__action h3 {
    line-height: 1.4rem;
  }
  .actions__data__wrapper {
    row-gap: 2.5rem;
  }
  .actions__data__wrapper__item {
    width: 100%;
  }
  .actions__data__wrapper__item .data-number {
    margin: -2rem 0 0 2rem;
    width: 80%;
  }
  .actions__data__wrapper__item .data-number.right {
    margin: -2rem 0 0 2rem;
  }
  .ptge-detail .why-ptge .objective {
    flex-wrap: wrap;
    row-gap: 1rem;
  }
  .ptge-detail .why-ptge .objective__item {
    width: 100%;
  }
  .ptge-detail .actions-ptge__wrapper {
    flex-wrap: wrap;
  }
  .ptge-detail .actions-ptge__wrapper .text-action-ptge {
    width: 100%;
    padding: 3.125rem 10%;
  }
  .ptge-detail .animation-ptge .row {
    row-gap: 2rem;
  }
  .ptge-detail .animation-ptge .col-5 .gloup {
    display: none;
  }
  .ptge-detail .document-ptge .row {
    row-gap: 2rem;
  }
  .territory-page .basement__wrapper__text {
    width: 100%;
  }
  .territory-page .basement__wrapper__image {
    width: 100%;
  }
  .territory-page .water__wrapper div, .territory-page .water__wrapper p {
    width: 100%;
  }
  .territory-page .water .img-gloup {
    column-gap: 2rem;
  }
  .territory-page .water .img-gloup .photo {
    width: 100%;
  }
  .territory-page .water .img-gloup img {
    width: 20%;
  }
  .territory-page .serein-armancon__wrapper img {
    width: 70%;
    display: block;
    margin: auto;
    position: relative;
    top: unset;
  }
  .territory-page .serein-armancon__wrapper .text-img {
    width: 100%;
    margin-top: 1.5rem;
  }
  .territory-page .water-cycle__wrapper div {
    width: 100%;
  }
  /* About water page */
  .about-water-page .water-information__wrapper__text {
    width: 100%;
  }
  .about-water-page .water-information__wrapper__image {
    width: 100%;
  }
  /* Water use page */
  .water-use .row {
    row-gap: 1rem;
  }
  .water-use .agriculture {
    flex-direction: column-reverse;
  }
  .water-use .alimentation-water .plant {
    width: 80px;
  }
  .water-use .industry-no-consummer {
    padding: 0;
  }
  .water-use .industry-no-consummer__wrapper__item {
    width: 100%;
  }
  .water-use .industry-no-consummer__wrapper__item:last-of-type {
    margin-top: 3rem;
  }
  .actualities .row .col-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .actualities__actu .content .btn {
    margin: 1rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .who-are-we__wrapper .content-text {
    width: 100%;
  }
  .who-are-we__wrapper .schema-smbva {
    width: 80%;
    margin: auto;
  }
  .who-are-we .shape {
    top: unset;
    bottom: 9%;
    width: 130px;
    z-index: -1;
  }
  .territory__wrapper {
    flex-direction: column-reverse;
    row-gap: 2.5rem;
  }
  .territory__wrapper .content-text {
    width: 100%;
  }
  .territory__wrapper .map {
    display: none;
  }
  .territory-page .water-and-use .row {
    row-gap: 3rem;
  }
  .about .actors-ptge .actor-diversity .plant {
    display: none;
  }
  .ptge .steps__wrapper .row {
    row-gap: 1.5rem;
  }
  .ptge .steps__wrapper .row .arrow-bottom, .ptge .steps__wrapper .row .arrow-top {
    display: none;
  }
  .ptge .plant {
    top: 70%;
  }
  .actualities {
    overflow: hidden;
  }
  .actualities .forme {
    bottom: -55px;
    right: 0;
    width: 170px;
  }
  .actualities .row .col-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../../assets/styles/app.scss%22,%22../../assets/styles/_base.scss%22,%22../../assets/styles/component/_login.scss%22,%22../../assets/styles/component/_flex.scss%22,%22../../assets/styles/component/_navbar.scss%22,%22../../assets/styles/component/_tags.scss%22,%22../../assets/styles/component/_title.scss%22,%22../../assets/styles/component/_btn.scss%22,%22../../assets/styles/component/_footer.scss%22,%22../../assets/styles/component/_thematic.scss%22,%22../../assets/styles/component/_smbvaAction.scss%22,%22../../assets/styles/_responsive.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAWQ;AACA;ACZR;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;AACA;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;;AACA;EANJ;IAOQ;;;AAEJ;EATJ;IAUQ;;;AAEJ;EAZJ;IAaQ;;;AAEJ;EAfJ;IAgBQ;;;AAEJ;EAlBJ;IAmBQ;;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;AAEJ;EACI;;AAEJ;EACI;;AAEJ;EACI;;AAEJ;EACI;;AAEJ;EACI;;;AAIR;EACI;EACA;EACA;EACA;;;AAIA;EADJ;IAEQ;IACA;IACA;;;;AAKJ;EADJ;IAEQ;IACA;IACA;;;;AAKJ;EADJ;IAEQ;IACA;IACA;;;;AAKJ;EADJ;IAEQ;IACA;IACA;;;;AAKJ;EADJ;IAEQ;IACA;IACA;;;;AAKJ;EADJ;IAEQ;IACA;IACA;;;;AAKJ;EADJ;IAEQ;IACA;IACA;;;;AAKJ;EADJ;IAEQ;IACA;IACA;;;;AAKJ;EADJ;IAEQ;IACA;IACA;;;;AAKJ;EADJ;IAEQ;IACA;IACA;;;;AAKJ;EADJ;IAEQ;IACA;IACA;;;;AAKJ;EADJ;IAEQ;IACA;IACA;;;;AAIR;EACI;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAGJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAIJ;AAAA;AAAA;AAKA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;;AACA;EACI;EACA;;AAEJ;EACI;EACA;;AACA;EACI;;AAEJ;EACI;;AAEJ;EACI;EACA;;AAEJ;EACI;;AAIR;EACI;;;AC9WR;EACI;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;;AACA;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;AAGA;EACI;;AAEJ;EACI;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;;AAGR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIZ;EACI;EACA;EACA;EACA;;;AC3FR;EACI;EACA;;AACA;EACI;;AAEJ;EACI;;AAEJ;EACI;;AAEJ;EACI;;AAEJ;EACI;;AAEJ;EACI;;AAEJ;EACI;;AAEJ;EACI;;;AAIR;EACI;EACA;;AACA;EACI;;AAEJ;EACI;;AAEJ;EACI;;AAEJ;EACI;;AAEJ;EACI;;AAEJ;EACI;;AAEJ;EACI;;;ACjDA;EACI;;;AAIZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;AAEJ;EACI;;AACA;EACI;;AAGA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;AAEJ;EACI;;AAEJ;EACI;EACA;EACA;EACA;EACA;;AAIJ;EACI;EACA;;AAKhB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;;AAEJ;EACI;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;;AACA;EACI;;AAGR;EACI;;AAGR;EACI;EACA;EACA;EACA;EACA;;AACA;EACI;;AAEJ;EACI;;AACA;EACI;;AAKR;EACI;EACA;EACA;EACA;;;AAKhB;EACI;IACI;;;AAIR;EAGY;IACI;;EAIZ;IACI;IACA;;EACA;IACI;IACA;;EAEJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EACA;IACI;;EAEI;IACI;;EAIZ;IACI;;EAGR;IACI;IACA;IACA;IACA;IACA;IACA;IACA;;EACA;IACI;IACA;IACA;IACA;IACA;IACA;IACA;;EACA;IACI;IACA;IACA;;EAEJ;IACI;;EAEJ;IACI;;EAIJ;IACI;;EAGA;IACI;;EAEJ;IACI;IACA;;EAEJ;IACI;;EAEJ;IACI;;EAKhB;IACI;;;ACnNZ;EACI;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;;AAEJ;EACI;EACA;;AAEJ;EACI;EACA;;;ACjBR;EACI;;AACA;EACI;EACA;;AACA;EACI;;AACA;EACI;EACA;EACA;EACA;;AACA;EACI;;AAGR;EACI;;AAEJ;EACI;;;AAMhB;EAEQ;IACI;;;AC7BZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;AAEJ;EACI;;;ACZR;EACI;;AACA;EACI;;AAEJ;EACI;;AAGA;EACI;;AAGA;EACI;;AACA;EACI;;AAEJ;EACI;;AAEJ;EACI;;AAGR;EACI;;AAKR;EACI;EACA;;AAEJ;EACI;;AAGR;EACI;;AACA;EACI;;AAGR;EACI;EACA;;AAEJ;EACI;EACA;EACA;EACA;;AAII;EACI;EACA;;;AAMhB;EAEQ;IACI;;EACA;IACI;;;AAMhB;EAEQ;IACI;;EAEJ;IACI;;EAGQ;IACI;IACA;;;AAQxB;EAEQ;IACI;IACA;;;ACnGZ;EACI;EACA;;AACA;EACI;EACA;EACA;EACA;;AAGA;EACI;;AACA;EACI;;AAGR;EACI;;AACA;EACI;;AAIZ;EACI;;AACA;EACI;EACA;;AAEJ;EACI;;AACA;EACI;EACA;EACA;;AAGR;EACI;;AACA;EACI;;AACA;EACI;;AAGR;EACI;;AAEJ;EACI;;AAEJ;EACI;EACA;;AAEJ;EACI;EACA;;AACA;EACI;EACA;EACA;EACA;;AAKR;EACI;;AAEJ;EACI;EACA;EACA;EACA;;AAGR;EACI;;AAGA;EACI;;AAEJ;EACI;;AAGA;EACI;;AAEJ;EACI;;;AAOpB;EAGY;IACI;;EACA;IACI;;EACA;IACI;;EAIZ;IACI;;EACA;IACI;IACA;IACA;;EAKR;IACI;;EACA;IACI;;EAEJ;IACI;;EAIZ;IACI;;;ACpIZ;EACI;;AACA;EACI;;AAEJ;EACI;;AAEJ;EACI;EACA;EACA;EACA;;AAEJ;EACI;EACA;;AAEJ;EACI;;AACA;EACI;EACA;;AAGR;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;;AAEJ;EACI;;AAGR;EACI;EACA;;AAEJ;EACI;;AAEJ;EACI;;AACA;EACI;EACA;;AAGA;EACI;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;AAGR;EACI;EACA;EACA;;AAEJ;EACI;EACA;;AAEJ;EACI;EACA;;AAEJ;EACI;;AACA;EACI;;AAGR;EACI;;AACA;EACI;;AAGR;EACI;EACA;;AAEJ;EACI;EACA;;AAEJ;EACI;EACA;;AAEJ;EACI;EACA;;AAGA;EACI;;;AAQxB;EAKoB;IACI;;;AV3IxB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;AACA;EACI;EACA;;;AAIR;EACI;;;AAGJ;EACI;;AACA;EACI;;AACA;EACI;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;;AAEI;EACI;;AAGR;EACI;EACA;;AAGR;EACI;;;AAMhB;EACI;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;;AAGA;EACI;;AAEI;EACI;;AAIZ;EACI;;;AAKZ;EACI;;AAEI;EACI;;AAEJ;EACI;;AACA;EACI;;;AAMhB;AACA;EACI;;AACA;EACI;EACA;;AAEJ;EACI;;AAEI;EACI;;AACA;EACI;;AAGR;EACI;EACA;;AACA;EACI;EACA;;AAKhB;EACI;EACA;EACA;;AACA;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;;AAEJ;EACI;;AAGA;EACI;;AACA;EACI;;AAGR;EACI;;AAGR;EACI;EACA;;AACA;EACI;;AAIZ;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;;AAEJ;EACI;;AAEJ;EACI;;AACA;EACI;EACA;;AAEJ;EACI;;AACA;EACI;;AAGA;EACI;;AACA;EACI;;AACA;EACI;EACA;;AAGR;EACI;EACA;EACA;;AAOxB;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;;AAEJ;EACI;EACA;;AAEJ;EACI;EACA;;AACA;EACI;EACA;EACA;EACA;;AAEJ;EACI;;AAGA;EACI;;AAKhB;EACI;EACA;;AACA;EACI;;AAEJ;EACI;EACA;EACA;;AAII;EACI;EACA;EACA;;AAGR;EACI;;AAGA;EACI;EACA;;;AAOpB;AACA;EACI;EACA;;AACA;EACI;EACA;;AAEJ;EACI;;AAEI;EACI;;AACA;EACI;;AAEJ;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;;AACA;EACI;EACA;;AAKhB;EACI;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;;;AAOpB;AACA;EACI;;AACA;EACI;;AAEJ;EACI;;AAEJ;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;;AAGR;EACI;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACI;;AACA;EACI;;AAEJ;EACI;;AAEJ;EACI;;AACA;EACI;;AAEJ;EACI;;AAGR;EACI;EACA;;;AAOpB;EACI;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;;AAEJ;EACI;;AAEJ;EACI;;AACA;EACI;EACA;;AAGA;EACI;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;AAGR;EACI;EACA;;AAEJ;EACI;EACA;;AAEJ;EACI;;AACA;EACI;;AAGR;EACI;;AACA;EACI;;AAGR;EACI;EACA;;AAEJ;EACI;EACA;;AAEJ;EACI;EACA;;AAEJ;EACI;EACA;;;AAOpB;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;;AAEJ;EACI;;AAEJ;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;;AAEJ;EACI;;AAEJ;EACI;EACA;EACA;EACA;;AAGR;EACI;;AAEI;EACI;EACA;;AACA;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;AACA;EACI;;AAGR;EACI;EACA;EACA;EACA;;AAEJ;EACI;;AAEJ;EACI;;;AAQxB;AACA;EACI;EACA;;AACA;EACI;;AAGA;EACI;EACA;;AAEJ;EACI;EACA;EACA;;AAGA;EACI;;AACA;EACI;;AACA;EACI;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;;AAEJ;EACI;;AACA;EACI;;AAGR;EACI;;AACA;EACI;;AAGR;EACI;;AACA;EACI;;AAGR;EACI;;AACA;EACI;;AAIZ;EACI;EACA;;AAEJ;EACI;;AAKhB;EACI;EACA;;AACA;EACI;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;;AAEJ;EACI;;AACA;EACI;;AAEJ;EACI;;AAGR;EACI;;AACA;EACI;;AAEJ;EACI;;AAOxB;EACI;;AACA;EACI;EACA;;AAEJ;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;;AAEJ;EACI;;AAIJ;EACI;;AAEJ;EACI;;AAGR;EACI;;AACA;EACI;EACA;EACA;EACA;EACA;;AAGR;EACI;EACA;;AAGR;EACI;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;;AAGR;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;;AAEJ;EACI;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;;AACA;EACI;;AAEJ;EACI;;AAIZ;EACI;;;AAMhB;AACA;EACI;EACA;;AACA;EACI;;AAGA;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;;AAIJ;EACI;EACA;EACA;EACA;;AAEJ;EACI;;AAEJ;EACI;EACA;EACA;EACA;;AACA;EACI;;AAEJ;EACI;;AAGR;EACI;;AACA;EACI;EACA;;AACA;EACI;;AAEJ;EACI;EACA;;AAEJ;EACI;EACA;;AAKhB;EACI;;AACA;EACI;EACA;EACA;EACA;EACA;;AACA;EACI;;AAGR;EACI;EACA;EACA;;AAGR;EACI;EACA;;AACA;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;;AACA;EACI;;AAGR;EACI;EACA;EACA;EACA;;AACA;EACI;;AAEJ;EACI;;AAGR;EACI;;AAGR;EACI;EACA;;AACA;EACI;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;;AACA;EACI;;AAEJ;EACI;;AAGR;EACI;;AAGR;EACI;;AACA;EACI;EACA;EACA;EACA;;AAEJ;EACI;;AACA;EACI;EACA;EACA;EACA;;AAGR;EACI;EACA;EACA;EACA;;AACA;EACI;;AAEJ;EACI;;AAIZ;EACI;EACA;;AACA;EACI;EACA;EACA;;AACA;EACI;;AAEJ;EACI;;;AAMhB;EACI;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;;AAEJ;EACI;;AACA;EACI;;AAEJ;EACI;EACA;;AAEJ;EACI;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGR;EACI;;AACA;EACI;EACA;EACA;;AAGA;EACI;;AAGR;EACI;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;;AAEJ;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;;AAIZ;EACI;;AACA;EACI;;;AAKZ;EACI;;AAEI;EACI;;AAEI;EACI;;AAEJ;EACI;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;;AAGA;EACI;EACA;EACA;EACA;;AAEJ;EACI;;AAKhB;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;;AAEJ;EACI;EACA;;AACA;EACI;EACA;;;AW5pCpB;EAGY;IACI;;;AAMhB;EAGY;IACI;;EAGR;IACI;;;AAKZ;EAGY;IACI;;EAEJ;IACI;;;AAMhB;EAGY;IACI;;EACA;IACI;;;AAOpB;EAGY;IACI;;EAGR;IACI;;EAEJ;IACI;;EAGA;IACI;IACA;;EAEJ;IACI;;EAKA;IACI;;EAQJ;IACI;IACA;;EAGA;IACI;IACA;IACA;;EAGA;IACI;IACA;;;AAS5B;EAIgB;IACI;;EACA;IACI;;EAMZ;IACI;;EAEJ;IACI;IACA;IACA;;EACA;IACI;;EAEJ;IACI;;EAOR;IACI;;;AAMhB;EAGY;IACI;IACA;;EAOJ;IACI;;;AAMhB;EAGY;IACI;;EAOA;IACI;IACA;IACA;;EAOR;IACI;IACA;IACA;;EAMJ;IACI;IACA;IACA;;;AAMhB;EAEQ;IACI;IACA;;EACA;IACI;IACA;IACA;;EACA;IACI;IACA;IACA;IACA;;EACA;IACI;;EASZ;IACI;;EAEJ;IACI;IACA;;EAGR;IACI;IACA;IACA;IACA;;EAOI;IACI;;EACA;IACI;;EACA;IACI;;EAOR;IACI;;EAUR;IACI;;EACA;IACI;IACA;IACA;;EAIJ;IACI;;EAKhB;IACI;;EAIR;IACI;;EACA;IACI;;EAGA;IACI;IACA;IACA;IACA;IACA;;EACA;IACI;;EAIZ;IACI;;EACA;IACI;;EAIJ;IACI;;EACA;IACI;;EACA;IACI;IACA;;EACA;IACI;;EAUhB;IACI;IACA;;EACA;IACI;;EAKR;IACI;;EACA;IACI;IACA;;EAKR;IACI;;EAGA;IACI;;EAKR;IACI;;EAQA;IACI;;EAEJ;IACI;;EAMJ;IACI;;EAGR;IACI;;EACA;IACI;;EAEJ;IACI;;EAMJ;IACI;IACA;IACA;IACA;IACA;;EAEJ;IACI;IACA;;EAMJ;IACI;;AAMhB;EAIY;IACI;;EAEJ;IACI;;AAMhB;EAEI;IACI;;EAEJ;IACI;;EAGA;IACI;;EAGR;IACI;;EAEI;IACI;;EACA;IACI;;EASZ;IACI;IACA;IACA;;EAKA;IACI;;;AAOpB;EAGY;IACI;;EAEJ;IACI;IACA;;EAGR;IACI;IACA;IACA;IACA;;EAKJ;IACI;IACA;;EACA;IACI;;EAEJ;IACI;;EAOJ;IACI;;EAQA;IACI;;EASJ;IACI;;EACA;IACI;;EAKhB;IACI;;EAIR;IACI;;EACA;IACI;IACA;IACA;;EAGA;IACI;IACA;IACA%22,%22file%22:%22app.output.css%22%7D */
