.font-main {
	font-family: "Great Vibes", serif;
	font-weight: 400;
	font-style: normal;
}

.font-text {
	font-family: "Yrsa", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-size: 1.5em;
	line-height: 1em;
}
h5.font-text{
	font-size: 1.5em;
	font-weight: bold;
}

.nav-link{
	cursor: pointer;
}

/* This CSS file is generated */
/* ****************************** */
/* template topMenu2 */

#topMenu2_0{
	--bs-body-color: #ccc;
}
#topMenu2_0 .navbar-brand {
	--bs-navbar-brand-color: #eee;
	--bs-navbar-brand-hover-color: #fff;
	font-size: 1.2em;
	padding: 0;
}
#topMenu2_0 .navbar-toggler {
	--bs-navbar-color: #eee;
	border: none;
}
#topMenu2_0 .navbar-toggler:focus{
	box-shadow: none;
}
#topMenu2_0 .form-control:focus{
	border-color: white;
	box-shadow: none;
	background-color: #eee !important;
	color: #555;
}
#topMenu2_0 .navbar-nav{
	--bs-nav-link-color: #ccc;
	--bs-nav-link-hover-color: #fff;
}

/* ****************************** */
/* template welcome-banner_1 */
#welcome-banner_1{
	background-image: url('assets/bg-1.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	position: relative;
	min-height: 100vh;
}
#welcome-banner_1::before{
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ffffff81;
	z-index: 2;
}
#welcome-banner_1 .container{
	z-index: 10;
}

#welcome-banner_1 h1{
	font-size: 4em;
}
@media (min-width: 768px) {
	#welcome-banner_1 h1{
		font-size: 5em;
	}
}

#welcome-banner_1 h2{
	font-size: 1.75em;
}
#welcome-banner_1 .subtitle{
	font-size: 1.25em;
}

/* ****************************** */
/* template header-left */

#header-left_2{
	width: 100%;
	min-height: 100vh;
	position: relative;
	background-color: rgba(0, 0, 0, 0.6);
	
	--bs-heading-color: white;
	color: white;
}
#header-left_2::before{
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image:url('assets/exterieur-1.jpg');
    background-size: cover;
    background-position: bottom;
}
#header-left_2 a{
	--bs-link-color: #ddd;
	--bs-btn-hover-color: white;
}


/* ****************************** */
/* template header-right */

#header-right_3{
	width: 100%;
	min-height: 100vh;
	position: relative;
	background-color: rgba(0, 0, 0, 0.6);
}
#header-right_3::before{
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image:url('./assets/exterieur-2.jpg');
	background-size: cover;
}
#header-right_3 h2{
	color: #eee;
}

/* ****************************** */
/* template contact_4 */

#contact_4{
	width: 100%;
	position: relative;
	background-color: rgba(255, 255, 255, 0.6);
}

#contact_4::before{
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image:url('./assets/exterieur-3.jpg');
	background-size: cover;
}

#contact_4 .card{
	background-color: rgba(255, 255, 255, 0.6);
}

#contact_4 a{
	color: rgb(0, 0, 136);
}

/* ****************************** */
/* template black-footer-2 */

#black-footer-2_6{
	background-color: #141414;
	color: #949494;
	font-size: 0.8em;
}
#black-footer-2_6 a{
	color: #949494;
	text-decoration: none;
}
#black-footer-2_6 .brand{
	font-size: 1.5em;
	color: #ccc;
}
#black-footer-2_6 .brand strong{
	color: #fff;
}

#black-footer-2_6 .signature{
	color: #ccc;
}	
#black-footer-2_6 .signature a{
	color: #fff;
	font-weight: bold;
}
		
