/*
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: 1.0
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: simple, élégant, blog, portfolio, responsive
Copyright: © 2023 Aem, tous droits réservés.
Tested up to: 5.4
Requires PHP: 7.0
*/

/* Reset some default styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* Global styles */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f6f6f6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: 15px;
}

a {
    color: #0074D9;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Main content container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Header */
header {
    background-color: #ECC76A;
    padding: 10px;
    text-align: center;
}

header h1 {
    margin: 0;
    color: #fff;
}

/* Navigation menu */
nav {
    text-align: center;
}

nav ul {
    list-style: none;
}

nav li {
    display: inline-block;
    margin-right: 20px;
}

nav li:last-child {
    margin-right: 0;
}

nav a {
    color: #333;
    font-weight: bold;
}

/* Main content area */
.content {
    float: left;
    width: 65%;
    padding: 20px;
}

/* Sidebar */
.sidebar {
    float: right;
    width: 30%;
    padding: 20px;
    background-color: #f6f6f6;
}

/* Posts and Pages */
.post {
    margin-bottom: 30px;
}

.post-title {
    font-size: 24px;
}

.post-meta {
    color: #888;
    margin-bottom: 10px;
}

.post-content {
    line-height: 1.8;
}

/* Comments */
.comment-list {
    list-style: none;
    margin-top: 30px;
    padding-left: 0;
}

.comment {
    margin-bottom: 20px;
}

.comment-meta {
    color: #888;
}

.comment-content {
    line-height: 1.6;
}

/* Footer */
footer {
    clear: both;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 10px;
}

/* Responsive styles */
@media screen and (max-width: 768px) {
    .sidebar, .content {
        width: 100%;
        float: none;
    }
    header h1 {
        font-size: 24px;
    }
}

.wp-caption {
    /* Styles pour .wp-caption ici */
}

.wp-caption-text {
    /* Styles pour .wp-caption-text ici */
}

.sticky {
    /* Styles pour .sticky ici */
}

.gallery-caption {
    /* Styles pour .gallery-caption ici */
}

.bypostauthor {
    /* Styles pour .bypostauthor ici */
}

.alignright {
    /* Styles pour .alignright ici */
}

.alignleft {
    /* Styles pour .alignleft ici */
}

.aligncenter {
    /* Styles pour .aligncenter ici */
}

.screen-reader-text {
    /* Styles pour .screen-reader-text ici */
}
