/*
Theme Name: Forestia
Theme URI: https://iones.io/
Description: Child theme of Architronix
Author: IONES
Author URI: https://iones.io/
Template: architronix
Version: 1.0.0
Text Domain: architronix
*/

/* Custom CSS starts here */

.offcanvas.architronix-nav.architronix-mobile-nav .header-lang-switcher {
    margin-left: 0;
}

.carrieres.elementor-widget-control_agency_about_us .section-about.about-2 .about-bg .about-image.about-image-2 {
    margin-top: -350px;
    ;
}

@media (min-width: 992px) {
    .marques .flex-lg-row {
        flex-direction: column !important;
    }
}

@media screen and (min-width: 1925px) {
    .footer.section-footer.section-full-width {
        max-width: 1817px;
    }
}

.page-lines {
    --bs-page-lines-top-spacing: 0 !important;
    --bs-page-lines-bg: none !important;
    --bs-page-lines-width: 0 !important;
}

.copyright-bottom-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.copyright-bottom-menu li a {
    text-decoration: underline;
    color: inherit;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0px;
    transition: opacity 0.2s ease-in-out;
}

.copyright-bottom-menu li a:hover {
    opacity: 0.8;
}

.footer-menu {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-menu li a {
    color: inherit;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
    transition: opacity 0.2s ease-in-out;
}

.footer-menu li a:hover {
    opacity: 0.8;
}

.header-lang-switcher {
    display: inline-flex;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
}

.header-lang-switcher .lang-divider {
    color: var(--bs-nav-link-color);
    opacity: 1;
    margin-right: 20px;
    font-weight: 300;
}

.header-lang-switcher .lang-link {
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--bs-nav-link-color);
    text-decoration: none;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}

.header-lang-switcher .lang-link.active,
.header-lang-switcher .lang-link:hover {
    opacity: 1;
    color: var(--bs-nav-link-color);
}

.header-lang-switcher .lang-slash {
    color: var(--bs-nav-link-color);
    opacity: 1;
    margin: 0 8px;
}

.forestia-org-section .section-title.section-separator,
.title-expertise .section-title.section-separator {
    border-left: none !important;
}

.forestia-org-section .section-title .heading-title {
    text-align: right;
}

.forestia-org-section .separator:after {
    right: 35%;
    left: auto;
}

.marques .about-bg {
    min-height: 1064px;
}

#nos-marques .about-image img {
    width: 720px;
    height: 1067px;
}

#nos-marques .about-contents {
    padding-left: 110px;
}

#nos-marques .about-contents .display-5 {
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
}

#nos-marques .list-item-number,
.carrieres .list-item-number {
    display: none !important;
}

#nos-marques .about-content-inner h4 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-right: 70px;
    transition: all .35s ease;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}

#nos-marques .about-content-inner h4::after {

    content: "";

    position: absolute;

    right: 0;
    top: 50%;

    transform: translateY(-50%);

    width: 42px;
    height: 14px;

    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

    opacity: .9;

    transition: all .35s ease;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='14' viewBox='0 0 42 14' fill='none'%3E%3Cpath d='M1 7H39' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M33 1L39 7L33 13' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.faq-accordion .accordion-button {
    color: var(--bs-accordion-btn-color);
}


@media (min-width: 1200px) {
    .counter-section .event-counter .container>.row>.col-xl-3 {
        flex: 0 0 auto;
        width: 33.333333%;
    }
}

.groupe-expertise-section {
    margin-top: 120px;
}

/* ======================================================
TIMELINE WRAPPER
====================================================== */

.forestia-timeline {
    position: relative;
}

/* ======================================================
VERTICAL DASHED CENTER LINE
====================================================== */

.forestia-timeline::before {

    content: "";

    position: absolute;

    top: 0;
    bottom: 0;

    left: 50%;

    transform: translateX(-50%);

    width: 1px;

    background: repeating-linear-gradient(to bottom,
            #2D473B 0px,
            #2D473B 4px,
            transparent 4px,
            transparent 8px);

    opacity: .6;

    z-index: 1;
}

/* ===================================
Page Contact 
===================================== */
.inter-page h2.location-number {
    font-family: 'Inter', sans-serif !important;
    font-size: 130px;
    line-height: 1;
    font-weight: 700;
    color: #253B2F;
}

.inter-page .contact-swiper {
    overflow: visible !important;
}

.inter-page .contact-swiper .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 60px;
    transform: none !important;
    width: 100% !important;
}

.inter-page .contact-swiper .swiper-slide {
    width: auto !important;
    margin-right: 0 !important;
    height: auto !important;
}

.inter-page .contact-swiper .swiper-slide-duplicate {
    display: none !important;
}

@media (max-width: 1024px) {
    .inter-page .contact-swiper .swiper-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .inter-page .contact-swiper .swiper-wrapper {
        grid-template-columns: 1fr;
    }
}

/* FORM CONTAINER */
.forestia-cf7 .forestia-contact-form {
    width: 100%;
}

/* ROWS */
.forestia-cf7 .form-row {
    margin-bottom: 18px;
}

/* 2 COLUMNS */
.forestia-cf7 .two-columns {
    display: flex;
    gap: 18px;
}

.forestia-cf7 .two-columns .field {
    flex: 1;
}

/* INPUTS */
.forestia-cf7 input[type="text"],
.forestia-cf7 input[type="email"],
.forestia-cf7 input[type="tel"],
.forestia-cf7 textarea {
    width: 100%;
    border: 2px solid #253B2F;
    background: transparent;
    padding: 15px 18px;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    color: #2d4b3d;
    border-radius: 0;
    box-sizing: border-box;
}

/* TEXTAREA */
.forestia-cf7 textarea {
    height: 160px;
    resize: none;
}

/* PLACEHOLDERS */
.forestia-cf7 ::placeholder {
    color: #9fa59f;
    opacity: 1;
}

/* SUBMIT ROW */
.forestia-cf7 .submit-row {
    text-align: right;
}

/* BUTTON */
.forestia-cf7 input[type="submit"] {
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    border-radius: 0;

    background: transparent !important;
    border: 2px solid #2d4b3d !important;
    color: #2d4b3d !important;
    padding: 19px 39px !important;
    cursor: pointer;
    transition: all .3s ease;
}

/* HOVER */
.forestia-cf7 input[type="submit"]:hover {
    background: #2d4b3d !important;
    color: white !important;
}

/* MOBILE */
@media(max-width:767px) {
    .forestia-cf7 .two-columns {
        flex-direction: column;
    }

    .forestia-cf7 .submit-row {
        text-align: center;
    }

    .forestia-cf7 input[type="submit"] {
        width: 100%;
    }
}


.submit-wrapper {
    position: relative;
    display: inline-block;
}

.submit-wrapper .submit-arrow {
    position: absolute;
    right: 25px;
    top: 45%;
    transform: translateY(-50%);
    pointer-events: none;
    color: inherit;
    z-index: 2;
}

.submit-wrapper input[type="submit"] {
    padding-right: 80px !important;
}

.submit-wrapper:hover {
    color: #ffffff;
}

.submit-wrapper .wpcf7-spinner {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
}


.hero-section .elementor-heading-title {
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 7.375rem;
    font-weight: 800;
    line-height: 7.375rem;
    -webkit-text-stroke-width: 2px;
    stroke-width: 2px;
    -webkit-text-stroke-color: #FFFFFF;
    stroke: #FFFFFF;
    color: #FFFFFF00;
}

.hero-section .svg-title-wrapper {
    width: 100%;
    max-width: 100%;
}

.hero-section .text-line {
    width: 100%;
    height: auto;
    display: block;
}

.hero-section .text-line text {
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 1.5;

    font-size: clamp(2rem, 8vw, 8.75rem);
    font-weight: 800;
    font-family: Inter, sans-serif;

    line-height: 1.2;

    stroke-dasharray: 1200;
    stroke-dashoffset: 1200;

    animation: drawText 10s ease forwards;
}

@keyframes drawText {
    to {
        stroke-dashoffset: 0;
    }
}


/* =========================================
Responsive Css Endpoints
========================================= */



/* ====================================== */
/* large desktop */
/* ====================================== */
@media (min-width: 1200px) {
    .hero-section .text-line text {
        font-size: 12.5rem;
    }
}

/* ====================================== */
/* desktop */
/* ====================================== */
@media screen and (min-width: 1401px) and (max-width: 1610px) {
    .hero-section .text-line text {
        font-size: 8.75rem;
    }
}

/* ====================================== */
/* small desktop */
/* ====================================== */
@media (max-width: 1399.98px) {
    .hero-section .text-line text {
        font-size: 6.875rem;
    }
}

/* ====================================== */
/* tablet */
/* ====================================== */
@media (max-width: 991.98px) {
    .hero-section .text-line text {
        font-size: 7.813rem;
    }

    .elementor-widget-container .btn.btn-outline-secondary,
    .elementor-widget-container .btn.btn-primary,
    .elementor-widget-container .btn.btn-secondary {
        --bs-btn-padding-x: 1.37rem;
        --bs-btn-padding-y: 0.568rem;
        --bs-btn-font-size: 18px;
    }

    .elementor-widget-container .svg-icon {
        width: 28px;
        height: 20px;
    }
}


.hero-draw {
    width: 100%;
    max-width: 1200px;
}

.hero-draw-svg {
    width: 1200px;
    max-width: 100%;
    /* safety: never exceed the container */
    height: auto;
    overflow: visible;
}

/* Widescreen (2400px and up) — optional, only if you enabled it */
@media (min-width: 2400px) {
    .hero-draw-svg {
        width: 1200px;
    }
}

/* Laptop (1366px and down) — only if enabled */
@media (max-width: 1366px) {
    .hero-draw-svg {
        width: 1000px;
    }
}

/* Tablet Extra (1200px and down) — only if enabled */
@media (max-width: 1200px) {
    .hero-draw-svg {
        width: 900px;
    }
}

/* Tablet (1024px and down) */
@media (max-width: 1024px) {
    .hero-draw-svg {
        width: 720px;
    }
}

/* Mobile Extra (880px and down) — only if enabled */
@media (max-width: 880px) {
    .hero-draw-svg {
        width: 600px;
    }
}

/* Mobile (767px and down) */
@media (max-width: 767px) {
    .hero-draw-svg {
        width: 90%;
    }

    #nos-marques .about-contents {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.draw-line {
    font-family: inherit;
    /* uses your theme/Elementor font */
    font-size: 118px;
    /* desktop default you specified */
    font-weight: 800;
    /* extra-bold */
    fill: #ffffff;
    fill-opacity: 0;
    /* start invisible, fade in */
    stroke: #ffffff;
    stroke-width: 2px;
    stroke-dasharray: 1200;
    /* large enough to cover each line */
    stroke-dashoffset: 1200;
    /* start fully "undrawn" */
    paint-order: stroke;
}

/* line 1 draws first */
.line-1 {
    animation:
        drawStroke 6s ease forwards 0.9s;
}

/* line 2 draws after line 1 */
.line-2 {
    animation:
        drawStroke 6s ease forwards 0.9s;
}

@keyframes drawStroke {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes fillIn {
    to {
        fill-opacity: 1;
    }
}

/* ====================================== */
/* mobile */
/* ====================================== */
@media (max-width: 767.98px) {
    .hero-section .text-line text {
        font-size: 4.375rem;
    }

    .hero-section .text-line {
        height: 280px;
    }

}

/* ====================================== */
/* small mobile */
/* ====================================== */

/* ====================================== */

.hp-vision-title .section-title-wrapper .section-title>div {
    margin-left: 142px;
}


.career-info .row {
    min-height: 478px;
}

.career-info .right-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.career-info .architronix-button {
    align-items: flex-end;
}

/* ====================================== */
/* Video popup modal */
/* ====================================== */
#elementor-popup-modal-3481 .dialog-message {
    width: 960px !important;
}

#elementor-popup-modal-3481 .dialog-widget-content {
    width: 100% !important;
    max-width: 960px !important;
    background-color: #000 !important;
}

/* ====================================== */
/* contact-form-section */
/* ====================================== */
.contact-form-section .elementor-widget-image img {
    height: 100% !important;
}

/* Contact for Tablet */
@media(max-width:768px) {
    .forestia-cf7 input[type="submit"] {
        width: 100%;
        font-size: 18px !important;
        line-height: 24px !important;
        padding-top: 14px !important;
        padding-bottom: 14px !important;
        padding-left: 26px !important;
        padding-right: 70px !important;
    }
}

/* Contact for mobile */
@media(max-width:520px) {
    .forestia-cf7 input[type="submit"] {
        font-size: 18px !important;
        line-height: 24px !important;
        padding-top: 14px !important;
        padding-bottom: 14px !important;
        padding-left: 18px !important;
        padding-right: 70px !important;
    }
}

/* Contact for small mobile */
@media(max-width:320px) {
    .forestia-cf7 input[type="submit"] {
        max-width: 250px !important;
        height: auto !important;
        white-space: normal !important;
    }
}

/* Carrieres for tablet */
@media(min-width:1367px) and (max-width: 1921px) {
    .second-img-carrieres {
        top: 100px !important;
    }

    .center-space-carrieres .elementor-spacer>.elementor-spacer-inner {
        height: 220px !important;
    }
}

.related-job-count {
    font-family: 'Inter', sans-serif !important;
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
    color: #253B2F;
}