<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * IRIS Interactive
 *
 * NOTICE OF LICENSE
 *
 * This source file is no subject to a specific license
 * but it belongs to the company IRIS Interactive.
 * You can contact IRIS Interactive at the following
 * address: contact@iris-interactive.fr
 *
 * @author      Lucas ROCHE
 * @date        16/06/2020 16:53
 * @copyright   Copyright (c) 2002-2020 IRIS Interactive, Inc. (http://www.iris-interactive.fr)
 */
/**
  * Created by IRIS Interactive
  * User : IRIS Interactive

  @ 00 - Layout
  @ 01 - Color
  @ 02 - Fonts
  @ 03 - Title
  @ 04 - List
  @ 05 - Link
  @ 06 - Excerpt
  @ 07 - Blockquote
  @ 08 - Highlight
  @ 09 - Border &lt;hr&gt;
  @ 10 - Form
  @ 11 - Notifications
  @ 12 - Breakpoints
  @ 13 - Social
*/
/* @_00 - Layout
/ ================================================== */
/* @_01 - Color
/ ================================================== */
/* @_02 - Fonts
/ ================================================== */
/* @_03 - Title
/ ================================================== */
/* @_04 - List
/ ================================================== */
/* @_05 - Link
/ ================================================== */
/* @_06 - Excerpt
/ ================================================== */
/* @_07 - Blockquote
/ ================================================== */
/* @_08 - Highlight
/ ================================================== */
/* @_08 - Separator
/ ================================================== */
/* @_08 - Button
/ ================================================== */
/* @_11 - Notifications
/ ================================================== */
/* @_13 - Social
/* ============================================= */
/* Hide
/* ================================= */
#tarteaucitronRoot,
.copyright,
.footerItemMap,
.newsletter,
.footerItem--sitemap,
.wpSearchLayout,
.backToTop,
.mainnav,
.wp-block-embed,
.socialbar,
.scroll-down,
.tools,
.logo,
.headerContainer picture,
.entityItemThumbnail,
.hentry img,
.breadcrumbs,
.filter,
.modal {
  display: none !important; }

/* Global
/* ================================= */
body {
  font-size: 18px;
  font-family: "Montserrat", Arial, sans-serif;
  color: #666666; }

a {
  color: #c6a85f;
  font-size: 0;
  text-decoration: none; }
  a:before {
    content: attr(href);
    font-size: 18px; }

/* Footer
/* ================================= */
.footer {
  border-top: 1px solid #000;
  padding-top: 40px;
  margin-top: 80px;
  text-align: center; }
  .footer ul {
    list-style: none; }

.partners {
  display: table; }
  .partnersItem {
    display: table-cell;
    padding: 0 20px; }
  .partners img {
    display: block;
    margin: 0 auto; }

/* wpet - list
/* ================================= */
.wpetListOffersMap,
.wpetListAside,
.wpetListInfobar,
.wpetOfferThumbnail,
.wpetOfferMobileButton {
  display: none; }

.wpetOfferContainerContentMetaLocation:before {
  content: "Commune : "; }

/* wpet - single
/* ================================= */
.wpetGalleryItem,
.wpetNavigation,
.wpetPagination,
.fancybox-container,
.wpetGalleryCount,
.slick-arrow,
.wpetTopbar {
  display: none !important; }

.wpetGalleryItem:first-child {
  display: block !important; }
  .wpetGalleryItem:first-child a:before {
    display: none !important; }

.wpetIconsItem--phone button {
  all: unset !important;
  color: #c6a85f !important;
  font-size: 0 !important; }
  .wpetIconsItem--phone button:before {
    content: attr(content);
    font-size: 18px !important; }

.wpetIconsItem--mail a:before {
  content: attr(data-email); }
</pre></body></html>