/*
Theme Name: Site Integration Reflexes
Theme URI: https://web-cafetiere.ch/
Author: Alexis Raphaeloff
Author URI: https://raphaeloff.net/
Description: -
Text Domain: webcafbasetheme
Requires at least: WordPress 5.6
Version: 1.0
*/

.admin-bar #header {
    top: 32px;
}

.home #main {
    padding-top: 0;
}

.home #domainesintervention {
    margin-top: 40px;
}

.home #domainesintervention .image.fit img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.home #content > section:nth-child(1) {
    border: none;
}

.features.agenda {
    border: none!important;
    margin-top: 0!important;
    padding-top: 0!important;
}

.posts.agenda > :nth-child(2n + 1), .posts.agenda > :nth-child(2n) {
    width: auto;
}

#sidebar {
    border: none!important;
}

.newsletter_column {
    display: inline-block;
    width: calc(50% - 5px);
    vertical-align: top;
    padding-right: 90px;
}

.grecaptcha-badge {
    display: none!important;
}

@media all and (max-width: 1200px) {
    .home #main {
        padding-top: 50px;
    }

    .newsletter_column {
        width: 100%;
    }
}

@media all and (max-width: 782px) {
    .admin-bar #header {
        top: 46px;
    }
}

