@charset 'utf-8';
/*
Theme Name: Ester Child
Template: ester
Theme URI: http://ester.themerex.net/
Description: Ester - Multipurpose and Multiskin Responsive Wordpress theme
Author: themerex
Author URI: http://themerex.net/
Version: 1.1
License: GNU General Public License
License URI: license.txt
*/


@import url("../ester/style.css");


/* =Theme customization starts here
-------------------------------------------------------------- */

body .logo .logo_slogan h2{
	color: #8a8a8a;
	float: left;
    text-align: left;
    margin-top: 0.25em;
    font-size: 16px;
    line-height: 25px;
    font-style: italic;
    font-family: Open Sans;
    font-weight: normal;
}

body .menu_main_nav>li.current-menu-parent>a, 
body .menu_main_nav>li.current-menu-ancestor>a, 
body .menu_main_nav>li.current_page_item>a {
    border-color: #F18F22;
    color: #f18f22 !important;
}

body h2 {
	margin-top: 25px;
	margin-bottom: 25px;
}
body h3 {
	margin-top: 20px;
	margin-bottom: 20px;
}
body h4 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.top_panel_middle .logo {
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}

.top_panel_title_inner {
    background-color: #fff !important;
}

.top_panel_title.title_present.breadcrumbs_present .page_title {
	background: #fff;
	text-align: center;
	max-width: 100%;
	width: 100% !important;
}
body.home .top_panel_title.title_present.breadcrumbs_present .page_title {
	max-width: 800px !important;
    margin: 0 auto;
}

.logo img {
	margin: 0;
}



body.page-id-30 .content_wrap h1 {
	max-width: 800px;
    margin: 0 auto;
}
body.page-id-32 .content_wrap h1 {
	max-width: 800px;
    margin: 0 auto;
}



.top_panel_title .page_title {
	padding-top: 80px;
	text-align: center !important;
	float: none !important;
}

/* Espacement titre */
.top_panel_title + .page_content_wrap {
    padding: 30px 0px 80px 0px;
}



/* FORMULAIRE */
input[type="text"], input[type="number"], input[type="email"], input[type="search"], input[type="password"], select, textarea {
	border: 1px solid #e9e8e7;
}
.wpcf7-form p {
	margin-bottom: 15px;
}




/* BREADRCRUMB */
.top_panel_title.title_present.breadcrumbs_present .page_title {
    max-width: 100%;
    display: block;
    clear: both;
    text-align: center;
}


.top_panel_title.title_present.breadcrumbs_present .breadcrumbs {
    max-width: 100%;
    clear: both;
    float: left;
    display: block;
    padding: 20px 0px;
}

#breadcrumbs {
	padding: 15px 0px;
}


/*-------CUSTOM ----------*/
#div_carte { 
	height : 400px;
	width : 100%;
	margin : auto; 
}
	.bloc-carte {
		border-top: 1px solid #fff;
	}
	.gm-style-iw{
		width: 285px;
		height: 155px;
	}

	.gm-style-iw div{
		overflow:hidden;
	}

	.gm-infobulle{
		padding-left:5px;
	}

	.gm-infobulle h4{
		font-size: 20px;;
		text-transform: uppercase;
		font-weight: bold;
	}

.bloc-footer-page {
	color: #747e81;
}

.body_style_boxed .page_wrap {
	background: #fff;
    -moz-box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.15);
}


/* FOOTER */
.copyright_wrap {
	padding-top: 80px;
}
.body_wrap .copyright_wrap_inner {
	background: #dc7809;
	padding-top: 50px;
	padding-bottom: 40px;
}

body .copyright_style_menu .menu_footer_nav li+li:before {
	color: #fff;
}

.body_wrap .copyright_wrap_inner .copyright_text {
	color: #fff;
}

.body_wrap .copyright_wrap_inner .copyright_text a{
	color: #fff;
}
.body_wrap .copyright_wrap_inner .copyright_text a:hover {
	color: #fff;
	text-decoration: underline;
}

.body_wrap .copyright_wrap_inner .menu_footer_nav li a{
	color: #fff;
}

body input[type="submit"]:hover, 
body input[type="reset"]:hover, 
body input[type="button"]:hover, 
body button:hover {
    background-color: #dc7809;
    opacity: 0.7;
}

body {
    color: #333 !important;
}

body .copyright_wrap_inner .menu_footer_nav li a:hover, 
body .scheme_dark .copyright_wrap_inner .menu_footer_nav li a:hover, 
body .scheme_light .copyright_wrap_inner .menu_footer_nav li a:hover {
    color: #fff;
    text-decoration: underline;
}


/* 404 */
body .post_item_404 .page_title {
    color: #232a34;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center ;
    float: none ;
    font-size: 40px ;
}
body .post_content .content404 {
	max-width: 921.5px;
	margin: 0 auto;
}