/**
 * Theme Name: Ollie child
 * Template:   ollie
 */
 
.w-hidden {
    display: none !important;
}

.wpcf7-form {
    font-family: var(--wp--preset--font-family--narrow) !important;
    font-size: 20px;
}

.wpcf7-form input:not(.wpcf7-submit), .wpcf7-form textarea, .wpcf7-form select {
    width: 100%;
    font-size: 20px;
    color: #374151;
}

.wpcf7-form p:has(> input.wpcf7-submit) {
    text-align: center;
}

.wpcf7-form input.wpcf7-submit {
    width: 200px;
    background-color: #ED6865;
    color: white;
    font-weight: bold;
    border: 0;
    border-radius: 7px;
    padding: 5px;
}

.post-type-archive-membre .wp-block-post-featured-image img {
    max-height: 225px;
    max-width: 225px !important;
}

.site-header > div {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-around;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.site-header > div > div {
    margin: 0 !important;
}

.site-header > div div.wp-block-site-logo {
    margin: 0 !important;
}

.wp-block-site-logo a {
    max-width: 160px;
}

@media screen and (max-width: 992px) {
    .site-header > div {
        justify-content: space-between;
    }
    
    .wp-block-site-logo a {
        max-width: 110px;
    }
    
    .wpcf7-form .wpcf7-spinner {
        display: none;
    }
}

.post-type-archive-membre .wp-block-post-featured-image {
    text-align: center;
}

.post-type-archive-membre .wp-block-post-featured-image img {
    display: inline-block;
    max-width: 300px;
}
