
/*!
Theme Name: Exhibit Print
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: A plain-vanilla & lightweight theme for Elementor page builder
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-elementor
*/

/* * {
    -webkit-font-smoothing: subpixel-antialiased;
} */

/* -------------------------------------------- */
/* RESET */
/* -------------------------------------------- */

*:where(:not(html, iframe, canvas, img, b, i, svg, video, audio):not(svg *, symbol *)) {
    all: unset;
    display: revert;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    transition: none;
}
html, body {
    overflow-x:hidden;
}
a,
button {
    cursor: revert;
}

img {
    max-inline-size: 100%;
    max-block-size: 100%;
}

table {
    border-collapse: collapse;
}

input,
textarea {
    -webkit-user-select: auto;
}

textarea {
    white-space: revert;
}

meter {
    -webkit-appearance: revert;
    appearance: revert;
}

:where(pre) {
    all: revert;
}

::placeholder {
    color: unset;
}

::marker {
    content: initial;
}

:where([hidden]) {
    display: none;
}

:where([contenteditable]:not([contenteditable="false"])) {
    -moz-user-modify: read-write;
    -webkit-user-modify: read-write;
    overflow-wrap: break-word;
    -webkit-line-break: after-white-space;
    -webkit-user-select: auto;
}

:where([draggable="true"]) {
    -webkit-user-drag: element;
}

:where(dialog:modal) {
    all: revert;
}

.elementor-clearfix:after {
    display: none!important;
}

p:last-child {
    margin-bottom:0;
}

.grecaptcha-badge {
    visibility: hidden;
}

.hero-video *,
.hero-video,
.overlapping,
.e-parent,
.radius-anim,
.radius-anim *,
.line-anim,
.shape-anim,
.shape-anim * {
    transition: none!important;
    /* transition-timing-function: linear!important;
    animation: none!important;
    animation-timing-function: linear!important; */
}

a, a:hover {
    color: inherit;
}
.elementor-heading-title a,
.elementor-icon-list-item a  {
    text-decoration: none!important;
}

.elementor-widget-text-editor ol, 
.elementor-widget-text-editor ul {
    padding-inline-start: 1.05em!important;
}
.elementor-widget-text-editor dd, 
.elementor-widget-text-editor dl, 
.elementor-widget-text-editor dt, 
.elementor-widget-text-editor li, 
.elementor-widget-text-editor ol, 
.elementor-widget-text-editor ul {
    margin-block-end: 0.75em !important;
}

/* -------------------------------------------- */
/* MAIN MENU */
/* -------------------------------------------- */

.main-menu *,
.mobile-menu * {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    text-decoration: none!important;
}

.trp-language-switcher-container a {
    text-decoration: none!important;
}

/* .main-menu .current_page_item a:before,
.main-menu .elementor-item-active:before,
.main-menu .current-menu-ancestor .elementor-item, */
.language-switcher  .current-language-menu-item {
    border: 1px solid #1F1C1A;
    border-radius: 50px;
}

.main-menu .contact-btn:not(:hover) a {
    border-radius:0; 
    background-color: #1F1C1A;
    color:#ffffff!important;
}
.main-menu .contact-btn:hover a {
    background-color: #FFFFFF;
    color:#1F1C1A!important;
}

.main-menu .has-submenu:hover .sub-arrow svg,
.main-menu .has-submenu:focus .sub-arrow svg,
.has-submenu.highlighted .sub-arrow svg {
    transform: rotate(180deg);
    fill: #ffffff;
}

.main-menu .elementor-nav-menu > li {
  position: relative; /* ⚠️ Nécessaire pour que le submenu se place par rapport à lui */
}

.main-menu .sub-menu {
    position: absolute;
    top: 100%; /* s’affiche juste en dessous du parent */
    left: 50%;
    transform: translateX(-50%);
    width: max-content !important; /* s’adapte au contenu sans sauter */
    min-width: 150px; /* si tu veux une largeur mini */
    white-space: nowrap;
    padding: 8px 0 !important;
    z-index: 99;
    /* display: block!important; */
}
.main-menu .elementor-nav-menu>li:not(:first-child)>.sub-menu,
.main-menu .elementor-nav-menu>li:not(:last-child)>.sub-menu {
    min-width: calc(100% - var(--e-nav-menu-horizontal-menu-item-margin) * 2) !important;
    left: 50% !important;
    transform: translateX(-50%);
}
.main-menu .elementor-nav-menu>li:first-child>.sub-menu,
.main-menu .elementor-nav-menu>li:last-child>.sub-menu {
    min-width: calc(100% - var(--e-nav-menu-horizontal-menu-item-margin)) !important;
    left: 50% !important;
    transform: translateX(calc(-50% - var(--e-nav-menu-horizontal-menu-item-margin) / 2)) !important;
}
.main-menu .sub-menu li {
  position: relative;
}
.main-menu .elementor-nav-menu--dropdown a {
    padding-left: 16px!important;
    padding-right: 16px!important;
    padding-top: 6px!important;
    padding-bottom: 6px!important;
}

/* on remplace ::after par un span invisible dans le flux */
.main-menu .sub-menu li::before {
  content: attr(data-text);
  font-weight: normal;
  font-size: 1.4em;
  height: 0;
  line-height: 0;
  visibility: hidden;
  display: block;
  overflow: hidden;
    padding-left: 16px!important;
    padding-right: 16px!important;
}

.main-menu .sub-menu li a {
    text-align: center;
    justify-content: center;
    border-inline-start: 0!important;
    transition: all 0.2s ease !important;
}
.main-menu .sub-menu li a:hover,
.main-menu .sub-menu li a.elementor-item-active {
    font-weight:700!important;
}

@media (max-width: 1220px) {
    .main-menu .elementor-nav-menu--main,
    .main-menu .elementor-nav-menu--dropdown,
    .language-switcher.desktop {
        display: none;
    }

    .main-menu .elementor-menu-toggle {
        display: flex !important;
    }
    
}
@media (min-width: 1221px) {
    .main-menu .elementor-nav-menu--main,
    .language-switcher.desktop {
        display: flex !important;
    }
    
    .main-menu .elementor-menu-toggle {
        display: none !important;
    }
}

.mobile-menu-toggle {
    display: none;
}

.mobile-menu .elementor-nav-menu--dropdown .elementor-item:focus {
    background-color: #FAF5F0
}

/* -------------------------------------------- */
/* PAGE TITLES */
/* -------------------------------------------- */

@media (min-width:1025px) {
    body:not(.jobs-page) .page-big-title .elementor-heading-title,
    body:not(.single-job) .page-big-title .elementor-heading-title {
        font-size: clamp(1rem, 16.5vw, 13rem)!important;
    }
    body.jobs-page .page-big-title .elementor-heading-title,
    body.single-job .page-big-title .elementor-heading-title {
        font-size: clamp(1rem, 16.5vw, 11rem)!important;
    }
}

/* -------------------------------------------- */
/* LINKS & BUTTONS */
/* -------------------------------------------- */

.arrow-btn .elementor-button {
    position: relative;
    font-weight:600!important;
}
.arrow-btn .elementor-button:after {
    position: absolute;
    width:auto;
    height:100%;
    aspect-ratio: 1 / 1;
    color: inherit; 
    background: inherit; 
    content:">";
    font-size:25px;
    font-weight:400;
    display: flex; 
    align-items: center;
    justify-content: center; 
    border-radius: 50%;
    right: 0;
    top: 0;
    transform: translateX(100%);
    opacity: 0;
    transition: all .25s ease; 
}
.arrow-btn a {
    text-decoration: none;
}
.full-link:hover .arrow-btn .elementor-button:after,
.arrow-btn:hover .elementor-button:after {
    opacity: 1;
}

.full-link {
    cursor: pointer;
}
.read-more a, 
.focus-item .read-more a,
.echo-item .read-more a {
    text-decoration: none;
}
.read-more:hover a, 
.focus-item:hover .read-more a,
.echo-item:hover .read-more a {
    text-decoration: underline;
}
/* -------------------------------------------- */
/* HERO VIDEO */
/* -------------------------------------------- */

/* .hero-video {
    min-height: calc(100vh - 70px);
    height: auto!important;
    max-height: none!important;
} */
.video-container {
    /* height: 665px; */
    overflow: hidden;
    position: relative;
    border-radius: 35px;
} 
.video-container .elementor-widget-container {
    position: relative;
} 
.video-container video {
    position: absolute;
    top:50%;
    transform: translateY(-50%);
}

/* -------------------------------------------- */
/* ANIMATIONS */
/* -------------------------------------------- */

.radius-anim {
    overflow:hidden;
}
.marquee-swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.shape-anim {
    aspect-ratio: 16 / 9;
    pointer-events: none;
}
.shape-anim .elementor-widget-container {
    display:flex;
    align-items: center;
    justify-content: center;
}

.sprite-container {
    transform-style: flat !important; /* évite d'hériter de la perspective 3D */
}
.sprite-stack-background {
    position: relative;
    width: 100%;
    max-width: 800px;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
}

.sprite-stack-background .frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.1s linear;
}



/* -------------------------------------------- */
/* CUSTOM TAXO NAV */
/* -------------------------------------------- */
.custom-nav,
.custom-nav * {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    text-decoration: none !important;
}
.custom-nav .elementor-icon-list-items {
    display: flex;
    flex-direction: row; 
    align-items: center; 
    gap: 20px 25px;
    white-space: nowrap;
    cursor: pointer;
}
.custom-nav .elementor-icon-list-item:not(.active) {
    transition: all 250ms ease;
}
.custom-nav .elementor-icon-list-item:not(.active) {
    color:#E6D7C3;
}
.custom-nav .elementor-icon-list-item:not(.active):hover {
    opacity:1!important;
}
.custom-nav .elementor-icon-list-item:not(.active):hover .elementor-icon-list-text,
.custom-nav .elementor-icon-list-item.active .elementor-icon-list-text {
    color: black!important;
}
@media (min-width:1025px) {
    .custom-nav:not(.craft) .elementor-icon-list-items,
    .custom-nav:not(.contact) .elementor-icon-list-items {
        justify-content: space-between!important;
        gap: 0px;
    }
    .custom-nav.craft .elementor-icon-list-items,
    .custom-nav.contact .elementor-icon-list-items {
        gap: 75px;
    }
}
@media (max-width:1024px) {
    .custom-nav .elementor-icon-list-items {
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;  /* Firefox */
        -ms-overflow-style: none; /* IE et Edge */
        justify-content: flex-start!important;
        flex-wrap: nowrap!important;
    }
}

/* -------------------------------------------- */
/* SOLUTIONS NAV */
/* -------------------------------------------- */

.solutions-nav .full-link:hover .elementor-button,
.solutions-nav .full-link .elementor-button.active {
    background-color: var(--e-global-color-secondary);
    color: var(--e-global-color-text);
}

.solutions-nav-wrapper .full-link .image {
    transition: all 350ms ease;
}
.solutions-nav-wrapper.elementor-sticky--effects .full-link .image {
    min-height:0;
    opacity:0;
}
.solutions-nav-wrapper.elementor-sticky--effects .full-link .elementor-button {
    padding: 15px 30px;
}
.solutions-nav-wrapper.elementor-sticky--effects > .e-con-inner {
    padding: 25px 0px;
}

@media (max-width:1024px) {
    .solutions-nav .full-link {
        min-width:120px;
    }
    .solutions-nav-wrapper.elementor-sticky--effects .full-link .elementor-button {
        padding: 10px 20px;
    }
    .solutions-nav {
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;  /* Firefox */
        -ms-overflow-style: none; /* IE et Edge */
        justify-content: flex-start!important;
        flex-wrap: nowrap!important;
    }
}

/* -------------------------------------------- */
/* SOLUTIONS */
/* -------------------------------------------- */ 

.solution-blurb .elementor-image-carousel-wrapper .swiper,
.solution-blurb .elementor-image-carousel-wrapper .swiper-wrapper,
.solution-blurb .elementor-image-carousel-wrapper .swiper-slide,
.solution-blurb .elementor-image-carousel-wrapper .swiper-slide-inner {
    width: 100%!important;
    height: 100%!important;
    max-height: 750px!important;
}

.solution-blurb .elementor-image-carousel-wrapper .swiper-slide {
    flex-grow: 1;
}

.solution-blurb .elementor-image-carousel-wrapper .swiper-slide img {
    width: 100%!important;
    object-fit: cover!important;
}

@media (min-width: 1025px) {
    .solution-blurb .elementor-image-carousel-wrapper .swiper-pagination-bullets {
        left: 40px!important;
        bottom: 40px!important;
    }
    .solution-blurb .elementor-image-carousel-wrapper .swiper-slide figure,
    .solution-blurb .elementor-image-carousel-wrapper .swiper-slide img  {
        height: 100%!important;
        min-height: 750px!important;
    }
}

@media (max-width:1024px) {
    .solution-blurb .elementor-image-carousel-wrapper .swiper-pagination-bullets {
        left: 25px!important;
        bottom: 25px!important;
    }
    .solution-blurb .elementor-image-carousel-wrapper .swiper-slide figure,
    .solution-blurb .elementor-image-carousel-wrapper .swiper-slide img {
        height: 400px!important;
    }
}
@media (max-width:768px) {
    .solution-blurb .elementor-image-carousel-wrapper .swiper-slide figure,
    .solution-blurb .elementor-image-carousel-wrapper .swiper-slide img  {
        height: 200px!important;
    }
}

.solution-blurb .elementor-image-carousel-wrapper .swiper-pagination-bullets {
    display:flex!important;
    gap:10px!important;
    text-align: left!important;
    top: auto!important;
    transform: none;
}

.solution-blurb.white-nav .elementor-image-carousel-wrapper .swiper-pagination-bullet {
    --bulletColor: #ffffff;
}
.solution-blurb.black-nav .elementor-image-carousel-wrapper .swiper-pagination-bullet {
    --bulletColor: #000000;
}
.solution-blurb .elementor-image-carousel-wrapper .swiper-pagination-bullet {
    background: var(--bulletColor)!important;
    border: 1px solid var(--bulletColor)!important;
}
.solution-blurb .elementor-image-carousel-wrapper .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background: transparent!important;
}

.hero-carousel .swiper {
    overflow: visible;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 30%, black 70%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 30%, black 70%, transparent 100%);
}

.solution-blurb .elementor-image-carousel-wrapper {
    border-radius:35px!important;
    overflow:hidden!important;
    padding-bottom:0!important;
}

.solution-blurb .loop .swiper-pagination:last-child {
    --dots-vertical-offset: 0px;
    --e-n-carousel-dots-vertical-offset: 0px;
}

/* -------------------------------------------- */
/* MOBILE TOGGLE */
/* -------------------------------------------- */

.solution-blurb .mobile-toggle,
.solution-blurb .e-n-accordion-item {
    height:100%
}
.solution-blurb div[role="region"] {
    flex-grow:1
}

/* Mobile : accordéon actif */
@media (max-width: 1024px) {
    .mobile-toggle .e-n-accordion-item summary {
      cursor: pointer;
    }
  }
  
  /* Desktop : accordéon désactivé et visuellement déroulé */
  @media (min-width: 1025px) {
    .mobile-toggle .e-n-accordion-item {
      display: flex;
    }
  
    .mobile-toggle .e-n-accordion-item[open] summary {
      pointer-events: none;
    }
  
    .mobile-toggle .e-n-accordion-item .e-n-accordion-item-title-icon {
      display: none;
    }
  
    .mobile-toggle .e-n-accordion-item summary {
      cursor: default;
    }
  }

/* -------------------------------------------- */
/* IMPLANTATION */
/* -------------------------------------------- */

.implantation-section .elementor-counter-title {
    text-align: center;
}

#implantation-map .site {
    transform-origin: 50% 50%;
}

/* -------------------------------------------- */
/* EXIL CAROUSEL */
/* -------------------------------------------- */

.exil-carousel .swiper,
.exil-carousel .swiper-slide,
.exil-carousel .swiper-slide * {
    height: 100%;
    min-height: 265px;
    max-height: 265px;
    flex-grow: 1;
}
@media (min-width:1025px) {
    .exil-carousel .swiper,
    .exil-carousel .swiper-slide,
    .exil-carousel .swiper-slide * {
        height: 100%;
        min-height: 565px;
        max-height: 565px;
        flex-grow: 1;
    }
    .exil-carousel .swiper-pagination-bullets {
        left: 35px;
        bottom: 35px!important;
        text-align: left;
        top: auto;
        transform: none;
    }
}
.exil-carousel .swiper-slide figure img {
    object-fit: cover;
}
.exil-carousel .swiper-pagination-bullets {
    left: 15px;
    bottom: 15px!important;
    text-align: left;
    top: auto;
    transform: none;
}
.exil-carousel.white-nav .swiper-pagination-bullet {
    --bulletColor: #ffffff;
}
.exil-carousel.black-nav .swiper-pagination-bullet {
    --bulletColor: #000000;
}
.exil-carousel .swiper-pagination-bullet {
    background: var(--bulletColor)!important;
    border: 1px solid var(--bulletColor);
}
.exil-carousel .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background: transparent!important;
}

/* -------------------------------------------- */
/* FOCUS LOOP */
/* -------------------------------------------- */

@media (min-width:1025px) {
    .focus-filters .e-filter {
        justify-content: space-between!important
    }
    .focus-filters .e-filter .e-filter-item {
        flex-grow: 0!important;
    }
}
.focus.loop .e-loop__load-more a {
    text-decoration: none!important;
}
.focus.loop .focus-item .elementor-widget-image a {
    display: block;
}

.focus.loop .elementor-main-swiper {
    width:100%;
    --swiper-pagination-bullet-horizontal-gap: 3px;
}
.focus.loop {
    --color1 : #D2B9A0;
    --color2 : #1F1C1A;
    --color3 : #FFF000;
    --color4 : #5F46FF;
    --color5 : #ffffff;
}
.focus.loop.archive {
    --color2 : #000000;
}
.focus.loop .swiper-slide:nth-child(3n+2) .txt-container { background-color:var(--color1); }
.focus.loop .swiper-slide:nth-child(3n+2) .txt-container * { color: #000000!important;}
.focus.loop .swiper-slide:nth-child(3n+3) .txt-container { background-color:var(--color2); }
.focus.loop .swiper-slide:nth-child(3n+3) .txt-container * { color: #ffffff!important;}
.focus.loop .swiper-slide:nth-child(3n+1) .txt-container { background-color:var(--color3); }
.focus.loop .swiper-slide:nth-child(3n+1) .txt-container * { color: #000000!important;}

.loop .swiper-pagination:last-child {
    display: flex;
    gap:10px;
    /* left: 0px;
    bottom: 0px!important; 
    top:auto */
    text-align: left;
    transform: none;
}
.loop .swiper-pagination-bullet,
.loop .swiper-pagination-bullet:hover {
    background: var(--dots-normal-color, var(--e-n-carousel-dots-normal-color));
    border: 1px solid var(--dots-normal-color, var(--e-n-carousel-dots-normal-color));
}


.loop .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background: transparent!important;
    opacity: 1!important;
}

/* -------------------------------------------- */
/* FOCUS PAGE */
/* -------------------------------------------- */

.focus.loop .elementor-loop-container .e-loop-item:nth-child(5n+2) .txt-container { background-color:var(--color4); }
.focus.loop .elementor-loop-container .e-loop-item:nth-child(5n+2) .txt-container * { color: #ffffff!important;}
.focus.loop .elementor-loop-container .e-loop-item:nth-child(5n+3) .txt-container { background-color:var(--color2); }
.focus.loop .elementor-loop-container .e-loop-item:nth-child(5n+3) .txt-container * { color: #ffffff!important;}
.focus.loop .elementor-loop-container .e-loop-item:nth-child(5n+4) .txt-container { background-color:var(--color1); }
.focus.loop .elementor-loop-container .e-loop-item:nth-child(5n+4) .txt-container * { color: #000000!important;}
.focus.loop .elementor-loop-container .e-loop-item:nth-child(5n+0) .txt-container { background-color:var(--color5); }
.focus.loop .elementor-loop-container .e-loop-item:nth-child(5n+0) .txt-container * { color: #000000!important;}
.focus.loop .elementor-loop-container .e-loop-item:nth-child(5n+1) .txt-container { background-color:var(--color3); }
.focus.loop .elementor-loop-container .e-loop-item:nth-child(5n+1) .txt-container * { color: #000000!important;}

/* -------------------------------------------- */
/* ECHO LOOP */
/* -------------------------------------------- */

.echo-item {
    position: relative
}

.echo-item:after {
    display: block; 
    position: absolute;
    background-color: #ffffff;
    width:1px;
    height:100%;
    transform: translateX(-20px);
    content:"";
}


/* -------------------------------------------- */
/* OVERLAY */
/* -------------------------------------------- */

.overlay {
    opacity: 0;
    transition: all 0.25s ease !important;
    cursor: pointer;
}

.full-link:hover .overlay,
.hero-carousel .swiper-slide:hover  .overlay {
    opacity: 1;
}


/* -------------------------------------------- */
/* FOOTER FORM */
/* -------------------------------------------- */

.footer-form * {
    transition: none;
}
/* Fields*/
.footer-form input {
    height: 24px;
    padding: 6px 0px 0px 0px;
    flex-grow: 0!important;
    flex-basis: 0!important;
}
.footer-form .elementor-field-textual[id="form-field-message"] {
    padding: 13px 0px 0px 0px;
}
.footer-form ::placeholder {
    color: #918C8C!important;
}
.footer-form .elementor-field-group .elementor-field-textual:focus {
    box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0);
    outline: 0;
}
.footer-form .elementor-field-group label {
    margin-bottom: 0px;
}
.footer-form .elementor-field-group {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-bottom: 0px!important;
}

/* Textarea */
.footer-form textarea {
    height:100%;
    max-height: 24px;
    resize: none;
    transition: height 0.2s ease;
}
.footer-form textarea::-webkit-scrollbar {
    width: 6px;
}
.footer-form textarea::-webkit-scrollbar-thumb {
    background-color: #333333;
    border-radius: 10px;
}
.footer-form textarea::-webkit-scrollbar-thumb:hover {
    background-color: #918C8C;
}
.footer-form textarea::-webkit-scrollbar-track {
    background-color: transparent;
}

/* Checkbox */
.footer-form .elementor-field-group-consent label {
    font-size: 14px !important;
    line-height: 19px !important;
    margin-bottom: 0!important;
}
.footer-form .elementor-field-group-consent label a {
    color: inherit;
    text-decoration: underline;
}
.footer-form .elementor-field-group-consent .elementor-field-option {
    display:flex;
}
.footer-form input[type="checkbox"] {
    appearance: none;
    background-color: transparent;
    margin: 0;
    font: inherit;
    color: #1F1C1A;
    width: 12px;
    height: 12px;
    border: 1px solid #1F1C1A;
    border-radius: 0;
    aspect-ratio: 1 / 1;
    transform: translateY(0.2em);
    display: grid!important;
    place-content: center;
    margin-right: 20px;
    padding:0;
}
.footer-form input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #1F1C1A;
}
.footer-form input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.footer-form input[type="file"] {
    height:100%;
    border-bottom: 1px solid #000000;
}
.footer-form input[type="file"].elementor-upload-field {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    padding:.6rem 0rem;
    color: transparent;
    color: #918C8C!important;
    width:100%;
}
.footer-form input[type="file"].elementor-upload-field::file-selector-button,
.footer-form input[type="file"].elementor-upload-field::-webkit-file-upload-button {
    display:none;
} 
.footer-form select {
    display: flex;
    align-items: center;
}
.footer-form .elementor-select-wrapper .select-caret-down-wrapper svg {
    margin-top:0.45em;
}

/* Submit */
.footer-form .elementor-button  {
    min-height: 30px!important;
}
/* Layout */
.footer-form .elementor-field-type-submit {
    width: auto;
}
.footer-form .elementor-form-fields-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 10px;
}
.footer-form .elementor-field-group-nom { grid-area: 1 / 1 / 2 / 2; }
.footer-form .elementor-field-group-prenom { grid-area: 1 / 2 / 2 / 3; }
.footer-form .elementor-field-group-entreprise { grid-area: 2 / 1 / 3 / 2; }
.footer-form .elementor-field-group-poste { grid-area: 2 / 2 / 3 / 3; }
.footer-form .elementor-field-group-email { grid-area: 3 / 1 / 4 / 2; }
.footer-form .elementor-field-group-phone { grid-area: 3 / 2 / 4 / 3; }
.footer-form .elementor-field-group-message { grid-area: 4 / 1 / 5 / 3; }
.footer-form .elementor-field-group-consent { grid-area: 6 / 1 / 7 / 3; }
.footer-form .elementor-field-type-submit { grid-area: 7 / 1 / 8 / 3; }
.footer-form .elementor-field-type-upload { grid-area: 5 / 1 / 6 / 3; }
.footer-form .elementor-field-type-recaptcha_v3,
.footer-form input#form-field-wizard,
.footer-form .target-wizard-parent,
.footer-form .elementor-field-group-assistant { 
    position: absolute;
    z-index:-1;
    height:0px;
    width:0px;
}


@media (min-width:1025px) {
    .footer-form .elementor-field-group label {
        margin-bottom: 20px;
    }
    .footer-form .elementor-form-fields-wrapper {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(4, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 50px;
    }
    .footer-form .elementor-field-group-nom { grid-area: 1 / 1 / 2 / 2; }
    .footer-form .elementor-field-group-prenom { grid-area: 1 / 2 / 2 / 3; }
    .footer-form .elementor-field-group-entreprise { grid-area: 2 / 1 / 3 / 2; }
    .footer-form .elementor-field-group-poste { grid-area: 2 / 2 / 3 / 3; }
    .footer-form .elementor-field-group-email { grid-area: 3 / 1 / 4 / 2; }
    .footer-form .elementor-field-group-phone { grid-area: 3 / 2 / 4 / 3; }
    .footer-form .elementor-field-group-consent { grid-area: 4 / 1 / 5 / 3; }
    .footer-form .elementor-field-group-message { grid-area: 1 / 3 / 5 / 5; }
    .footer-form .elementor-field-type-upload { grid-area: 3 / 3 / 4 / 4; }
    .footer-form .elementor-field-type-submit {
        grid-area: 4 / 4 / 5 / 5;
        align-items: flex-end!important;
        margin-right: 0;
        margin-left: auto;
    }
    .footer-form .elementor-field-group-consent label {
        font-size:14px!important;
        line-height:1.3em!important;
    }
}

/* -------------------------------------------- */
/* NEWSLETTER FORM */
/* -------------------------------------------- */

.newsletter-form button.active {
  background-color: #1F1C1A!important; /* couleur flashy de ton choix */
  color: #FFFFFF!important;
  transition: 0.3s ease;
}

@media (max-width:1024px) {
    .newsletter-form .elementor-field-type-submit {
        margin-top:-1px;
    }
}

/* -------------------------------------------- */
/* CONTACT */
/* -------------------------------------------- */
/* Carousel */
.contact-carousel .swiper-slide {
  transition: opacity 0.4s ease-in-out;
}
/* Formulaire */
.contact-form .elementor-field-option {
    display:flex;
}
.contact-form input[type="checkbox"] {
    appearance: none;
    background-color: transparent !important;
    margin: 0;
    font: inherit;
    color: #1F1C1A !important;
    width: 12px;
    height: 12px;
    border: 1px solid #1F1C1A !important;
    border-radius: 0;
    aspect-ratio: 1 / 1;
    transform: translateY(0.2em);
    display: grid!important;
    place-content: center;
    margin-right: 20px;
    padding:0;
}
.contact-form input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em black;
}
.contact-form input[type="checkbox"]:checked::before {
    transform: scale(1);
}
.contact-form .elementor-field-group-datas {
    margin-bottom:20px!important;
}
.contact-form ::placeholder {
    color: #D2B9A0!important;
    opacity:1!important;
}
.contact-form input[type="file"] {
    height:40px;
}
.contact-form input[type="file"].elementor-upload-field {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    padding:.5rem 1rem;
    color: transparent;
    color: #D2B9A0!important;
}
.contact-form input[type="file"].elementor-upload-field::file-selector-button,
.contact-form input[type="file"].elementor-upload-field::-webkit-file-upload-button {
    display:none;
} 
.contact-form select {
    display: flex;
    align-items: center;
}
.contact-form .elementor-select-wrapper .select-caret-down-wrapper svg {
    margin-top:0.45em;
}


/* -------------------------------------------- */
/* GRADIENT BIG BUTTONS */
/* -------------------------------------------- */
.gradient-big-btn a {
    text-decoration: none;
}
.gradient-big-btn * {
    transition: none;
}
.gradient-big-btn .elementor-button {
    --color1: #FFFFFF;
    --color2: #F9F3EF;
    --color3: #1F1C1A;
    color: var(--color3);
    background-color: #F9F3EF!important; 
    padding: 20px;
    position: relative;
    z-index: 1;
    font-size:28px;
    line-height:1em;
    border-radius: 0px;
}
.gradient-big-btn .elementor-button:before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -2;
    margin: 0px;
    border-radius: inherit;
    background: linear-gradient(to top, var(--color1), var(--color2));
}
.gradient-big-btn .elementor-button:after {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -1;
    margin: 20px; 
    border-radius: inherit;
    background: linear-gradient(to bottom, var(--color1), var(--color2));
}
.gradient-big-btn .elementor-button-content-wrapper {
    background: var(--color2);
    background: linear-gradient(to top, var(--color1), var(--color2));
    border-radius: 0px;
    padding: 40px;
    margin: 20px;
}
.gradient-big-btn.rounded .elementor-button,
.gradient-big-btn.rounded .elementor-button-content-wrapper {
    border-radius: 512px;
}

@media (max-width:1024px) {
    .gradient-big-btn .elementor-button {
        padding: 10px;
    }
    .gradient-big-btn .elementor-button:after {
        margin: 10px; 
    }
    .gradient-big-btn .elementor-button-content-wrapper {
        padding: 20px;
        margin: 10px;
    }
}


/* -------------------------------------------- */
/* SEARCH FILTERS */
/* -------------------------------------------- */

/* General */
.asp_w_container *,
.asp_w_container ::placeholder,
.asp_select2-container, 
.asp_select2-container ul, 
.asp_select2-container ul li, 
.asp_select2-container span {
    font-family: "Rethink Sans", Sans-serif!important;
    font-size:16px!important;
}
@media (min-width:768px) {
    .asp_w_container *,
    .asp_w_container ::placeholder,
    .asp_select2-container, 
    .asp_select2-container ul, 
    .asp_select2-container ul li, 
    .asp_select2-container span {
        font-size:16px!important;
    }
}
@media (max-width:768px) {
    .asp_w_container *,
    .asp_w_container ::placeholder,
    .asp_select2-container, 
    .asp_select2-container ul, 
    .asp_select2-container ul li, 
    .asp_select2-container span {
        font-size:14px!important;
    }
}

.blog,
.post-type-archive-focus {
    --primary: #1F1C1A;
    --secondary: #FFFFFF;
    --radius1: 50px; 
    --radius2: 25px; 
} 
.post-type-archive-job {
    --primary: #000;
    --secondary: #fff;
    --radius1: 0px; 
    --radius2: 0px; 
} 

/* Search */
.asp_w_container {
    display:flex; 
    flex-direction: row;
    gap:20px;
}

@media (max-width:1024px) {
    .asp_w_container {
        flex-direction: column;
    }
}

.ajaxsearchpro {
    width:100%;
    height: 100%!important;
    max-width:400px;
}

div.asp_m.asp_m_1 .probox .proinput input.orig {
    margin-top:-5px;
    padding: 0px!important;
}

/* Select */
div.asp_w form,
div.asp_w.asp_s.searchsettings fieldset, 
div.asp_w.asp_sb.searchsettings fieldset {
   margin:0!important;
}

div.asp_w.asp_s.searchsettings fieldset, 
div.asp_w.asp_sb.searchsettings fieldset {
   width:100%!important;
}

div.asp_sb.asp_sb_1.searchsettings form {
    flex-wrap: nowrap; 
}

@media (min-width:1025px) {
    div.asp_w.asp_s.searchsettings fieldset, 
    div.asp_w.asp_sb.searchsettings fieldset {
        max-width:294px!important;
    }
}
@media (max-width:1024px) {
    #ajaxsearchpro1_1 {
        max-width: 100%!important;
    }
}

div.asp_w.asp_s.searchsettings legend,
div.asp_w.asp_sb.searchsettings legend, 
div.asp_w.asp_s.searchsettings form > div, 
div.asp_w.asp_sb.searchsettings form > div  {
    display:none!important;
}

div.asp_sb.asp_sb_1.searchsettings form {
    height: 100%;
    margin:0!important;
    gap:20px;
}

div.ajaxsearchpro.searchsettings fieldset .asp_select_single, 
div.ajaxsearchpro.searchsettings fieldset .asp_select_multiple {
    padding: 0px;
}

div.asp_w .asp_select2-container {
    border:1px solid var(--primary)!important;
    border-radius: var(--radius1)!important;
    width:100%!important;
    height:100%!important;
    padding: 10px 0;
    transition: all 250ms ease;
    z-index:0!important;
}

@media (max-width:768px) {
    div.asp_w .asp_select2-container {
        padding: 5px 0;
    }
    div.asp_sb.asp_sb_1.searchsettings fieldset {
        min-width: 0px!important;
    }
    div.asp_m.asp_m_1 .probox {
        margin: 4px 8px;
    }
}

.asp_select_label {
    width:100%!important;
}

.asp_select2-search {
    display:none;
}

div.asp_w .asp_select2-container--flat .asp_select2-selection--single,
div.asp_w.asp_s select, div.asp_w.asp_sb select,
.asp_select2-container {
    background-color: transparent!important;

}

.asp_select2-container--flat .asp_select2-selection--single .asp_select2-selection__rendered {
    color: var(--primary)!important;
}

div.asp_w .asp_select2-container .asp_select2-selection--single .asp_select2-selection__rendered {
    padding:0 20px;
}

/* Arrow */
.asp_select2-selection__arrow {
    height:100%!important;
    right:15px!important;
}
.asp_select2-selection__arrow svg {
    width: 12px;
    height: 12px;
    fill: var(--primary)!important;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*transition: all 250ms ease;*/
}
/* Hover */
.asp_select2-container:hover {
    background-color: var(--primary)!important;
}
.asp_select2-container:hover .asp_select2-selection--single .asp_select2-selection__rendered  {
    color: var(--secondary)!important;
}
.asp_select2-container:hover .asp_select2-selection__arrow svg {
    fill: var(--secondary)!important;
}
/* Open */
div.asp_w .asp_select2-container--open {
    background-color: var(--primary)!important;
    z-index:0!important;
}
.asp_select2-container--open .asp_select2-selection--single .asp_select2-selection__rendered  {
    color: var(--secondary)!important;
}
.asp_select2-container--open .asp_select2-selection__arrow svg {
    fill: var(--secondary)!important;
    transform: translate(-50%, -50%) rotate(180deg);
}
.asp_select2-container .asp_select2-results__options {
    max-height: fit-content!important;
    text-transform: uppercase;
}
.asp_select2-dropdown {
    border: 0;
    z-index:0!important;
    border-radius: var(--radius2);
}
.asp_select2-results__option {
    padding: 4px 20px!important;
}
.asp_select2-results__option[aria-selected] {
    color:var(--secondary)!important;
}
.asp_select2-container--flat .asp_select2-results__option--highlighted[aria-selected],
.asp_select2-container--flat .asp_select2-results__option[aria-selected=true] {
    background:transparent!important;
    color:var(--secondary)!important;
    font-weight:700!important;
    opacity:1!important;
}

/*Above Below*/
.asp_select2-container--open .asp_select2-dropdown--below, 
.asp_select2-container--open .asp_select2-dropdown--above {
    background: var(--primary)!important;
}
.asp_select2-dropdown--above {
    transform: translateY(55px);
}
.asp_select2-dropdown--above .asp_select2-results__options {
    padding:10px 0 25px 0;
 
}
.asp_select2-dropdown--below .asp_select2-results__options {
    padding:25px 0 20px 0;
}

@media (max-width:1024px) {
    .asp_select2-dropdown--below {
        transform: translateY(6px);
    }
}
@media (max-width:768px) {
    .asp_select2-dropdown {
        transform: translateY(0px);
        border-radius:0;
    }
    .asp_select2-dropdown .asp_select2-results__options {
        padding: 10px 0;
    }
}

/* Nothing found */
.elementor-posts-nothing-found {
    font-size:1.4em;
    color: var(--primary)
}

/* -------------------------------------------- */
/* KEYFRAMES */
/* -------------------------------------------- */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0,10%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

/* -------------------------------------------- */
/* MARQUEE */
/* -------------------------------------------- */

.marquee-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: stretch; 
}
.marquee,
.marquee-reverse {
    flex-grow: 1;
    display: flex;
    white-space: nowrap;
    position: relative;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
}
.marquee p,
.marquee-reverse p {
    white-space: nowrap;
    text-transform: uppercase;
    margin: -0.1em 0 0 0;
}

/* Breadcrumbs */
#breadcrumbs a {
    text-decoration: none!important;
}

/* -------------------------------------------- */
/* CLIENT MARQUEE */
/* -------------------------------------------- */

.client.marquee-swiper img {
    max-height:100px;
}

/* -------------------------------------------- */
/* TESTIMONIALS */
/* -------------------------------------------- */

.loop.testimonials .swiper-slide-active .e-child {
    border-color:#1F1C1A
}
