<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Modifications du 08/06/2022 */
.highlight {
	background-color: #d4e4d2;
  width: fit-content;
  margin: 3rem auto 0 auto;
  border-radius: 20px 5px;
  padding: 2rem;
	text-align: initial;
}

/* Page Location */
.f-100-b {
	position: relative;
  z-index: 0;
	padding: 0px 10vw;
	margin-top: 5rem;
	margin-bottom: 10rem;
}
.f-100-b h2 {
	font-size: 3.5rem;
  margin-bottom: 4rem;
  padding-top: 3rem;
}
.f-100-b h2 strong {
	font-size: 4.5rem;
}
.f-100-b p.has-medium-font-size {
	margin-bottom: 2rem;
}
.f-100-b svg{
	position: absolute;
	width: 100%; height: 70px;
	left: 0;
}
.f-100-b svg.topSVG { top: -69px; }
.f-100-b svg.bottomSVG { bottom: -69px; z-index: -1; }

/* Header */
.sub-header {
	position: absolute;
	text-align: right;
	width: 95%;
	margin: 0 auto;
	top: 0.875rem;
}
.sub-header em {opacity: 0.8;}
.sub-header i {margin:0 8px;}
.sub-header a {text-decoration: none;border-bottom: none;}


/* Modifications et corrections du 04/03/2022 */
.f-60 {
	 margin-bottom: -85px !important;
}
@media screen and (max-width: 1023px) {
	.f-60 {
		 margin-bottom: -130px !important;
	}
	.f-60 svg {
		width: 106vw !important;
	}
}

/* Anciennes Modifications */

.grid-locatifs .wpgb-facet-title {
	margin-bottom: 12px!important;
}

.grid-locatifs .wpgb-facet .wpgb-checkbox-facet .wpgb-hierarchical-list,
.grid-locatifs .wpgb-facet .wpgb-radio-facet .wpgb-hierarchical-list {
	gap: 8px 15px;
}

.grid-locatifs .wpgb-facet .wpgb-checkbox-facet .wpgb-hierarchical-list:first-child &gt; li:first-child,
.grid-locatifs .wpgb-facet .wpgb-radio-facet .wpgb-hierarchical-list:first-child &gt; li:first-child,
.grid-locatifs .wpgb-facet .wpgb-checkbox-facet .wpgb-hierarchical-list li,
.grid-locatifs .wpgb-facet .wpgb-radio-facet .wpgb-hierarchical-list li {
	margin: 0 5px 5px 0;
}

@media screen and (max-width: 640px) {
	.grecaptcha-badge {
		visibility: hidden;
		pointer-events: none;
	}
}

.grid-locatifs .gridlocatif .wpgb-card .wpgb-card-inner .carrousel-locatif .slick-track .slick-slide picture {
	height: 100%;
}

/* menu - liste langue chevauchement */
@media screen and (max-width: 1023px) {
	.sub-header {
		text-align: left;
		width: calc(100% - 14rem);
		left: 9rem;
	}
	header .wp-block-columns .wp-block-column:last-child .wp-block-columns {
	margin-top: 7rem;
}
	.sub-header em { width: 100%; display: block; }
}

/* liste location pictos */

.wp-block-group.liste_loc {
	gap: 1.5rem;
	justify-content: center;
	align-items: flex-start;
}
.wp-block-group.liste_loc &gt; .wp-block-group {
	max-width: calc(calc(100% - 3rem) / 4);
}
.liste_loc i {
	font-size: 2rem;
  color: #F27435;
  margin-bottom: 5px;
  border: 1px solid #F27435;
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
	display: flex;
}
@media screen and (max-width: 1023px) {
	.wp-block-column.head {
		order: -1;
		margin: 0 !important;
	}
	.liste_loc p {
		font-size: .8rem;
	}
}

/* 19/08/2022 */

.titre2 {
		font-family: "Amatic SC", "Segoe Script", cursive;
		font-size: 2.5rem;
		font-weight: 700;
		margin: 0 0 25px;
}

.titre2 strong {
	font-size: 1.25em;
}

.titre2.eclats--gauche:before {
	width: 83px;
	height: 92px;
	left: -75px;
	top: -50px;
}

/* 31/10/2022 block mobilhome */

div.mobil-home {
	position: relative;
	width: 80%;
	margin: 150px auto;
	display: flex;
	flex-direction: row;
	gap: 4rem;
	align-items: center;
}

div.mobil-home:first-of-type {
	margin-top: 0;
}

div.mobil-home .wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) img {
	margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
	div.mobil-home:nth-child(2n) {
		flex-direction: row-reverse;
	}

	div.mobil-home &gt; div:first-of-type {
	 width: calc(30% - 2rem);
	}

	div.mobil-home &gt; div:last-of-type {
	 width: calc(70% - 2rem);
	}
}

@media screen and (max-width: 1023px) {
	div.mobil-home {
		width: 90%;
		flex-direction: column;
		gap: calc(2rem + 70px);
	}
}

p.tab {
  border-radius: 9999px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
	border: 2px solid;
	border-color: #F27435;
  padding: 0.667em 1.333em;
  text-align: center;
  text-decoration: none;
  word-break: break-word;
  box-sizing: border-box;
	color: #F27435;
	margin: 6px 2px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

p.tab:hover,
p.tab.active {
	border-color: transparent;
	background-color: #F27435;
  color: white;
}

@media screen and (max-width: 1023px) {
	.video-fun {
		height: 90vw;
		width: 90vw;
	}
}

/* Modifs du 20/03/2025 */

.hide {
	display: none !important;
}</pre></body></html>