:root {
    --theme: #4E8DF0;
    /* --theme-color1: #325894; */
    --theme-color2: #4E8DF0;
}

.preloader:before {
    content: "Chargement";
}

.as-top {
    color: #fff;
    background-color: var(--theme);
    padding: 0 35px;
}

.button-theme-border1 .theme-btn {
    text-transform: initial;
}

h1 {
    font-size: var(--h2-font-size);
    font-weight: var(--h4-font-weight);
    line-height: var(--line-height-heading);
}

.as-blue {
    color: var(--theme);
}

.testimonial-block_six .inner:hover .quote {
    background-color: var(--theme);
}

.sec-title {
    margin-bottom: 20px;
}

.as-top h1,
.as-top div {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}

.as-top-tel {
    text-align: right;
}

.as-top-tel a {
    padding-right: 20px;
    color: #fff;
}

.page-title {
    background-attachment: fixed;
    padding: 260px 0;
}

.page-title:before {
    display: none;
}

.hero-banner {
    position: relative;
    overflow: hidden;
    height: 500px;
}

@media (max-width: 1024px) {
    .hero-banner {
        height: 50vw;
    }
}

.hero-bg {
    position: absolute;
    top: -20%;
    left: 0;
    width: 100%;
    height: 140%;
    z-index: -1;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 991px) {
    .mobile-nav-toggler {
        display: none;
    }
}

.read-more-btn {
    display: inline-block;
    margin-top: 8px;
    color: #000;
    text-decoration: underline;
    cursor: pointer;
    font-size: 15px;
}

.read-more-btn:hover {
    opacity: 0.8;
}

.button-theme-border1 .theme-btn:hover,
.button-theme-border2 .theme-btn:hover,
.button-theme-border1 .left-arrow:hover,
.button-theme-border2 .left-arrow:hover {
    background-color: var(--theme);
    border: 1px solid var(--theme);
}

.main-header .header-lower .logo-box .as-logo {
    position: absolute;
    inset: 15px 0 0;
    width: 150px;
}

.header-style-two.header-style-two .main-box {
    border-bottom: none;
}

.main-menu .navigation>li>a {
    text-transform: initial;
}

.as-h2 {
    color: var(--headings-color);
    font-family: var(--heading-font-family);
    font-size: var(--h2-font-size);
    font-weight: var(--h4-font-weight);
    line-height: var(--line-height-heading);
}

.slider-two .outer-box .content-column .inner-column .title {
    font-size: var(--h2-font-size);
    font-weight: var(--h4-font-weight);
}

.slider-two .bg-slide-1::before {
    background: url(as_assets/slider-pattern-layer.png) no-repeat;
    background-size: cover;
}

.feature-section-three .content-box .title {
    font-size: var(--h3-font-size);
    line-height: var(--line-height-heading);
}

.service-block_two .title {
    font-size: var(--h4-font-size);
    line-height: var(--line-height-heading-small);
}

.news-block_one .content .title {
    font-size: var(--h4-font-size);
    font-weight: var(--h4-font-weight);
    line-height: var(--line-height-heading-small);
}

.testimonial-section-three,
.testimonial-section,
.testimonial-section-four {
    background-color: var(--theme);
}

.testimonial-section-four .four-item-pagination .swiper-pagination-bullet {
    display: none;
}

.testimonial-section .testimonial-pagination .swiper-pagination-bullet,
.testimonial-section-four .four-item-pagination .swiper-pagination-bullet {
    background-color: #fff5;
}

.testimonial-section .testimonial-pagination .swiper-pagination-bullet-active,
.testimonial-section-four .four-item-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
    outline: 1px solid #fff;
    color: #fff;
}

.testimonial-section .testimonial-pagination .swiper-pagination-bullet:hover,
.testimonial-section-four .four-item-pagination .swiper-pagination-bullet:hover {
    background-color: #fff7;
    outline: 1px solid #fff7;
}

.testimonial-section .testimonial-pagination {
    text-align: center;
    margin-left: 0;
}

.testimonial-section-four .nav-box .four-item_button-prev,
.testimonial-section-four .nav-box .four-item_button-next {
    color: #fff;
    border-color: #fff;
}

.testimonial-block_four .inner .text {
    line-height: 25px;
    color: var(--text-color);
}

.testimonial-block_four .inner .info strong {
    color: var(--theme-color1);
}

.feature-section-three .content-box {
    background-color: var(--theme);
}

.feature-section-three .content-box .title,
.feature-section-three .content-box .play,
.feature-section-three .content-box .play .icon {
    color: #fff;
    border-color: #fff;
}

.testimonial-section-three {
    padding: 0;
    transition: 300ms all ease-in-out;
}

.testimonial-block_three img {
    transition: 300ms all ease-in-out;
    opacity: 1;
}

.testimonial-block_three:hover img {
    opacity: .9;
    transform: scale(.99);
}

.testimonial-block_three:hover .text {
    border-bottom: transparent solid #fff;
}

.testimonial-block_three:hover .text {
    border-bottom: 1px solid #fff;
}

.news-block_one .content .title a:hover {
    color: var(--theme);
}

.sec-title .left-box {
    transform: translatey(-15px);
    max-width: 700px;
}

.about-two .sec-title p {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 30px;
    color: var(--text-color);
}

.about-content {
    min-height: 445px;
}

.service-block_two .text {
    max-width: max-content;
    text-align: justify;
}

.about-two .about-content h2 {
    margin-top: 35px;
    color: var(--theme-color-white);
    font-size: var(--h4-font-size);
    font-weight: var(--h4-font-weight);
    line-height: var(--line-height-heading-small);
}

.about-two .about-content p {
    margin-top: 20px;
    color: var(--theme-color-white);
}

.as-description a {
    color: var(--theme);
}

.as-description p {
    text-align: justify;
}

.business-five h2,
.as-description h2 {
    font-size: 30px;
    line-height: 30px;
    color: #4E8DF0;
    margin: 30px 0 15px;
}

.business-five h3,
.as-description h3 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
    margin: 30px 0 15px;
}

.feature-section-three {
    position: relative;
    padding: 60px 0px;
}

.business-five .auto-container .inner-container {
    background-color: #4E8DF0;
}

.business-five .content div,
.business-five .content p {
    font-size: 16px;
    margin-bottom: 25px;
    color: var(--theme-color-white);
}

.business-five .image {
    margin-right: 0;
}

.project-three .project-block_three .inner {
    background-color: #4E8DF0;
}

.project-three .project-block_three .text p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    max-width: 345px;
    margin-bottom: 25px;
    color: var(--theme-color-white);
}

.step-block_one .icon {
    padding: 20px;
}

.step-block_one .inner .number {
    background-color: #4E8DF0;
    color: #fff;
}

.step-block_one .inner .icon {
    background-color: #B1720F;
    filter: invert(100%);
}

.step-block_one .inner:hover .number {
    background-color: #2d5698;
}

.step-block_one .inner:hover .icon {
    background-color: #D2A967;
    filter: invert(100%);
}

.step-block_one .inner {
    padding: 0px 30px 30px;
    min-height: 420px;
}

.testimonial-section-six {
    background-color: #4E8DF0;
}

.map-section {
    margin-bottom: -10px;
}

.map-section iframe {
    filter: grayscale(100%) contrast(1.1);
}

.contact-two {
    background-color: var(--theme);
}

.contact-two .form-outer .title,
.contact-form .form-group label {
    color: #fff;
}

.button-theme1 {
    background-color: transparent;
}

.contact-form .form-group input {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 25px;
    height: 55px;
    font-weight: 400;
    border-radius: 50px;
    color: var(--text-color);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: var(--body-font-size);
    background-color: var(--theme-color-white);
}

.main-footer .footer-title {
    font-size: var(--h4-font-size);
    font-weight: var(--h4-font-weight);
    line-height: var(--line-height-heading-small);
}

.main-footer .pattern-layer.style-two {
    bottom: 0;
}

.main-footer {
    background-color: var(--theme);
}

.footer-text p {
    color: #fff;
}

#calendar {
    margin: 40px 0 0;
}

.fc .fc-toolbar-title {
    text-transform: capitalize;
}

.fc .fc-col-header-cell-cushion {
    color: #000;
}

.fc .fc-daygrid-day-number {
    color: #000;
}

.fc-event.occupied {
    background-color: transparent !important;
    border-color: transparent !important;
}

.fc-event.occupied .fc-event-title {
    font-style: italic;
    color: #6f6f6fff !important;
}

.fc-event.disponible {
    background-color: #4caf50 !important;
    border-color: #45a049 !important;
    color: white !important;
}

.fc-event.occupied .fc-event-title {
    font-style: italic;
    color: #6f6f6fff !important;
}

#tarteaucitronRoot {
    z-index: 99999;
}

.fc .fc-button-primary {
    background-color: #4E8DF0;
    border-color: #4E8DF0;
}

.fc .fc-button-primary:hover {
    background-color: #315a9b;
    border-color: #315a9b;
}

.fc .fc-button-primary:active,
.fc .fc-button-primary.fc-button-active {
    background-color: #315a9b;
    border-color: #315a9b;
}

.fc .fc-button-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(78, 141, 240, 0.5);
}

.fc .fc-button-primary:disabled {
    background-color: #315a9b;
    border-color: #315a9b;
}

@media screen and (max-width: 768px) {
    .marketing-two.style-two {
        padding: 10px 0;
    }
}

.check {
    cursor: pointer;
    position: relative;
    margin: auto;
    width: 18px;
    height: 18px;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
    padding: 0 25px 0 0;
    float: left;
}

.check:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(34, 50, 84, 0.03);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.check svg {
    position: relative;
    z-index: 1;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #c8ccd4;
    stroke-width: 1.5;
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease;
}

.check svg path {
    stroke-dasharray: 60;
    stroke-dashoffset: 0;
}

.check svg polyline {
    stroke-dasharray: 22;
    stroke-dashoffset: 66;
}

.check:hover:before {
    opacity: 1;
}

.check:hover svg {
    stroke: #91ee17;
}

#cbx:checked+.check svg {
    stroke: #91ee17;
}

#cbx:checked+.check svg path {
    stroke-dashoffset: 60;
    transition: all 0.3s linear;
}

#cbx:checked+.check svg polyline {
    stroke-dashoffset: 42;
    transition: all 0.2s linear;
    transition-delay: 0.15s;
}
/* ================================
   NOUVEAU HERO SLIDER - Maison Bleue
   ================================ */
:root {
  --mb-or: #C9A961;
  --mb-or-clair: #E0C88A;
  --mb-nuit-profond: #05101A;
  --mb-nuit: #0A1F2E;
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 720px;
  max-height: 925px;
  overflow: hidden;
  background: var(--mb-nuit-profond);
  margin-top: 0;
}

.hero-slides { position: absolute; inset: 0; z-index: 1; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1); }
.hero-slide.active { opacity: 1; z-index: 2; }
.hero-slide-bg { position: absolute; inset: 0; background-size: cover; background-position: center; animation: mbKenBurns 12s ease-in-out infinite alternate; }
@keyframes mbKenBurns { from { transform: scale(1); } to { transform: scale(1.1); } }
.hero-slide::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,31,46,0.55) 0%, rgba(10,31,46,0.15) 30%, rgba(10,31,46,0.35) 65%, rgba(5,16,26,0.85) 100%); z-index: 1; }

.hero-content { position: relative; z-index: 10; height: 100%; display: flex; flex-direction: column; justify-content: center; padding: 6rem 8vw 0; max-width: 1600px; margin: 0 auto; color: #fff; font-family: 'Outfit', sans-serif; }
.hero-eyebrow { font-size: 0.72rem; font-weight: 400; letter-spacing: 0.45em; text-transform: uppercase; color: #ffffff; margin-bottom: 2rem; opacity: 0; transform: translateY(20px); animation: mbFadeUp 1s cubic-bezier(0.2,0.8,0.2,1) 0.5s forwards; display: flex; align-items: center; gap: 1.5rem; }
.hero-eyebrow::before { content: ''; width: 60px; height: 1px; background: #ffffff; }
.hero-title { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: clamp(3rem, 7vw, 7rem); line-height: 1; letter-spacing: -0.01em; margin-bottom: 1.5rem; max-width: 900px; opacity: 0; transform: translateY(30px); animation: mbFadeUp 1.2s cubic-bezier(0.2,0.8,0.2,1) 0.8s forwards; color: #fff; }
.hero-title em { font-style: italic; font-weight: 400; color: #4E8DF0; }
.hero-subtitle { font-size: 1.05rem; font-weight: 300; line-height: 1.7; max-width: 600px; margin-bottom: 3rem; color: rgba(255,255,255,0.85); opacity: 0; transform: translateY(20px); animation: mbFadeUp 1s cubic-bezier(0.2,0.8,0.2,1) 1.1s forwards; transition: opacity 0.5s ease; }
.hero-subtitle.is-fading { opacity: 0 !important; }
.hero-cta-wrap { display: flex; align-items: center; gap: 2.5rem; opacity: 0; transform: translateY(20px); animation: mbFadeUp 1s cubic-bezier(0.2,0.8,0.2,1) 1.4s forwards; }

.hero .btn-primary { display: inline-flex; align-items: center; gap: 1rem; padding: 1.1rem 2.5rem; background: #4E8DF0; color: #fff; font-size: 0.8rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; border: none; cursor: pointer; transition: all 0.4s cubic-bezier(0.2,0.8,0.2,1); text-decoration: none; }
.hero .btn-primary:hover { background: #3B7DE0; transform: translateY(-2px); box-shadow: 0 12px 30px rgba(78,141,240,0.35); }
.hero .btn-primary svg { width: 16px; transition: transform 0.4s cubic-bezier(0.2,0.8,0.2,1); }
.hero .btn-primary:hover svg { transform: translateX(6px); }
.hero .btn-ghost { display: inline-flex; align-items: center; gap: 0.8rem; color: #fff; font-size: 0.8rem; font-weight: 400; letter-spacing: 0.18em; text-transform: uppercase; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,0.3); transition: border-color 0.4s ease; text-decoration: none; }
.hero .btn-ghost:hover { border-bottom-color: var(--mb-or); }

.hero-badge { position: absolute; top: 50%; right: 6vw; transform: translateY(-50%); width: 180px; height: 180px; z-index: 15; opacity: 0; animation: mbFadeIn 1.5s ease 1.7s forwards; }
.hero-badge svg.badge-rotate { width: 100%; height: 100%; animation: mbRotate 30s linear infinite; }
.hero-badge-center { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 52px; height: 52px; border: 1px solid #ffffff; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #ffffff; }
.hero-badge-center svg { width: 18px; }

.hero-nav { position: absolute; bottom: 3.5rem; left: 8vw; right: 8vw; display: flex; align-items: center; justify-content: space-between; z-index: 20; max-width: 1600px; margin: 0 auto; }
.hero-counter { font-family: 'Cormorant Garamond', serif; font-size: 1rem; letter-spacing: 0.2em; color: rgba(255,255,255,0.6); }
.hero-counter-current { color: var(--mb-or); font-size: 1.6rem; font-style: italic; }
.hero-arrows { display: flex; gap: 0.5rem; }
.hero-arrow { width: 54px; height: 54px; border: 1px solid rgba(255,255,255,0.2); background: rgba(255,255,255,0.05); backdrop-filter: blur(10px); color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; }
.hero-arrow:hover { background: var(--mb-or); border-color: var(--mb-or); color: var(--mb-nuit-profond); }
.hero-arrow svg { width: 18px; stroke-width: 1.2; }

.hero-scroll { position: absolute; bottom: 7rem; left: 50%; transform: translateX(-50%); z-index: 19; opacity: 0; animation: mbFadeIn 1s ease 2s forwards; display: flex; flex-direction: column; align-items: center; gap: 0.8rem; }
.hero-scroll-text { font-family: 'Outfit', sans-serif; font-size: 0.62rem; letter-spacing: 0.45em; text-transform: uppercase; color: rgba(255,255,255,0.55); }
.hero-scroll-line { width: 1px; height: 40px; background: linear-gradient(to bottom, transparent, var(--mb-or), transparent); position: relative; overflow: hidden; }
.hero-scroll-line::after { content: ''; position: absolute; top: -40px; left: 0; width: 1px; height: 40px; background: linear-gradient(to bottom, transparent, #fff); animation: mbScrollDown 2s cubic-bezier(0.4,0,0.2,1) infinite; }

@keyframes mbFadeUp { to { opacity: 1; transform: translateY(0); } }
@keyframes mbFadeIn { to { opacity: 1; } }
@keyframes mbRotate { to { transform: rotate(360deg); } }
@keyframes mbScrollDown { 0% { top: -40px; } 100% { top: 80px; } }

@media (max-width: 991px) {
  .hero-badge { width: 130px; height: 130px; right: 4vw; }
  .hero-nav { bottom: 2rem; left: 5vw; right: 5vw; }
  .hero-scroll { display: none; }
  .hero-content { padding: 7rem 6vw 0; }
}
@media (max-width: 767px) {
  .hero { min-height: 620px; }
  .hero-content { padding: 7rem 6vw 0; }
  .hero-eyebrow { margin-bottom: 1.5rem; font-size: 0.65rem; }
  .hero-eyebrow::before { width: 30px; }
  .hero-subtitle { margin-bottom: 2rem; }
  .hero-cta-wrap { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
  .hero-badge { width: 100px; height: 100px; top: 16%; right: 6vw; }
  .hero-nav { flex-direction: column; gap: 1.5rem; align-items: flex-start; }
  .hero-arrows { align-self: flex-end; }
}

/* ================================
   VIDEO SECTION - Page domaine 14
   ================================ */
.mb-video-section { padding: 70px 0 40px; background: #fff; }
.mb-video-intro { max-width: 800px; margin: 0 auto 40px; text-align: center; }
.mb-video-intro h2 { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: clamp(1.8rem, 3.5vw, 2.6rem); margin-bottom: 1.2rem; color: #0A1F2E; }
.mb-video-intro p { font-size: 1.02rem; line-height: 1.7; color: #444; max-width: 700px; margin: 0 auto; }
.mb-video-wrapper { position: relative; max-width: 960px; margin: 0 auto; aspect-ratio: 16/9; overflow: hidden; border-radius: 4px; box-shadow: 0 12px 40px rgba(10,31,46,0.15); background: #000; }
.mb-video-wrapper iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

@media (max-width: 767px) {
  .mb-video-section { padding: 40px 0 20px; }
  .mb-video-intro { margin-bottom: 25px; padding: 0 20px; }
  .mb-video-wrapper { border-radius: 0; margin: 0 -15px; }
}
