@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
}

.container{
	background-color: #FFF;	
	margin-right: auto;
padding-bottom:20px;

}

.row {
padding-left: 15px;
padding-right: 15px;	
}
@media (min-width: 768px) {
            body{
                background-image: url(https://www.mjclambres.fr/media/background/e8ca32a98b271dd5d9799ed98e2a8f18.jpeg);
                background-attachment: fixed;
                background-size: cover;
                background-repeat: no-repeat;
            }
        }
                @media screen and (min-width: 992px) {

            header {
	background-image: url(https://www.mjclambres.fr/media/header/6113a7caeb9eade7de23ea194b234423.jpeg);
	
	background-repeat: no-repeat;
	max-width:100%;
    max-height:auto;
            }
       /* }*/


.text-orange {
    color: #F29334;
}

footer{
	background-color: #666666;
	color: #fff;
	min-height: 55px;
	text-align: center;
}

