@font-face {
    font-family: 'Tan Headline';
    src: url('../font/TANHEADLINE-Regular.woff2') format('woff2'),
         url('../font/TANHEADLINE-Regular.woff') format('woff'),
         url('../font/TANHEADLINE-Regular.otf') format('opentype'),
         url('../font/TANHEADLINE-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.font-tan{
	font-family: 'Tan Headline';
}


h1, .menu, .navbar-light .navbar-nav .nav-link, .font-montserrat{
	font-family: Montserrat;
}

.navbar-light .navbar-nav .nav-link{
    margin-left: 20px;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 500;
    color: #1b1c39;
}

h2.font-tan.display-4{
	font-size: 28px;
}

.logo-navbar, .logo-footer{
	width: 300px;
}

.hero-header{
    background: url(../img/1.jpg) top right no-repeat;
    background-size: cover;
    position: relative;
}

.hero-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); /* Noir avec 50% d'opacité */
    z-index: 1;
}

.hero-header .container {
    position: relative;
    z-index: 2; /* Pour que le contenu soit au-dessus du filtre */
}


.bg-primary, .price-carousel::after, .btn-primary{
	background-color: #5b838c!important;
}

.footer p, .footer .text-primary, .text-primary{
	color:#5b838c!important;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active{
	color: #5b838c;
}

.navbar-light .navbar-nav .nav-link::before{
	background:#5b838c;
}

.btn-primary{
	border-color: white;
}

.price-carousel .owl-nav .owl-prev, .price-carousel .owl-nav .owl-next, a{
	color: #5b838c;
}

#engagements i.fa, #engagements i.fas{
	color:#fcf1e4!important;
}

#engagements h5{
	text-transform: uppercase;
	color:white;
	letter-spacing: 2px;
}

#engagements small{
	color:white;
}

.color-special{
	color:#5b838c;
}

.hero-header h5{
	color: #fcf1e4!important;
}

.btn-services{
	background:#5b838c;
	border: 1px solid  #5b838c;
	color:white;
	font-family: 'Montserrat';
}

.btn-services:hover{
	background:white;
	border: 1px solid  white;
	color:#5b838c;
}

.btn-contact:hover{
	background:#5b838c;
	border: 1px solid #5b838c;
	color:white;
}

.btn-contact{
	background:none;
	border: 1px solid white;
	color:white;
	font-family: 'Montserrat';
}

p{
	font-family: 'Montserrat';
	color: #1b1c39;
}

.color-white{
	color:white;
}

.lsn{
	list-style: none;
}


#about blockquote {
    font-family: 'Montserrat', serif;
    font-size: 1.4rem;
    font-style: italic;
    color: #333;
    border-left: 5px solid #1b1c39;
    background: white;
    padding: 1.2rem 1.5rem;
    margin: 1.5rem 0;
    position: relative;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

#about blockquote::before {
    content: "“";
    font-size: 3rem;
    font-weight: bold;
    color: #1b1c39;
    position: absolute;
    top: -14px;
    left: -4px;
}


h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
	color:#1b1c39;
}