/* assets/styles.css */

/* Prevent Multiple Contact Form 7 Submissions */

/* ── General ───────────────────────────────── */

.wpcf7-form.submitting .wpcf7-submit {
    pointer-events: none;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ── Anim Override ───────────────────────────────── */

@keyframes fadeInUp {
  0%   { opacity: 0; transform: translateY(28px) scale(0.98); filter: blur(5px); }
  60%  { filter: blur(0px); }
  100% { opacity: 1; transform: translateY(0)    scale(1);    filter: blur(0px); }
}

@keyframes fadeInDown {
  0%   { opacity: 0; transform: translateY(-28px) scale(0.98); filter: blur(5px); }
  60%  { filter: blur(0px); }
  100% { opacity: 1; transform: translateY(0)     scale(1);    filter: blur(0px); }
}

@keyframes fadeInLeft {
  0%   { opacity: 0; transform: translateX(-28px) scale(0.98); filter: blur(5px); }
  60%  { filter: blur(0px); }
  100% { opacity: 1; transform: translateX(0)     scale(1);    filter: blur(0px); }
}

@keyframes fadeInRight {
  0%   { opacity: 0; transform: translateX(28px) scale(0.98); filter: blur(5px); }
  60%  { filter: blur(0px); }
  100% { opacity: 1; transform: translateX(0)    scale(1);    filter: blur(0px); }
}

/* --- Timing --- */

.animated.fadeInUp,
.animated.fadeInDown,
.animated.fadeInLeft,
.animated.fadeInRight {
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ── Header ───────────────────────────────── */

.mo_header_menu .mo_btn_don a {
	background-color: var(--e-global-color-7afc7bb) !important;
    fill: var(--e-global-color-22c322d) !important;
    color: var(--e-global-color-22c322d) !important;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-accent-font-size) !important;
    font-weight: var(--e-global-typography-accent-font-weight) !important;
    line-height: var(--e-global-typography-accent-line-height) !important;
    color: var(--e-global-color-22c322d) !important;
    border-style: none !important;
    border-radius: 50px 50px 50px 50px !important;
    padding: 8px 32px 8px 32px !important;
	transition: all 0.3s ease !important;
}


.mo_header_menu .mo_btn_don a:after {
	display: none !important;
}

.mo_header_menu .mo_btn_don a:hover {
    background-color: var(--e-global-color-22c322d) !important;
    color: var(--e-global-color-primary) !important;

}

@media only screen and (max-width : 767px) {
	
.mo_header_menu .mo_btn_don a {
    border-radius: 0px !important;
    padding: 10px 20px 10px 20px !important;
}

    
}

/* ── MO Progress Bar ──────────────────────────────────────────────── */

/* ── Moisson Outaouais Progress Bar ───────────────────────────── */

.mo-pb-wrap {
    width: 100% !important;
    max-width: 100%;
}

.mo-pb-svg {
    width: 100% !important;
    height: auto;
    display: block;
    overflow: visible;
}

.mo-pb-fill {
    fill: var(--e-global-color-30364a2);
}

.mo-pb-shell {
    fill: #035b58; !important;
}

.mo-pb-logo-bg {
    fill: var(--e-global-color-30364a2);
}

.mo-pb-track-bg {
    fill: var(--e-global-color-22c322d);
}

/* ── End Progress Bar ─────────────────────────────────────────── */

/* ── End Progress Bar ─────────────────────────────────────────────── */

/* ── MO Partenaires ──────────────────────────────────────────────── */

.mo_partenaires .e-n-tabs-heading .e-n-tab-title:nth-child(1)[aria-selected="true"],
.mo_partenaires .e-n-tabs-heading .e-n-tab-title:nth-child(1):hover {
    background-color: var(--e-global-color-accent) !important;
}

.mo_partenaires .e-n-tabs-heading .e-n-tab-title:nth-child(2)[aria-selected="true"],
.mo_partenaires .e-n-tabs-heading .e-n-tab-title:nth-child(2):hover {
    background-color: var(--e-global-color-7afc7bb) !important;
}

.mo_partenaires .e-n-tabs-heading .e-n-tab-title:nth-child(3)[aria-selected="true"],
.mo_partenaires .e-n-tabs-heading .e-n-tab-title:nth-child(3):hover {
    background-color: var(--e-global-color-30364a2) !important;
}

.mo_partenaires .e-n-tabs-heading .e-n-tab-title:nth-child(4)[aria-selected="true"],
.mo_partenaires .e-n-tabs-heading .e-n-tab-title:nth-child(4):hover {
    background-color: var(--e-global-color-39ce1f2) !important;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden !important;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper~.elementor-swiper-button {
    color: hsla(0, 0%, 93%, .9);
    cursor: pointer;
    display: inline-flex;
    font-size: 25px;
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}