.backgroundImage {
  text-align: center;
}
.corpsTexte{
  text-align: justify;
}
ul.corpsTexte{
  color: white;
}
.backgroundImg {
  display: inline-block;
}

.descriptifTxt {
	margin-bottom: 1em;
}

.gridContainer {
	display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
}


.descriptif {
	grid-column: 1;
	grid-row: 2;
  display: flex;
  flex-direction: column;
  /*padding: 2em;*/
}

.itemPix {
	grid-column: 0-1;
	grid-row: 1;
}

.itemTxt {
	align-self: center;
	grid-column: 1-2;
  grid-row: 2;
}

.itemPrez {
  padding: 1.5em;
}

.descriptifTxt {
	width: 100;
  padding: 1.5em;
	margin-left: auto;
	margin-right: auto;
	/*padding: 1em;*/
}

button {
  background-color: #c14420;
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 12px;
  font-size: 1em;
  margin-top: 2.5em;
  padding: 0.5em;
}

.beds24 {
  font-size: 0.90em;
  font-weight: 700;
}

button a {
  color: white !important;
}

.b24BookingButton {
  margin: 1.3em auto;
  width: 100px;
  display: flex;
  justify-content: center;
}

.reservations {
max-width: none;
}

.plusEncore {
  list-style-type: disc;
}

/*GRANDS ÉCRANS*/
@media all and (min-width: 48em) {
	.gridContainer {
		/*padding: 1em;*/
		display: grid;
	}
	
	/*RESET DE LA PRESENTATION PHOTOS/TEXTES*/
	.itemTxt {
		grid-column: 2;
		grid-row: 1;
	}

	.itemPix {
		grid-column: 1;
		grid-row: 1;
	}
	
	/*DISPOSITION SUR GRANDS ECRANS*/
  
  .itemTxtD {
    padding: 0 4em 0 5.5em;
  }
  
  .itemTxtG {
    padding: 0 5.5em 0 4em;
  }
  .itemH {
		grid-column: 1;
		grid-row: 1;
	}

	.itemI {
		grid-column: 2;
		grid-row: 1;
	}

	.itemD {
		grid-column: 1;
		grid-row: 1;
	}

	.itemG {
		grid-column: 2;
		grid-row: 1;
	}

.descriptifTxt {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	/*padding: 1em*/
}

.itemPrez, .flexText {
  padding: 4rem 5rem 1em 5em;
}
}

.infosPratiques {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.infosPratiques p {
  padding: 1em;
}

.b {
  font-weight: 700;
}

.gris {
  background-color: #f0f0f0;
}
.beds24 {
  font-size: 1.2em;
  font-weight: 700;
}

/*VERSION TABLETTE*/
@media (max-width:800px) {
  .orangeBox{
    display: flex;
    flex-direction: column;
  }
  .blanc{
    display: flex;
    flex-direction: column-reverse;
  }
  .descriptifTxt{
    padding: 0 2.5em;
    width: 100%;
  }
  .itemTxtD ,.itemTxtG{
    padding: 0 1.5em 0 1.5em;
  }
  .itemPrez {
    padding: 2em 4em;
    width: 100%;
}
nav a {
  font-size: 14px !important;
}
p, li{
  font-size:14px;
}
.titre2, .bigocre, .majOrange {
  font-size:23px;
}
.flexContainer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}
.itemPrez, .flexText {
  padding: 1rem 1rem 0em 1em;
}
}
/*version petite ecran de PC*/
@media (max-width:1360px) {
 
  .bigocre,.majOrange {
    font-size:25px !important;
  }
  .itemPrez{
    padding: 2rem 2rem 1em 1em !important;
    width: 100%;
  }
  .flexTex{
    padding: 1rem 1rem 1em 1em !important;
  }
  .itemTxtG
  {
    padding: 1em 1em 0 1em !important;
  }

  .itemTxtG ul
  {
    padding-left: 18px !important;
  }
  p, ul{
    font-size:16px !important;
  }
}
/*VERSION telephone*/
@media (max-width:600px) {
  
  .descriptifTxt{
    padding: 0 1.5em;
  }
  .itemTxtD{
    padding: 0 ;
  }
  .itemTxtG{
    padding: 45px ;
  }
  .beds24{
    margin-bottom: 24px;
  }
  .itemPrez {
    padding: 2em 1em;
}
.divHeader {
  padding: 1em;
  position: absolute;
  top: 7em;
  left: 2em;
}
.bigocre,.majOrange {
  font-size: 25px !important;
}
.flexContainer{
  flex-direction: column-reverse;
}
}