/* MAIN-BG.CSS contains Background Image paths & definition rules powered by CSS
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to replace any BG image is to add image URL in url('....') area of related classname.
If you need assistance, please go to http://www.designova.net/downloads.html and request a downloadable 
ZIP pack contains original live preview version with all preview images linked properly, so you can easily 
replace preview images directly;
*/
.iles{color:#7990b7;}
.vert{color:#9fb94f;}
.bleu{color:#091a41;font-size:12px;letter-spacing:0px;line-height:18px;}

/*sample*/
footer.mastfoot{
	background-image: url('../images/stripe.png');
}
.counter-region-bg{
	background-image: url('../images/bg/05.jpg');
}
.home-counter-region-bg{
	background-image: url('../images/bg/06.jpg');
}
.agency-bg{
	background-image: url('../images/bg/06.jpg');
}
.parallax-showcase-01{
	background-image: url('../images/bg/02b.jpg');
		background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.parallax-showcase-02{
	background-image: url('../images/bg/03.jpg');
		background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.parallax-showcase-03{
	background-image: url('../images/bg/moslp1.jpg');
		background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.parallax-showcase-04{
	background-image: url('../images/bg/moslp2.jpg');
		background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.parallax-showcase-05{
	background-image: url('../images/bg/moslp3.jpg');
		background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}


.parallax-showcase-06{
	background-image: url('../images/bg/moslp4.jpg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}


.parallax-showcase-07{
	background-image: url('../images/bg/moslp5.jpg');
		background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.parallax-showcase-08{
	background-image: url('../images/bg/moslp6.jpg');
		background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.parallax-showcase-09{
	background-image: url('../images/bg/moslp7.jpg');
		background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.parallax-showcase-10{
	background-image: url('../images/bg/moslp10.jpg');
		background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.parallax-showcase-11{
	background-image: url('../images/bg/moslp11.jpg');
		background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.parallax-showcase-12{
	background-image: url('../images/bg/moslp12.jpg');
		background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.parallax-showcase-13{
	background-image: url('../images/bg/moslp13.jpg');
		background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.parallax-showcase-14{
	background-image: url('../images/bg/moslp14.jpg');
		background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.parallax-showcase-15{
	background-image: url('../images/bg/moslp15.jpg');
		background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.parallax-showcase-16{
	background-image: url('../images/bg/general1.jpg');
		background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.parallax-showcase-17{
	background-image: url('../images/bg/general2.jpg');
		background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.parallax-showcase-18{
	background-image: url('../images/bg/general3.jpg');
		background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.parallax-showcase-19{
	background-image: url('../images/bg/general4.jpg');
		background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}


.parallax-showcase-20{
	background-image: url('../images/bg/03dredecoste.jpg');
		background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}


@media screen and (max-width: 768px) {
	.parallax-showcase-01, .parallax-showcase-02, .parallax-showcase-03, .parallax-showcase-04, .parallax-showcase-05, .parallax-showcase-06, .parallax-showcase-07, .parallax-showcase-08, .parallax-showcase-09, .parallax-showcase-10, .parallax-showcase-11, .parallax-showcase-12, .parallax-showcase-13, .parallax-showcase-14, .parallax-showcase-15, .parallax-showcase-16, .parallax-showcase-17, .parallax-showcase-18, .parallax-showcase-19{ 
		background-attachment: inherit;
	}
}

.DRE{
font-size:28px;
}

@media screen and (max-width: 768px) {
	.DRE { 
	font-size:10px;
	}
}