.maincolor {
  color: #3E5B88;
}

.sndcolor {
  color: #22B3B1;
}

.thirdcolor {
  color: #FF594B;
}

.dark {
  color: #747474;
}

.light {
  color: #E0D8C7;
}

.white {
  color: #FFFFFF;
}

.black {
  color: #292929;
}

.text {
  color: #414B5A;
}

.bgmain {
  background: #3E5B88;
}

.bgsnd {
  background: #22B3B1;
}

.bgthird {
  background: #FF594B;
}

.bgdark {
  background: #747474;
}

.bglight {
  background: #E0D8C7;
}

.bgdark {
  background: #747474;
}

.bgwhite {
  background: #FFFFFF;
}

.bgtext {
  background: #414B5A;
}

.bgauto {
  background: #32B4B5;
}

.bgvisite {
  background: #66CCFF;
}

.bgpro {
  background: #FF8A80;
}

.bgprolight {
  background: #FFF2EA;
}

.bgvelo {
  background: #D0E052;
}

.bgresidentlight {
  background: #E5EDFF;
}

.bgvelolight {
  background: #F1FBDC;
}

.bgautolight {
  background: #C3EEEE;
}

.bgmainultralight {
  background: #EDF1F7;
}

html, body {
  color: #414B5A;
}

@media screen and (min-width: 1399px) {
  .container {
    max-width: 1140px;
  }
}
* {
  font-family: "Space Grotesk", sans-serif;
}

html, body {
  font-size: 16px;
  line-height: 23px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.32px;
  color: #3E5B88;
}

.heading {
  font-family: "Space Grotesk", sans-serif;
}
.heading--n1 {
  font-size: clamp(2rem, 1.406rem + 2.605vw, 3.75rem);
  font-weight: 500;
  line-height: clamp(2.313rem, 1.612rem + 3.07vw, 4.375rem);
  letter-spacing: calc(clamp(2rem, 1.406rem + 2.605vw, 3.75rem) * -1 / 100);
}
.heading--n2 {
  font-size: clamp(1.75rem, 1.368rem + 1.674vw, 2.875rem);
  font-weight: 500;
  line-height: clamp(2.063rem, 1.553rem + 2.233vw, 3.563rem);
  letter-spacing: calc(clamp(1.75rem, 1.368rem + 1.674vw, 2.875rem) * -1 / 100);
}
.heading--n3 {
  font-size: clamp(1.5rem, 1.118rem + 1.674vw, 2.625rem);
  font-weight: 300;
  line-height: clamp(1.813rem, 1.324rem + 2.14vw, 3.25rem);
  letter-spacing: calc(clamp(1.5rem, 1.118rem + 1.674vw, 2.625rem) * -1 / 100);
}
.heading--n4 {
  font-size: clamp(1.25rem, 1.08rem + 0.744vw, 1.72rem);
  font-weight: 700;
  line-height: clamp(1.563rem, 1.393rem + 0.744vw, 2.063rem);
  letter-spacing: 0;
}
.heading--n5 {
  font-size: clamp(1.375rem, 1.205rem + 0.744vw, 1.875rem);
  font-weight: 300;
  line-height: normal;
  letter-spacing: calc(clamp(1.125rem, 0.87rem + 1.116vw, 1.875rem) * -1 / 100);
}
.heading--n6 {
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
}
.heading--big {
  font-size: clamp(3.125rem, 2.658rem + 2.047vw, 4.5rem);
  font-weight: 700;
  line-height: clamp(3.438rem, 2.865rem + 2.512vw, 5.125rem);
  letter-spacing: 0;
}

span {
  line-height: inherit;
}

hr {
  border: none;
  width: 85px;
  height: 4px;
  background: #FF594B;
  flex-shrink: 0;
  opacity: 1;
}

a {
  text-decoration: none;
  color: #414B5A;
  transition: 0.3s;
}
a:hover {
  transition: 0.3s;
}

p a, ul:not(.list--unstyled) li a {
  text-decoration: underline;
}

.list--unstyled {
  padding: 0px;
  margin: 0px;
}
.list--unstyled li {
  padding: 0px;
  list-style-type: none;
}

.label {
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.8px;
}

.bold {
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0.32px;
}

.legende {
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0;
}

.chapo {
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0.36px;
}

.small-font {
  font-size: 14px;
}

strong {
  font-weight: 700;
}

.tags {
  display: flex;
  padding: 3px 11px;
  border-radius: 22px;
  width: fit-content;
  background: #E5EDFF;
  color: #3E5B88;
}
.tags--velo {
  background: #F1FBDC;
}
.tags--pro {
  background: #FFF2EA;
}
.tags--auto {
  background: #C3EEEE;
}

.btn {
  appearance: none;
  --webkit-appearance: none;
  --moz-webkit-appearance: none;
  border: none;
  background: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  width: fit-content;
  padding: 12px 20px;
  text-transform: uppercase;
  transition: 0.3s;
  border-radius: 40px;
  font-weight: bold;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.8px;
}
.btn:hover, .btn:focus, .btn:active {
  transition: 0.3s;
}
.btn--main {
  background: #3E5B88;
  color: white;
  border: 1px solid #3E5B88;
}
.btn--main:hover, .btn--main:focus, .btn--main:active {
  background: transparent;
  color: #3E5B88;
  border: 1px solid #3E5B88;
}
.btn--main-outline {
  background: transparent;
  color: #3E5B88;
  border: 1px solid #3E5B88;
}
.btn--main-outline:hover, .btn--main-outline:focus, .btn--main-outline:active {
  background: #3E5B88;
  color: #FFFFFF;
  border: 1px solid #3E5B88;
}
.btn--snd {
  background: #22B3B1;
  color: #FFFFFF;
  border: 1px solid #22B3B1;
}
.btn--snd:hover, .btn--snd:focus, .btn--snd:active {
  background: #FFFFFF;
  color: #22B3B1;
  border: 1px solid #22B3B1;
}
.btn--auto {
  background: #32B4B5;
  color: #FFFFFF;
  border: solid 1px #32B4B5;
}
.btn--auto:hover, .btn--auto:focus, .btn--auto:active {
  background: transparent;
  color: #32B4B5;
  border: solid 1px #32B4B5;
}
.btn--white {
  background: #FFFFFF;
  color: #3E5B88;
  border: solid 1px #3E5B88;
}
.btn--white:hover, .btn--white:focus, .btn--white:active {
  background: transparent;
  color: #FFFFFF;
  border: solid 1px #FFFFFF;
}

form label {
  color: #292929;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0.32px;
  font-size: 16px;
  margin-bottom: 0;
}
form input, form select {
  border: 1px solid #C9C9C9;
  padding: 9px 19px;
  color: #292929;
  background: transparent;
  display: block;
  width: 100%;
  margin: 5px 0 30px 0;
  border-radius: 20px;
}
form input:focus, form select:focus {
  box-shadow: none;
  border-bottom: 1px solid #3E5B88;
  outline: none;
}
form input::placeholder, form select::placeholder {
  font-size: 16px;
  color: #292929;
  transition: all 0.3s;
}
form input:focus::placeholder, form select:focus::placeholder {
  font-size: 12px;
}
form input[type=checkbox], form select[type=checkbox] {
  width: 10%;
}
form input[type=radio], form select[type=radio] {
  height: 15px;
  display: inline;
  width: auto;
}
form textarea {
  border: 1px solid #C9C9C9;
  padding: 9px 19px;
  color: #3E5B88;
  background: transparent;
  display: block;
  width: 100%;
  margin: 5px 0 30px 0;
  border-radius: 20px;
  min-height: 178px;
}
form textarea::placeholder {
  color: #292929;
  font-size: 16px;
  transition: all 0.3s;
}
form textarea:focus::placeholder {
  font-size: 14px;
}
form input[type=checkbox] {
  opacity: 0;
  position: absolute;
  z-index: 12;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
form label.checking {
  display: block;
  position: relative;
  padding-left: 30px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 12px;
  line-height: normal;
  color: #292929;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: left;
  font-weight: 400;
  font-weight: 700;
  letter-spacing: 0.24px;
}
form label.checking::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #414B5A;
  position: absolute;
  left: 0;
  border-radius: 3px;
  top: 0px;
  opacity: 1;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
  border-radius: 100%;
}
form input[type=checkbox]:checked ~ .checking::before {
  width: 10px;
  top: -2px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
form #form_done, form #form_fail, form .remplis_captcha {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 700;
}
form #form_fail {
  background-color: rgba(224, 216, 199, 0.4);
}
form #form_done {
  background-color: rgba(62, 91, 136, 0.4);
}
form.newsletter_form #form_fail, form.newsletter_form #form_done {
  align-items: flex-end;
  margin-top: 37px;
  background: none;
}

.message_required {
  display: none;
  margin: 0;
  font-size: 12px;
}

div.error {
  position: relative;
}
div.error .message_required {
  display: block;
  color: red;
  position: absolute;
  bottom: 11px;
  left: 5px;
}
div.error .check_message {
  left: 30px;
  bottom: -19px;
}

.form__pj__item {
  padding-bottom: 20px;
}
@media screen and (min-width: 991px) {
  .form__pj__item {
    width: 50%;
  }
}

.port-item__form__pj {
  padding-block: 30px;
  border-top: solid 1px #DCE3EF;
  border-bottom: solid 1px #DCE3EF;
  display: none;
}

.form__pj-input {
  padding-left: 30px;
  padding-bottom: 20px;
}

.pj-label {
  background: #EDF1F7;
  height: 100%;
  display: flex;
  padding: 20px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  appearance: none;
  --webkit-appearance: none;
  --moz-webkit-appearance: none;
  position: relative;
  border: dashed 1px #C9C9C9;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.pj-label:hover {
  background: rgba(212, 247, 246, 0.3);
  transition: 0.3s;
}

.pj__item__input {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  height: 100%;
}

.form__pj__item {
  position: relative;
}
.form__pj__item .pj-item {
  color: #F05C48;
}
.form__pj__item.is-valid .pj-item {
  color: #3E5B88;
}

.form__pj__item::before {
  content: "";
  display: block;
  width: 37.5px;
  height: 37.5px;
  position: absolute;
  top: 0;
  left: -40px;
  background-image: url("../images/not-valid.svg");
  background-size: contain;
  background-position: center center;
}
.form__pj__item.is-valid::before {
  background-image: url("../images/valid.svg");
}

.delete-file {
  background: #EDF1F7;
  display: flex;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  appearance: none;
  --webkit-appearance: none;
  --moz-webkit-appearance: none;
  position: relative;
  border: none;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  right: 20px;
  top: 18px;
  z-index: 3;
}

@media screen and (min-width: 767px) {
  .abonnement__code {
    width: 25%;
  }
  .abonnement__ville {
    width: 75%;
  }
}
/* purgecss start ignore */
.tnp-subscription form {
  position: relative;
}
.tnp-subscription .tnp-field-email label {
  display: none;
}
.tnp-subscription .tnp-field-email input.tnp-email {
  padding-left: 20px;
}
.tnp-subscription .tnp-privacy-field label {
  width: 100%;
  display: block;
  position: relative;
  padding-left: 30px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 12px;
  line-height: normal;
  color: #292929;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: left;
  font-weight: 400;
  font-weight: 700;
  letter-spacing: 0.24px;
}
.tnp-subscription .tnp-privacy-field label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #FFFFFF;
  position: absolute;
  left: 0;
  border-radius: 3px;
  top: 0px;
  opacity: 1;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
  border-radius: 100%;
}
.tnp-subscription .tnp-privacy-field label a {
  color: #FFFFFF;
}
.tnp-subscription .tnp-privacy-field input[type=checkbox] {
  opacity: 0;
  position: absolute;
  z-index: 12;
  width: 100%;
  height: 100%;
  cursor: pointer;
  max-width: unset;
  margin: 0;
}
.tnp-subscription .tnp-privacy-field label:has(input[type=checkbox]:checked)::before {
  width: 10px;
  top: -2px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tnp-subscription input[type=submit].tnp-submit {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #22B3B1;
  padding-inline: 25px;
}

.form__adress-search {
  margin-block: 20px 10px;
}
.form__adress-search input {
  margin-bottom: 0;
}
.form__adress-search input[type=text] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
.form__adress-search input[type=submit] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: #22B3B1;
  color: #FFFFFF;
  border: solid 1px transparent;
  font-weight: 500;
  text-transform: uppercase;
}
.form__adress-search input[type=submit]:hover {
  border-color: #22B3B1;
  background: transparent;
  color: #22B3B1;
}

/* purgecss end ignore */
/* purgecss start ignore */
.rank-math-breadcrumb {
  display: none;
}
@media screen and (min-width: 767px) {
  .rank-math-breadcrumb {
    display: block;
    padding-block: 17px;
    margin-top: 45px;
  }
}
.rank-math-breadcrumb p {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.rank-math-breadcrumb a {
  color: #7E8C9F;
  text-decoration: none;
  margin-right: 12px;
  font-weight: 700;
}
.rank-math-breadcrumb .separator {
  color: transparent;
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 12px;
}
.rank-math-breadcrumb .separator::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url("../images/small_chevron.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.rank-math-breadcrumb .last {
  color: #414B5A;
  font-weight: 700;
}

/* purgecss end ignore */
.hero {
  position: relative;
}
.hero::before {
  content: "";
  display: block;
  width: 100vw;
  height: 316px;
  position: absolute;
  top: -104px;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (min-width: 767px) {
  .hero::before {
    height: 438px;
  }
}
.hero.resident-light::before {
  background-image: url("../images/background-resident-light.svg");
}
.hero.auto-light::before {
  background-image: url("../images/background-auto-light.svg");
}
.hero.pro-light::before {
  background-image: url("../images/background-pro-light.svg");
}
.hero__title {
  padding-block: 50px 60px;
}
@media screen and (min-width: 767px) {
  .hero__title {
    padding-block: 32px 218px;
  }
}

.single-post .rank-math-breadcrumb a, .single-post .rank-math-breadcrumb span:not(.separator) {
  color: #FFFFFF;
}
.single-post .head {
  position: relative;
  padding-block: 75px 100px;
  color: #FFFFFF;
  text-align: center;
}
.single-post .head::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 100px);
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: -100px;
  left: 0;
  z-index: -1;
}
.single-post .head img {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: calc(100% + 100px);
  object-fit: cover;
  z-index: -2;
}

.citation {
  margin: 25px 0;
}
.citation .quote {
  display: flex;
  flex-direction: column;
}
.citation .quote img:first-of-type {
  margin: 10px auto 0 0;
}
.citation .quote p {
  text-align: center;
  font-size: 25px;
  line-height: 41px;
  font-weight: 300;
  color: #3E5B88;
  text-transform: uppercase;
  padding-inline: clamp(3.125rem, 3.762rem - 2.791vw, 1.25rem);
  margin-bottom: 0;
}
.citation .quote img:last-of-type {
  margin: 10px 0 0 auto;
}

.sepa_rsx {
  content: "";
  width: 145px;
  height: 7px;
  display: block;
  margin: 35px auto 35px 0;
  background: #D0E052;
}
.sepa_rsx .rsx_actu {
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
}
.sepa_rsx .rsx_actu a {
  display: block;
  margin: 25px 20px 25px 0;
}
.sepa_rsx .rsx_actu a:first-of-type {
  margin-top: 28px;
}
.sepa_rsx .rsx_actu a:last-of-type {
  margin-top: 26px;
  margin-left: 1px;
}

.text-photo img {
  width: 100%;
}

.embed-container iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.hero-home::before {
  top: 0;
  height: 250px;
}
@media screen and (min-width: 767px) {
  .hero-home::before {
    height: 384px;
  }
}
.hero-home::after {
  content: "";
  display: block;
  width: 439px;
  height: 172px;
  position: absolute;
  top: 446px;
  right: calc(50% - 1100px);
  background-image: url("../images/clouds.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.hero-home .container::before {
  content: "";
  display: block;
  width: 439px;
  height: 172px;
  position: absolute;
  bottom: 237px;
  left: calc(50% - 1100px);
  background-image: url("../images/clouds.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.hero-home__title {
  padding-block: 60px 58px;
}
@media screen and (min-width: 767px) {
  .hero-home__title {
    padding-block: 75px 194px;
  }
}
.hero-home__card {
  border-radius: 20px;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  display: block;
  position: relative;
  padding-block: 50px 23px;
  padding-inline: 23px;
  margin-bottom: 35px;
  margin-top: 55px;
}
@media screen and (min-width: 991px) {
  .hero-home__card {
    padding-inline: 60px 23px;
    padding-block: 23px;
    margin-top: 0;
  }
}
.hero-home__news {
  overflow: hidden;
  padding: 0;
  margin-top: 0;
}
.hero-home__news img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-home__news__content {
  padding-block: 32px;
  padding-inline: 40px;
  text-align: center;
}
@media screen and (min-width: 991px) {
  .hero-home__news__content {
    padding-inline: 130px;
  }
}
.hero-home__card__picto {
  position: absolute;
  top: -50px;
  transform: translateX(-50%);
  left: 50%;
}
@media screen and (min-width: 991px) {
  .hero-home__card__picto {
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
  }
}

.home-plan {
  padding-block: 20px 88px;
  position: relative;
}
@media screen and (min-width: 991px) {
  .home-plan {
    padding-block: 120px 88px;
  }
}
.home-plan::before {
  content: "";
  display: block;
  width: 100%;
  height: 900px;
  min-width: 1920px;
  background-image: url("../images/home-plan-bkg.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.plan__filter {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
  .plan__filter {
    margin-bottom: 0;
  }
}
.plan__filter::before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  border: solid 1px #ABABAB;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
  background: transparent;
  background-size: cover;
  background-position: center center;
}
.plan__filter.is-active::before {
  background-image: url("../images/check_circle.svg");
  border: solid 1px #3E5B88;
}
.plan__filter.is-active .filter-button {
  border-color: #3E5B88;
  transition: 0.3s;
  color: #3E5B88;
}
.plan .filters {
  display: none;
}
@media screen and (min-width: 575px) {
  .plan .filters {
    display: flex;
    margin-top: 25px;
  }
}
.plan .filter-button {
  appearance: none;
  --webkit-appearance: none;
  --moz-webkit-appearance: none;
  padding-block: 4px;
  padding-inline: 32px 10px;
  border: solid 1px #DEDEDE;
  border-radius: 22px;
  background: transparent;
  color: #3F3F3F;
  transition: 0.3s;
}
.plan .filter-button:hover {
  border-color: #3E5B88;
  transition: 0.3s;
  color: #3E5B88;
}

.home-abonnement {
  position: relative;
  padding-block: 30px 85px;
}
@media screen and (min-width: 767px) {
  .home-abonnement {
    padding-block: 75px 220px;
  }
}
.home-abonnement::after {
  content: "";
  display: block;
  width: 100%;
  min-width: 1920px;
  height: 324px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background-image: url("../images/home-abonnement-bkg.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.home-abonnement__tabs__tab {
  height: 100%;
}
.home-abonnement__liste__item {
  border-radius: 20px;
  gap: 15px;
  padding: 44px 22px;
  margin-bottom: 30px;
}
@media screen and (min-width: 767px) {
  .home-abonnement__liste__item {
    min-height: 466px;
  }
}
.home-abonnement__liste__item.bgresidentlight {
  background: #E5EDFF;
}
.home-abonnement__liste__item.bgprolight {
  background: #FFF2EA;
}
.home-abonnement__liste__item.bgvelolight {
  background: #F1FBDC;
}
.home-abonnement__content:not(.is-active) {
  display: none;
  width: 0;
  opacity: 0;
  overflow: hidden;
}
.home-abonnement__content {
  width: 100%;
}
.home-abonnement .presentation-abonnements__item {
  height: auto;
}
.home-abonnement .presentation-abonnements__item__parking .bold {
  padding-inline: 10px;
}
.home-abonnement .presentation-abonnements__item.bgvelolight .presentation-abonnements__item__parking {
  border-top-color: #D0E052;
  border-bottom-color: #D0E052;
}
.home-abonnement .presentation-abonnements__item.bgresidentlight .presentation-abonnements__item__parking {
  border-top-color: #B2C9FF;
  border-bottom-color: #B2C9FF;
}
.home-abonnement .presentation-abonnements__item .presentation-abonnements__item__content .abonnement-picto {
  width: 100px;
  height: 100px;
  background: #FFFFFF;
  border-radius: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact {
  padding-bottom: 321px;
  position: relative;
}
.contact::before {
  content: "";
  display: block;
  width: 100%;
  min-width: 1920px;
  height: 714px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/contact_bkg.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
.contact__title {
  padding-block: 40px 60px;
  position: relative;
}
@media screen and (min-width: 991px) {
  .contact__title {
    padding-block: 97px 80px;
  }
}
.contact__title::after {
  content: "";
  display: block;
  width: 473px;
  height: 172px;
  position: absolute;
  top: 41px;
  left: calc(50% - 739px);
  z-index: -1;
  background-image: url("../images/clouds.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 767px) {
  .contact__title::after {
    top: 41px;
    left: calc(50% - 970px);
  }
}
.contact__form {
  padding: 58px 30px;
  border-radius: 20px;
  background: #FFFFFF;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 991px) {
  .contact__form {
    padding: 58px 67px;
  }
}

.hero--actualites {
  padding-block: 32px;
  position: relative;
}
@media screen and (min-width: 767px) {
  .hero--actualites {
    padding-block: 40px 96px;
  }
}
.hero--actualites::after {
  content: "";
  display: block;
  width: 473px;
  height: 172px;
  position: absolute;
  bottom: 137px;
  left: calc(50% - 739px);
  z-index: -1;
  background-image: url("../images/clouds.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 767px) {
  .hero--actualites::after {
    top: 115px;
    left: calc(50% - 1000px);
  }
}

.actualites {
  position: relative;
  padding-bottom: 95px;
}
.actualites::before {
  content: "";
  width: 100%;
  min-width: 1920px;
  height: 361px;
  position: absolute;
  top: 168px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/actualites_liste.svg");
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
.actualites::after {
  content: "";
  width: 100%;
  height: calc(100% - 528px);
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #C3EEEE;
  opacity: 0.67;
  z-index: -2;
}
.actualites__news {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
  display: block;
  transition: 0.3s;
}
.actualites__news:hover {
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0);
  transform: translate(5px, 5px);
  transition: 0.3s;
}
.actualites__news:hover .btn--main-outline {
  background: #3E5B88;
  color: #FFFFFF;
}
.actualites__news__content {
  background: #FFFFFF;
  padding: 32px 37px;
  text-align: center;
}
.actualites__news__img {
  height: 252px;
  overflow: hidden;
}
.actualites__news__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.actualites__news-wrapper {
  position: relative;
}
.actualites__news-wrapper:nth-child(6)::before {
  content: "";
  display: block;
  width: 473px;
  height: 172px;
  position: absolute;
  top: 239px;
  left: calc(50% + 200px);
  z-index: -1;
  background-image: url("../images/clouds_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

#loader {
  display: none;
}

.hero--parking {
  padding-block: 45px;
  position: relative;
}
.hero--parking::before {
  content: "";
  display: block;
  width: 100%;
  min-width: 1920px;
  height: 593px;
  position: absolute;
  top: -113px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/single-parking-bkg.svg");
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
.hero--parking__img {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  max-height: 465px;
}
.hero--parking__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero--parking__tag-places {
  display: flex;
  align-items: center;
  padding-block: 5px;
  padding-inline: 6px 9px;
  position: relative;
  color: #3E5B88;
  gap: 4px;
  background: #FFFFFF;
  border-radius: 22px;
  width: fit-content;
}

.reassurances {
  padding-block: 45px 20px;
}
.reassurances__item {
  margin-bottom: 55px;
  height: calc(100% - 55px);
  padding-inline: 10px;
}
@media screen and (min-width: 575px) {
  .reassurances__item--border-mb {
    border-right: solid 1px #DCE3EF;
  }
}
@media screen and (min-width: 991px) {
  .reassurances__item--border-mb {
    border: none;
  }
}
@media screen and (min-width: 991px) {
  .reassurances__item--border {
    border-left: solid 1px #DCE3EF;
    border-right: solid 1px #DCE3EF;
  }
}

.plan-parking {
  position: relative;
  padding-bottom: 50px;
}
.plan-parking::before {
  content: "";
  display: block;
  width: 100%;
  min-width: 1924px;
  height: 280px;
  position: absolute;
  top: 214px;
  left: calc(50% - 2px);
  transform: translateX(-50%);
  background-image: url("../images/single-parking_plan.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
.plan-parking::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #EDF1F7 -115.64%, rgba(237, 241, 247, 0) 100%);
  position: absolute;
  top: 494px;
  z-index: -1;
}
.plan-parking .container::after {
  content: "";
  display: block;
  width: 708px;
  height: 418px;
  position: absolute;
  bottom: -225px;
  right: calc(50% - 960px);
  background-image: url("../images/single_plan_bg.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}

.tarifs {
  position: relative;
  padding-block: 155px 230px;
}
.tarifs::before {
  content: "";
  display: block;
  width: 100%;
  min-width: 1920px;
  height: 780px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/single-parking-bottom.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
.tarifs__item {
  border-radius: 20px;
  padding: 70px 55px;
  position: relative;
}
.tarifs__item.bgwhite {
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
}
.tarifs__item__img {
  position: absolute;
  top: -77px;
  left: 50%;
  transform: translateX(-50%);
  padding: 24px;
  background: #FFFFFF;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
}
.tarifs__item__titles {
  margin-block: 37px 14px;
}
.tarifs__item__details {
  padding: 22px 8px 17px 8px;
  background: #EDF1F7;
  border-radius: 10px;
  margin-block: 40px;
}
.tarifs__item__details p {
  margin-bottom: 0;
}
.tarifs__item__horaire {
  border-bottom: solid 1px #DCE3EF;
}
.tarifs__item__horaire p {
  margin: 0;
  padding-block: 5px;
}
.tarifs__item__horaires:not(:last-child) {
  margin-bottom: 40px;
}

.parkings-hero {
  padding-block: 56px 18px;
}
@media screen and (min-width: 767px) {
  .parkings-hero {
    padding-block: 56px 65px;
  }
}

.parkings-plan__filter {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
  .parkings-plan__filter {
    margin-bottom: 0;
  }
}
.parkings-plan__filter::before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  border: solid 1px #ABABAB;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
  background: transparent;
  background-size: cover;
  background-position: center center;
}
.parkings-plan__filter.is-active::before {
  background-image: url("../images/check_circle.svg");
  border: solid 1px #3E5B88;
}
.parkings-plan__filter.is-active .filter-button {
  border-color: #3E5B88;
  transition: 0.3s;
  color: #3E5B88;
}
.parkings-plan .filters {
  display: none;
}
@media screen and (min-width: 575px) {
  .parkings-plan .filters {
    display: flex;
  }
}
.parkings-plan .filter-button {
  appearance: none;
  --webkit-appearance: none;
  --moz-webkit-appearance: none;
  padding-block: 4px;
  padding-inline: 32px 10px;
  border: solid 1px #DEDEDE;
  border-radius: 22px;
  background: transparent;
  color: #3F3F3F;
  transition: 0.3s;
}
.parkings-plan .filter-button:hover {
  border-color: #3E5B88;
  transition: 0.3s;
  color: #3E5B88;
}
@media screen and (min-width: 1399px) {
  .parkings-plan .container-fluid {
    padding-inline: 44px;
  }
}
.parkings-plan .acf-map {
  height: 745px;
}

.parkings-liste {
  position: relative;
  padding-bottom: 209px;
}
.parkings-liste::before {
  content: "";
  display: block;
  width: 100%;
  height: 1035px;
  min-width: 1920px;
  background-image: url("../images/parkings-bkg.svg");
  background-size: cover;
  background-position: center center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.parkings-liste__item {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  height: 100%;
  background: #FFFFFF;
  transform: none;
}
.parkings-liste__item:hover, .parkings-liste__item:focus, .parkings-liste__item:active {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  transform: translate(5px, 5px);
}

.presentation-stationnement {
  padding-block: 46px 64px;
  position: relative;
}
.presentation-stationnement::before {
  content: "";
  display: block;
  width: 439px;
  height: 172px;
  position: absolute;
  top: 270px;
  right: calc(50% - 1100px);
  background-image: url("../images/clouds_orange.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.presentation-stationnement__card {
  border-radius: 20px;
  background: #FFFFFF;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
}
.presentation-stationnement__card__content {
  padding: 32px 35px;
}
.presentation-stationnement__forfait {
  position: relative;
  padding-top: 73px;
}
@media screen and (min-width: 991px) {
  .presentation-stationnement__forfait {
    padding-top: 143px;
  }
}
.presentation-stationnement__forfait::before {
  content: "";
  display: block;
  width: 100%;
  min-width: 1920px;
  height: 946px;
  background-image: url("../images/presentation-forfait-bkg.svg");
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: -81px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 991px) {
  .presentation-stationnement__forfait::before {
    top: 0;
    height: 886px;
  }
}
.presentation-stationnement__forfait__conditions {
  font-size: 24px;
  line-height: 32px;
}
.presentation-stationnement__en-avant {
  padding: 68px;
  border-radius: 20px;
  position: relative;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
}
.presentation-stationnement__en-avant__target {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background: white;
  width: fit-content;
  padding: 5px 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.presentation-stationnement__en-avant__title {
  position: relative;
}
@media screen and (min-width: 767px) {
  .presentation-stationnement__en-avant__title::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    background: #FFFFFF;
    right: -10px;
  }
}
@media screen and (min-width: 767px) and (min-width: 1199px) {
  .presentation-stationnement__en-avant__title::after {
    right: -25px;
  }
}

.presentation-pieton {
  padding-bottom: 52px;
}
.presentation-pieton__content {
  padding: 40px;
  background: #FFFFFF;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-top: 50px;
}
@media screen and (min-width: 991px) {
  .presentation-pieton__content {
    padding: 40px 68px;
  }
}
.presentation-pieton__content .row {
  row-gap: 24px;
}

.presentation-abonnements {
  position: relative;
}
.presentation-abonnements::before {
  content: "";
  display: block;
  width: 100%;
  min-width: 1920px;
  height: calc(100% - 68px);
  position: absolute;
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/presentation-abonnement-bkg.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: -1;
}
.presentation-abonnements__item {
  border-radius: 20px;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
  height: calc(100% - 60px);
}
.presentation-abonnements__item h3 {
  min-height: 114px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.presentation-abonnements__item__content {
  padding: 22px;
  gap: 30px;
}
.presentation-abonnements__item__parking {
  padding-block: 30px 25px;
  background: #FFFFFF;
  border-top: solid 4px #FF8A80;
  border-bottom: solid 4px #FF8A80;
}
.presentation-abonnements__list--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.presentation-abonnements__list--grid li {
  margin-right: 10px;
}

.presentation-hero::after {
  content: "";
  display: block;
  width: 439px;
  height: 172px;
  position: absolute;
  top: 270px;
  left: calc(50% - 1100px);
  background-image: url("../images/clouds_orange.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.page-template-template-presentation-vivre .presentation-stationnement__forfait {
  position: relative;
  padding-top: 73px;
}
.page-template-template-presentation-vivre .presentation-stationnement__forfait::before {
  top: -81px;
}

.presentation-stationnement__vivre .presentation-stationnement__en-avant__title::after {
  display: none;
}

.identite-content {
  position: relative;
  padding-bottom: 445px;
}
.identite-content::before {
  content: "";
  display: block;
  width: 100%;
  height: 1035px;
  min-width: 1920px;
  background-image: url("../images/parkings-bkg.svg");
  background-size: cover;
  background-position: center center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.identite-content img {
  max-width: 30%;
}
.identite-content__wrapper {
  padding: 67px 40px 70px 40px;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 991px) {
  .identite-content__wrapper {
    padding: 67px 97px 107px 97px;
  }
}
.identite-content__paragraph {
  margin-top: 68px;
}
.identite-content__paragraph li {
  margin-bottom: 15px;
}

.abonnement__liste__item {
  padding: 22px;
  border-radius: 20px;
  gap: 15px;
  border: solid 3px transparent;
  transition: 0.3s;
}
.abonnement__liste__item.bgresidentlight {
  background: #E5EDFF;
}
.abonnement__liste__item.bgprolight {
  background: #FFF2EA;
}
.abonnement__liste__item.bgvelolight {
  background: #F1FBDC;
}
.abonnement__liste__item.is-active {
  border: solid 3px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.abonnement__liste__item .btn {
  margin-top: 40px;
}

.abonnement__form-wrapper {
  margin-top: 65px;
  padding: 20px;
  position: relative;
  border-radius: 20px;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
}
@media screen and (min-width: 991px) {
  .abonnement__form-wrapper {
    padding: 56px 67px;
  }
}
.abonnement__form-wrapper .btn {
  white-space: break-spaces;
}

.abonnement-formulaire {
  padding-bottom: 118px;
  position: relative;
}
.abonnement-formulaire::before {
  content: "";
  display: block;
  width: 100%;
  height: 1035px;
  min-width: 1920px;
  background-image: url("../images/parkings-bkg.svg");
  background-size: cover;
  background-position: center center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.abonnement__number {
  position: relative;
}
.abonnement__number::before {
  content: "";
  display: block;
  width: 75px;
  aspect-ratio: 1/1;
  background: #E5EDFF;
  border-radius: 100%;
  position: absolute;
  bottom: -25px;
  left: -25px;
  z-index: -1;
}

.espace-abonnes iframe {
  width: 100%;
  min-height: 530px;
}

.faq {
  position: relative;
  padding-block: 70px 100px;
}
.faq::after {
  content: "";
  display: block;
  width: 100%;
  min-width: 1920px;
  height: 324px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background-image: url("../images/home-abonnement-bkg.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.faq__content-wrapper {
  padding: 18px 24px 8px 24px;
  background: #FFFFFF;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
  border-radius: 20px;
  cursor: pointer;
}
.faq__header {
  cursor: pointer;
  position: relative;
  z-index: none;
}
.faq__content {
  padding-left: 24px;
  border-left: solid 1px #D0E052;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.faq__content.is-active {
  height: auto;
  opacity: 1;
  padding-block: 5px;
  pointer-events: auto;
}
.faq__content p {
  margin-bottom: 0;
}

.citiz__page-card {
  padding-block: 80px 41px;
  padding-inline: 34px;
  border-radius: 20px;
  filter: drop-shadow(0px 0px 35px rgba(0, 0, 0, 0.1));
  background: #FFFFFF;
  gap: 32px;
  position: relative;
  margin-top: 70px;
}
@media screen and (min-width: 991px) {
  .citiz__page-card {
    margin-top: 0;
  }
}
.citiz__page-card::before {
  content: "";
  display: block;
  width: 128px;
  height: 128px;
  background: #FFFFFF;
  position: absolute;
  top: -64px;
  left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(0px 2px 4px rgba(65, 75, 90, 0.2));
  background-image: url("../images/before-ordinateur.svg");
  background-size: 80px 80px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
}

.citiz__small-title {
  position: relative;
  padding-left: 5px;
  margin-left: 100px;
}
@media screen and (min-width: 991px) {
  .citiz__small-title {
    margin-left: 0;
  }
}
.citiz__small-title::before {
  content: "";
  display: block;
  width: 72px;
  height: 7px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -100px;
}
.citiz__small-title.before-resident::before {
  background: #B2C9FF;
}
.citiz__small-title.before-auto::before {
  background: #32B4B5;
}
.citiz__small-title.before-pro::before {
  background: #FF8A80;
}

.citiz-nav {
  margin-top: 75px;
  border-bottom: solid 1px #DCE3EF;
}
.citiz-nav__item__link {
  gap: 16px;
  padding: 15px;
  position: relative;
  height: 100%;
  text-align: center;
}
@media screen and (min-width: 991px) {
  .citiz-nav__item__link {
    padding: 24px;
  }
}
.citiz-nav__item__link img {
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 767px) {
  .citiz-nav__item__link img {
    width: 45px;
    height: 45px;
  }
}
.citiz-nav__item__link::before {
  content: "";
  display: block;
  width: 0;
  height: 5px;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
.citiz-nav__item__link:hover::before, .citiz-nav__item__link:focus::before, .citiz-nav__item__link:active::before {
  width: 100%;
  transition: 0.3s;
}
.citiz-nav__item__link.before-resident::before {
  background: #B2C9FF;
}
.citiz-nav__item__link.before-auto::before {
  background: #32B4B5;
}
.citiz-nav__item__link.before-velo::before {
  background: #D0E052;
}
.citiz-nav__item__link.before-pro::before {
  background: #FF8A80;
}
.citiz-nav__item.is-active .citiz-nav__item__link::before {
  width: 100%;
  transition: 0.3s;
}

.citiz-histoire {
  padding-top: 50px;
}
@media screen and (min-width: 991px) {
  .citiz-histoire {
    padding-top: 121px;
  }
}
.citiz-histoire__evolutions {
  margin-top: clamp(2.5rem, 1.121rem + 6.047vw, 6.563rem);
}
.citiz-histoire__evolution__item {
  margin-top: 27px;
}
@media screen and (min-width: 991px) {
  .citiz-histoire__evolution__item--center {
    border-left: solid 1px #DCE3EF;
    border-right: solid 1px #DCE3EF;
  }
}

.citiz-avantages {
  position: relative;
  padding-block: 50px 200px;
}
@media screen and (min-width: 991px) {
  .citiz-avantages {
    padding-block: 197px 94px;
  }
}
.citiz-avantages::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/citiz-avantages-bkg.png");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (min-width: 991px) {
  .citiz-avantages::before {
    background-position: center center;
  }
}
@media screen and (min-width: 575px) {
  .citiz-avantages__column-low {
    margin-top: 145px;
  }
}
.citiz-avantages__item {
  padding: 20px 28px;
  margin-bottom: 30px;
  text-align: center;
  gap: 16px;
  aspect-ratio: 1/1;
  border-radius: 20px;
  margin-inline: 35px;
}
@media screen and (min-width: 767px) {
  .citiz-avantages__item {
    margin-inline: 0;
  }
}

.citiz-fonctionnement__etape-wrapper {
  margin-block: 92px 80px;
  position: relative;
}
.citiz-fonctionnement__etape-wrapper::before {
  content: "";
  display: block;
  width: 100vw;
  height: 354px;
  position: absolute;
  top: -146px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/citiz-fonctionnement-ligne.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
.citiz-fonctionnement__etape {
  flex: 1;
  padding-inline: 8%;
}
.citiz-fonctionnement__etape__number {
  position: relative;
}
.citiz-fonctionnement__etape__number::before {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: #F1FBDC;
  position: absolute;
  top: 12px;
  left: -12px;
  z-index: -1;
}
@media screen and (min-width: 991px) {
  .citiz-fonctionnement__etape__number::before {
    top: 20px;
    left: -20px;
    width: 56px;
  }
}
.citiz-fonctionnement__video {
  cursor: pointer;
  position: relative;
}
.citiz-fonctionnement__video::before {
  content: url("../images/play.png");
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100% - 6px);
  background-color: rgba(0, 0, 0, 0.55);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 1;
  transition: 3s;
}
.citiz-fonctionnement__video:hover::before {
  opacity: 0.5;
  transition: 0.3s;
}
.citiz-fonctionnement__video.no-before::before {
  opacity: 0;
  transition: 0.3s;
}
.citiz-fonctionnement__video video {
  width: 100%;
}

.citiz-station {
  margin-top: 50px;
  padding-block: 182px 90px;
  position: relative;
}
.citiz-station::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  min-width: 1920px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/citiz-station-bkg.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
.citiz-station__page-card {
  margin-bottom: 30px;
}
@media screen and (min-width: 991px) {
  .citiz-station__page-card {
    position: absolute;
    top: -100px;
    right: 0;
    z-index: 2;
  }
}

/* purgecss start ignore */
.acf-map {
  height: 827px;
  margin-top: 25px;
  border-radius: 20px;
}
@media screen and (min-width: 991px) {
  .acf-map {
    height: 827px;
  }
}
.acf-map .gm-style-iw {
  padding: 0;
  max-width: 490px !important;
  max-height: 200px !important;
}
.acf-map .gm-style-iw-chr {
  position: absolute;
  top: 0;
  right: 0;
}
.acf-map .gm-style-iw-d {
  overflow: hidden !important;
}

/* purgecss end ignore */
.plan__map__popin {
  display: flex;
  background: #FFFFFF;
  overflow: hidden;
}
.plan__map__img {
  aspect-ratio: 1/1;
  flex: 1;
  min-width: 169px;
}
.plan__map__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.plan__map__content {
  padding: 24px;
  flex: 2;
}
.plan__map__btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.plan__map__btn img {
  position: relative;
  z-index: 1;
}
.plan__map__btn::before {
  content: "";
  display: block;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  position: absolute;
  top: -10px;
  left: -10px;
  background: #3E5B88;
  border-radius: 100%;
}

.citiz-pro {
  padding-block: 50px;
}
@media screen and (min-width: 991px) {
  .citiz-pro {
    padding-block: 112px;
  }
}
.citiz-pro__title {
  margin-bottom: 50px;
}
.citiz-pro__reassurances {
  margin-top: 70px;
}
.citiz-pro__reassurances__item {
  width: 100%;
  padding-inline: 24px;
}
@media screen and (min-width: 767px) {
  .citiz-pro__reassurances__item--border {
    border-right: solid 1px #DCE3EF;
  }
}

.woocommerce-info {
  border-top-color: #3E5B88 !important;
}
.woocommerce-info::before {
  color: #3E5B88 !important;
}

.woocommerce-error li {
  font-size: 15px !important;
}

.woocommerce-privacy-policy-text p {
  font-size: 15px !important;
}

.woocommerce-MyAccount-navigation {
  width: 27%;
}
.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 10px;
  padding: 10px;
  background: #E0D8C7;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #3E5B88;
}

.woocommerce div.product div.images img {
  width: auto !important;
  margin: auto;
}

/* purgecss start ignore */
#burger {
  background-color: transparent;
  border: none;
  height: 50px;
  cursor: pointer;
  display: flex;
  width: fit-content;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 10px;
  justify-content: flex-end;
}
#burger.opened {
  z-index: 100000000000;
}
#burger .line {
  fill: none;
  stroke: #3E5B88;
  stroke-width: 4;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
#burger .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 4;
}
#burger .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 4;
}
#burger .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 4;
}
#burger.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 4;
  stroke: #3E5B88 !important;
}
#burger.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 4;
  stroke: #3E5B88 !important;
}
#burger.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 4;
  stroke: #3E5B88 !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  background: #FFFFFF;
  transition: 0.5s;
  height: 105px;
  padding-top: 13px;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 767px) {
  .header {
    height: 112px;
  }
}
@media screen and (min-width: 991px) {
  .header {
    height: auto;
  }
}
.header.open {
  height: 100vh;
  transition: 0.5s;
  overflow: scroll;
}
.header__logo {
  transition: 0.5s;
  max-width: 356px;
  padding-block: 18px 12px;
  gap: 30px;
}
@media screen and (min-width: 991px) {
  .header__logo {
    gap: 42px;
  }
}
.header__logo__angers {
  position: relative;
}
.header__logo__angers::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: -1px;
  right: -15px;
  background: #DEDEDE;
}
@media screen and (min-width: 991px) {
  .header__logo__angers::after {
    right: -21px;
  }
}
.header__nav-top__link:hover, .header__nav-top__link:focus, .header__nav-top__link:active, .header__nav-top__link.is-active {
  color: #B2C9FF;
}
.header__nav {
  height: 0;
  opacity: 0;
  position: relative;
  z-index: -999;
  pointer-events: none;
  transition: 0.5s;
}
.header__nav.open {
  opacity: 1;
  height: 80vh;
  z-index: 99;
  pointer-events: auto;
  transition: 0.5s;
}
.header__nav-top__link--btn {
  padding: 7px 20px 7px 9px;
  background: #DCE3EF;
  border-radius: 72px;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
  margin-block: 15px;
}
@media screen and (min-width: 991px) {
  .header__nav-top__link--btn {
    margin-block: 0;
  }
}
.header__nav-top__link--btn img {
  transition: 0.3s;
}
.header__nav-top__link--btn::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #3E5B88;
  transition: 0.3s;
  border-radius: 72px;
  z-index: -1;
}
.header__nav-top__link--btn:hover {
  color: #FFFFFF;
  transition: 0.3s;
  background: transparent;
}
.header__nav-top__link--btn:hover img {
  filter: invert(1) saturate(0) brightness(1);
  transition: 0.3s;
}
.header__nav-top__link--btn:hover::before {
  width: 100%;
  transition: 0.3s;
}
.header__nav-bottom__link, .header__nav-top__link:not(.header__nav-top__link--btn) {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  text-align: start;
  padding-block: 15px;
  position: relative;
  transition: 1s;
  padding-left: 10px;
}
@media screen and (min-width: 991px) {
  .header__nav-bottom__link, .header__nav-top__link:not(.header__nav-top__link--btn) {
    padding-block: 25px;
  }
}
.header__nav-bottom__link::before, .header__nav-top__link:not(.header__nav-top__link--btn)::before {
  content: "";
  display: block;
  width: 4px;
  height: calc(100% - 30px);
  position: absolute;
  bottom: 15px;
  left: 0;
  transition: 0.3s;
}
.header__nav-bottom__link.resident::before, .header__nav-top__link:not(.header__nav-top__link--btn).resident::before {
  background: #B2C9FF;
}
.header__nav-bottom__link.pro::before, .header__nav-top__link:not(.header__nav-top__link--btn).pro::before {
  background: #FF8A80;
}
.header__nav-bottom__link.visite::before, .header__nav-top__link:not(.header__nav-top__link--btn).visite::before {
  background: #66CCFF;
}
.header__nav-bottom__link.velo::before, .header__nav-top__link:not(.header__nav-top__link--btn).velo::before {
  background: #D0E052;
}
.header__nav-bottom__link.auto::before, .header__nav-top__link:not(.header__nav-top__link--btn).auto::before {
  background: #32B4B5;
}
@media screen and (min-width: 991px) {
  .header__nav {
    opacity: 1;
    height: auto;
    z-index: 99;
    pointer-events: auto;
  }
  .header__nav-top__link:not(.header__nav-top__link--btn) {
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0.32px;
    text-transform: none;
    padding: 0;
    text-align: center;
  }
  .header__nav-top__link:not(.header__nav-top__link--btn)::before {
    display: none;
  }
  .header__nav-top__link:not(.header__nav-top__link--btn):hover {
    padding-left: 0;
  }
  .header__nav-bottom__link {
    text-align: center;
    padding-block: 30px 25px;
    padding-left: 0;
  }
  .header__nav-bottom__link::before {
    width: 72px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 7px;
  }
  .header__nav-bottom__link:hover, .header__nav-bottom__link:active, .header__nav-bottom__link:focus, .header__nav-bottom__link.is-active {
    padding-left: 0;
  }
  .header__nav-bottom__link:hover::before, .header__nav-bottom__link:active::before, .header__nav-bottom__link:focus::before, .header__nav-bottom__link.is-active::before {
    width: 85px;
  }
  .header li:not(:last-of-type) .header__nav-bottom__link::after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 55px);
    background: #DCE3EF;
    position: absolute;
    top: 30px;
    right: 0;
  }
}

.header.scrolled {
  transition: 0.5s;
}
@media screen and (min-width: 991px) {
  .header.scrolled .header__logo {
    max-width: 270px;
    transition: 0.5s;
  }
  .header.scrolled .header__nav-bottom__link {
    padding-top: 14px;
    transition: 0.3s;
  }
}

.header__nav-espace {
  cursor: pointer;
}

.header__nav-espace__sublink {
  display: none;
  z-index: 999;
  position: absolute;
}

.header__nav-espace__sublink--flex {
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 20px;
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
  font-weight: 600;
}

.header__nav-bottom > li:has(.header__nav-submenu) {
  position: relative;
}

.header__nav-submenu {
  display: none;
  padding-left: 15px;
}
@media screen and (min-width: 991px) {
  .header__nav-submenu {
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    left: 0;
    width: 250px;
    height: 110px;
    padding: 12px 20px;
    border-radius: 10px;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
    background: white;
  }
  .header__nav-submenu .header__nav-bottom__link {
    text-align: left;
    padding-block: 14px;
  }
  .header__nav-submenu .header__nav-bottom__link:hover, .header__nav-submenu .header__nav-bottom__link:active, .header__nav-submenu .header__nav-bottom__link:focus {
    color: #66CCFF;
  }
}

/* purgecss end ignore */
.footer {
  background: #3E5B88;
  color: #FFFFFF;
  padding-block: 50px;
}
@media screen and (min-width: 991px) {
  .footer {
    padding-block: 80px 88px;
  }
}
.footer__nav {
  margin-top: 23px;
}
.footer__nav__link {
  color: #FFFFFF;
  line-height: 23px;
  margin-bottom: 10px;
  display: block;
}
.footer__nav__link:hover {
  color: #22B3B1;
}
.footer__paragraphs {
  margin-bottom: 20px;
}
.footer__paragraphs__title {
  font-weight: 700;
  margin: 0 0 5px 0;
}
.footer label {
  width: 0;
}
.footer input {
  border-radius: 0;
  border: none;
  padding: 11px 30px;
  min-height: 47px;
  background: #FFFFFF;
}
.footer input::placeholder {
  font-size: 16px;
  line-height: 23px;
  color: #7E8C9F;
}
.footer input[type=submit] {
  background: #22B3B1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.32px;
  text-transform: none;
  border: solid 1px #22B3B1;
}
.footer input[type=submit]:hover {
  color: #FFFFFF;
  background: #3E5B88;
  border-color: #FFFFFF;
}
.footer .btn {
  height: fit-content;
  font-size: 16px;
  line-height: 23px;
}

html {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  position: relative;
  word-wrap: break-word;
}

/* purgecss start ignore*/
tbody, td, tfoot, th, thead, tr {
  border-width: 1px;
  border-color: #3E5B88;
}

td {
  padding: 4px;
  word-wrap: break-word;
}

/* purgecss end ignore*/

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