/*
	Theme Name: Frabuleux Reflets
	Theme URI: 
	Description: 
	Author: 
	Author URI: 
	Version: 1.0
	Tags: threaded-comments, theme-options, sticky-post, full-width-template, flexible-header, featured-images, custom-menu, custom-header, custom-colors, custom-background
	Text Domain: frabuleuxrefwp
	License: GNU General Public License
	License URI: license.txt
*/

:root {
	--bs-body-font-family: 'Inter', sans-serif;
}
.font-playfair {
	font-family: 'Playfair Display', serif;
}
body {
	overflow-x: hidden;
}
img {
	max-width: 100%;
	height: auto;
}
p {
	color: #6c757d;
	line-height: 2;
	margin-bottom: 1.2rem;
}
.sidebar {
	width: 280px;
	z-index: 1030;
}
body.admin-bar .sidebar .image-logo {
	padding-top: 32px;
	display: block;
}
h1 {
	font-family: "Playfair Display", serif;
	font-weight: 700;
	color: #212529;
	font-size: 2.5rem;
	margin-bottom: 1.5rem;
}

.image-logo img {
	max-width: 200px;
	/* text-align: center;
	margin: 0 auto;
	display: block; */
}
.masonry {
	column-count: 3;
	column-gap: 0.75rem;
}

.masonry-item {
	break-inside: avoid;
	margin-bottom: 0.75rem;
}

@media (max-width: 991.98px) {
	.masonry {
		column-count: 2;
	}
}

@media (max-width: 575.98px) {
	.masonry {
		column-count: 1;
	}
}

.masonry-item img {
	opacity: 0;
	transition: opacity 0.3s ease;
}

.masonry-item img.loaded {
	opacity: 1;
}

.masonry-item:hover img.loaded {
	opacity: 0.7;
}

.popup-image img {
	opacity: 0;
	transition: opacity 0.3s ease;
}

.popup-image img.loaded {
	opacity: 1;
}

.mfp-bg {
	background: #fff;
	opacity: 0.95;
}

.mfp-close {
	font-size: 28px;
	color: #212529;
}

.nav-link:hover {
	color: #212529 !important;
}

@media( min-width: 992px ) {
	.content {
		margin-left: 280px;
	}
}

/* Coming Soon */
.coming-soon-section .content-area-mw h2 {
	line-height: 1.3;
}
.coming-soon-section .content-area-mw p {
	color: #fff;
	font-size: 16px;
	line-height: 27px;
}
.coming-soon-section .content-area-mw p.small {
	font-size: 12px;
	line-height: 18px;
}
.coming-soon-section .content-area-mw {
	max-width: 900px;
	margin: 0 auto;
	font-size: 17px;
}
.coming-soon-section .btn.btn-primary {
	background-color: #00b9ca;
	border-color: #00b9ca;
	padding: 10px 25px;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	margin-top: 15px;
}
.coming-soon-section {
	font-family: "Montserrat", sans-serif;
	min-height: 100vh;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 80px;
	padding-bottom: 80px;
}
body.admin-bar .coming-soon-section {
	min-height: calc(100vh - 32px);
}
.coming-soon-section .coming-title-wrap img {
	max-width: 800px;
}
.coming-soon-section .coming-title-wrap h1 {
	font-size: 90px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
	font-family: "Montserrat", sans-serif;
}
.coming-soon-section .time-num {
	font-size: 52px;
	font-weight: 800;
	line-height: 1;
}
.coming-soon-section .time-label {
	font-size: 12px;
	letter-spacing: 1px;
	color: rgba(255,255,255,.7);
	font-weight: 600;
	background-color: #00b9ca;
	width: auto;
	margin-top: 15px;
	padding: 7px 10px;
}
.coming-soon-section .timeline-text {
	max-width: 700px;
	margin: 0 auto;		
	margin-bottom: 50px;
}
@media only screen and ( min-width: 768px ) and ( max-width: 991px ) {
	.coming-soon-section .coming-title-wrap h1 {
		font-size: 69px;
	}
}
@media( max-width: 767px ) {
	.coming-soon-section .coming-title-wrap h1 {
		font-size: 28px;
	}
	.coming-soon-section .time-num {
		font-size: 32px;
	}
}