/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/_global.scss ***!
  \******************************************************************************************************************/
@charset "UTF-8";
/* Reset de base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Pour éviter les styles incohérents sur les inputs/boutons */
button, input, select, textarea {
  font: inherit;
}

html, body {
  overflow-x: hidden;
}

b, strong {
  font-weight: 600 !important;
}

.color-text {
  color: #598795;
}

.elementor-heading-title a {
  font-size: 18px;
  color: var(--global-color-text) !important;
  text-decoration: underline !important;
  font-weight: 600 !important;
}
.elementor-heading-title a:hover {
  color: var(--e-global-color-accent) !important;
}

.elementor-widget-text-editor p, .elementor-widget-text-editor span {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: var(--global-color-text) !important;
}
.elementor-widget-text-editor a {
  font-size: 18px;
  color: var(--global-color-text) !important;
  text-decoration: underline !important;
  font-weight: 600 !important;
}
.elementor-widget-text-editor a:hover {
  color: var(--e-global-color-accent) !important;
}
.elementor-widget-text-editor ul {
  padding: 20px 0 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
}
.elementor-widget-text-editor ul li {
  position: relative;
}
.elementor-widget-text-editor ul li::before {
  content: "";
  position: absolute;
  left: -16px;
  width: 8px;
  height: 8px;
  top: 8px;
  border-radius: 50%;
  background-color: var(--e-global-color-accent) !important;
}
.elementor-widget-text-editor ol {
  list-style: none;
  counter-reset: number-counter;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
  padding: 0;
}
.elementor-widget-text-editor ol li {
  position: relative;
  counter-increment: number-counter;
  display: inline;
  font-size: 18px;
  padding-left: 35px;
}
.elementor-widget-text-editor ol li::before {
  content: "" counter(number-counter);
  position: absolute;
  left: 0;
  font-weight: 700 !important;
  font-size: 18px;
  margin-right: 1em;
  font-family: var(--e-global-typography-primary-font-family);
  line-height: 24px;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  border: 2px solid var(--e-global-color-accent) !important;
  color: var(--e-global-color-accent) !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .elementor-widget-text-editor ol li {
    font-size: 16px;
    line-height: 20px;
  }
}

input,
select,
textarea,
input:focus,
.gform_wrapper input:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus {
  outline: none !important;
  box-shadow: none !important;
}

.gform_wrapper .gform_button:focus {
  border: none !important;
  outline: none !important;
}

.number-bubble {
  font: 700 80px/88px var(--e-global-typography-primary-font-family) !important;
  display: block !important;
}

.e-n-accordion .e-n-accordion-item-title[aria-controls=iconApp]::before {
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #EEF4F6 !important;
  background-image: url(/wp-content/themes/hello-elementor-child/assets/fonts/icon-app.svg);
  background-size: 33px !important;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
.e-n-accordion .e-n-accordion-item-title[aria-controls=iconOnline]::before {
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #EEF4F6 !important;
  background-image: url(/wp-content/themes/hello-elementor-child/assets/fonts/icon-globe.svg);
  background-size: 48px !important;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
.e-n-accordion .e-n-accordion-item-title[aria-controls=iconBook]::before {
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #EEF4F6 !important;
  background-image: url(/wp-content/themes/hello-elementor-child/assets/fonts/icon-book.svg);
  background-size: 42px !important;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}

.simpleSearch {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px;
  background-image: linear-gradient(98deg, #A0DC6E 0%, #46AA5A 100%);
  border-radius: 80px;
}
@media (max-width: 991px) {
  .simpleSearch {
    flex-direction: column;
    align-items: center;
    border-radius: 40px 40px 50px 50px;
  }
}
.simpleSearch select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.simpleSearch select {
  background: url(/wp-content/themes/hello-elementor-child/assets/fonts/chevron-down-icon-primary.svg) no-repeat 97%;
  background-size: 16px;
}
.simpleSearch .search-field {
  width: 50%;
  padding: 0 24px;
  height: 56px;
  background: white;
  border-radius: 40px;
  border: 0;
  font: 500 20px/26px var(--e-global-typography-primary-font-family);
  color: var(--e-global-color-primary);
}
.simpleSearch .search-field::placeholder {
  font: 500 20px/26px var(--e-global-typography-primary-font-family);
  opacity: 1;
  color: var(--e-global-color-primary);
}
@media (max-width: 991px) {
  .simpleSearch .search-field {
    width: 100%;
    height: 48px;
    font: 500 18px/24px var(--e-global-typography-primary-font-family);
  }
  .simpleSearch .search-field::placeholder {
    font: 500 18px/24px var(--e-global-typography-primary-font-family);
  }
}
.simpleSearch .simpleSearch-wrapper {
  width: 50%;
}
@media (max-width: 991px) {
  .simpleSearch .simpleSearch-wrapper {
    width: 100%;
  }
}
.simpleSearch .search__categorie {
  width: 100%;
  padding: 0 24px;
  height: 56px;
  border: none;
  background-color: white;
  border-radius: 40px;
  color: var(--e-global-color-primary);
  font: 500 20px/26px var(--e-global-typography-primary-font-family);
}
@media (max-width: 991px) {
  .simpleSearch .search__categorie {
    font: 500 18px/24px var(--e-global-typography-primary-font-family);
    height: 48px;
  }
}
.simpleSearch .search__Submit {
  padding: 12px 24px;
  max-height: 56px;
  border-radius: 40px;
  background-color: white;
  border: none;
}
@media (min-width: 1024px) {
  .simpleSearch .search__Submit:hover {
    cursor: pointer;
    background-color: #6464AF;
  }
}

html.menu-open,
body.burger-activated {
  overflow-y: hidden;
}
html.menu-open .MenuFullWidth,
body.burger-activated .MenuFullWidth {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1024px) {
  html.menu-open,
  body.burger-activated {
    overflow-y: scroll;
  }
}

.MenuFullWidth {
  z-index: 99999 !important;
  opacity: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #eef4f6;
  z-index: 3;
  visibility: hidden;
  left: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1);
}
@media (max-width: 1024px) {
  .MenuFullWidth {
    padding-bottom: 50px;
  }
}
.MenuFullWidth .button--icon {
  width: 100%;
}
.MenuFullWidth .button--icon svg {
  margin-right: 10px !important;
}
.MenuFullWidth .button--icon:hover {
  color: #FFF !important;
}
@media (max-width: 1024px) {
  .MenuFullWidth .button--icon {
    max-width: 250px;
  }
}
.MenuFullWidth__menu-bouton .button--primary a {
  font: 700 18px/24px var(--e-global-typography-primary-font-family) !important;
  width: fit-content;
  padding: 14px 24px;
  background: var(--e-global-color-text);
  margin-bottom: 15px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #FFF;
  text-decoration: none;
}
.MenuFullWidth__menu-bouton .button--primary a:hover {
  background: var(--e-global-color-accent);
  color: #FFF;
}
.MenuFullWidth__menu-bouton .button--primary:last-child a {
  background: #bcd4da;
  color: var(--e-global-color-text);
}
.MenuFullWidth__menu-bouton .button--primary:last-child a:hover {
  background: var(--e-global-color-accent);
  color: #fff;
}
.MenuFullWidth__menu-bouton .rdv-icon a:after {
  content: "";
  display: inline-block;
  background: url(/wp-content/themes/hello-elementor-child/assets/fonts/calendar-white.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 18px;
  height: 18px;
  margin-left: 8px;
}
.MenuFullWidth ul {
  list-style-type: none;
  padding: 0;
}
.MenuFullWidth__wrapper {
  padding: 40px;
}
@media (max-width: 1024px) {
  .MenuFullWidth__wrapper {
    padding: 24px;
  }
}
.MenuFullWidth__head {
  position: absolute;
  width: calc(100% - 96px);
  display: flex;
  justify-content: space-between;
  z-index: 10;
}
@media (max-width: 1024px) {
  .MenuFullWidth__head {
    width: calc(100% - 48px);
  }
}
.MenuFullWidth__head .logo-container {
  display: flex;
  align-items: end;
  gap: 16px;
}
.MenuFullWidth__head img {
  width: 100%;
  max-width: 206px;
  height: 88px;
  border-radius: 0 !important;
}
@media (max-width: 1024px) {
  .MenuFullWidth__head img {
    max-width: 206px !important;
    height: 75px !important;
  }
}
@media (max-width: 767px) {
  .MenuFullWidth__head img {
    max-width: 150px !important;
    height: 65px !important;
  }
}
.MenuFullWidth__head .close_menu {
  background: #BCD4DA;
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.MenuFullWidth__head .close_menu svg {
  fill: var(--e-global-color-text) !important;
  width: 24px;
  height: 24px;
}
.MenuFullWidth__head .close_menu:hover {
  cursor: pointer;
  background: var(--e-global-color-accent);
}
.MenuFullWidth__head .close_menu:hover svg {
  fill: #fff !important;
}
.MenuFullWidth__content-wrapper {
  margin: 220px auto 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
}
@media (max-width: 1024px) {
  .MenuFullWidth__content-wrapper {
    flex-direction: column;
    margin: 160px auto 0;
    align-items: start;
  }
}
.MenuFullWidth__primary-nav .menu {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .MenuFullWidth__primary-nav .menu {
    gap: 24px;
  }
}
.MenuFullWidth__primary-nav .menu-item a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  color: var(--e-global-color-text);
  font: 700 40px/40px var(--e-global-typography-primary-font-family);
  text-decoration: none;
  max-width: 704px;
  position: relative;
  z-index: 1;
}
.MenuFullWidth__primary-nav .menu-item a:hover {
  color: var(--e-global-color-accent);
  cursor: pointer;
}
@media (max-width: 1200px) {
  .MenuFullWidth__primary-nav .menu-item a {
    font: 700 40px/40px var(--e-global-typography-primary-font-family);
  }
}
@media (max-width: 767px) {
  .MenuFullWidth__primary-nav .menu-item a {
    font: 700 20px/28px var(--e-global-typography-primary-font-family);
  }
}
.MenuFullWidth__primary-nav .menu .menu-item-has-children a::after {
  content: "";
  display: inline-block;
  background: url(/wp-content/themes/hello-elementor-child/assets/fonts/chevron-primary.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 32px;
  height: 32px;
  margin-left: 30px;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  .MenuFullWidth__primary-nav .menu .menu-item-has-children a::after {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 767px) {
  .MenuFullWidth__primary-nav .menu .menu-item-has-children a::after {
    width: 20px;
    height: 20px;
    margin-left: 20px;
  }
}
.MenuFullWidth__primary-nav .menu .menu-item-has-children a:hover::after {
  background: url(/wp-content/themes/hello-elementor-child/assets/fonts/chevron-accent.svg);
}
@media (max-width: 1024px) {
  .MenuFullWidth__primary-nav {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .MenuFullWidth__primary-nav {
    padding-bottom: 40px;
  }
}
.MenuFullWidth__secondary-nav {
  position: relative;
  margin-bottom: 20px;
}
.MenuFullWidth__secondary-nav .menu-item {
  padding-bottom: 12px;
  color: var(--e-global-color-text);
}
.MenuFullWidth__secondary-nav .menu-item a {
  font: 500 24px/30px "Poppins", sans-serif;
  color: var(--e-global-color-text);
  text-decoration: none;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.MenuFullWidth__secondary-nav .menu-item a:hover {
  color: var(--e-global-color-accent);
}
@media (max-width: 1200px) {
  .MenuFullWidth__secondary-nav .menu-item a {
    font: 500 24px/28px "Poppins", sans-serif;
  }
}
@media (max-width: 767px) {
  .MenuFullWidth__secondary-nav .menu-item a {
    font: 500 20px/28px "Poppins", sans-serif;
  }
}
@media (max-width: 1024px) {
  .MenuFullWidth__secondary-nav .menu-item {
    padding-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .MenuFullWidth__secondary-nav .menu-item {
    padding-bottom: 12px;
  }
}
@media (max-width: 1024px) {
  .MenuFullWidth__secondary-nav {
    margin-left: 0;
    padding: 60px 0 16px 0;
    width: 100%;
    border-top: 1px solid var(--e-global-color-accent);
    border-left: 0;
  }
}
@media (max-width: 767px) {
  .MenuFullWidth__secondary-nav {
    padding: 40px 0 10px 0;
  }
}
.MenuFullWidth__sub-menu {
  opacity: 0 !important;
  background: #eef4f6;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.2s ease-in;
}
.MenuFullWidth__sub-menu--active {
  opacity: 1 !important;
  z-index: 3;
  background-color: #eef4f6;
}
.MenuFullWidth__sub-menu--active .MenuFullWidth__sub-menu-wrapper span {
  width: 100%;
}
.MenuFullWidth__sub-menu-wrapper {
  max-width: 1187px;
  height: 100%;
  padding: 0 48px;
  margin: 220px auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: start;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .MenuFullWidth__sub-menu-wrapper {
    margin: 180px auto 0;
    padding: 0 24px;
  }
}
.MenuFullWidth__sub-menu-wrapper span {
  display: inline-block;
  width: 0%;
  height: 1px;
  background: var(--e-global-color-accent);
  margin: 20px 0 40px;
  transition: 0.3s width ease-in-out;
}
.MenuFullWidth__sub-menu-wrapper .btn-return {
  font: 600 20px/26px var(--e-global-typography-primary-font-family) !important;
  background: none;
  color: var(--e-global-color-text);
  cursor: pointer;
  border: none;
  width: 100%;
  text-align: left;
}
.MenuFullWidth__sub-menu-wrapper .btn-return:hover {
  color: var(--e-global-color-accent);
  background: none;
}
.MenuFullWidth__sub-menu-items {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1024px) {
  .MenuFullWidth__sub-menu-items {
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .MenuFullWidth__sub-menu-items {
    gap: 24px;
  }
}
.MenuFullWidth__sub-menu-items .menu-item a::after {
  display: none !important;
}

.MenufullWidth__right {
  width: 100%;
  max-width: 350px;
  position: relative;
}
.MenufullWidth__right span.line {
  position: absolute;
  top: 0;
  left: -115px;
  width: 1px;
  background: var(--e-global-color-accent);
  height: 100%;
}
@media (max-width: 1024px) {
  .MenufullWidth__right span.line {
    display: none;
  }
}
@media (max-width: 1024px) {
  .MenufullWidth__right {
    margin-left: 0;
    max-width: 100%;
  }
}

.menu_separator {
  width: 1px;
  height: 400px;
  display: inline-block;
  background: var(--e-global-color-accent);
}
@media (max-width: 1024px) {
  .menu_separator {
    display: none;
  }
}

.btn-return {
  padding: 0;
  display: flex;
  align-items: center;
}
.btn-return::before {
  content: "";
  display: inline-block;
  background: url(/wp-content/themes/hello-elementor-child/assets/fonts/chevron-primary.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 16px;
  height: 16px;
  margin-left: -10px;
  margin-right: 8px;
  transition: 0.3s;
  transform: rotate(-180deg);
}
.btn-return:hover::before {
  background: url(/wp-content/themes/hello-elementor-child/assets/fonts/chevron-accent.svg);
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.elementor-element.fadeInLeft {
  animation-name: fadeLeft;
}

@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.elementor-element.fadeInRight {
  animation-name: fadeRight;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.elementor-element.fadeUp {
  animation-name: fadeInUp;
}

.container-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0 0;
}

.pagination {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0;
}
.pagination li {
  list-style: none;
}

/* Style pour pagination */
.elementor-pagination span.prev,
.elementor-pagination a.next,
.elementor-pagination a.prev,
.elementor-pagination span.next,
.pagination a.more,
.pagination a.less {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 18px !important;
}
.elementor-pagination span.prev::after,
.elementor-pagination a.next::after,
.elementor-pagination a.prev::after,
.elementor-pagination span.next::after,
.pagination a.more::after,
.pagination a.less::after {
  content: "";
  background: url(/wp-content/themes/hello-elementor-child/assets/fonts/icon-arrow-turquoise.svg);
  width: 16px;
  height: 16px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  display: inline-block;
}
.page-numbers {
  font-size: 18px !important;
  font-weight: 800 !important;
}

.elementor-pagination span.prev:after,
.elementor-pagination a.prev:after,
.pagination a.less:after {
  transform: rotate(180deg);
}

.pagination a.next {
  font-size: 0;
}

.BandeauAlerte {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  background-image: linear-gradient(85deg, #6464AF 0%, #AFC3FF 100%);
  padding: 12px;
  color: #FFFFFF;
  z-index: 10;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 1366px) {
  .BandeauAlerte__content {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
  }
  .BandeauAlerte__track {
    display: flex;
    width: max-content;
    animation: defilement-rtl 10s linear infinite;
    will-change: transform;
  }
  .BandeauAlerte__item {
    display: flex;
    align-items: center;
    gap: 32px;
    padding-right: 48px;
    white-space: nowrap;
    flex-shrink: 0;
    font: 600 20px/26px var(--e-global-typography-primary-font-family) !important;
  }
  .BandeauAlerte__item:nth-child(1) {
    display: inline-flex !important;
  }
}
.BandeauAlerte__item {
  display: flex;
  gap: 48px;
  align-items: center;
  font: 600 24px/28px var(--e-global-typography-primary-font-family);
  color: white !important;
}
.BandeauAlerte__item:nth-child(1) {
  display: none;
}
.BandeauAlerte__content {
  display: flex;
  gap: 48px;
  align-items: center;
  position: relative;
}
.BandeauAlerte .button--primary {
  position: relative;
  width: fit-content;
  padding: 16px 24px 16px 70px;
  background: #6464AF;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: start;
  color: white !important;
  font: 600 18px/24px var(--e-global-typography-primary-font-family);
  text-decoration: none !important;
}
.BandeauAlerte .button--primary:after {
  content: "";
  display: inline-block;
  background-image: url(/wp-content/themes/hello-elementor-child/assets/fonts/chevron-icon-primary.svg) !important;
  background-position: center !important;
  background-size: 13px !important;
  background-repeat: no-repeat !important;
  padding: 28px;
  border-radius: 40px;
  background-color: #F5F5F0 !important;
  position: absolute;
  left: -1px;
}
.BandeauAlerte .button--primary:hover {
  background: #F5F5F0 !important;
  color: var(--e-global-color-primary) !important;
}
.BandeauAlerte .button--primary:hover::after {
  background-image: url(/wp-content/themes/hello-elementor-child/assets/fonts/chevron-icon-white.svg) !important;
  background-position: center !important;
  background-color: #6464AF !important;
}

.BandeauAlerte__close {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: inherit;
}
.BandeauAlerte__close svg {
  fill: var(--e-global-color-primary) !important;
  width: 20px;
  height: 20px;
}

.BandeauAlerte__close:hover svg {
  fill: #6464AF !important;
  background: none;
}

@keyframes defilement-rtl {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.elementor-grid .item-tools {
  cursor: pointer;
}
.elementor-grid .item-tools .ic-arrow {
  transition: transform 0.3s ease-in-out;
}
.elementor-grid .item-tools .ic-arrow svg {
  transition: fill 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .elementor-grid .item-tools:hover .ic-arrow {
    transform: translateX(20px);
  }
  .elementor-grid .item-tools:hover .ic-arrow svg {
    fill: white;
  }
}

.okt-header-menu .elementor-nav-menu li.menu-item a {
  height: 48px;
  padding: 14px 24px !important;
  border-radius: 24px !important;
  background: transparent !important;
  color: var(--global-color-text) !important;
}
.okt-header-menu .elementor-nav-menu li.menu-item a span {
  padding: 2px !important;
}
.okt-header-menu .elementor-nav-menu li.menu-item a:hover {
  background: var(--e-global-color-accent) !important;
  color: #FFF !important;
}
.okt-header-menu .elementor-nav-menu .sub-menu li.menu-item a {
  padding: 13px 24px !important;
  height: auto !important;
  border: 0 !important;
  position: relative;
}
.okt-header-menu .elementor-nav-menu .sub-menu li.menu-item a::after {
  content: "";
  height: 1px;
  width: 80%;
  background: #BCD4DA;
  display: block;
  position: absolute;
  bottom: 0;
}
.okt-header-menu .elementor-nav-menu .sub-menu li.menu-item a:hover::after {
  background: var(--e-global-color-accent) !important;
}
.okt-header-menu .elementor-nav-menu .sub-menu li.menu-item:last-child a::after {
  display: none;
}

.fadeIn-slider {
  position: relative;
  width: 100%;
}
.fadeIn-slider .swiper-container,
.fadeIn-slider .swiper {
  width: 100%;
  height: auto;
  overflow: visible;
  position: relative;
}
.fadeIn-slider .swiper-wrapper {
  display: flex;
  align-items: center;
}
.fadeIn-slider .swiper-slide {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0 !important;
  transition: opacity 0.8s ease-in-out;
}
.fadeIn-slider .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  z-index: 2;
}
.fadeIn-slider .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.fadeIn-slider .fadeIn-pagination,
.fadeIn-slider .swiper-pagination {
  z-index: 11 !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto !important;
  bottom: 0 !important;
}
.fadeIn-slider .swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  background: #1A3748 !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  margin: 0 !important;
}
.fadeIn-slider .swiper-pagination-bullet:hover {
  background: #1A3748 !important;
}
.fadeIn-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1A3748 !important;
  width: 10px !important;
  height: 10px !important;
  transform: none !important;
}
.fadeIn-slider .fadeIn-button-next .elementor-icon,
.fadeIn-slider .fadeIn-button-prev .elementor-icon,
.fadeIn-slider .swiper-button-next .elementor-icon,
.fadeIn-slider .swiper-button-prev .elementor-icon {
  z-index: 10 !important;
  width: 48px !important;
  height: 48px !important;
  background: #EEF4F6 !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  margin-top: 0 !important;
}
.fadeIn-slider .fadeIn-button-next .elementor-icon:hover,
.fadeIn-slider .fadeIn-button-prev .elementor-icon:hover,
.fadeIn-slider .swiper-button-next .elementor-icon:hover,
.fadeIn-slider .swiper-button-prev .elementor-icon:hover {
  background: #598795 !important;
}
.fadeIn-slider .fadeIn-button-next .elementor-icon:hover svg,
.fadeIn-slider .fadeIn-button-prev .elementor-icon:hover svg,
.fadeIn-slider .swiper-button-next .elementor-icon:hover svg,
.fadeIn-slider .swiper-button-prev .elementor-icon:hover svg {
  fill: #fff !important;
}
.fadeIn-slider .fadeIn-button-next.swiper-button-disabled,
.fadeIn-slider .fadeIn-button-prev.swiper-button-disabled,
.fadeIn-slider .swiper-button-next.swiper-button-disabled,
.fadeIn-slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0.4 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}
.fadeIn-slider.swiper-fade .swiper-slide {
  pointer-events: none;
  transition: opacity 0.8s ease-in-out;
}
.fadeIn-slider.swiper-fade .swiper-slide.swiper-slide-active {
  pointer-events: auto;
}
.fadeIn-slider .elementor-swiper-button {
  display: none !important;
}
.fadeIn-slider.elementor-widget-image-carousel .swiper-container,
.fadeIn-slider.elementor-widget-image-carousel .swiper, .fadeIn-slider.elementor-widget-media-carousel .swiper-container,
.fadeIn-slider.elementor-widget-media-carousel .swiper {
  overflow: visible;
}

.fadeIn-slider {
  animation: fadeInCarousel 0.5s ease-in-out;
}

@keyframes fadeInCarousel {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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