@charset "utf-8";
/* CSS Document */
/* Parallax Section */

	
	.banner4 {
    background-image: url(../packterre2/villefranque.jpg);
    height: 750px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0%;
}
.banner5 {
    background-image: url(../packterre2/badefols.jpg);
    height: 750px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0%;
}
.banner6 {
    background-image: url(../packterre2/villefranque.jpg);
    height: 750px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0%;
}
.banner7 {
    background-image: url(../packterre2/photo.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0%;
    height: 770px;
}
.centercolon {
    margin-right: auto;
    padding-left: 8%;
    margin-left: auto;
    background-color: rgba(112,167,93,1.00);
}
/* Mobile */
@media (max-width: 450px) {
	
	.heromap8 {
    padding-top: 150px;
    height: 300px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-size: 400% auto;
    background-position: 20% 0%;
}
	
	}