/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

:root {
  scroll-behavior: auto;
  --navbar-color: rgba(10, 10, 10, .95);
  --primary-color: #111111;
  --title-card-color: #222222;
  --btn-primary-color: #222222e6;
  --text-color: #777777;
  --text-secondary-color: #555555;
  --menu-footer-color: #777777;
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

/* Déclaration de la police et-line */
@font-face {
  font-family: 'et-line'; /* Nom que vous utiliserez pour appeler la police */
  src: url('library/fonts/et-line-E4GUAHT7.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
}

body {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: var(--bs-body-font-weight);
  font-family: Open Sans, arial, sans-serif;
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* LOGO */
#main-logo .text-logo {
  text-transform: uppercase !important;
  letter-spacing: .2em !important;
}

/* HEADER */
.header-title h1 {
  padding-left: 50px;
  letter-spacing: 51px;
  opacity: .9;
}

.header-subtitle p {
  font-family: Open Sans, arial, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.2;
  opacity: .35;
  color: #fff;
}

.header-cta {
  position: absolute !important;
  bottom: 0;
}

.header-cta a.fa-stack {
  width: 1.7em;
  height: 1.7em;
  line-height: 1.7em;
}

.header-cta a.btn-default {
  color: #111111 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

.style-dark .header-cta a.btn-default:not(.btn-hover-nobg):not(.icon-animated):hover {
  color: #111111 !important;
  background-color: var(--menu-footer-color) !important;
  border-color: var(--menu-footer-color) !important;
}

.header-cta i.fa {
  display: inline-block;
  animation: bounce 1.5s ease-in-out infinite;
}

/* SECTION */
.section-title {
  letter-spacing: .5em;
}

/* SECTION SERVICES */
.style-light .btn-container {
  position: absolute;
  bottom: 35px;
}

.style-light .btn-default.btn-service {
  background-color: var(--btn-primary-color) !important;
  padding: .5rem 1.25rem !important;
  color: #fff !important;
  font-size: 14px !important;
  border: none;
  border-radius: .15rem;
  line-height: 1.6;
}

.style-light .btn-default.btn-service:hover {
  background-color: #000000b3 !important;
}

.service-container .unshadow-darker-xs {
  border-radius: .5rem;
  box-shadow: #0000003d 0 3px 8px;
}

/* SECTION BANNER */
.banner-description {
  font-weight: 400;
  color: var(--text-secondary-color);
  font-size: 15px;
}

.btn-banner {
  border-radius: 2px;
  color: var(--primary-color) !important;
  background: #fffc !important;
  padding: 8px 37px !important;
  font-size: 12px;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  text-decoration: none;
  letter-spacing: 2px !important;
  line-height: 1.6;
}

body:not(.vc-safe-mode) #banner .shift_y_down_neg_quad {
  margin-bottom: -155px !important;
}

body:not(.vc-safe-mode) #banner .shift_y_neg_quad {
  margin-top: -155px !important;
}

/* SECTION PROCESS */
.process-step h3 {
  text-transform: uppercase;
}

/* SECTION WHY-US */
#why-us .icon-box-content h3 {
  text-transform: uppercase;
}

#why-us .icon-box-content p {
  font-weight: 400;
  color: var(--text-secondary-color);
  font-size: 14px;
  line-height: 1.86;
}

/* SECTION WHY-US */
#special-banner .icon-box-heading > div {
  text-transform: uppercase;
  color: #ffffffe6;
  margin-top: 10px;
}

#special-banner .icon-box-content p {
  font-weight: 400;
  color: var(--text-secondary-color);
  font-size: 15px;
  margin-top: 5px;
}

/* SECTION NEWSLETTER */
#newsletter form {
  margin-left: 70px;
  margin-right: 70px;
}

#newsletter input[type="email"] {
  height: 39px;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-color);
  border: 1px solid rgba(0, 0, 0, .1);
  box-sizing: border-box;
}

#newsletter input[type="email"]::placeholder {
  color: var(--text-color);
}

#newsletter input[type="submit"] {
  border-radius: 2px;
  font-size: 12px !important;
  color: #fff !important;
  background: var(--btn-primary-color) !important;
  border: 2px solid transparent;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.5;
  top: 0 !important;
  right: 0 !important;
  height: 100%;
}

#newsletter input[type="submit"]:hover {
  color: #ffffffd9 !important;
  background: #000000b3 !important;
}

.newsletter-tips p {
  font-size: 11px;
  color: #aaa;
}

/* SECTION CONTACT */
.contact-item-container {
  padding-left: 150px;
  padding-right: 150px;
}

.contact-item .icon-box-icon {
  vertical-align: middle;
}

.contact-item .icon-box-heading > div {
  text-transform: uppercase;
}

.contact-item .icon-box-content > p {
  margin-top: 0;
  font-weight: 400;
  color: var(--text-secondary-color);
  font-size: 15px;
  font-family: Open Sans, arial, sans-serif;
  line-height: 1.6;
}

/* CONTACT FORM 7 */
.cf7-flex-wrapper {
  max-width: 100%;
}
  
.cf7-row-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: stretch;
  margin-bottom: 15px;
}

.cf7-col-left {
  flex: 1;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cf7-col-right {
  flex: 1;
  min-width: 250px;
  display: flex;
  flex-direction: column;
}
  
.cf7-col-left p,
.cf7-col-right p {
  margin: 0;
}

.cf7-field-email,
.cf7-field-name,
.cf7-field-message {
  width: 100%;
}

.cf7-field-email input,
.cf7-field-name input,
.cf7-field-message textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 15px;
  border: 1px solid rgba(0, 0, 0, .1) !important;
  border-radius: 2px;
  box-shadow: none;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase !important;
  letter-spacing: 1px;
  color: var(--text-color) !important;
  outline: none;
  line-height: 1.5;
}

.cf7-field-message {
  height: 100%;
}

.cf7-field-message textarea {
  height: 100%;
  min-height: 95px;
  resize: vertical;
}

.cf7-field-email input:focus,
.cf7-field-name input:focus,
.cf7-field-message textarea:focus {
  color: var(--primary-color) !important;
  border-color: #000000b3 !important;
  box-shadow: 0 0 3px #0000004d !important;
  outline: none;
}
  
.cf7-row-submit {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 5px;
}

.cf7-col-required {
  flex: 1;
  min-width: 200px;
  text-align: left;
}

.cf7-col-required p {
  font-family: Open Sans, arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #aaa !important;
  line-height: 1.6;
}

.cf7-col-submit {
  flex: 1;
  min-width: 200px;
  text-align: left;
}

.cf7-col-submit p {
  margin-top: 0;
  text-align: right;
}

.cf7-col-submit input[type="submit"] {
  font-size: 12px;
  color: #fff;
  background: var(--btn-primary-color);
  border: 2px solid transparent;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  padding: 8px 37px;
  line-height: 1.6;;
}

.cf7-col-submit input[type="submit"]:hover {
  color: rgba(255, 255, 255, 0.85);
  background: rgba(0, 0, 0, 0.7);
}

.wpcf7-not-valid-tip {
  display: none !important;
}

/* SECTION MAP */
.map-wrapper .row-parent {
  padding: 0 !important;
}

.map-wrapper .map-icon .fa {
  color: #111111 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

.map-wrapper .map-toggle {
  top: 55%;
}

.map-wrapper .map-toggle .icon-box-heading {
  text-transform: uppercase;
  color: #ffffffbf;
}

.map-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.map-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
  z-index: 10;
}

.map-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}

.map-overlay-text {
  color: white;
  text-align: center;
}

.map-overlay-text .fa-stack {
  display: inline-block;
  color: #111111 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  margin-bottom: 10px;
}

.map-overlay-text .map-overlay-toggle-text {
  color: white;
  font-family: Dosis, arial, sans-serif;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .3em;
}

.map-overlay-text span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  opacity: 0.8;
}

.map-overlay-close {
  color: white;
  background-color: #111111;
  font-family: Dosis, arial, sans-serif;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .3em;
  cursor: pointer;
}

/* SECTION FOOTER */
.footer-copyright .heading-text > div {
  color: var(--primary-color) !important;
}

.footer-copyright {
  margin-top: 0 !important;
  margin-bottom: 5px;
}

.footer-copyright p {
  color: var(--primary-color) !important;
  font-family: Dosis, arial, sans-serif;
  font-size: 12px !important;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .5em;
}

.footer-slogan {
  margin-top: 0 !important;
}

.footer-slogan p {
  font-size: 11px;
  color: #999;
}

.footer-scroll-top {
  bottom: 30px !important;
}

.footer-scroll-top i {
  color: #0003 !important;
  vertical-align: middle;
  line-height: 0;
}

.footer-scroll-top i:hover {
  color: var(--primary-color) !important;
}

/* UTILS */
form.invalid .wpcf7-response-output {
  color: #721c24 !important;
  background-color: #f8d7da !important;
  padding: .75rem 1.25rem !important;
  border: 1px solid #f5c6cb !important;
  border-radius: 2px !important;
}

form.sent .wpcf7-response-output {
  color: #155724 !important;
  background-color: #d4edda !important;
  padding: .75rem 1.25rem !important;
  border: 1px solid #c3e6cb !important;
  border-radius: 2px !important;
}

.opacity-09 {
  opacity: 0.9;
}

.opacity-035 {
  opacity: 0.35;
}

@media (max-width: 959px) {
  .section {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .mobile-section {
    padding-bottom: 70px !important;
  }

  body:not(.vc-safe-mode) #banner .shift_y_down_neg_quad {
    margin-bottom: 0 !important;
  }
  
  body:not(.vc-safe-mode) #banner .shift_y_neg_quad {
    margin-top: 0 !important;
  }

  #newsletter form {
    margin-left: 100px;
    margin-right: 100px;
  }

  .contact-item-container {
    padding-left: 0;
    padding-right: 0;
  }

  .cf7-row-flex {
    flex-direction: column;
    gap: 15px;
  }
  
  .cf7-col-left,
  .cf7-col-right {
    min-width: 100%;
  }
  
  .cf7-col-left {
    justify-content: flex-start;
    gap: 10px;
  }
  
  .cf7-row-submit {
    flex-direction: column;
    gap: 15px;
  }
  
  .cf7-col-required {
    display: none;
  }

  .cf7-col-submit {
    min-width: 100%;
    text-align: center;
  }
  
  .cf7-field-message textarea {
    min-height: 100px;
  }
}

@media (max-width: 569px) {
  .header-title h1 {
    padding-left: 25px;
    letter-spacing: .7em;
  }

  .section-title {
    letter-spacing: .2em;
  }

  #newsletter form {
    margin-left: 0;
    margin-right: 0;
  }
}