* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body, html{
	font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: 0 0;
	font-size: 100%;
	vertical-align: baseline;
	height: 100%;
}

img {
	vertical-align: baseline;
}

h1 {
    font-size: 55px;
    line-height: 65px;
    letter-spacing: -1px;
    font-weight: 300;
	padding: 0px;
	margin: 0px;
}

h2 {
    font-size: 35px;
    line-height: 0px;
    letter-spacing: -1px;
    font-weight: 300;
	padding: 0px;
	margin: 0px;
}

div{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: 0 0;
    font-size: 100%;
    /* vertical-align: baseline; */
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.photoDescription1 {
	/* The image used */
	background-image: url("images/index.jpg");
	width: 100%;
	background-position-y: top; 
}

.img-50{
	width: 50%;
}
.img-60{
	width: 60%;
}
.img-80{
	width: 80%;
}
.img-100{
	width: 100%;
}
.img-center{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.photoVueNarbonne {
	/* The image used */
	background-image: url("images/Narbonne.jpg");
}
.photoVueRobine {
	/* The image used */
	background-image: url("images/vue sur la robine.jpg");
}
.photoHeaderVieEtablissement {
	/* The image used */
	background-image: url("images/VieEtablissement.jpg");
}
.photoJardinMedieval {
	/* The image used */
	background-image: url("images/jardin medieval total.jpg");
	
}
.photoTerrasse {
	/* The image used */
	background-image: url("images/Terrasse.jpg");
	
}
.photoCuisine {
	/* The image used */
	background-image: url("images/nourriture.jpg");
}
.photoAnimation {
	/* The image used */
	background-image: url("images/Animation.jpg");
}


.photoDescriptionStyle {
	/* height */
	height: 70vh;
	max-height: 500px;
	/*width: 100vh;*/
	/* Center and scale the image nicely */
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center ;
}
/* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */
@media only screen and (max-device-width: 1366px) {
	.photoDescriptionStyle {
		background-attachment: scroll;
	}
}


/* TOP NAV */


/* tab content */



/* ########## Caroussel ########## */
.carousel-inner{
	text-align:  center;
}
.carousel-item > img {
	width: auto;
	max-height: 600px;
	height: 90vh;
    margin: auto;
}


/* ########## Text ########## */
.section_text{
	max-width: 100vw; /* 100% view width */  
	position: relative;
    background-color: #fff;	
}
.fullWidth{
	width: 100%;
}
.row{
	max-width: 1100px;
	padding: 2% 0;
	position: relative;
	width: 80%;
	margin: auto;
}
.rowpicture{
	padding: 0;
	position: relative;
}

.row > :last-child {
    padding-bottom: 0;
}

.row::after, {
    display: block;
    visibility: hidden;
    clear: both;
    width: 0;
    height: 0;
    line-height: 0;
    content: ".";
}

.description_text {
    position: relative;
	line-height: 1.8em;
	font-size: 18px;
    font-weight: 300;
}

.description_text ul {
	columns: 1;
	-webkit-columns: 1;
	-moz-columns: 1;
	list-style-type: none;
  
}

.description_text > :last-child {
    padding-bottom: 0;
}

.picture_full_width{
	max-width: 100%;
	background: 0 0;
	position: relative;
}

/*.section_text img{
    width:100%;
    height: auto;
}*/

.row_picture > img{
	width: 100%;
	max-width: 100vw; /* 100% view width */ 
	height: auto;
}


@media screen and (max-width: 600px) {
	.carousel-item > img {
		width: 100%;
		height: auto;
		margin: auto;
	}
	.titre_text > h1{
		font-size: 10vw;
		line-height: 15vw;
	}
	.titre_text > h2{
		font-size: 10vw;
		line-height: 12vw;
	}
	.description_text{
		font-size: 4vw;
		line-height: 6vw;
	}
	.img-center{
		width: 80%;
	}
}

th, td {
  padding: 15px;
}
td:first-child {
  text-align: left;
  font-weight: bold
}

.price-table tr:nth-child(odd) {
  background-color: #eee;
}
.price-table tr:nth-child(even) {
 background-color: #fff;
}
.price-table th {
  background-color: #eee;
}
.price-table {
	text-align: center;
	margin: auto;
	width: 50%;
	margin-bottom : 3rem
}

.information {
	text-align: center;
	padding : 1rem;
	line-height: 1.2rem;
	border: 1px red solid;
	padding: 1rem 1rem;
	margin: 2rem 17rem;
}

/* Mobile */
@media screen and (max-width: 600px) {
	.price-table{
		width: 100%;
	}
	.information {
		margin: 2rem 2rem;
	}

}

/* Tablette */
@media screen and (min-width: 600px) and (max-width: 960px) {
	.price-table{
		width: 75%;
	}
	.information {
		margin: 2rem 4rem;
	}
}

.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}