/*!
Theme Name: Toto Portfolio
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: toto-portfolio
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Toto Portfolio is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> IMPORTS - STRUCTURE MODULAIRE
----------------------------------------------------------------
Chaque fichier contient sa section CSS + son responsive intégré
pour préserver la cascade CSS et faciliter la maintenance.
--------------------------------------------------------------*/

/* Variables et typographie de base */
@import url('css/variables.css');

/* Normalisation et box-sizing */
@import url('css/normalize.css');

/* Éléments de base (typography, links, forms) */
@import url('css/base-elements.css');

/* Navigation et header */
@import url('css/navigation.css');

/* Page d'accueil (slider, hero, containers) */
@import url('css/homepage.css');

/* Section À propos */
@import url('css/about-section.css');

/* Galeries homepage et archives */
@import url('css/galleries.css');

/* Contact et formulaires */
@import url('css/contact.css');

/* Galeries custom et lightbox */
@import url('css/custom-galleries.css');

/* Composants WordPress (posts, comments, widgets) */
@import url('css/wp-components.css');

/* Utilitaires et loader */
@import url('css/utilities.css');