/* Additif au CSS minimifié */

pre
{
	background: #CCC;
	border: 1px solid #666;
	border-radius: 3px;
	padding: 1em;
}

.whatsAppBtn
{
	position: fixed;
	z-index: 1000;
	bottom: 95px;
	right: 30px;
}
	.whatsAppBtn img
	{
		max-width: 50px;
	}

	@media (max-width: 464px)
	{
		.whatsAppBtn
		{
			bottom: 80px;
			right: 19px;
		}

		.whatsAppBtn img
		{
			max-width: 46px;
		}
	}

.txtNoBold, .txtNoBold *
{
	font-weight:normal;
}

.txtUnderline, .txtUnderline *
{
	text-decoration: underline;
	text-decoration-style: dashed;
	text-underline-offset: 5px;
}

.txtLetterSpace, .txtLetterSpace *
{
	letter-spacing: 0.1em;
}

.txtBig12
{
	font-size: 1.2em;
}

.txtBig14
{
	font-size: 1.4em;
}

.txtLight08, .txtLight08 *
{
	font-size: 0.8em;
}

.chaletPageGuide
{
}
	.chaletPageGuide .houseBoxBandeau
	{
		background-color: rgba(50, 50, 50, 0.8);
	}

	.chaletPageGuide .houseBoxBandeau span
	{
		font-size: 1.2rem;
		letter-spacing: 0.2rem;
		text-transform: uppercase;
	}

.guideItemDetail
{
	margin-top: 2.5rem;
}
	.guideItemDetail h2
	{
		font-size: 2.2rem;
		letter-spacing: 0.2rem;
		text-transform: uppercase;
	}

	.guideItemDetail h4
	{
		text-decoration: underline;
		font-size: 1.6rem;
		letter-spacing: 0.2rem;
		text-transform: uppercase;
		text-align:center;
		margin-top: 2rem;
	}

	.guideImgTitle img
	{
		max-height: 400px;
	}

	.guideParag
	{
		letter-spacing: 0.1rem;
		text-align: justify;
	}
		.guideParag img
		{
			display:block;
			margin:auto;
			max-width: 100%;
		}
/*
	.chaletPageGuide.chaletPage .card, .chaletPageGuide.chaletPageGuide.chaletPage .card-body
	{
		background-color: #000;
	}

	.chaletPageGuide.chaletPage .card-body a, .chaletPageGuide.chaletPage .card-body span
	{
		display: inline;
		padding: unset;
	}

	.chaletPageGuide img.card-img-top
	{
		max-width: 600px;
		width: unset;
		height: auto;
	}

	.chaletPageGuide div.card-body
	{
		font-size: 0.9rem;
		line-height: 1.5rem;
		text-transform: none;
	}

	.chaletPageGuide .h3
	{
		font-size: 1.4rem;
		letter-spacing: 0.2rem;
	}
		.chaletPageGuide .btn-link:hover
		{
			text-decoration: none;
			background-color: #111;
		}

	.chaletPageGuide h2
	{
		font-size: 2rem;
		letter-spacing: 0.3rem;
		text-transform: uppercase;
	}
*/

/* Guide Booking Card styling */
  .guide-booking-card {
      position: relative;
  }

  .guide-booking-button-container {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      z-index: 1;
  }

  .guide-booking-button {
      border: 0;
      border-radius: 3px;
      box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
      cursor: pointer;
      display: inline-block;
      font-family: sans-serif;
      text-align: center;
      background-color: #357fb3;
      color: #fff;
      font-size: 14px;
      height: 44px;
      line-height: 44px;
      padding: 0px 40px;
      position: relative;
  }