/*
Theme Name:     Twenty Twenty-One Child
Theme URI:      https://tonsite.fr
Description:    Thème enfant de Twenty Twenty-One
Author:         Ton Nom
Author URI:     https://tonsite.fr
Template:       twentytwentyone
Version:        1.0.0
Text Domain:    twentytwentyone-child
*/

/* =========================
   RESET GLOBAL (SAFE)
========================= */

body {
    margin: 0;
    padding: 0;
}

/* RESET GLOBAL */
#page,
.site,
.site-main,
.site-content,
.entry-content {
    margin: 0 !important;
    padding: 0 !important;
}

.site-header {
	padding-top: 0 !important;
}

/* HEADER / FOOTER DASHBOARD ONLY */
body header.site-header,
body footer.site-footer {
    display: none !important;
}

/* HEADER GLOBAL */
.site-header {
    margin: 0;
    padding: 0;
    height: auto;
}

/* STRUCTURE CONTENT */
.site-content,
#primary,
.wrap {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

/* CLEAN CONTENT */
.site-main {
    padding-top: 0 !important;
}

.site-content {
    padding-top: 0 !important;
}

.entry-content {
    margin-top: 0 !important;
}

/* PLUGIN AREA */
.hypervision-content {
    background-color: #f0f4f8;
    padding: 30px;
    margin-top: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: center !important;
}

/* WRAP CLEANUP */
body #content,
body #content .wrap {
    background: transparent;
    padding: 0;
}