@charset "utf-8";

@font-face {
    font-family: 'GreatVibes';
    src: url('../webfonts/GreatVibes-Regular.eot');
    src: url('../webfonts/GreatVibes-Regular.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/GreatVibes-Regular.woff2') format('woff2'),
         url('../webfonts/GreatVibes-Regular.woff') format('woff'),
         url('../webfonts/GreatVibes-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
	--main-color-1: #548350;
	--main-color-2: #192c17;
	--background-color: #FFFFFF;
	--text-color: #222222;
}

/* ==== Common ==== */
.ee-btn {
	display: inline-block;
	background-color: var(--main-color-1);
	padding: 15px 25px;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	user-select: none;
	transition: all 0.2s ease-in-out;
}
	
.ee-btn:hover {
	background-color: var(--main-color-1);
	color: #fff;
	opacity: 0.5;
}

/* ==== Header ==== */
#header {
	position: relative;
	z-index: 1000;
}

#header_contact {
	background-color: var(--main-color-1);
}

#header_contact ul {
	display: flex;
	justify-content: end;
	padding: 7px 0;
	margin: 0;
}

#header_contact ul li {
	display: block;
    margin-left: 20px;
	color: white;
	font-size: 0.85rem;
}

#header_contact a {
	font-style: initial;
    text-decoration: initial;
	color: white;
}

#header_navigation {
	position: relative;
	background-color: white;
	padding: 10px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.navbar-brand {
	position: absolute;
	top: -48px;
	left: 15%;
	background-color: white;
	width: 260px;
	height: 135px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
	z-index: 99;
}

.navbar-brand a {
	display: flex;
    height: 100%;
    padding: 5px 0;
	text-align: center;
	text-decoration: none;
	font-family: GreatVibes, sans-serif;
	font-size: 30px;
	color: #222222;
    flex-direction: column;
    align-items: center;
}

.navbar-brand a img {
	display: inline-block;
    height: 66%;
}

#header_menu {
	width: 100%;
}

#header_menu_mobile {
    text-align: right;
}

#header_menu_mobile .navbar-toggler,
#header_menu_mobile .navbar-toggler:focus {
	background: none;
	border: none;
	color: var(--main-color-1);
	box-shadow: none;
}

#header_menu_mobile .navbar-toggler li,
#header_menu_mobile .navbar-toggler svg {
	display: inline-block;
    padding-left: 10px;
	font-size: 30px;
	vertical-align: text-top;
}

#header_menu .navbar-collapse {
	justify-content: end;
}

/* ==== Footer ==== */
footer {
	position: relative;
	background: linear-gradient(#e5e5e5, #ffffff);
	border-top: 4px solid var(--main-color-1);
}

#footer_backToTop {
	display: block;
	position: absolute;
    left: 50%;
    top: -25px;
	background-color: var(--main-color-1);
	width: 50px;
	height: 50px;
    margin-left: -25px;
	border-radius: 100%;
	color: white;
	text-align: center;
	font-size: 31px;
    font-weight: 700;
    line-height: 45px;
}

#footer_container {
	margin-top: 40px;
	margin-bottom: 40px;
}

#footer_container .row {
	--bs-gutter-x: 50px;
}

#footer_container h5 {
	margin-top: 15px;
	margin-bottom: 20px;
    font-family: 'GreatVibes', sans-serif;
	font-size: 35px;
}

#footer_brand {
	color: #484848;
    text-align: center;
    font-weight: bold;
    font-family: 'GreatVibes', sans-serif;
    font-size: 1.5em;
    line-height: 20px;
}

#footer_brand img {
	display: block;
    width: 70%;
	margin: 30px auto 0;
}

#footer_brand span {
	display: block;
	margin-top: 15px;
}

#footer_links ul {
	list-style: none;
}

#footer_links ul li {
	margin: 5px 0;
	transition: all 0.3s ease-in-out;
}

#footer_links ul li:hover {
	margin-left: 10px;
}

#footer_links ul li a {
	text-decoration: none;
	font-style: italic;
	color: #233421;
}

#footer_galerie > div {
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}

#footer_galerie .footer-photo {
	flex: 1 0 calc(33.333333% - 10px);
	position: relative;
    width: calc(33.333333% - 10px);
    max-width: calc(33.333333% - 10px);
    margin: 5px;
	transition: all 0.3s ease-in-out;
}

#footer_galerie .footer-photo:hover {
	width: calc(33.333333%);
    max-width: calc(33.333333%);
	margin: 0px;
}

#footer_galerie .footer-photo-img {
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 100%;
}

#footer_contact_infos {
	color: var(--main-color-2);
}

#footer_contact_infos a {
	text-decoration: none;
	color: var(--main-color-2);
	transition: all 0.2s ease-in-out;
}

#footer_contact_infos a:hover {
	opacity: 0.5;
}

#footer_copyright {
	border-top: 1px solid #b9b9b9;
    padding: 30px 0;
	font-size: 14px;
	color: #666;
}

#footer_copyright p {
	margin: 0;
	text-align: center;
}

@media(max-width: 768px){
	/* ==== Header ==== */
	#header_navigation {
		padding: 0;
	}
	
	.navbar>.container {
		max-width: 100%;
		align-items: flex-start;
	}

	.navbar-brand {
		display: block;
		position: relative;
		top: initial;
		left: initial;
		background-color: white;
		height: 55px;
		margin-right: 0;
		box-shadow: none;
	}

	.navbar-brand a {
		display: flex;
		align-items: center;
		flex-direction: row;
		padding: 0;
	}

	.navbar-brand a img {
		height: 100%;
	}

	.navbar-brand a span {
		margin-top: 14px;
	}

	.nav-link {
		text-align: right;
	}

	#header_menu {
		width: auto;
		margin-top: 8px;
	}

	#navbarNav {
		margin-right: 11px;
	}

	/* ==== Footer ==== */
	#footer_brand {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#footer_brand img {
		width: auto;
		height: 100px;
		margin: 0;
	}

	#footer_brand span {
		font-size: 2.8rem;
		font-weight: normal;
		line-height: 44px;
	}
}