/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
.map_category {display: none;}
#wpmsgcheader {
    visibility: hidden;
    font-size: 19px;
    font-family: 'open sans';
    width: 90%;
    margin-left: 5%;
    position: fixed;
    z-index: 500000;
    background: #fff;
    padding: 20px 25px 25px;
    border: 1px solid #ccc;
    margin-top: 59px;
}
.fermer {
    background: #333;
    color: #fff;
    padding: 6px 11px;
    font-weight: bold;
    position: absolute;
    z-index: 5000;
    top: -1px;
    right: 0;
    font-size: 24px;
    visibility: hidden;
    cursor: pointer;
}
.fermer:hover {
    background: #888;
}
.l-titlebar.size_small h1, .l-titlebar.size_medium h1 {
    font-size: 28px;
}
.l-titlebar.size_medium.color_alternate {
    /* background: #d4d4d4; */
}
header {
    border-bottom: 2px solid #fff;
}
h2 {
    font-size: 26px !important;
}
.l-titlebar.size_medium .l-titlebar-h {
    padding: 0.8rem 0;
}
div#wpmsgcheader a:before {
    content: "-";
    margin-left: 3px;
    margin-right: 6px;
}
div#wpmsgcheader a:first-child:before {
display:none;
}
.visible{
visibility: visible !important;
}
.global_modal_container {
    display: none !important;
}
@media screen and (max-width: 785px) {
.fermer {
    background: #333;
    color: #fff;
    padding: 4px 8px;
    font-weight: bold;
    position: absolute;
    z-index: 5000;
    top: -1px;
    right: 0;
    font-size: 20px;
    visibility: hidden;
    cursor: pointer;
}
#wpmsgcheader {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    overflow: auto;
    padding: 20px 25px 20px !important;
	margin-top:30px;
}
#wpmsgcheader p {
margin-bottom:5px;
}
}