/* Logo padding*/
element.style {
    border-top-width: 25px;
    margin-top: 30px;
    padding-top: 0;
}

/* Graphic Stripe on Pages (not homepage)*/
.heading-area{background-color:none;
    background-image: url(/wp-content/uploads/2014/08/bandeau-2.jpg);
}
.heading-area .entry-title{color:#fff}

/* Font Size menu Fix */
.nav-primary li a {
    font-size: 15px;
}


/* Social Icons Coloring */
li.social-link a {
    border: 3px solid #fff;
    background: #1D9CD7;
    border-radius: 100% 100% 100% 100%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 32px;
}

/* Heures D'ouverture Color */
aside h4.widget-title.widgettitle{color:#fff}
.op-table.op-overview-table{color:#999}
.op-overview-row.highlighted{color:#1D9CD7}
.op-status-label.open{color:red; background-image: none; padding-left:0px}
.op-overview-set.closed{color:#fff;}
aside .widget-wrap{color:#fff}

 .site-container .contact {
	background: #eee;
	margin: 0;
	position: relative;
	min-height: 400px;
}

 .site-container .contact iframe{min-height: 400px;}

/*bandeau sous les titres de pages, ajouter une image*/
.heading-area {
    /*background-image: url(");*/
    background-color: #100C0D;
}


/*ajustement espace entre widget reservation et mape google*/
.homepage_template .introduction:after, .homepage_template .latest-articles:after {
    background: none repeat scroll 0 0 #f64747;
    content: "";
    display: block;
    height: 9px;
    left: 50%;
    margin-left: -35px;
    margin-bottom:-155px;
    top: 0;
    width: 70px;
}


.button, button, input[type="button"], input[type="submit"], .pagination a, .flex-control-paging li a:hover, .flex-control-paging li a.flex-active, li.social-link a:hover {
    border-color: #fff!important;
}

button:hover, 
input[type="button"]:hover,
input[type="submit"]:hover,
.button:hover,
.home-top
.more-link:hover {
    background-color: #666!important;
	  border-color: #000!important;
}

.footer-widgets .one-third, .two-sixths{width:100%}
.footer-widgets #simple-social-icons-2{overflow: visible}
/*remove magnifing glass from mosais on mouse over*/
.thumb-overlay h5 i{display: none}


@media only screen and (max-width: 480px) {

	.featured-area{width: 100%}
}

@media only screen and (max-width: 480px) {
.homepage_template .site-container .contact {
    min-height: 100%;
}
}

