body {
	font-size: 18px;	
	overflow-x: hidden;
	color: #4a4a4a;
}

body,button,.form-control {
	color: #606368;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif; 
	font-weight: 400;	
}

button { cursor: pointer; }
a, button { transition: all 0.3s ease; }
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

.container-fluid { 
	padding-left: 0; 
	padding-right: 0;
	overflow-x: hidden;
}

.tm-service-icon {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.tm-flex { display: flex; }

.tm-section {
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
	padding-top: 60px;
    padding-bottom: 60px;
}

button:focus { outline: none; }

p { 
	line-height: 1.7;
	margin-bottom: 28px;
}

.tm-section-title {
	font-size: 2.4rem;
	font-weight: 600;
    margin-bottom: 1.5rem;	
}

.tm-site-title-wrap {
	padding-top: 80px;
	padding-bottom: 100px;
}

.tm-site-title { 
	border: 2px solid #1E1E1E;
	color: #1E1E1E;
	display: inline-block;
	font-size: 3rem; 
	padding: 30px 40px;
	font-weight: 600;
    letter-spacing: 0.04em;
}

.tm-textbox {
	max-width: 600px;
	width: 100%;
	padding: 50px;
	overflow: auto;
}

.tm-section-home .tm-textbox {
    padding: 40px;
}

.tm-section-home h1 {
    max-width: 520px;
}

.tm-textbox-full-height { min-height: 950px; }

.tm-white-bg {
	background-color: white;
	color: #676362;
}

.tm-translucent-white-bg { 
	background-color: rgba(255,255,255,0.85);
	backdrop-filter: saturate(110%) blur(2px);
}

/* Buttons */
.tm-btn,
.tm-btn:visited {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 300;
    color: #ffffff;
    background-color: #4CD137;
    padding: 15px 30px;
    cursor: pointer;
    border: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.tm-btn:hover,
.tm-btn:focus {
    color: #ffffff;
    background-color: #3AA528;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}


.tm-green-text,
.tm-blue-text,
.tm-red-text {
    color: #4CD137; /* Maison Albois green */
}

.tm-content-box {
	overflow: auto;
	border-radius: 6px;
	height: 100%;
	max-width: 600px;
	width:  100%;
	padding: 180px 60px 100px;	
	display: -ms-flexbox;	
	display: -webkit-flex;	
	display: flex;   
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
	-webkit-flex-direction: column;   
	    -ms-flex-direction: column;   
	        flex-direction: column;
}

.tm-gallery-content { padding-top: 180px; }

.tm-content-box-right {
	margin-left: auto;
	margin-right: 0;
}

.tm-small-font { font-size: 0.95rem; }

.tm-page-content-width {
	max-width: 1200px;
	margin: 0 auto;	
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;	
}

.tm-padding-b {	padding-bottom: 80px; }
.tm-page-content-width,.tm-content-box { min-height: 1150px; }

.tm-flex-col {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -ms-flex-direction: column;
        -webkit-flex-direction: column;
            flex-direction: column;    
}

.tm-media-icon {
	margin-right: 30px;
	margin-bottom: 0;
	font-size: 2.6rem;
}

/* IE fix */
.tm-media-body { 
	flex: 1 1 auto; 
	width: 100%; 
}

/* Gallery */
.tm-section-gallery { min-height: 1100px; }
.filter-wrapper { padding-left: 0; }
.filter-wrapper li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
}

.filter-wrapper li:last-child { margin-right: 0; }

.filter-wrapper li a {
	background-color: white;
    color: #666;
    font-weight: 400;
    padding: 6px 20px;    
    display: block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.filter-wrapper li a.selected { 
	background-color: #666666; 
	color: white;
}
.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 15px;
    padding-left: 8px;
    padding-right: 8px;
}
.iso-box-section {
	margin-left: -8px;
    margin-right: -8px;
}

.tm-gallery-title-wrapper {
    margin-bottom: 40px;
}

.tm-gallery-title-card {
    display: inline-block;
    padding: 18px 32px;
    border-radius: 6px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.12);
}

.tm-gallery-title-card h2 {
    margin: 0;
    font-size: 2.4rem;
    font-weight: 600;
    color: #4a4a4a;
}

.tm-gallery-title {
    display: inline-block;
    background: rgba(255, 255, 255, 0.85);
    padding: 10px 18px;
    border-radius: 8px;
    font-weight: 600;
}



/* Logo */
.tm-logo {
    margin-bottom: 10px;
    text-align: center;
}

.tm-logo img {
    max-width: 330px;
    width: 100%;
    height: auto;
}


/* Contact */
.form-control {
	background-color: transparent;
	border-radius: 0;
	font-size: 1.15rem;
	padding: .9rem 1.25rem;
}

.form-control:focus {
	background-color: transparent;
	border-color: #4CD137;
}

.form-group { margin-bottom: 1.2rem; }
.tm-section-contact { position: relative; }

.tm-copyright-div {	
	color: white;
	display: inline-block;
	padding: 30px 35px;
	position: absolute;
    bottom: 0;
    right: 0;    
}

.tm-copyright-text { 
	font-size: 1.18rem;
    margin-bottom: 0;
    font-weight: 300;
}

.tm-copyright-text a {
	color: #fff;
}

/* Media Queries */
@media screen and (max-width: 991px) {
	.tm-gallery-content { padding-top: 150px; }
	.tm-section-gallery { min-height: 900px; }
	.tm-page-content-width,.tm-content-box { min-height: 1200px;	}
}

@media screen and (max-width: 767px) {
	.tm-gallery-content { padding-top: 100px; }
	.tm-content-box { padding: 100px 60px 100px; }
	.tm-section-gallery { min-height: 1050px; }	
	.tm-page-content-width,.tm-content-box { min-height: 1050px;	}
	.tm-site-title-wrap {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media screen and (max-height: 639px) {
	.tm-section-home { min-height: 100%; }
}

@media screen and (max-width: 575px) {
	.tm-gallery-content {
		padding-bottom: 150px;
	}	

	.tm-logo img {
        max-width: 240px;
    }
}

@media screen and (max-width: 420px) {
	.tm-media {
		flex-direction: column;
		align-items: center;
	}

	.tm-media-icon {
		margin-right: 0;
		margin-bottom: 30px;
	}
}

/* Floating Contact Bar */
.tm-floating-contact {
	position: fixed;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1000;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
}

.tm-floating-contact-item {
	display: flex;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(8px);
	padding: 12px 16px;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	color: #4a4a4a;
	text-decoration: none;
	transition: all 0.3s ease;
	overflow: hidden;
	max-width: 54px;
}

.tm-floating-contact-item:hover,
.tm-floating-contact-item:focus {
	max-width: 280px;
	background-color: #4CD137;
	color: #fff;
	box-shadow: 0 6px 25px rgba(76, 209, 55, 0.35);
}

.tm-floating-contact-item i {
	font-size: 1.4rem;
	min-width: 22px;
	text-align: center;
}

.tm-floating-contact-item span {
	margin-left: 12px;
	white-space: nowrap;
	font-size: 0.95rem;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.tm-floating-contact-item:hover span,
.tm-floating-contact-item:focus span {
	opacity: 1;
}

/* Floating Separator */
.tm-floating-separator {
	height: 1px;
	background-color: rgba(255, 255, 255, 0.4);
	margin: 5px 8px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* Floating Nav Items */
.tm-floating-nav-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background-color: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(8px);
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	color: #4a4a4a;
	text-decoration: none;
	transition: all 0.3s ease;
	font-size: 1.2rem;
}

.tm-floating-nav-item:hover,
.tm-floating-nav-item:focus {
	background-color: #4CD137;
	color: #fff;
	box-shadow: 0 6px 25px rgba(76, 209, 55, 0.35);
	transform: scale(1.05);
}

/* Social Media Links */
.tm-social-links {
	display: flex;
	justify-content: center;
	gap: 12px;
}

.tm-social-link {
	width: 40px;
	height: 40px;
	background: #4CD137;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s;
	font-size: 1.1rem;
}

.tm-social-link:hover,
.tm-social-link:focus {
	background: #3AA528;
	color: #fff;
	transform: scale(1.1);
}

/* Contact Section - Card Grid */
.tm-contact-container {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	padding: 80px 20px 100px;
}

.tm-contact-header {
	text-align: center;
	margin-bottom: 50px;
}

.tm-contact-header h2 {
	font-size: 2rem;
	color: #fff;
	margin-bottom: 10px;
	font-weight: 600;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.tm-contact-header p {
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.1rem;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.tm-contact-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
	margin-bottom: 40px;
}

.tm-contact-card {
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(8px);
	padding: 35px 25px;
	border-radius: 12px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
	text-align: center;
	transition: transform 0.3s, box-shadow 0.3s;
}

.tm-contact-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.18);
}

.tm-contact-card > i {
	width: 60px;
	height: 60px;
	background: rgba(76, 209, 55, 0.12);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	color: #4CD137;
	margin: 0 auto 20px;
}

.tm-contact-card h4 {
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999;
	margin-bottom: 12px;
	font-weight: 600;
}

.tm-contact-card p {
	color: #333;
	font-size: 0.95rem;
	margin-bottom: 0;
	line-height: 1.6;
}

.tm-contact-card a {
	color: #333;
	text-decoration: none;
	transition: color 0.3s;
}

.tm-contact-card a:hover {
	color: #4CD137;
}

.tm-contact-card-social {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.tm-contact-card-social .tm-social-links {
	margin-top: 15px;
}

.tm-contact-legal {
	text-align: center;
}

.tm-contact-legal p {
	background: rgba(255, 255, 255, 0.9);
	display: inline-block;
	padding: 12px 25px;
	border-radius: 8px;
	font-size: 0.85rem;
	color: #888;
	margin-bottom: 0;
}

/* Contact Section Responsive */
@media screen and (max-width: 991px) {
	.tm-contact-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 575px) {
	.tm-contact-grid {
		grid-template-columns: 1fr;
	}
	
	.tm-contact-container {
		padding: 60px 15px 80px;
	}
	
	.tm-contact-header h2 {
		font-size: 1.6rem;
	}
	
	.tm-contact-legal p {
		font-size: 0.75rem;
		padding: 10px 15px;
	}
}

/* Floating Contact - Mobile Adjustments */
@media screen and (max-width: 767px) {
	.tm-floating-contact {
		right: 10px;
		top: auto;
		bottom: 20px;
		transform: none;
		flex-direction: row;
	}

	.tm-floating-contact-item {
		padding: 10px 14px;
		max-width: 48px;
	}

	.tm-floating-contact-item:hover,
	.tm-floating-contact-item:focus {
		max-width: 48px;
	}

	.tm-floating-contact-item span {
		display: none;
	}

	.tm-floating-separator {
		width: 1px;
		height: auto;
		margin: 8px 5px;
	}

	.tm-floating-nav-item {
		width: 40px;
		height: 40px;
		font-size: 1rem;
	}
}

@media screen and (max-width: 420px) {
	.tm-floating-contact {
		right: 50%;
		transform: translateX(50%);
	}

	.tm-social-links {
		justify-content: center;
	}
}

/* Services Section - Card Grid */
.tm-services-container {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	padding: 80px 20px;
}

.tm-services-box {
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(8px);
	border-radius: 12px;
	padding: 50px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.tm-services-header {
	text-align: center;
	margin-bottom: 40px;
}

.tm-services-header h2 {
	font-size: 2rem;
	color: #4CD137;
	margin-bottom: 15px;
	font-weight: 600;
}

.tm-services-header p {
	color: #666;
	max-width: 700px;
	margin: 0 auto;
}

.tm-services-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
	margin-bottom: 40px;
}

.tm-service-card {
	background: #fff;
	padding: 30px 20px;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	transition: all 0.3s;
	border: 1px solid #eee;
}

.tm-service-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(76, 209, 55, 0.15);
	border-color: #4CD137;
}

.tm-service-card > i {
	width: 60px;
	height: 60px;
	background: rgba(76, 209, 55, 0.1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	color: #4CD137;
	margin: 0 auto 15px;
}

.tm-service-card h4 {
	font-size: 1.1rem;
	color: #333;
	margin-bottom: 10px;
	font-weight: 600;
}

.tm-service-card p {
	font-size: 0.85rem;
	color: #777;
	margin: 0;
	line-height: 1.6;
}

.tm-services-cta {
	text-align: center;
}

/* Services Section Responsive */
@media screen and (max-width: 991px) {
	.tm-services-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 575px) {
	.tm-services-grid {
		grid-template-columns: 1fr;
	}
	
	.tm-services-box {
		padding: 30px 20px;
	}
	
	.tm-services-header h2 {
		font-size: 1.6rem;
	}
}