@charset "UTF-8";
/**
 * Version: 1.8
 * File Description:Main CSS file of the template
 *
 * TABLE OF CONTENTS
 *
 * 1) Typography
 * 2) Layout
 * 3) Sections
 * 4) Pages (blog, about etc)
 * 5) Template Components
 * 6) Navigations
 * 7) Blocks/Widgets
 * 8) Main Slideshow
 * 9) Owl carousel
 * 10) IE 8 Support
 */

/*****************************/
/** CUSTOMIZATION BY ANATOLE */
/*****************************/

h1 {
	font-size: 48px;
}

h1.fadeInRight {
	color: #584f48 !important;
}

.box-style-3 h2 {
	font-size: 40px !important;
}

.box-style-3 span, .box-style-3 h2 {
	color: #584f48 !important;
}

.box-style-3 .icon-container {
	background-color: #584f48 !important;
	border-radius: 50%;
}

.box-style-3 .btn.btn-default {
	position: absolute;
	bottom: 0;
	right: 15px;
	background-color: #fff !important;
	border-color: transparent !important;
}

.box-style-3 .btn.btn-default:hover {
	border-color: #584f48 !important;
	background-color: transparent !important;
}

.subfooter,
.footer {
	background-color: #584f48;
}

.subfooter .conceptorLink {
	color: #fff;
}

.footer-content .social-links li a:hover {
	border-color: #584f48;

}
.footer-content .social-links li a
{
	border-color: #fff;
}
.section {
	padding: 0;
	margin: 0;
}
.section-row .section-column {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
	position: relative;
}
.section-row .section-column:nth-child(1), .section-row .section-column:nth-child(3) {
	background-color: #007A37;
	color: white !important;
}
.section-row .section-column:nth-child(2) {
	background-color: #c25d1b;
	color: white !important;
}
.section-column header h2 {
	color: white;
	font-size: 40px;
}
.section-column header h2 span {
	display: block;
}
.section-column .texticon-icon {
	text-align: center;
}
.section-column .texticon-icon i {
	font-size: 70px;
	line-height: 80px;
}
.section-column a.btn {
	background-color: #fff !important;
	color: #584f48 !important;
	border: 1px transparent solid;
	position: absolute;
	bottom: 15px;
	width: 114px;
	text-align: center;
	left: calc(50% - 62px);
	right: calc(50% - 62px);
}
.section-column a.btn:hover {
	background-color: #fff !important;
	color: #584f48 !important;
}

.masonry-grid-item h2, .masonry-grid-item h2 a {
	color: #007A37 !important;
}

.masonry-grid-item article, .masonry-grid-item article .blogpost, .masonry-grid-item article footer {
	background-color: #F5F5F5 !important;
	border: 0 !important;
}

.masonry-grid-item h2 a:hover, .masonry-grid-item h2 a:hover {
	color: #007A37 !important;
	border-color: #007A37 !important;
	background-color: transparent !important;
}

.masonry-grid-item .btn.btn-default {
	color: #007A37 !important;
	background-color: #fff !important;
	border-color: transparent !important;
}

.masonry-grid-item .btn.btn-default:hover {
	color: #007A37 !important;
	background-color: transparent !important;
	border-color: #007A37 !important;
}

.masonry-grid .blogpost .post-info .month {
	font-size: 14px;
}

h1.pull-left+a.btn.btn-primary {
	position: absolute;
	right: 15px;
	bottom: 10px;
	background-color: #007A37 !important;
	border-color: #007A37;
}

.blogpost .blogpost-content>p {
	margin: 0 !important;
}
.blogpost .blogpost-content {
	padding-bottom: 0 !important;
}
.blogpost img {
	width: 100%;
}

#frame-backgroundimage-211 {

	background-image: url('/fileadmin/Saint_Hilaire_de_Clisson/background.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 25px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-filter: blur(4px);
	        filter: blur(4px);
}
#frame-backgroundimage-211+div {
	padding: 25px;
}
#frame-backgroundimage-211+div .textpic-item {
	margin-top: 50px;
}
#frame-backgroundimage-211::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.3);
	content: "";
}
#frame-backgroundimage-211+div * {
	color: #fff !important;
	text-shadow: 2px 2px 2px #000000;
}
#frame-backgroundimage-211 + div img {
	max-height: 500px;
	margin: auto;
}

.site-green {
	color: #007A37 !important;
}

.col-8.col-md-10.footer-content.footer-logos-top img {
    height: 200px;
    width: auto;
    margin: auto;
}
.header-top-dropdown .btn-group:last-child {
	background-color: #c25d1b;
}
.header-top-dropdown .btn-group:last-child * {
	color: #fff !important;
}

#c211 {
	background-color: #333;
}

.slider2columns .col-md-4 {
	padding: 0;
}

.fixed-header-on #navbar-collapse-1 {
	margin-top: 20px;
}

@media screen and (min-width: 768px) and (max-width: 991px)
{
	#navbar-collapse-1 {
		text-align: center;
	}
	#navbar-collapse-1>ul {
		margin: auto;
		display: inline-block;
		float: none !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1200px)
{
	#navbar-collapse-1 {
		text-align: center;
	}
	#navbar-collapse-1>ul {
		margin: auto;
		display: inline-block;
		float: none !important;
	}
}

@media screen and (max-width: 991px)
{
	.masonry-grid-item.col-md-4 {
		width: 100%;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	.dropdown-menu > li > a {
		font-size: 13px;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 12px;
		padding: 12px 15px;
	}
}

@media screen and (min-width: 1500px) {
	.container {
		max-width: 1470px;
	}
}