html {
	 min-height: 100%;
	 position: relative;
}

body {
	 color: #404040;
	 background: #fff;
  	 background-image: url('/files/images/IMG_1551.JPG');
	 margin-bottom: 60px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
     font-family: 'Crimson Text', serif;
}

.whiteFont {color: #fff;}
.lightFont {color:#7f7f7f;}
.blueFont {color:#2196F3;}

.padding20 {padding: 20px;}
.padding40 {padding: 40px;}

.blueBackground {background-color: #fff;}
.redBackground {background-color: #e75518;}

.lightFont {
	 color:#7f7f7f; 
}

nav {
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.26);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.26);
  box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}
.navbar-default .navbar-toggle {border-color: rgba(255,255,255,0);}
.navbar-default .navbar-toggle:hover {background: rgba(33,150,243,0.1)}

.navbar li {
	 font-size: 13px;
	 text-transform: uppercase;
}

.navbar, .navbar-collapse {
	 border: 0;
	 background: none;
  border-radius: 0;
}

.navbar {
  margin: 0;
}

.navbar li a:hover, .active a {
	 color: #fff !important;
	 background: #e75518 !important;
}

footer {
  background: #e75518;
 	bottom: 0;
	 width: 100%;
	 font-size: 13px;
	 position: absolute;
}

header {
  height: 200px;
  width: 100%;
  background: #fffff7;
  display:flex;
  align-items: center;
  justify-content: center;
}

.title-page {
  text-transform: uppercase;
}

.contentBackground, .card {
  box-sizing: border-box;
  margin: 10px 0; /* Margin for cards when columns transform */
  background: white;
  border-radius: 4px;
  padding: 1.75em 1.25em;
  -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.28);
  -moz-box-shadow: 0 3px 8px rgba(0,0,0,0.28);
  box-shadow: 0 3px 8px rgba(0,0,0,0.28);
}

.settings-margin {
  margin-top:50px; /* 50px = nav size */
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.domaine {
  background-image: url('https://www.vin-bio-jund.com/web/themes/jund/img/customer_specific/oenotourisme/illus_bandeau_oenotourisme.jpg');
  background-repeat: no-repeat;
  max-width: 100% :
  height: auto;
  display:block
  background-size: contain;
  background-position: 50% 50%;
}

.location {
  background-image: url('https://www.vin-bio-jund.com/web/themes/jund/img/customer_specific/oenotourisme/locations/illus_bandeau_locations-touristiques.jpg'); 
  background-repeat: no-repeat;
  max-width: 100% :
  height: auto;
  display:block
  background-size: contain;
  background-position: 50% 50%;
}