@charset "UTF-8";

/*
Theme Name: Mees France
Description: Mess France is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Mess France elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.8
Requires PHP: 5.6
Version: 1.0
Text Domain: mees-france
Mees France, (C) 2020 
*/


.page-not-found {
    text-align:center;
    padding:40vh 0px;
}

.page-not-found p {
    font-weight: 500;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 5px;
    text-align: left;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    background-color: #edfff6;
    border: solid 1px #04be5b;
    color: #04be5b;
    padding: 16px;
    font-size: 14px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7-form.failed .wpcf7-response-output{
    background-color: #fff0f4;
    border: solid 1px #db524c;
    color: #db524c;
    padding: 16px;
    font-size: 14px;
}

.contact-row.no-params #item-number {
    display: none;
}

.copyrights {
    background: #ffffff;
}
.copyrights a {
    text-align: center;
    display: block;
    color: #182745;
    font-weight: 500;
    font-size: 14px;
    padding: 15px 10px;
    transition: all .5s ease;
}
.copyrights a:hover {
    color: #e26825;
}