/*--------------------------------------------------------------
  Côte d'Ivoire Skills — Brand theme
  Loaded after style.css
----------------------------------------------------------------*/

/*--------------------------------------------------------------
  1. Global brand surfaces
----------------------------------------------------------------*/
html,
body.theme-light {
  background-color: var(--body-bg-color);
  color: var(--body-color);
  scroll-padding-top: 90px;
}

.tm-gradient-bg-1 {
  background: linear-gradient(267.18deg, #f4f7fb 0%, #eef3f8 100%);
}

.tm-border-width,
.tm-border-height {
  background-color: var(--border-color);
}

.social__link i {
  color: var(--heading-color) !important;
}

.social__item {
  border-color: var(--border-color);
}

.social__item:hover {
  background-color: var(--primary-color);
}

.social__item:hover .social__link i {
  color: var(--white-color) !important;
}

.social__icon-btn {
  background-color: var(--primary-500);
  color: var(--primary-color);
}

.select-input-customize {
  color: var(--heading-color) !important;
  border-color: var(--border-color);
}

.text-dot-left {
  color: var(--heading-color) !important;
}

.highlight-text {
  color: var(--primary-color) !important;
}

/*--------------------------------------------------------------
  2. Header (maquette)
----------------------------------------------------------------*/
.skills-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #ffffff;
  border-bottom: 1px solid var(--border-color);
  box-shadow: 0 1px 0 rgba(11, 31, 58, 0.04);
  /* Empêche les styles .tm-sticky_header (fixed) de réapparaître */
  width: 100%;
}

.skills-header__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.skills-header__brand {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
}

.skills-header__logo {
  display: block;
  height: 68px;
  width: auto;
  max-width: 280px;
  object-fit: contain;
}

.skills-header__nav {
  flex: 1;
  display: flex;
  justify-content: center;
  min-width: 0;
}

.skills-header__menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.skills-header__menu a {
  position: relative;
  display: inline-block;
  font-family: var(--body-font-family);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--heading-color);
  text-decoration: none;
  padding: 8px 0;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.skills-header__menu a:hover,
.skills-header__menu a.is-active {
  color: var(--primary-color);
}

.skills-header__menu a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--primary-color);
  border-radius: 2px;
}

.skills-header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.skills-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.skills-btn--green {
  background: var(--accent-green);
  color: #ffffff !important;
  border: 1px solid var(--accent-green);
}

.skills-btn--green:hover {
  background: var(--accent-green-dark);
  border-color: var(--accent-green-dark);
  color: #ffffff !important;
}

.skills-btn--outline {
  background: #ffffff;
  color: var(--heading-color) !important;
  border: 1px solid #cfd6e1;
}

.skills-btn--outline:hover {
  border-color: var(--heading-color);
}

.skills-header__lang-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: none;
  color: var(--heading-color);
  font-size: 13px;
  font-weight: 700;
  padding: 8px 4px;
  cursor: pointer;
}

.skills-header__burger {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  background: #fff;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}

.skills-header__burger span {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--heading-color);
  border-radius: 2px;
}

.skills-offcanvas__logo {
  height: 44px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
}

.skills-offcanvas__menu {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.skills-offcanvas__menu a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid var(--border-color);
  color: var(--heading-color);
  font-weight: 600;
  text-decoration: none;
}

.skills-offcanvas__menu a:hover {
  color: var(--primary-color);
}

.skills-offcanvas__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 1199px) {
  .skills-header__nav {
    display: none;
  }

  .skills-header__actions .skills-btn {
    display: none;
  }

  .skills-header__burger {
    display: inline-flex;
  }

  .skills-header__logo {
    height: 56px;
    max-width: 220px;
  }
}

.offcanvas.offcanvas-end.style-1 {
  background-color: var(--surface-color);
  color: var(--body-color);
}

/*--------------------------------------------------------------
  3. Buttons (global brand)
----------------------------------------------------------------*/
.primary__btn {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: #fff !important;
}

.primary__btn:hover,
.primary__btn.style2:hover {
  background-color: var(--primary-200) !important;
  color: #fff !important;
}

.primary__btn.style2 {
  background-color: var(--heading-color) !important;
  color: #fff !important;
}

/*--------------------------------------------------------------
  4. About / Features / Testimonials / Events
----------------------------------------------------------------*/
.about-content__subtitle,
.about-content__btn-phone .about-phone-info .about-phone-text {
  color: var(--heading-color) !important;
}

.about-content__info {
  color: var(--heading-color) !important;
}

.about-content__info .highlight-text {
  color: var(--primary-color) !important;
}

.skills-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 0;
  background: #0b1f3a;
  border-radius: 18px;
  padding: 22px 18px;
  color: #fff;
  overflow: hidden;
}

.skills-stats__item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 8px 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.skills-stats__item:last-child {
  border-right: none;
}

.skills-stats__icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  color: #fff;
}

.skills-stats__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.skills-stats__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.skills-stats__value {
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
  letter-spacing: -0.02em;
}

.skills-stats__label {
  font-size: clamp(11px, 0.95vw, 14px);
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 500;
}

@media (max-width: 991px) {
  .skills-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 18px 12px;
    border-radius: 14px;
  }

  .skills-stats__item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    padding: 14px 12px;
  }

  .skills-stats__item:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.18);
  }

  .skills-stats__item:nth-last-child(-n + 2) {
    border-bottom: none;
  }
}

@media (max-width: 575px) {
  .skills-stats {
    grid-template-columns: 1fr;
  }

  .skills-stats__item,
  .skills-stats__item:nth-child(odd) {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .skills-stats__item:last-child {
    border-bottom: none;
  }
}

.feature-content__title,
.feature-content__headline,
.feature-content__tagline,
.feature-content__person__info {
  color: var(--heading-color) !important;
}

.feature-content__description {
  color: var(--body-color) !important;
}

.feature-content__button {
  color: var(--heading-color) !important;
  border-color: var(--border-color);
}

.feature-content__button:hover,
.feature-content__button.button-active {
  color: #fff !important;
  background: var(--primary-color) !important;
}

.testimonal-items .testimonal-item {
  border-color: var(--primary-color);
  background-color: var(--surface-color);
  box-shadow: 0 10px 30px rgba(11, 31, 58, 0.05);
}

.testimonal-items .testimonal-item__subtitle,
.testimonal-items .testimonal-item__title {
  color: var(--heading-color) !important;
}

.testimonal-items .testimonal-item__desp {
  color: var(--body-color) !important;
}

.challenges-univers .common-section-heading__title {
  text-transform: uppercase;
}

.challenge-bubble {
  padding: 36px 28px !important;
  text-align: center;
}

.challenge-bubble__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 260px;
}

.challenge-bubble__icon {
  width: 56px;
  height: 56px;
  margin-bottom: 4px;
}

.challenge-bubble__icon svg {
  width: 100%;
  height: 100%;
}

.challenge-bubble__title {
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  margin: 0 !important;
  text-transform: uppercase;
  font-style: normal !important;
}

.challenge-bubble__desp {
  font-style: normal !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  margin: 0 !important;
}

.challenge-bubble__link {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.challenge-bubble__link:hover {
  opacity: 0.8;
}

.challenge-bubble--industry {
  border-color: #228133 !important;
}
.challenge-bubble--industry .challenge-bubble__icon,
.challenge-bubble--industry .challenge-bubble__title,
.challenge-bubble--industry .challenge-bubble__link {
  color: #228133 !important;
}

.challenge-bubble--city {
  border-color: #fc6203 !important;
}
.challenge-bubble--city .challenge-bubble__icon,
.challenge-bubble--city .challenge-bubble__title,
.challenge-bubble--city .challenge-bubble__link {
  color: #fc6203 !important;
}

.challenge-bubble--digital {
  border-color: #0b1f3a !important;
}
.challenge-bubble--digital .challenge-bubble__icon,
.challenge-bubble--digital .challenge-bubble__title,
.challenge-bubble--digital .challenge-bubble__link {
  color: #0b1f3a !important;
}

.challenge-bubble--agritech {
  border-color: #1b6b2a !important;
}
.challenge-bubble--agritech .challenge-bubble__icon,
.challenge-bubble--agritech .challenge-bubble__title,
.challenge-bubble--agritech .challenge-bubble__link {
  color: #1b6b2a !important;
}

.challenge-bubble--creative {
  border-color: #6b3fa0 !important;
}
.challenge-bubble--creative .challenge-bubble__icon,
.challenge-bubble--creative .challenge-bubble__title,
.challenge-bubble--creative .challenge-bubble__link {
  color: #6b3fa0 !important;
}

.future-events__title {
  color: var(--heading-color) !important;
  background-image: linear-gradient(to right, var(--heading-color) 100%, transparent 0%);
}

.future-events__desp,
.future-events__desp span {
  color: var(--body-color) !important;
}

.future-events__desp span {
  font-weight: 600;
  color: var(--heading-color) !important;
}

.future-events__date .text,
.future-events__time .text {
  color: var(--heading-color) !important;
}

.future-events__date .date,
.future-events__time .date {
  color: var(--body-color) !important;
}

.future-events__content::after {
  background-color: var(--border-color);
  opacity: 1;
}

.speakers-section__title,
.speakers-card__title,
.speakers-card__title.text-dot-left,
.speakers-card__subtitle {
  color: var(--heading-color) !important;
}

.brands-sponsor {
  background-color: var(--surface-muted-color);
  border-block: 1px solid var(--border-color);
}

.brands-sponsor__title,
.brands-sponsor__title--text {
  color: var(--heading-color) !important;
  text-align: center;
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  margin: 0;
}

.brands-marquee {
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.brands-marquee__track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 56px;
  padding: 8px 0;
  animation: brands-marquee-scroll 28s linear infinite;
}

.brands-marquee:hover .brands-marquee__track {
  animation-play-state: paused;
}

.brands-marquee__item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 84px;
}

.brands-marquee__item img {
  display: block;
  max-height: 76px;
  max-width: 180px;
  width: auto;
  height: auto;
  object-fit: contain;
}

@keyframes brands-marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.package-content .package-one.style2,
.package-content .package-two.style2,
.package-content .package-three.style2 {
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(11, 31, 58, 0.08);
  background-color: var(--heading-color) !important;
}

.package-content .package-one.style2.active,
.package-content .package-two.style2.active,
.package-content .package-three.style2.active {
  background-color: var(--primary-color) !important;
}

/*--------------------------------------------------------------
  5. Hero banner + contact bar
  Image entière (haut → bas), largeur fluide, aucun crop.
----------------------------------------------------------------*/
.site-hero {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  overflow: visible;
}

.site-hero__media {
  width: 100%;
  line-height: 0;
  background-color: #0b1f3a;
}

.site-hero__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  /* Pas de max-height : l'image s'affiche en entier */
  vertical-align: top;
}

.site-hero .cc_contact--bar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: normal;
  font-weight: 500;
  background: linear-gradient(90deg, #0b1f3a 0%, #1a4d2e 45%, #fc6203 100%);
  border: none;
  flex-shrink: 0;
}

.site-hero .cc_contact--bar > * {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 72px;
  width: 325px;
  max-width: 100%;
}

.site-hero .cc_contact--bar > * > * {
  font-weight: 600;
  font-size: 16px;
}

.site-hero .cc_contact--bar .left-border {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.site-hero .cc_contact--bar,
.site-hero .cc_contact--bar a,
.site-hero .cc_contact--bar p {
  color: #ffffff !important;
}

@media (max-width: 991px) {
  .site-hero .cc_contact--bar > * {
    width: 100%;
    height: 52px;
    border-left: none !important;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
}

/*--------------------------------------------------------------
  6. Moving text
----------------------------------------------------------------*/
.moving-section__title {
  color: var(--heading-color) !important;
}

.moving-section .highlight-text {
  color: transparent !important;
  background: none !important;
  background-color: transparent !important;
  background-image: none !important;
  background-clip: border-box !important;
  -webkit-background-clip: border-box !important;
  -webkit-text-fill-color: transparent;
  text-shadow:
    -1px -1px 0 #fc6203,
     0px -1px 0 #fc6203,
     1px -1px 0 #fc6203,
     1px  0px 0 #fc6203,
     1px  1px 0 #fc6203,
     0px  1px 0 #fc6203,
    -1px  1px 0 #fc6203,
    -1px  0px 0 #fc6203;
}

.moving-section .highlight-text::after {
  background-color: var(--primary-color) !important;
}

/*--------------------------------------------------------------
  7. News / Contact / Footer
----------------------------------------------------------------*/
.recent-news__item__content .news-category__description,
.recent-news__item__content .news-title__description,
.recent-news__item__content .news-category__description.text-dot-left {
  color: var(--heading-color) !important;
}

.recent-news__item__content .news-date__description {
  color: var(--primary-color) !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}

.recent-news__item__content .news-category__title,
.recent-news__item__content .news-date__title,
.recent-news__item__content .news-title__title {
  color: var(--body-color) !important;
}

.recent-news__item {
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease;
  padding-bottom: 28px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--border-color);
}

.recent-news__list {
  gap: 48px !important;
}

.recent-news__img {
  border-radius: 12px;
  object-fit: cover;
  max-height: 220px;
  flex-shrink: 0;
}

.recent-news__item:hover {
  color: inherit;
}

.recent-news__item:hover .news-title__description {
  color: var(--primary-color) !important;
}

.recent-news__item:hover .recent-news__arrow {
  transform: translateX(4px);
}

.recent-news__item__content {
  align-items: flex-start;
  flex: 1;
}

.recent-news__arrow {
  margin-left: auto;
  align-self: center;
  flex-shrink: 0;
  color: var(--primary-color);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.2s ease;
}

.recent-news__item__content .news-title__description:hover {
  color: var(--primary-color) !important;
}

.contact-form .contact-title {
  color: var(--heading-color) !important;
}

.contact-form .contact-desp,
.contact-form .form-check .form-check-label {
  color: var(--body-color) !important;
}

.contact-form .form-inputs .type_1 label,
.contact-form .form-textarea .type_1 label {
  color: var(--heading-color) !important;
}

.contact-form .form-inputs .type_1 input,
.contact-form .form-inputs .type_1 select,
.contact-form .form-textarea .type_1 textarea,
.contact-form input,
.contact-form select,
.contact-form textarea,
.contact-form .csame {
  color: var(--heading-color) !important;
  background-color: var(--surface-color) !important;
  border-color: var(--border-color) !important;
}

.contact-form .form-inputs .type_1 input::placeholder,
.contact-form .form-inputs .type_1 select::placeholder,
.contact-form .form-textarea .type_1 textarea::placeholder,
.contact-form .csame::placeholder,
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: var(--body-color) !important;
  opacity: 1 !important;
}

.footer {
  background-color: var(--surface-muted-color);
  border-top: 1px solid var(--border-color);
}

.footer__description,
.footer__title,
.footer__link,
.footer__phonetitle,
.footer__phonenumber,
.footer__emailtitle,
.footer__emailtext,
.footer__address,
.footer__copyright__copytext,
.footer__input__email,
.footer__input__btn {
  color: var(--heading-color) !important;
}

.footer__input__email {
  border-bottom-color: rgba(252, 98, 3, 0.25) !important;
  color: #0b1f3a !important;
  -webkit-text-fill-color: #0b1f3a;
}

.footer__input__email:focus {
  border-bottom-color: var(--primary-color) !important;
}

footer.footer .footer__input input.footer__input__email::placeholder {
  color: #0b1f3a !important;
  opacity: 1 !important;
}

footer.footer .footer__input input.footer__input__email::-webkit-input-placeholder {
  color: #0b1f3a !important;
  opacity: 1 !important;
}

footer.footer .footer__input input.footer__input__email::-moz-placeholder {
  color: #0b1f3a !important;
  opacity: 1 !important;
}

footer.footer .footer__input input.footer__input__email:-ms-input-placeholder {
  color: #0b1f3a !important;
  opacity: 1 !important;
}

.footer__link::after {
  background-color: var(--primary-color);
}

.footer__link:hover,
.footer__input__btn:hover {
  color: var(--primary-color) !important;
}

.footer__input__btn__icon svg path {
  fill: var(--heading-color);
}

.footer__logo {
  height: 120px;
  width: auto;
  max-width: 380px;
  object-fit: contain;
}

.common-section-heading__title {
  color: var(--heading-color) !important;
}

.common-section-heading__subtitle {
  color: var(--body-color) !important;
}

.tm-scrollup {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.tm-scrollup:hover {
  background-color: var(--primary-200);
}

.tm-scrollup:hover i {
  color: var(--white-color);
}
