/*
Theme Name: Angora Child
Template: angora
Author: AthenaStudio
Author URI: https://themeforest.net/user/athenastudio
Description: Angora is a clean and modern one page WordPress theme built with Bootstrap framework. It is ultimate flexible with loads of nice options and features.
Version: 2.6
License: GNU General Public License version 3.0
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* === Alignement identique Linea / Font Awesome (Mecanindus - 2025-10) === */
/* Font Awesome INSIDE le wrapper .icon natif d'Angora */
.service-single > .icon i.fa-solid,
.service-single > .icon i.fa-regular,
.service-single > .icon i.fa-light,
.service-single > .icon i.fa-thin,
.service-single > .icon i.fa-brands {
  display: block;          /* comme un glyph :before */
  width: 32px;
  height: 32px;
  font-size: 32px;
  line-height: 32px;       /* centrage vertical identique */
  text-align: center;      /* aligne au centre comme Linea */
}

/* S’assure que Thin garde son poids fin */
.service-single > .icon i.fa-thin { font-weight: 100; }

/* Flèches du portfolio */
#portfolio-details .image-slider .arrows .arrow {
    color: #8a8a8a !important;
    transition: all 0.3s ease;
}

/* Force la bonne police pour les icônes de marques */
.fa-brands::before,
.fab::before {
    content: var(--fa) !important;
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
}

/* Taille du menu principal */
.navbar-nav > li > a {
    font-size: 14px !important;
}
