@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
.maincolor {
  color: #1800AB;
}

.sndcolor {
  color: #D3DDE7;
}

.thirdcolor {
  color: #E95149;
}

.fourthcolor {
  color: #D5DFB9;
}

.fifthcolor {
  color: #F0F4EF;
}

.dark {
  color: #747474;
}

.light {
  color: #E0D8C7;
}

.white {
  color: #FFFFFF;
}

.black {
  color: #000000;
}

.text {
  color: #414B5A;
}

.bgmain {
  background: #1800AB;
}

.bgsnd {
  background: #D3DDE7;
}

.bgthird {
  background: #E95149;
}

.bgfourth {
  background: #D5DFB9;
}

.bgfifth {
  background: #F0F4EF;
}

.bgdark {
  background: #747474;
}

.bglight {
  background: #E0D8C7;
}

.bgdark {
  background: #747474;
}

.bgwhite {
  background: #FFFFFF;
}

.bgtext {
  background: #414B5A;
}

html, body {
  color: #414B5A;
}

* {
  font-family: "Plus Jakarta Sans", sans-serif;
}

html, body {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.02em;
  font-style: normal;
  margin: 10px 0;
  font-weight: 400;
}

.heading {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
}
.heading--n1 {
  font-size: clamp(2.5rem, 1.97rem + 1.15vw, 3.4375rem);
  line-height: 1.2;
  letter-spacing: normal;
}
.heading--n2 {
  font-size: clamp(2rem, 1.62rem + 0.75vw, 2.875rem);
  line-height: 1.2;
  letter-spacing: normal;
}
.heading--n3 {
  font-size: clamp(1.5rem, 1.25rem + 0.43vw, 2rem);
  line-height: 1.2;
  letter-spacing: normal;
}
.heading--n4 {
  font-size: clamp(1.125rem, 1rem + 0.22vw, 1.375rem);
  line-height: 1.3;
  letter-spacing: normal;
}
.heading--n5 {
  font-size: clamp(1rem, 0.93rem + 0.12vw, 1.125rem);
  line-height: normal;
  letter-spacing: 0.05em;
}

.legend {
  font-size: 11px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.label {
  font-size: 18px;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
}

span {
  line-height: inherit;
}

hr {
  border: none;
}

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

.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;
  height: fit-content;
  padding: 12px 20px;
  transition: 0.3s;
  border-radius: 999px;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.btn:hover, .btn:focus, .btn:active {
  transition: 0.3s;
}
.btn--main {
  background: #1800AB;
  color: white;
  border: 1px solid #1800AB;
}
.btn--main:hover, .btn--main:focus, .btn--main:active {
  background: #FFFFFF;
  color: #1800AB;
  border: 1px solid #1800AB;
}
.btn--main-outline {
  background: #FFFFFF;
  color: #1800AB;
  border: 1px solid #1800AB;
}
.btn--main-outline:hover, .btn--main-outline:focus, .btn--main-outline:active {
  background: #1800AB;
  color: #FFFFFF;
  border: 1px solid #1800AB;
}
.btn--white {
  background: #FFFFFF;
  color: #1800AB;
  border: 1px solid #FFFFFF;
}
.btn--white:hover, .btn--white:focus, .btn--white:active {
  background: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.btn--third {
  background: #E95149;
  color: white;
  border: 1px solid #E95149;
}
.btn--third:hover, .btn--third:focus, .btn--third:active {
  background: transparent;
  color: #E95149;
  border: 1px solid #E95149;
}
.btn--third-outline {
  background: transparent;
  color: #E95149;
  border: 1px solid #E95149;
}
.btn--third-outline:hover, .btn--third-outline:focus, .btn--third-outline:active {
  background: #E95149;
  color: #FFFFFF;
}

form {
  position: relative;
}
form label {
  color: #414B5A;
  font-weight: 500;
  font-size: 15px !important;
  margin-bottom: 0;
}
form input {
  height: 40px;
  padding: 8px 11px 8px 19px;
  width: 100%;
  border-radius: 21px;
  border: 1px solid var(--Defaut-Inactif-text, #ABABAB);
  height: 47px;
  color: #414B5A;
  background: #FFFFFF;
}
form input:focus {
  box-shadow: none;
  border-bottom: 1px solid #1800AB;
  outline: none;
}
form input::placeholder {
  font-size: 15px;
  color: #414B5A;
  transition: all 0.3s;
}
form input:focus::placeholder {
  font-size: 12px;
}
form input[type=checkbox] {
  width: 10%;
}
form input[type=radio] {
  height: 15px;
  display: inline;
  width: auto;
}
form textarea {
  border: 1px solid #666E5C;
  padding: 10px;
  color: #1800AB;
  background: #D3DDE7;
  display: block;
  width: 100%;
  margin: 13px 0 10px 0;
  border-radius: 5px;
  height: 100px;
}
form textarea::placeholder {
  color: #D3DDE7;
  font-size: 15px;
  transition: all 0.3s;
}
form textarea:focus::placeholder {
  font-size: 14px;
}
form textarea:focus::placeholder {
  font-size: 15px;
}
form input[type=checkbox] {
  opacity: 0;
  position: absolute;
  z-index: -10000;
}
form label.checking {
  display: block;
  position: relative;
  padding-left: 30px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #414B5A;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: left;
  font-weight: 400;
}
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;
}
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 .message_success {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
}
form .message_success p {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 700;
}
form .message_fail {
  display: none;
  color: red;
}

.rank-math-breadcrumb {
  display: none;
}
@media (width > 767px) {
  .rank-math-breadcrumb {
    display: block;
  }
}
.rank-math-breadcrumb p {
  margin: 0;
  padding: 0;
}

.single-post .bg_white {
  background: white;
}
.single-post .shadow {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.single-post .mt_low {
  margin-top: -120px;
}
@media (min-width: 992px) {
  .single-post .mt_low {
    margin-top: -300px;
  }
}
.single-post .head {
  height: 200px;
  position: relative;
}
.single-post .head img {
  position: absolute;
  max-width: unset;
  height: 100%;
  width: auto;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 49%;
}
@media (min-width: 768px) {
  .single-post .head {
    height: 330px;
  }
}
@media (min-width: 992px) {
  .single-post .head h1 {
    text-align: left;
    font-size: 50px;
  }
  .single-post .head h1::after {
    margin-left: 0;
    height: 12px;
    width: 220px;
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .single-post .head {
    height: 485px;
  }
  .single-post .head img {
    left: 50%;
  }
}
.single-post #contenu h1 {
  color: #1800AB;
  margin-bottom: 25px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}
.single-post #contenu .main_img {
  max-height: 447px;
}
.single-post #contenu .paragraphe_intro p {
  font-size: 17px;
  font-weight: 500;
}
.single-post #contenu .sepa {
  display: block;
  width: 60px;
  height: 5px;
  background: #DB1D3D;
  margin: 20px 0;
}
.single-post #contenu .texte_majuscule p {
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
}
.single-post #contenu .texte_gras p {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
}
.single-post #contenu .sous_titre h2 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  color: #1800AB;
}
.single-post #contenu .picture_sub_title {
  color: #0046AA;
  font-size: 13px;
  line-height: 19px;
  font-style: italic;
}
.single-post #contenu .citation {
  margin: 25px 0;
}
.single-post #contenu .citation .quote {
  display: flex;
  flex-direction: column;
}
.single-post #contenu .citation .quote img:first-of-type {
  margin: 10px auto 0 0;
}
.single-post #contenu .citation .quote p {
  text-align: center;
  font-size: 36px;
  line-height: 41px;
  font-weight: 300;
  color: #1800AB;
  text-transform: uppercase;
  font-style: italic;
}
.single-post #contenu .citation .quote img:last-of-type {
  margin: 10px 0 0 auto;
}
.single-post #contenu .share {
  margin-top: 40px;
}
.single-post #contenu .share .sepa_rsx {
  content: "";
  width: 145px;
  height: 7px;
  display: block;
  margin: 35px auto 35px 0;
  background: rgb(70, 188, 205);
  background: linear-gradient(90deg, rgb(70, 188, 205) 0%, rgb(70, 188, 205) 33.33%, rgb(236, 100, 100) 33.33%, rgb(228, 103, 111) 66.66%, rgb(185, 120, 172) 66.66%, rgb(180, 122, 179) 100%);
}
.single-post #contenu .share .rsx_actu {
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
}
.single-post #contenu .share .rsx_actu a {
  display: block;
  margin: 25px 20px 25px 0;
}
.single-post #contenu .share .rsx_actu a:first-of-type {
  margin-top: 28px;
}
.single-post #contenu .share .rsx_actu a:last-of-type {
  margin-top: 26px;
  margin-left: 1px;
}
.single-post #contenu iframe {
  max-width: calc(100vw - 30px);
  margin: auto;
  display: block;
}
@media (min-width: 992px) {
  .single-post #contenu h1 {
    font-size: 40px;
    line-height: 54px;
  }
  .single-post #contenu .paragraphe_intro p {
    font-size: 18px;
  }
  .single-post #contenu .citation .quote {
    flex-direction: row;
  }
  .single-post #contenu .citation .quote img:first-of-type {
    margin: 20px 25px auto;
  }
  .single-post #contenu .citation .quote p {
    text-align: left;
    font-size: 36px;
    line-height: 44px;
  }
  .single-post #contenu .citation .quote img:last-of-type {
    margin: auto 0 20px 0;
  }
}

.hero__image {
  border-radius: 24px 24px 0px 0px;
}

.single-carte .hero__img {
  position: relative;
}
.single-carte .hero__img svg {
  max-height: 600px;
}
.single-carte .hero .map-tooltip-department {
  position: absolute;
  top: 35%;
  left: 0;
  transform: translateX(-20%);
  display: flex;
  max-width: 320px;
  height: auto;
  padding: 40px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex-shrink: 0;
  border-radius: 24px 0 24px 24px;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.single-carte .hero .legend-color {
  width: 60px;
  height: 24px;
  border-radius: 8px;
}
.single-carte #map-svg path {
  transition: transform 0.25s ease, fill 0.25s ease;
  transform-origin: center;
  cursor: pointer;
}
.single-carte #map-svg path:hover, .single-carte #map-svg path:focus {
  transform: scale(0.98);
  outline: none;
  filter: brightness(0.95);
}
.single-carte #map-svg path.not-selected {
  fill: #B9B9B9 !important;
}
.single-carte #map-svg .label {
  pointer-events: none;
  fill: #333;
  font-size: 20px;
  font-weight: bold;
  text-anchor: middle;
  alignment-baseline: middle;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.single-carte #map-svg text.label.visible {
  opacity: 1;
}
.single-carte .map-tooltip {
  position: absolute;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  max-width: 300px;
  z-index: 1000;
}
.single-carte .map-tooltip::before {
  content: "";
  position: absolute;
  background-image: url("../../assets/images/tooltip-triangle.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 36.5px;
  height: 55px;
  top: 0;
  left: -3px;
  transform: translateY(-50%);
  z-index: -1;
}
.single-carte .map-tooltip__wrapper {
  background-color: #fff;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  padding: 40px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.single-carte .tooltip-close, .single-carte .modal-close {
  color: #1800AB;
  cursor: pointer;
  font-size: 25px;
  align-self: flex-start;
}
.single-carte .modal-close {
  position: absolute;
  top: -40px;
  right: -20px;
  z-index: 1001;
}
.single-carte .content-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  background: #FFF;
  display: flex;
  width: 558px;
  padding: 24px 40px 40px 40px;
  flex-direction: column;
  align-items: flex-end;
  gap: 40px;
  border-radius: 24px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.single-carte .content-modal p {
  padding: 0;
  margin: 0;
}
.single-carte .content-modal__wrapper {
  position: relative;
}
@media screen and (max-width: 991px) {
  .single-carte .hero__img svg {
    max-width: 100%;
  }
  .single-carte .legend {
    margin-top: 2rem;
  }
}

.page-template-template-home {
  /***** HERO *****/
  /***** PARTENAIRES *****/
  /***** NOTRE MISSION *****/
  /***** ACTUS *****/
  /***** NEWSLETTER *****/
}
.page-template-template-home .hero {
  padding-block: 14rem 0rem !important;
  position: relative;
}
.page-template-template-home .hero__overtitle {
  position: relative;
  padding-left: 32px;
}
.page-template-template-home .hero__overtitle::before {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 3px;
  left: 0;
  border-radius: 999px;
  background-color: #E95149;
}
.page-template-template-home .hero__img {
  max-height: 565px;
  max-width: 100%;
  border-radius: 24px 0 0 0;
  object-fit: cover;
}
@media screen and (min-width: 991px) {
  .page-template-template-home .hero {
    padding-block: 20rem 8.25rem !important;
  }
  .page-template-template-home .hero__img {
    height: 565px;
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 500px;
  }
}
@media screen and (min-width: 1199px) {
  .page-template-template-home .hero__img {
    max-width: 600px;
  }
}
@media screen and (min-width: 1399px) {
  .page-template-template-home .hero__img {
    max-width: 649px;
  }
}
@media screen and (min-width: 1599px) {
  .page-template-template-home .hero__img {
    max-width: 800px;
  }
}
@media screen and (min-width: 1670px) {
  .page-template-template-home .hero__img {
    max-width: 849px;
  }
}
.page-template-template-home .partners {
  padding-block: 5rem 5rem;
}
@media screen and (min-width: 991px) {
  .page-template-template-home .partners {
    padding-block: 7.75rem 7.75rem;
  }
}
.page-template-template-home .mission {
  padding-block: 5rem 5rem;
  background: linear-gradient(180deg, rgba(211, 221, 231, 0.3) 0%, rgba(211, 221, 231, 0) 100%);
}
.page-template-template-home .mission .dptmt.selected {
  fill: #1800AB !important;
  stroke: #fff !important;
  stroke-width: 2px;
  position: relative;
}
.page-template-template-home .mission .dptmt.selected-icon {
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 32px;
  z-index: 2;
}
.page-template-template-home .mission #map-svg-animation {
  width: 100%;
}
@media screen and (min-width: 991px) {
  .page-template-template-home .mission {
    padding-block: 8.5rem 7rem;
  }
}
.page-template-template-home .posts {
  padding-block: 5rem 5rem;
}
.page-template-template-home .posts a {
  text-decoration: none;
}
.page-template-template-home .posts__separator {
  height: 1px;
  width: 100%;
  opacity: 1;
  background-color: #1800AB;
  margin-block: 20px;
}
.page-template-template-home .posts .post__title {
  text-decoration: none;
  color: #414B5A;
}
.page-template-template-home .posts .post__thumbnail {
  height: 348px;
}
.page-template-template-home .posts .post__img {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 100%;
}
.page-template-template-home .posts .post__link {
  position: relative;
  width: fit-content;
}
.page-template-template-home .posts .post__link::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../../assets/images/ic-arrow_forward.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 2px;
  right: -20px;
  transform: translateX(50%);
}
.page-template-template-home .posts .post__link:focus, .page-template-template-home .posts .post__link:active, .page-template-template-home .posts .post__link:hover {
  color: #E95149;
}
.page-template-template-home .posts .post__link:focus::before, .page-template-template-home .posts .post__link:active::before, .page-template-template-home .posts .post__link:hover::before {
  background-image: url("../../assets/images/ic-arrow_forward_hover.svg");
}
@media screen and (min-width: 991px) {
  .page-template-template-home .posts {
    padding-block: 8.5rem 7rem;
  }
}
.page-template-template-home .newsletter {
  padding-block: 4rem;
  background: linear-gradient(90deg, var(--Blue, #1800AB) 0%, var(--Grey, #D3DDE7) 100%);
}
@media screen and (min-width: 991px) {
  .page-template-template-home .newsletter {
    position: relative;
  }
  .page-template-template-home .newsletter::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url("../../assets/images/deco-newsletter.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 985px;
    height: 985px;
    top: 0;
    z-index: 0;
    right: -3rem;
    pointer-events: none;
  }
  .page-template-template-home .newsletter .container {
    position: relative;
  }
  .page-template-template-home .newsletter .container::before {
    content: "";
    width: 1px;
    height: 150%;
    background-color: #FFFFFF;
    display: block;
    position: absolute;
    transform: translateY(-15%);
    pointer-events: none;
    top: 0;
    left: -88px;
    z-index: 0;
  }
}
.page-template-template-home .events {
  position: relative;
  z-index: 1;
  padding-block: 5rem 5rem;
  background: linear-gradient(180deg, rgba(211, 221, 231, 0.3) 0%, rgba(211, 221, 231, 0) 100%);
}
.page-template-template-home .events a {
  text-decoration: none;
  color: text;
  border-radius: 24px;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
}
.page-template-template-home .events__btn {
  margin-top: 3rem;
}
.page-template-template-home .events .event__thumbnail {
  height: 252px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 24px 24px 0px 0px;
}
.page-template-template-home .events .event__img {
  object-fit: cover;
  height: 100%;
}
.page-template-template-home .events .event__content {
  padding: 32px;
}
.page-template-template-home .events .event__separator {
  background-color: #E95149;
  height: 4px;
  width: 86px;
  opacity: 1;
}
.page-template-template-home .events .event__link {
  position: relative;
  width: fit-content;
}
.page-template-template-home .events .event__link::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../../assets/images/ic-arrow_forward.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 2px;
  right: -20px;
  transform: translateX(50%);
}
.page-template-template-home .events .event__link:focus, .page-template-template-home .events .event__link:active, .page-template-template-home .events .event__link:hover {
  color: #E95149;
}
.page-template-template-home .events .event__link:focus::before, .page-template-template-home .events .event__link:active::before, .page-template-template-home .events .event__link:hover::before {
  background-image: url("../../assets/images/ic-arrow_forward_hover.svg");
}
@media screen and (min-width: 991px) {
  .page-template-template-home .events {
    padding-block: 7.4rem 7.4rem;
  }
  .page-template-template-home .events__btn {
    margin-top: 5.375rem;
  }
}

.woocommerce-info {
  border-top-color: #1800AB !important;
}
.woocommerce-info::before {
  color: #1800AB !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: #1800AB;
}

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

.menu-toggler {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  z-index: 99;
  border: none;
  background-color: transparent;
  top: 18px;
  right: 29px;
  visibility: visible;
  transition: 0.5s;
}
.menu-toggler__line {
  position: absolute;
  top: 20px;
  left: 0;
  height: 2px;
  width: calc(100% - 7px);
  background-color: #1800AB;
  transition: top 0.15s 0.15s, transform 0.15s;
}
.menu-toggler__line:first-of-type {
  top: 11px;
}
.menu-toggler__line:last-of-type {
  top: 29px;
}
.menu-toggler.menu--opened {
  height: 35px;
}
.menu-toggler.menu--opened .menu-toggler__line {
  top: 16px;
  transform: rotate(-45deg);
  transition: top 0.15s, transform 0.15s 0.15s;
}
.menu-toggler.menu--opened .menu-toggler__line:first-of-type {
  top: 16px;
  transform: rotate(45deg);
}
@media screen and (min-width: 991px) {
  .menu-toggler {
    display: none;
  }
}

.header {
  position: sticky;
  top: 2.25rem;
  background: #FFFFFF;
  z-index: 1000;
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, padding 0.3s ease-in-out;
  border-radius: 64px;
  padding: 10px 20px 10px 64px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
}
.header .nav__item:not(.btn) {
  text-decoration: none;
  color: #1800AB;
}
.header .nav__item:not(.btn):hover, .header .nav__item:not(.btn):focus, .header .nav__item:not(.btn):active {
  text-decoration: underline;
}
.header .nav__item.btn {
  white-space: nowrap;
}
.header .nav__item.dropdown-toggle::after {
  border: none;
  background-image: url("../../assets/images/chevron.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-left: 0px;
  vertical-align: middle;
  content: "";
}
.header .nav__item.dropdown-toggle.show::after {
  transform: rotate(180deg);
}
.header .menu__item.dropdown .dropdown-item {
  color: #1800AB;
}
@media screen and (max-width: 991px) {
  .header:has(.main-menu.menu--opened) {
    position: fixed;
    width: 100vw;
    max-width: 100vw !important;
    top: 0;
    left: 0;
    right: 0;
    background: #FFFFFF;
    border-radius: 0;
    box-shadow: none;
    padding: 36px 0px;
  }
  .header:has(.main-menu.menu--opened) .menu-toggler {
    top: 40px;
    right: 40px;
  }
  .header .main-menu.menu--opened {
    width: 100%;
    display: block !important;
    height: 100vh;
  }
  .header .main-menu.menu--opened .menu {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 1rem;
    background: #FFFFFF;
    margin: 0;
    padding: 0;
    z-index: 998;
  }
  .header .main-menu.menu--opened .menu__item:not(:last-child) {
    border-bottom: 1px solid #1800AB;
  }
  .header .main-menu.menu--opened .menu__item {
    padding-block: 2rem;
    padding-left: 1rem;
    width: 100%;
    z-index: 999;
  }
  .header .main-menu.menu--opened .menu .nav__item.btn {
    margin: 0 auto;
  }
  .header .main-menu.menu--opened .menu .dropdown-menu {
    display: flex !important;
    flex-wrap: wrap;
    position: relative !important;
    gap: 1rem;
    float: none;
    background: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
  }
  .header .main-menu.menu--opened .menu .dropdown-item {
    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;
    height: fit-content;
    padding: 6px 10px;
    transition: 0.3s;
    border-radius: 999px;
    font-family: "Plus Jakarta Sans", sans-serif;
    background: #1800AB;
    color: #FFFFFF;
    border: 1px solid #1800AB;
  }
  .header .main-menu.menu--opened .menu .dropdown-item:hover, .header .main-menu.menu--opened .menu .dropdown-item:focus, .header .main-menu.menu--opened .menu .dropdown-item:active {
    background: transparent;
    color: #1800AB;
    border: 1px solid #1800AB;
    transition: 0.3s;
  }
  .header .main-menu.menu--opened .menu .nav__item.dropdown-toggle {
    margin-bottom: 2rem;
  }
  .header .main-menu.menu--opened .menu .nav__item.dropdown-toggle::after {
    display: none;
  }
}

.page-template-admin .header {
  display: none;
}

.footer {
  background: #1800AB;
  color: #FFFFFF;
  position: relative;
}
.footer-logo {
  width: 264px;
  height: 126px;
}
.footer-menu {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.footer-form {
  padding-bottom: 5rem;
}
.footer__link {
  color: #FFFFFF;
  text-decoration: none;
}
.footer__link:hover, .footer__link:focus, .footer__link:active {
  color: #E95149;
}
@media screen and (min-width: 991px) {
  .footer::before {
    content: "";
    width: 40px;
    height: 40px;
    background-color: #E95149;
    border-radius: 999px;
    position: absolute;
    bottom: 68px;
    right: 15vw;
    transform: translateX(80%);
    z-index: 1;
  }
  .footer-menu {
    padding-bottom: 7.5rem;
    position: relative;
  }
  .footer-menu::before {
    content: "";
    width: 1px;
    height: 323px;
    position: absolute;
    top: 0;
    left: 40%;
    background-color: #FFFFFF;
  }
  .footer-menu::after {
    content: "";
    width: 40px;
    height: 40px;
    background-color: #E95149;
    border-radius: 999px;
    position: absolute;
    top: 323px;
    left: 40%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .footer-form {
    padding-bottom: 7.75rem;
  }
  .footer__deco {
    pointer-events: none;
    position: absolute;
    width: 85vw;
    height: 314px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-radius: 0px 60px 0px 0px;
    bottom: 0;
    left: 0;
  }
  .footer-separator {
    position: absolute;
    height: 1px;
    opacity: 1;
    width: 100%;
    bottom: 68px;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
  }
}

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

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

ul, li {
  list-style: none;
  padding: 0;
}

button {
  border: none;
  background: none;
  font-family: inherit;
  cursor: pointer;
}

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