/*
Theme Name: AEM Slate
Theme URI: https://www.avignon-et-moi.fr/themes/aem-slate/
Description: A super simple WordPress theme designed for a clean and minimalistic look.
Version: 2.1
Author: AEM
Author URI: https://www.avignon-et-moi.fr/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aem-slate
Tags: blog, clear border, flat
Copyright: © 2023 Aem, tous droits réservés.
Tested up to: 5.8
Requires PHP: 7.0
*/

/* Reset and General Styles */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, ul, ol, li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
}

/* Global Styles */
body {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

a {
    text-decoration: none;
    color: #ed145b;
}

/* Header Styles */
header {
    background-color: #f7f7f7;
    padding: 20px;
    text-align: center;
}

/* Navigation Styles */
nav {
    background-color: #ed145b;
    color: #fff;
    padding: 10px;
    text-align: center;
}

nav ul {
    list-style: none;
}

nav ul li {
    display: inline;
    margin-right: 10px;
}

/* Content Styles */
article {
    margin: 20px;
    padding: 20px;
    border: 1px solid #ddd;
    background-color: #fff;
}

/* Sidebar Styles */
aside {
    float: right;
    width: 30%;
    margin: 20px;
    padding: 20px;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
}

/* Footer Styles */
footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px;
}
