/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.grecaptcha-badge {
  display: none !important;
  visibility: hidden !important;
}

/*
.texte-recaptcha {
    font-size: 18px !important;
    color: black !important;    
}
.texte-recaptcha a {
    text-decoration: underline !important;
    color: black !important;    
}
.texte-recaptcha a:hover {
    text-decoration: none !important;
    color: #222 !important;    
}

.wpcf7-form input,
.wpcf7-form textarea {
    color: black !important;    
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    font-size: 18px !important;
    background-color: #ffb900 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    font-size: 18px !important;
    background-color: #46b450 !important;
}

.wpcf7-not-valid-tip {
    font-size: 18px !important;
}
*/

body {
  overflow-x: hidden;
}

.wpml-ls-legacy-list-horizontal {
  padding: 0;
  border: none;
}
a.wpml-ls-link {
  padding: 0;
  color: #f8f7f2;
  font-weight: 500;
  transition: 0.3s all;
}
a.wpml-ls-link:hover {
  color: #b6d0d0;
}

/* .sc-language.mobile a.wpml-ls-link {
  font-size: 30px;
}

@media only screen and (max-width: 1366px) {
  .sc-language.mobile a.wpml-ls-link {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1200px) {
  .sc-language.mobile a.wpml-ls-link {
    font-size: 24px;
  }
}
@media only screen and (max-width: 880px) {
  .sc-language.mobile a.wpml-ls-link {
    font-size: 20px;
  }
} */

/* Header */
body.admin-bar .sc-mobile-menu,
body.admin-bar .sc-header-section {
  top: 32px !important;
}

.sc-header-section .sc-language,
.sc-header-section .sc-head-menu,
.sc-header-section .logo {
  transition: 0.3s all;
}

body.page-id-196 .sc-header-section,
body.page-id-2 .sc-header-section {
  background: transparent;
}

.sc-header-section,
body.page-id-196 .sc-header-section.sticky,
body.page-id-2 .sc-header-section.sticky {
  background: #050606;
}

body.page-id-196 .sc-header-section .logo,
body.page-id-2 .sc-header-section .logo {
  opacity: 0;
  pointer-events: none;
}

body.page-id-196 .sc-header-section.scroll-down .sc-language,
body.page-id-196 .sc-header-section.sticky .sc-head-menu.right,
body.page-id-2 .sc-header-section.scroll-down .sc-language,
body.page-id-2 .sc-header-section.sticky .sc-head-menu.right,
.sc-header-section .sc-head-menu.right {
  opacity: 0;
  pointer-events: none;
}

body.page-id-196 .sc-header-section .sc-head-menu.right,
body.page-id-2 .sc-header-section .sc-head-menu.right {
  opacity: 1;
  pointer-events: auto;
}

body.page-id-196 .sc-header-section.scroll-up .logo,
body.page-id-196 .sc-header-section.scroll-down .logo,
body.page-id-2 .sc-header-section.scroll-up .logo,
body.page-id-2 .sc-header-section.scroll-down .logo {
  opacity: 1;
  pointer-events: auto;
}

body.page-id-196 .sc-header-section .sc-head-menu.center,
body.page-id-2 .sc-header-section .sc-head-menu.center {
  opacity: 0;
  pointer-events: none;
  height: 0px;
  transition: 0s;
}
body.page-id-196 .sc-header-section.scroll-up .sc-head-menu.center,
body.page-id-2 .sc-header-section.scroll-up .sc-head-menu.center {
  opacity: 1;
  pointer-events: auto;
  height: 50px;
  transition: 0.3s;
}

body.page-id-196 .sc-header-section .language-wrapper,
body.page-id-2 .sc-header-section .language-wrapper {
  justify-content: center;
  padding-bottom: 0;
}

.sc-header-section .language-wrapper,
body.page-id-196 .sc-header-section.scroll-up .language-wrapper,
body.page-id-2 .sc-header-section.scroll-up .language-wrapper {
  justify-content: flex-end;
  padding-bottom: 11px;
  transition: 0.3s;
}

/* ANIMATED BORDER */
.animated-border {
  --scale: 0;
  pointer-events: none;
}

.animated-border.right {
  transform: scaleX(var(--scale));
  transform-origin: left center; /* grows left → right */
}

.animated-border.left {
  transform: scaleX(var(--scale));
  transform-origin: right center; /* grows right → left */
}

.animated-border.top {
  transform: scaleY(var(--scale));
  transform-origin: bottom center; /* grows bottom → top */
}

.animated-border.bottom {
  transform: scaleY(var(--scale));
  transform-origin: top center; /* grows top → bottom */
}

@media only screen and (max-width: 1366px) {
  .animated-border {
    opacity: 0.4;
  }
}

@media only screen and (min-width: 768px) {
  .footer-form .elementor-field-type-submit {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.footer-form input[type="checkbox"] {
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
}

/* Mobile menu */
a.dialog-close-button.dialog-lightbox-close-button {
  border-radius: 50%;
  padding: 15px;
}

.swiper-pagination-bullet {
  background: none !important;
  border: 1px solid black;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #000 !important;
}

.min-height-title {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.elementor-field::placeholder {
  font-size: 20px;
  color: black !important;
  opacity: 0.7 !important;
}

@media only screen and (max-width: 880px) {
  .elementor-field::placeholder {
    font-size: 16px;
    color: black !important;
    opacity: 0.7 !important;
  }
}

/* MOBILE MENU */
.sc-mobile-menu {
  position: fixed;
  top: 0;
  z-index: 99;
  background: #000;
  height: 100%;
  width: 550px;
  max-width: 100%;
  padding: 30px 0px;
  transition: 0.6s;
  transform: translateY(-110%);
}
.sc-mobile-menu.show {
  transform: translateY(0%);
}

@media only screen and (min-width: 768px) {
  .sc-mobile-menu {
    display: none;
  }
}
.sc-mobile-menu .inner-main {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 200px;
}
.sc-mobile-menu .logo {
  position: relative;
  z-index: 20;
}
.sc-mobile-menu .top-wrapper {
  padding: 0px 20px;
}
.sc-mobile-menu .bottom-wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
}
ul#main-menu-mobile {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
ul#main-menu-mobile li a {
  color: #f8f7f2;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6em;
  transition: 0.3s;
  font-family: "Tenon";
}
ul#main-menu-mobile li a:hover {
  color: #b2cbcb;
}
.sc-mobile-menu a.wpml-ls-link {
  font-size: 24px;
}
.contact-btn {
  background: transparent;
  color: #f8f7f2;
  border: 1px solid #f8f7f2;
  border-radius: 30px;
  padding: 11px 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6em;
}
.contact-btn:hover {
  background: #f8f7f2;
  color: #000000;
}

/* Menu bar */
.sc-mobile-menu-bar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f8f7f2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  position: relative;
  z-index: 9999;
  cursor: pointer;
}
.sc-mobile-menu-bar .line {
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #000000;
  position: relative;
  transition: 0.3s;
}
.sc-mobile-menu-bar.active .line-1 {
  transform: rotate(45deg);
  top: 4px;
}
.sc-mobile-menu-bar.active .line-2 {
  display: none;
}
.sc-mobile-menu-bar.active .line-3 {
  transform: rotate(-45deg);
  bottom: 4px;
}

/* Marquee */
@keyframes horizontal-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.logo-list {
  display: flex;
  width: max-content;
  animation: horizontal-scroll 40s linear infinite;
}
.logo-items {
  flex: 0 0 auto;
  width: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* IMAGE SLIDER */
.logo-items img {
  max-width: 180px;
  height: 150px;
  object-fit: contain;
  vertical-align: middle;
  opacity: 0.5;
  transition: opacity 0.5s;
}

.logo-items img:hover {
  opacity: 1;
}

.e-n-tabs-heading {
  position: sticky;
  top: 25%;
  z-index: 999;
  height: 100%;
}

.sc-client-logo img {
  filter: grayscale(1);
  transition: 0.6s;
  opacity: 0.5;
  cursor: pointer;
}
.sc-client-logo:hover img {
  filter: grayscale(0);
  opacity: 1;
}

.sc-teams-modal,
.sc-client-modal {
  display: flex !important;
  transition: 0.5s;
  transform: translateX(-110%);
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 460px !important;
  max-width: 100%;
  background: #b9cfd0;
  z-index: 9999;
  padding: 30px !important;
  overflow: hidden;
  overflow-y: auto;
}
.sc-teams-modal.active,
.sc-client-modal.active {
  transform: translateX(0%);
}

.sc-teams-modal a,
.sc-teams-modal span,
.sc-client-modal a,
.sc-client-modal span {
  text-underline-offset: 6px !important;
}

.sc-teams-modal-close,
.sc-client-modal-close {
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 25px;
}

.sc-teams-modal {
  background: #f8f7f2;
  width: 530px !important;
}

.team-expand-action {
  cursor: pointer;
}
.team-expand-action.white svg path {
  stroke: #f8f7f2 !important;
}

.sc-team-section {
  cursor: pointer;
}

input[type="file"] {
  width: 100%;
  padding: 10px 20px;
}

ul li::marker {
  color: #b6d0d0;
  font-size: 26px;
}

ul li ul li::marker {
  font-size: 35px;
}

.sc-slider .swiper-slide {
  height: auto !important;
}
.sc-slider .swiper-slide figure,
.sc-slider .swiper-slide figure img {
  height: 100% !important;
  object-fit: cover !important;
}

ul li {
  overflow-wrap: anywhere;
}

.horizontal-item {
  min-width: 40vw;
  flex-shrink: 0;
}

body.page-id-1781 .sc-mobile-menu .contact-btn,
body.page-id-1579 .sc-mobile-menu .contact-btn,
body.page-id-1781 .sc-header-section .elementor-button,
body.page-id-1579 .sc-header-section .elementor-button {
  background-color: #f8f7f2 !important;
  color: #050606 !important;
}
