body {
    position: relative;
}

span.highlight-title,
span.highlight-title-2,
span.highlight-title-white {
    display: inline-block;
    position: relative;
}

span.highlight-title:before {
    content: '';
    display: block;
    width: 100%;
    height: 35px;
    background: #B6CAEA;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

span.highlight-title-2:before {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    background: #B6CAEA;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

span.highlight-title-white:before {
    content: '';
    display: block;
    width: 100%;
    height: 35px;
    background: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.team-item .box-info {
    transition: all .5s ease;
    transform: translateY(101%);
}

.team-item:hover .box-info {
    transform: translateY(0);
}

.technology-item .box-info {
    transition: all .5s ease;
    transform: translateY(101%);
}

.technology-item:hover .box-info {
    transform: translateY(0);
}

.main-menu .menu-item {
    position: relative;
}

.main-menu .menu-item:before {
    content: '';
    display: block;
    width: 80%;
    height: 21px;
    background: #B6CAEA;
    position: absolute;
    left: 50%;
    bottom: 5px;
    opacity: 0;
    transform: translateX(-50%);
    transition: all .3s ease;
}

.main-menu .menu-item:hover:before {
    opacity: 1;
}

.main-menu .menu-item.current-menu-item .elementor-item {
    font-weight: 700 !important;
}

.main-menu .menu-item.current-menu-item:before {
    opacity: 1;
}

.button-header .elementor-widget-container {
    transition: all .3s ease;
}

.button-header:hover .elementor-widget-container {
    background-color: #B6CAEA !important;
}

.space-background {
    height: 90%;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.form-col {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wpcf7-form .form-input, .wpcf7-form .form-textarea, .wpcf7-form .wpcf7-select {
    width: 100%;
    height: 36px;
    border: none;
    border-bottom: 1px solid #00000099;
    border-radius: 0;
    background-color: transparent;
    padding: 8px 4px;
    color: #00000099;
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 32px;
}

.wpcf7-form label {
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 36px;
    color: #00000099;
}

.form-input:focus,
.form-textarea:focus,
.wpcf7-select:focus {
  outline: none;
  border-color: #333;
}

.wpcf7-form .form-textarea {
    height: 112px;
    border: 1px solid #00000099;
    resize: vertical;
}

.form-submit-wrapper {
  text-align: center;
  margin-top: 30px;
}

.form-submit {
  padding: 17px 65px;
  border: 1px solid #001f4d;
  border-radius: 999px;
  background: transparent;
  font-weight: bold;
  color: #001f4d;
  cursor: pointer;
  transition: all 0.3s ease;
}

.form-submit:hover {
  background: #001f4d;
  color: #fff;
}

.wpcf7-spinner {
    display: block;
    margin: 5px auto 0 auto;
}

.nos-expertises-tab .e-n-tabs-heading {
    width: 632px;
    background-color: rgb(249, 246, 238);
    margin: 0 auto;
    border-radius: 60px;
    padding: 17px 30px;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
}

.nos-expertises-tab .e-n-tab-title[aria-selected="true"] {
    font-weight: 700 !important;
}

.les-traitements-tab .e-n-tab-title {
    position: relative;
}

.les-traitements-tab .e-n-tab-title[aria-selected="true"]:before {
    content: '';
    display: block;
    width: 20px;
    height: 8px;
    background: #B6CAEA;
    position: absolute;
    left: 10px;
    bottom: 3px;
    z-index: 1;
}

.les-traitements-tab .e-n-tab-title .e-n-tab-title-text {
    position: relative;
    z-index: 2;
}

.sideways-rl {
    writing-mode: sideways-lr;
}

.section-benefices-directs:before {
    content: '';
    display: block;
    width: 1px;
    height: 60%;
    background: #B6CAEA;
    position: absolute;
    top: 0;
    left: 24px;
}

.team-popup-wrap.hidden {
    display: none;
}

.team-popup-wrap {
    padding: 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0A1F48E5;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

.team-popup-detail {
    max-width: 550px;
    max-height: 80vh;
    overflow: auto;
    padding: 50px 30px 50px 30px;
    border-radius: 20px;
    background: #FCFAF5;
    position: relative;
}

.team-popup-detail .team-popup-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 26px;
    line-height: 160%;
    color: #000000;
    margin: 0;
}

.team-popup-detail .team-popup-position {
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    color: #B6CAEA;
}

.team-popup-detail .team-popup-content {
    font-family: Inter;
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    color: #000000;
    padding-top: 10px;
}

.team-popup-detail .close-team-popup {
    padding: 0;
    border: none;
    background: transparent;
    width: auto;
    height: auto;
    position: absolute;
    top: 20px;
    right: 30px;
}

.technology-popup-wrap.hidden {
    display: none;
}

.technology-popup-wrap {
    padding: 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0A1F48E5;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

.technology-popup-detail {
    max-width: 550px;
    max-height: 80vh;
    overflow: auto;
    border-radius: 20px;
    background: #FCFAF5;
    position: relative;
    border-radius: 20px;
}

.technology-popup-detail .technology-popup-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 26px;
    line-height: 160%;
    color: #000000;
    margin: 0 0 10px 0;
}

.technology-popup-detail .technology-popup-position {
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    color: #B6CAEA;
}

.technology-popup-detail .technology-popup-content {
    font-family: Inter;
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    color: #000000;
    padding-top: 10px;
}

.technology-popup-detail .close-technology-popup {
    padding: 0;
    border: none;
    background: transparent;
    width: auto;
    height: auto;
    position: absolute;
    top: 20px;
    right: 30px;
}

.technology-popup-detail .technology-popup-featured {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.technology-popup-detail .box {
    padding: 30px;
}

.elementor-element .swiper .elementor-swiper-button, .elementor-element .swiper~.elementor-swiper-button, .elementor-lightbox .swiper .elementor-swiper-button, .elementor-lightbox .swiper~.elementor-swiper-button {
    top: auto !important;
    bottom: 30px;
    transform: none !important;
}

.elementor-element .swiper .elementor-swiper-button-next, .elementor-element .swiper~.elementor-swiper-button-next, .elementor-lightbox .swiper .elementor-swiper-button-next, .elementor-lightbox .swiper~.elementor-swiper-button-next {
    right: auto !important;
    left: 70px !important;
}

.elementor-element .swiper .elementor-swiper-button-prev, .elementor-element .swiper~.elementor-swiper-button-prev, .elementor-lightbox .swiper .elementor-swiper-button-prev, .elementor-lightbox .swiper~.elementor-swiper-button-prev {
    left: 30px !important;
}

.custom-dropdown {
    position: relative;
    width: 520px;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 0.14em;
    color: #0A1F48;
    text-transform: uppercase;
}

.dropdown-toggle {
    width: 100%;
    height: 80px;
    background-color: #FCFAF5 !important;
    border-radius: 50px;
    color: #0A1F48 !important;
    text-align: center;
    line-height: 240%;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    padding: 0 50px;
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 0.14em;
    border: none;
}

.dropdown-arrow {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    pointer-events: none;
    margin-top: -3px;
}

.dropdown-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    display: none;
    z-index: 999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
    padding: 5px 15px;
    text-align: center;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 0.14em;
    color: #0E1A38;
    text-transform: uppercase;
    transition: background-color 0.2s;
}
.custom-svg svg {
    fill: none !important;
}

.nos-expertises-tab .tab-les .e-n-tabs-heading {
    display: flex !important;
	width: 900px;
}

.elementor-menu-toggle svg {
    fill: #fff !important;
}

.ss-les-techno-utilisees {
    padding-left: calc((100vw - 1100px) / 2) !important;
}

@media (max-width: 1024px) {
    .main-menu .elementor-nav-menu--dropdown {
        width: 100vw !important;
        position: absolute;
        top: 100%;
        left: auto !important;
        right: 100%;
        z-index: 9999;
        background: #fff !important;
        margin-top: 15px !important;
        margin-right: -63px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .div-main-menu {
        background-color: #0A1F48;
    }
    
    .section-benefices-directs:before {
        display: none;
    }
    
    .elementor-location-header > .elementor-element {
        position: absolute;
        background: transparent !important;
    }
    
    .ss-les-techno-utilisees {
        padding-left: 15px !important;
    }
    
    .tabs-dropdown-options li {
        text-align: center;
        font-weight: 500;
    }
}

@media (max-width: 992px) {
	.nos-expertises-tab .tab-les .e-n-tabs-heading {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
    .form-row {
        flex-direction: column;
        gap: 10px;
    }
  
    .nos-expertises-tab .e-n-tabs-heading {
        width: 100%;
        border-radius: 20px;
        padding: 10px 20px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    
    span.highlight-title:before,
    span.highlight-title-white:before {
        height: 20px;
    }
    
    .custom-dropdown {
        width: 320px;
    }
    
    .les-traitements-tab .e-n-tab-title[aria-selected="true"]:before {
        display: none;
    }
    .page-id-295 .elementor-element.elementor-element-d298c4b,
    .page-id-198 .elementor-element.elementor-element-d298c4b {
        position: absolute;
        background: transparent !important;
    }
}

/* Hide dropdown desktop */
.custom-tab-new .tabs-dropdown {
  display: none;
}

@media (max-width: 768px) {
  /* hide tab on mobile */
  .custom-tab-new .e-n-tabs-heading {
    display: none !important;
  }
  /* display dropdown */
  .custom-tab-new .tabs-dropdown {
        display: block;
        padding: 12px;
        font-size: 16px;
        border-radius: 50px;
        background: #F9F6EE;
        width: 321px;
        height: 80px;
        border: 0;
        color: #0A1F48;
        text-align: center;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 900;
        line-height: 160%;
        letter-spacing: 1.96px;
    }
}