@charset "UTF-8";
/*
Theme Name: Thème Portail CCN
Theme URI: https://www.chemin-neuf.fr
Author: the WordPress team
Author URI: https://www.chemin-neuf.fr
Description: Le thème portail de la Communauté du Chemin Neuf
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 5.6
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ccnpor
*/



/* Set default fonts */
:root {
    --font-primary: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    --font-secondary: 'Open Sans', sans-serif;

    --color-primary: #4a90e2;
    --black: #000000;
    --blue: #0693e3;

    --container-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.05);
}

html, body {
    font-family: var(--font-primary);
    margin: 0;
    padding: 0;
}


#page ul > li {
    margin-bottom: 0.5rem;
}

.has-blue-light-background-color {background-color: #8ed1fc;}
.has-blue-background-color {background-color: #0693e3;}
.has-orange-background-color {background-color: #ff6900;}


body.page {
    background-color: hsl(0 0% 98% / 1);
}

body.page #page {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 12px;
    box-shadow: var(--container-box-shadow);
    margin-bottom: 200px;
    background: white;
}

@media screen and (min-width: 900px) {
    body.page #page {
        padding: 100px;
        padding-bottom: 200px;
    }
}

body.page h1 {
    max-width: 1100px;
    margin: 100px auto;
    font-size: 3.4rem;
}



/* ============================================== */
/*              WP BLOCKS                         */
/* ============================================== */
.wp-block-cover, .wp-block-cover-image {
    min-height: 100px;
}



footer.legal img {
    height: auto;
}