/*
Theme Name: cybertech 
Theme URI: https://demo.themexbd.com/rtl/cybertech/
Author: codexpert
Author URI: https://www.templatemonster.com/authors/codexpert/
Description: Cybertech - Cyber Security Service Responsive WordPress Theme
Version: 2.0.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, sticky-post, threaded-comments, translation-ready
Text Domain: cybertech
*/
/*----------------------------------------
 Don't change any css from here. If you need to change, Please use child theme.
------------------------------------------*/
/* Configuration de base pour les grands écrans (Ordinateurs) - Plus Grand */
html {
    font-size: 125%; /* Augmente la taille de base à environ 20px pour une excellente lisibilité */
}

body {
    font-size: 1rem; /* Applique la taille définie ci-dessus */
    line-height: 1.65; /* Augmente légèrement l'espacement pour aérer le grand texte */
}

/* Ajustement pour les Tablettes */
@media (max-width: 1024px) {
    html {
        font-size: 112.5%; /* Descend à environ 18px sur tablette */
    }
}

/* Ajustement pour les Mobiles */
@media (max-width: 767px) {
    html {
        font-size: 106.25%; /* Reste lisible sur smartphone (environ 17px) sans casser le design */
    }
}


/* Ciblage des images de la section Nos Services */
.elementor-element-bc9da08 .elementor-image-box-wrapper img,
.elementor-element-bc9da08 .elementor-grid img,
article.post img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3 !important; /* Force les proportions de l'image de référence */
    object-fit: cover !important;   /* Coupe proprement l'image sans la déformer */
    object-position: center !important; /* Centre le sujet de l'image */
}