
@font-face {
  font-family: "OpenSans";
  src: url("fonts/opensans-regular-webfont.eot");
  src: url("fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/opensans-regular-webfont.woff2") format("woff2"),
    url("fonts/opensans-regular-webfont.woff") format("woff"),
    url("fonts/opensans-regular-webfont.ttf") format("truetype"),
    url("fonts/opensans-regular-webfont.svg#OpenSans") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSansBold";
  src: url("fonts/opensans-bold-webfont.eot");
  src: url("fonts/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/opensans-bold-webfont.woff2") format("woff2"),
    url("fonts/opensans-bold-webfont.woff") format("woff"),
    url("fonts/opensans-bold-webfont.ttf") format("truetype"),
    url("fonts/opensans-bold-webfont.svg#OpenSansBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSansSemiBold";
  src: url("fonts/opensans-semibold-webfont.eot");
  src: url("fonts/opensans-semibold-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/opensans-semibold-webfont.woff2") format("woff2"),
    url("fonts/opensans-semibold-webfont.woff") format("woff"),
    url("fonts/opensans-semibold-webfont.ttf") format("truetype"),
    url("fonts/opensans-semibold-webfont.svg#OpenSansSemiBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PlantagenetCherokee";
  src: url("fonts/plantagenetcherokee-regular-webfont.eot");
  src: url("fonts/plantagenetcherokee-regular-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/plantagenetcherokee-regular-webfont.woff2") format("woff2"),
    url("fonts/plantagenetcherokee-regular-webfont.woff") format("woff"),
    url("fonts/plantagenetcherokee-regular-webfont.ttf") format("truetype"),
    url("fonts/plantagenetcherokee-regular-webfont.svg#PlantagenetCherokee") format("svg");
  font-weight: normal;
  font-style: normal;
}


/* RESET CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  font: inherit;
  font-size: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: baseline;
  /*-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;*/
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: normal;
}
ol, ul, li,
ul li.leaf,
ul li.collapsed,
ul li.expanded {
  list-style: none;
  list-style-image: none;
}
strong {
  font-family: "OpenSansBold", Arial, Helvetica, sans-serif;
}
em {
  font-style: italic;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:after {
  content: "";
  font-size: 1px;
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
.node.contextual-links-region {
  position: static;
}
.static-navigation {
  clear: both;
}



/* ELEMENTS GENERIQUES */

body {
  color: #544949;
  font-family: "OpenSans", Arial, Helvetica, sans-serif;
  /*text-rendering: optimizeLegibility;*/
  font-size: 0.9em;
  background-color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
h1 {
  color: #ffffff;
  font-family: "PlantagenetCherokee", Arial, Helvetica, sans-serif;
  font-size: 2.6em;
  text-align: center;
  text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.8);
  letter-spacing: 0.08em;
}
h1 strong {
  font-family: "OpenSansSemiBold", Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  text-transform: uppercase;
  display: block;
}
h2, h3, h4, h5, h6 {
  font-family: "OpenSansSemiBold", Arial, Helvetica, sans-serif;
  margin: 0 0 10px;
}
h2 {
  font-family: "OpenSansBold", Arial, Helvetica, sans-serif;
  font-size: 2em;
}
h3 {
  font-size: 1.6em;
}
h4, h5, h6 {
  font-size: 1.25em;
}
p {
  margin: 0 0 10px;
}
a {
  color: #e73a3f;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
a img {
  border: none;
}
table th {
  background-color: #808080;
  padding: 5px 10px;
}
table td {
  padding: 5px 10px;
}
label {
  font-weight: normal;
}
select, input, textarea {
  color: #544949;
  font-family: "OpenSans", Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  background-color: #eeecec;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 37px;
  padding: 0 10px;
  margin: 0;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
select {
  background-image: url("../images/boutons.png");
  background-repeat: no-repeat;
  background-position: 100% -120px;
  padding: 0 35px 0 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  select {
    background-image: none;
    padding: 0 6px;
  }
}
select option {
  padding: 5px;
}
textarea {
  height: 200px;
}
* {
  outline: none;
}



/* ENTETE */

.not-front .header-fixed {
	background-color: #ffffff;
}
#header01:before {
  content: "";
  background-image: url("../images/carte.png");
  background-repeat: no-repeat;
  background-position: 100% 0;
  height: 57px;
  width: 220px;
  display: block;
  float: right;
}
#banner {
  background-color: #e73a3f;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
#header03 {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.2);
}



/* PIED DE PAGE */

#footer01 {
  background-color: #e73a3f;
}
#footer02,
#footer03,
#footer04 {
  background-color: #544949;
}
#footer04 .section {
  border-top: 1px solid #ffffff;
}
#footer04 .boutons {
  margin: 0;
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
}
#footer04 .boutons a {
  text-indent: -9999px;
  text-align: left;
  background-color: #e73a3f;
  background-image: url("../images/boutons.png");
  background-repeat: no-repeat;
  background-position: 0 -1020px;
  height: 57px;
  width: 57px;
  padding: 0;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}



/* PAGE */



/* ACCUEIL */

.front #logo {
  background-image: url("../images/accueil/logo.png");
}
.front #logo img {
  visibility: hidden;
}
.front #header01 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.6) 100%);
  background:    -moz-linear-gradient(left, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.6) 100%);
  background:     -ms-linear-gradient(left, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.6) 100%);
  background:      -o-linear-gradient(left, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.6) 100%);
  background:         linear-gradient(to right, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.6) 100%);
}
.front #header01:before {
  background-image: url("../images/accueil/carte.png");
}
.front #header03 {
  background-color: rgba(0, 0, 0, 0.5);
}
#home01 {
	background-color: #ffffff;
}
#home02 {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#home02 .region {
  background-color: rgba(0, 0, 0, 0.4);
}



/* MAINTENANCE */

.maintenance-page #content:after {
  content: "";
  border-bottom: 1px solid #c6c4c4;
  height: 44px;
  width: 300px;
  margin: 0 auto;
  display: block;
}
.maintenance-page #content-content {
  font-size: 1.4em;
  letter-spacing: 0.08em;
}



/* CONTENU */

.taille-mini select,
.taille-mini input,
.taille-mini textarea,
.taille-mini .ui-dropdownchecklist {
  width: 50px !important;
}
.taille-petit select,
.taille-petit input,
.taille-petit textarea,
.taille-petit .ui-dropdownchecklist {
  width: 120px !important;
}
.taille-moyen select,
.taille-moyen input,
.taille-moyen textarea,
.taille-moyen .ui-dropdownchecklist {
  width: 200px !important;
}
.taille-grand select,
.taille-grand input,
.taille-grand textarea,
.taille-grand .ui-dropdownchecklist {
  width: 500px !important;
}
.taille-max,
.taille-max select,
.taille-max input,
.taille-max textarea,
.taille-max .ui-dropdownchecklist {
  width: 100% !important;
}

.form-item,
.form-actions {
  margin: 0 0 20px;
}
#content .form-actions {
  margin-left: 200px;
}
.form-item:after,
.form-actions:after {
  content: ".";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
#content label,
#content .label {
  color: #7d7d7d;
  font-size: 1.1em;
  text-align: right;
  min-height: 37px;
  width: 200px;
  padding: 8px 10px 0 0;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#content .field-label-hidden label {
  display: none;
}
#content .field-label-middle label {
  width: auto;
  padding: 7px 10px 0;
}
#content .field-label-hidden-middle label {
  text-align: left;
  text-indent: -9999px;
  width: 10px;
  padding: 0;
}
#content .form-item .field-suffixe {
  width: auto;
  padding: 7px 10px 0 5px;
  float: left;
}
#content select,
#content input,
#content textarea,
#content .form-textarea-wrapper,
#content .ui-dropdownchecklist {
  float: left;
}
#content input,
#content textarea,
#content .form-textarea-wrapper {
  width: 500px;
}
#content .form-item .username {
  min-height: 23px;
  padding: 7px 0 0;
  float: left;
}
#content .form-item .description {
  color: #bbbbbb;
  font-size: 0.75em;
  font-style: italic;
  padding: 2px 0 0 200px;
  float: left;
  clear: left;
}
#content .form-item .form-item .description {
  padding: 2px 0 0 0;
}
.filter-wrapper .form-item {
  padding: 0;
  margin: 0 0 20px;
}
.confirm-parent,
.password-parent {
  width: auto;
}
.filter-guidelines {
  padding-left: 200px;
}
.form-submit,
#content .form-submit {
  color: #ffffff;
  font-size: 1.35em;
  letter-spacing: 0.08em;
  background-color: #e73a3f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: auto;
  padding: 0 20px;
  cursor: pointer;
}
.form-submit:hover,
#content .form-submit:hover {
  background-color: #dd2326;
}

#content .form-type-checkbox {
  padding: 0 0 0 200px;
}
.form-type-checkboxes .form-type-checkbox {
  margin: 0 0 5px !important;
}
.form-type-checkboxes .form-type-checkbox:last-child {
  margin: 0 !important;
}

.form-type-checkbox input,
#content .form-type-checkbox input,
.ui-dropdownchecklist .ui-widget-content input {
  display: none;
}
.form-type-checkbox label,
#content .form-type-checkbox label,
.ui-dropdownchecklist .ui-widget-content label {
  color: #544949 !important;
  font-size: 1em !important;
  font-weight: normal !important;
  text-align: left !important;
  text-transform: none !important;
  line-height: 16px;
  background-image: url("../images/boutons.png");
  background-repeat: no-repeat;
  background-position: 0 -180px;
  min-height: 16px !important;
  width: auto !important;
  min-width: 0 !important;
  padding: 0 0 0 20px !important;
  margin: 0 !important;
  display: inline-block !important;
  float: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
#content .form-type-checkbox input:checked + label,
#content .form-type-checkbox label:hover {
  background-position: 0 -240px;
}

.ui-widget {
  color: #544949;
  font-family: "OpenSans", Arial, Helvetica, sans-serif;
}
.ui-dropdownchecklist-selector-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.ui-dropdownchecklist .ui-state-default,
.ui-dropdownchecklist .ui-widget-content  {
  font-weight: normal;
  background-color: #ffffff;
  background-image: none;
}
.ui-dropdownchecklist .ui-dropdownchecklist-selector {
  color: #544949;
  font-size: 1.1em;
  line-height: 37px;
  background-image: url("../images/boutons.png");
  background-repeat: no-repeat;
  background-position: 100% 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 37px;
  width: 200px !important;
  padding: 0 35px 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.ui-dropdownchecklist.ui-dropdownchecklist-dropcontainer-wrapper {
  height: auto !important;
  width: 200px !important;
}
.ui-dropdownchecklist .ui-widget-content {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dddada;
  height: auto !important;
  padding: 5px 5px 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.ui-dropdownchecklist .ui-dropdownchecklist-item.ui-state-default {
  border: none;
  margin: 0 0 5px;
}
#autocomplete, .ui-autocomplete {
  background-color: #ffffff;
  border: 1px solid #dddada;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 365px;
}
#autocomplete li, .ui-autocomplete li {
  color: #544949 !important;
  padding: 2px 5px;
}
#autocomplete li:hover, .ui-autocomplete li:hover {
  background-color: #eeecec;
}

#content .captcha img {
  margin: 20px 200px;
}

/* Message d'erreur */

.not-logged-in #console {
	display: none;
}

/* Intro */

.intro {
  color: #e73a3f;
  font-size: 1.3em;
  text-align: center;
  letter-spacing: 0.08em;
  margin: 0 50px 30px;
  clear: both;
}
.intro:after {
  content: "";
  border-bottom: 1px solid #dddada;
  height: 30px;
  width: 300px;
  margin: 0 auto;
  display: block;
}
.intro * {
  margin: 0;
}
.intro a {
  text-decoration: none;
}
.intro a:hover,
.intro a:active,
.intro a:focus {
  text-decoration: underline;
}
.intro .portrait {
  text-align: center;
  height: 219px;
  width: 193px;
  margin: -56px auto 20px;
  position: relative;
  z-index: 20;
}
.intro .portrait img {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  height: 139px;
  width: 139px;
  margin: 13px auto 0;
}
.intro .portrait .field-name-field-credit-diapo {
  display: none;
}
.intro .portrait:after {
  content: "";
  background-image: url("../images/pictos.png");
  background-repeat: no-repeat;
  background-position: 0 -960px;
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* Boutons */

.boutons {
  text-align: right;
  display: block;
}
.boutons li {
  padding: 0;
  margin: 10px 0 0 5px;
  display: inline-block;
}
.boutons li:first-child {
  margin-left: 0 !important;
}
.boutons li:last-child {
  margin-right: 0 !important;
}
.boutons a {
  color: #e73a3f;
  font-size: 1.1em;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 35px;
  border: 1px solid #e73a3f;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  height: 37px;
  padding: 0 20px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.boutons a:hover,
.boutons a:focus,
.boutons a:active {
  color: #ffffff;
  background-color: #e73a3f;
}
.carnet_links_global a {
  color: #8a736c;
  font-size: 0.9em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #8a736c;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 6px 13px;
  display: inline-block;
}
.carnet_links_global a:hover,
.carnet_links_global a:focus,
.carnet_links_global a:active {
  color: #ffffff;
  background-color: #8a736c;
}
.ajax-progress,
.carnet_confirmation {
  display: none;
}

/* Colonnes */

.col {
  float: left;
}
.col1 .col {
  width: 100%;
}
.col12 .col:last-child,
.col21 .col:first-child {
  width: 66.6666666666%;
}
.col2 .col {
  width: 50%;
}
.col3 .col,
.col12 .col:first-child,
.col21 .col:last-child {
  width: 33.3333333333%;
}
.col4 .col {
  width: 25%;
}
.col5 .col {
  width: 20%;
}
.col2 .col:nth-child(2n+3),
.col3 .col:nth-child(3n+4),
.col4 .col:nth-child(4n+5),
.col5 .col:nth-child(5n+6) {
  clear: left;
}

/* Pagination */

.pager,
.item-list .pager,
.page-search div.item-list ul.pager {
  height: 22px;
  margin: 10px 0;
  float: right;
  clear: right;
}
.listings .item-list .pager {
  margin: 0;
}
.item-list .pager {
  clear: none;
}
.pager li,
.item-list .pager li,
.page-search div.item-list ul.pager li {
  padding: 0;
  margin: 0 0 0 10px;
  float: left;
}
.pager a,
.pager .pager-current,
.item-list .pager a,
.item-list .pager .pager-current,
.page-search div.item-list ul.pager .pager-current {
  color: #e73a3f;
  text-decoration: none;
  line-height: 20px;
  background-color: #f2f1f0;
  height: 22px;
  padding: 0 7px;
  display: block;
}
.pager .pager-current,
.item-list .pager .pager-current,
.page-search div.item-list ul.pager .pager-current {
  color: #ffffff;
  background-color: #e73a3f;
}
.pager .pager-first,
.pager .pager-previous,
.item-list .pager .pager-first,
.item-list .pager .pager-previous {
  padding: 0 10px 0 0;
}
.pager .pager-next,
.pager .pager-last,
.item-list .pager .pager-next,
.item-list .pager .pager-last {
  padding: 0 0 0 10px;
}
.pager a:hover,
.pager a:focus,
.pager a:active,
.item-list .pager a:hover,
.item-list .pager a:focus,
.item-list .pager a:active {
  color: #ffffff;
  background-color: #e73a3f;
}
.pager .pager-ellipsis,
.item-list .pager .pager-ellipsis {
  display: none;
}

/* Google Maps */

.googlemaps {
  height: 400px;
  width: 100%;
  clear: both;
  position: relative;
}
.googlemaps #carte {
  height: 100%;
  width: 100%;
}



/* ---------- SOMMAIRE -------------------------------------------------------------------------- */

#sommaire .listings {
  margin: 0 30px;
}
#sommaire .bloc-listing {
  margin: 40px 35px 30px;
}
#sommaire .bloc-listing > div {
  position: relative;
}
#sommaire .listing-media img {
  height: auto !important;
  width: 100% !important;
}
#sommaire .listing-entete {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#sommaire .listing-entete h2 {
  font-family: "OpenSansSemiBold", Arial, Helvetica, sans-serif;
  font-size: 1.7em;
  text-transform: uppercase;
  height: 100%;
  width: 100%;
  margin: 0;
  display: table;
}
#sommaire .listing-entete a {
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(84, 73, 73, 0.8)), to(rgba(84, 73, 73, 0)), color-stop(50%, rgba(84, 73, 73, 0)));
  background: -webkit-linear-gradient(top, rgba(84, 73, 73, 0.8) 0, rgba(84, 73, 73, 0) 50%, rgba(84, 73, 73, 0) 100%);
  background:    -moz-linear-gradient(top, rgba(84, 73, 73, 0.8) 0, rgba(84, 73, 73, 0) 50%, rgba(84, 73, 73, 0) 100%);
  background:     -ms-linear-gradient(top, rgba(84, 73, 73, 0.8) 0, rgba(84, 73, 73, 0) 50%, rgba(84, 73, 73, 0) 100%);
  background:      -o-linear-gradient(top, rgba(84, 73, 73, 0.8) 0, rgba(84, 73, 73, 0) 50%, rgba(84, 73, 73, 0) 100%);
  background:         linear-gradient(to bottom, rgba(84, 73, 73, 0.8) 0, rgba(84, 73, 73, 0) 50%, rgba(84, 73, 73, 0) 100%);
  padding: 20px;
  display: table-cell;
}
/*#sommaire .col:nth-child(odd) .listing-entete a {
background: -webkit-gradient(linear, left top, left bottom, from(rgba(84, 73, 73, 0.8)), to(rgba(84, 73, 73, 0)), color-stop(50%, rgba(84, 73, 73, 0)));
background: -webkit-linear-gradient(top, rgba(84, 73, 73, 0.8) 0, rgba(84, 73, 73, 0) 50%, rgba(84, 73, 73, 0) 100%);
background:    -moz-linear-gradient(top, rgba(84, 73, 73, 0.8) 0, rgba(84, 73, 73, 0) 50%, rgba(84, 73, 73, 0) 100%);
background:     -ms-linear-gradient(top, rgba(84, 73, 73, 0.8) 0, rgba(84, 73, 73, 0) 50%, rgba(84, 73, 73, 0) 100%);
background:      -o-linear-gradient(top, rgba(84, 73, 73, 0.8) 0, rgba(84, 73, 73, 0) 50%, rgba(84, 73, 73, 0) 100%);
background:         linear-gradient(top, rgba(84, 73, 73, 0.8) 0, rgba(84, 73, 73, 0) 50%, rgba(84, 73, 73, 0) 100%);
}
#sommaire .col:nth-child(even) .listing-entete a {
background: -webkit-gradient(linear, left top, left bottom, from(rgba(84, 73, 73, 0)), to(rgba(84, 73, 73, 0.8)), color-stop(50%, rgba(84, 73, 73, 0)));
background: -webkit-linear-gradient(top, rgba(84, 73, 73, 0) 0, rgba(84, 73, 73, 0) 50%, rgba(84, 73, 73, 0.8) 100%);
background:    -moz-linear-gradient(top, rgba(84, 73, 73, 0) 0, rgba(84, 73, 73, 0) 50%, rgba(84, 73, 73, 0.8) 100%);
background:     -ms-linear-gradient(top, rgba(84, 73, 73, 0) 0, rgba(84, 73, 73, 0) 50%, rgba(84, 73, 73, 0.8) 100%);
background:      -o-linear-gradient(top, rgba(84, 73, 73, 0) 0, rgba(84, 73, 73, 0) 50%, rgba(84, 73, 73, 0.8) 100%);
background:         linear-gradient(top, rgba(84, 73, 73, 0) 0, rgba(84, 73, 73, 0) 50%, rgba(84, 73, 73, 0.8) 100%);
vertical-align: bottom;
}*/
#sommaire .listing-apercu {
  text-align: center;
  padding: 20px 0 0;
}



/* ---------- ACTUALITES ------------------------------------------------------------------------ */

/* Listing */

#listing-actu .bloc-listing {
  border-bottom: 1px solid #dddada;
  min-height: 200px;
  padding: 20px 0;
  clear: both;
}
#listing-actu .listing-media {
  width: 200px;
  margin: 0 20px 0 0;
  float: left;
  position: relative;
}
#listing-actu .listing-media img {
  height: auto !important;
  width: 100% !important;
}
#listing-actu .listing-apercu {
  min-height: 153px;
}
#listing-actu .listing-apercu h2 {
  color: #544949;
  font-family: "OpenSansSemiBold", Arial, Helvetica, sans-serif;
  font-size: 1.3em;
  margin: 0;
}
#listing-actu .listing-apercu h2 a {
  color: #544949;
  text-decoration: none;
}
#listing-actu .listing-apercu h2 a:hover,
#listing-actu .listing-apercu h2 a:active,
#listing-actu .listing-apercu h2 a:focus {
  color: #e73a3f;
}
#listing-actu .listing-apercu .commune {
  color: #727272;
  margin: 0;
}
#listing-actu .listing-apercu .resume {
  color: #727272;
  text-align: justify;
  margin: 10px 0 0;
}
#listing-actu .listing-apercu .resume * {
  margin: 0;
}

/* DÃ©tail */

.node-type-actu .field-name-field-image {
  margin: 0 30px 30px 0;
  float: left;
  clear: left;
}
.node-type-actu .field-name-field-image img {
  height: auto;
  width: 100%;
}
.node-type-actu .field-name-field-commune {
  font-family: "OpenSansSemiBold",Arial,Helvetica,sans-serif;
  font-size: 1.2em;
  margin: 0 0 10px;
}
.node-type-actu .field-name-body {
  text-align: justify;
}



/* ---------- DETAIL DE NOEUD  ------------------------------------------------------------------ */

.page-node .field-name-field-tags {
  border-top: 1px solid #dddada;
  padding: 10px 0;
  margin: 30px 0 0;
  clear: both;
}
.page-node .field-name-field-tags .field-label {
  color: #ffffff;
  text-align: center;
  font-weight: normal;
  background-color: #e73a3f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 42px;
  padding: 2px 0 3px 3px;
  float: left;
}
.page-node .field-name-field-tags .field-items {
  padding: 2px 0 2px 55px;
  float: none;
}
.page-node .field-name-field-tags .field-item {
  margin-right: 7px;
  display: inline;
}
.page-node .field-name-field-tags .field-item a {
  color: #544949;
}



/* ---------- PAGE CMS 1 COLONNE SANS CARNET  --------------------------------------------------- */

.node-type-page-cms1c-sscarnet .field-name-field-soustitre {
  color: #e73a3f;
  font-size: 1.3em;
  text-align: center;
  letter-spacing: 0.08em;
  margin: 0 50px 30px;
  clear: both;
}
.node-type-page-cms1c-sscarnet .field-name-field-soustitre:after {
  content: "";
  border-bottom: 1px solid #dddada;
  height: 30px;
  width: 300px;
  margin: 0 auto;
  display: block;
}
.node-type-page-cms1c-sscarnet .field-name-field-soustitre .field-item * {
  margin: 0;
}
.node-type-page-cms1c-sscarnet .field-name-field-soustitre .boutons {
  font-size: 0.8em;
  letter-spacing: normal;
}
.node-type-page-cms1c-sscarnet .field-name-field-contenu h2,
.node-type-page-cms1c-sscarnet .field-name-field-contenu h3,
.node-type-page-cms1c-sscarnet .field-name-field-contenu h4,
.node-type-page-cms1c-sscarnet .field-name-field-contenu h5,
.node-type-page-cms1c-sscarnet .field-name-field-contenu h6 {
  text-transform: uppercase;
  margin: 30px 0;
}
.node-type-page-cms1c-sscarnet .field-name-field-contenu p,
.node-type-page-cms1c-sscarnet .field-name-field-contenu ul {
  margin: 20px 0;
}
.node-type-page-cms1c-sscarnet .field-name-field-contenu p {
  font-size: 1.2em;
  text-align: justify;
}
.node-type-page-cms1c-sscarnet .field-name-field-contenu li {
  list-style: none;
  background-image: url("../images/puce.png");
  background-repeat: no-repeat;
  background-position: 0 8px;
  padding: 0 0 0 9px;
  margin: 0 0 5px;
}
.node-type-page-cms1c-sscarnet .field-name-field-contenu table {
  width: 100%;
  margin: 30px 0;
}
.node-type-page-cms1c-sscarnet .field-name-field-contenu table th {
  color: #ffffff;
  text-align: center;
  background-color: #544949;
  padding: 10px;
  vertical-align: middle;
}
.node-type-page-cms1c-sscarnet .field-name-field-contenu table td {
  text-align: center;
  border-bottom: 1px solid #dddada;
  padding: 10px;
  vertical-align: middle;
}
.node-type-page-cms1c-sscarnet .field-name-field-contenu table caption {
  text-align: left;
  background-color: #eeecec;
  padding: 10px;
}
.node-type-page-cms1c-sscarnet .field-name-field-contenu h2:first-child,
.node-type-page-cms1c-sscarnet .field-name-field-contenu h3:first-child,
.node-type-page-cms1c-sscarnet .field-name-field-contenu h4:first-child,
.node-type-page-cms1c-sscarnet .field-name-field-contenu h5:first-child,
.node-type-page-cms1c-sscarnet .field-name-field-contenu h6:first-child,
.node-type-page-cms1c-sscarnet .field-name-field-contenu p:first-child,
.node-type-page-cms1c-sscarnet .field-name-field-contenu ul:first-child,
.node-type-page-cms1c-sscarnet .field-name-field-contenu table:first-child {
  margin-top: 0;
}

/* Erreur 403 / 404 */

.page-node-4707 #content,
.page-node-4708 #content {
  padding-bottom: 0;
}
.page-node-4707 .field-name-field-contenu p,
.page-node-4708 .field-name-field-contenu p {
  margin: 60px 0 0 !important;
}
.page-node-4707 .field-name-field-contenu img,
.page-node-4708 .field-name-field-contenu img {
  height: auto !important;
  width: 33.3333333333% !important;
}



/* ---------- PAGE CMS CUSTOM  ------------------------------------------------------------------ */

#page-cms-custom .col2 {
  margin: 0 50px;
}
#page-cms-custom .media-cms01,
#page-cms-custom .media-cms02,
#page-cms-custom .media-cms03 {
  border: 1px solid #ffffff;
  width: 50%;
  float: left;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#page-cms-custom .media-cms01 {
  border-right: none;
  height: 534px;
}
#page-cms-custom .media-cms02,
#page-cms-custom .media-cms03 {
  height: 267px;
}
#page-cms-custom .media-cms03 {
  border-top: none;
}
#page-cms-custom .col .media-cms01 img {
  height: 100% !important;
  width: auto !important;
  margin: 0 0 0 -50%;
}
#page-cms-custom .col .media-cms02 img,
#page-cms-custom .col .media-cms03 img {
  height: auto !important;
  width: 100% !important;
}
#page-cms-custom .contenu-cms {
  color: #817a7a;
}
#page-cms-custom .col2 .contenu-cms {
  color: #544949;
  padding: 15px 0 150px 20px;
}
#page-cms-custom .contenu-cms h2,
#page-cms-custom .contenu-cms h3,
#page-cms-custom .contenu-cms h4,
#page-cms-custom .contenu-cms h5,
#page-cms-custom .contenu-cms h6 {
  text-transform: uppercase;
  margin: 30px 0;
}
#page-cms-custom .contenu-cms p,
#page-cms-custom .contenu-cms ul {
  margin: 20px 0;
}
#page-cms-custom .col2 .contenu-cms p {
  font-size: 1.2em;
}
#page-cms-custom .contenu-cms li {
  list-style: none;
  background-image: url("../images/puce.png");
  background-repeat: no-repeat;
  background-position: 0 8px;
  padding: 0 0 0 9px;
  margin: 0 0 5px;
}
#page-cms-custom .contenu-cms h2:first-child,
#page-cms-custom .contenu-cms h3:first-child,
#page-cms-custom .contenu-cms h4:first-child,
#page-cms-custom .contenu-cms h5:first-child,
#page-cms-custom .contenu-cms h6:first-child,
#page-cms-custom .contenu-cms p:first-child,
#page-cms-custom .contenu-cms ul:first-child {
  margin-top: 0;
}
#page-cms-custom .bande-cms {
  background-color: #e9e7e7;
  padding: 70px 0 0;
  margin: -70px 0 80px;
}
#page-cms-custom .bande-cms .contenu-cms {
  color: #817a7a;
  /*text-align: right;*/
  padding: 30px 20px 0 0;
}
#page-cms-custom .bande-cms .media-cms {
  margin: -70px 0 0;
  position: relative;
}
#page-cms-custom .bande-cms .media-cms img {
  height: auto !important;
  width: 100% !important;
}
#page-cms-custom .bande-cms .media-cms .youtube {
  background-image: url("../images/pictos.png");
  background-repeat: no-repeat;
  background-position: -240px -1020px;
  height: 78px;
  width: 78px;
  position: absolute;
  top: 15px;
  right: 15px;
}
#page-cms-custom .bande-cms .media-cms iframe {
  width: 100% !important;
}
#page-cms-custom .col img {
  height: auto !important;
  width: auto !important;
}
#page-cms-custom .boutons {
  text-align: center;
}
#page-cms-custom .boutons a {
  color: #ffffff;
  font-family: "OpenSansBold",Arial,Helvetica,sans-serif;
  font-size: 1.4em;
  line-height: 57px;
  background-color: #e73a3f;
  height: 57px;
  padding: 0 30px;
}



/* ---------- SEJOURS  -------------------------------------------------------------------------- */

/* Listing */

#listing-sejour .resultats {
  color: #e73a3f;
  font-family: "OpenSansBold";
  font-size: 1.1em;
  text-align: center;
  border: 1px solid #7d7d7d;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  -o-border-radius: 75px;
  border-radius: 75px;
  height: 148px;
  width: 148px;
  margin: 0 50px 50px;
  display: table;
  float: left;
}
#listing-sejour .resultats div {
  display: table-cell;
  vertical-align: middle;
}
#listing-sejour .resultats span {
  font-family: "OpenSans";
  font-size: 3.8em;
  line-height: 1em;
  display: block;
}
#listing-sejour .intro {
  min-height: 150px;
  margin-bottom: 60px;
  clear: none;
}
#listing-sejour #recherche-syndic + .view-filters {
  margin: 30px 0 0;
}
#listing-sejour .form-syndic {
  margin: 0 0 0 50px;
}
#listing-sejour .form-syndic .views-exposed-widgets {
  margin: 0;
}
#listing-sejour .form-syndic .views-exposed-widget {
  padding: 0;
  /*float: none;*/
}
#listing-sejour .form-syndic form {
  float: left;
}
#listing-sejour .form-syndic label {
  font-weight: normal;
  width: auto;
}
#listing-sejour .form-syndic h2 {
  color: #7d7d7d;
  font-family: "OpenSans", Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  padding: 8px 10px 0 0;
  float: left;
}
#listing-sejour .form-syndic .content {
  float: left;
}
#listing-sejour .form-syndic .clearfix:after {
  display: none;
}
#listing-sejour .form-syndic .region-facettessorts {
  width: auto !important;
}
#listing-sejour .form-syndic .region-facettessorts .item-list,
#listing-sejour .form-syndic select {
  height: 37px;
  width: 200px;
  float: left;
}
#listing-sejour .form-syndic .search-api-sorts {
  background-color: #eeecec;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 37px 0 0;
  margin: 0;
  position: relative;
  z-index: 10;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
#listing-sejour .form-syndic .search-api-sorts li {
  margin: 0;
}
#listing-sejour .form-syndic .search-api-sorts:hover a {
  display: block;
}
#listing-sejour .form-syndic .search-api-sorts a {
  color: #544949;
  font-family: "OpenSans", Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  text-decoration: none;
  line-height: 37px;
  height: 37px;
  padding: 0 10px;
  display: none;
}
#listing-sejour .form-syndic .search-api-sorts a.active-sort {
  background-image: url("../images/boutons.png");
  background-repeat: no-repeat;
  background-position: 100% -120px;
  padding-right: 35px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#listing-sejour .form-syndic .lien-carte {
  color: #7d7d7d;
  font-size: 1.1em;
  text-decoration: none;
  background-image: url("../googlemaps/0.png");
  background-repeat: no-repeat;
  background-size: 28px 37px;
  min-height: 37px;
  padding: 8px 0 0 38px;
  margin: 0 0 0 50px;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#listing-sejour .form-syndic .lien-carte:hover,
#listing-sejour .form-syndic .lien-carte:focus,
#listing-sejour .form-syndic .lien-carte:active {
  color: #544949;
}
#listing-sejour .listings {
  clear: both;
}
#listing-sejour .bloc-listing {
  height: 310px;
  margin: 30px 0;
  position: relative;
}
#listing-sejour .col:nth-child(odd) .bloc-listing {
  margin-right: 15px;
}
#listing-sejour .col:nth-child(even) .bloc-listing {
  margin-left: 15px;
}
#listing-sejour .listing-media {
  height: 310px;
  overflow: hidden;
}
#listing-sejour .listing-media img {
  height: 310px !important;
  width: auto !important;
}
#listing-sejour .listing-media .tarif {
  color: #ffffff;
  font-family: "PlantagenetCherokee", Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  text-align: center;
  background-color: #e73a3f;
  background-color: rgba(231, 58, 63, 0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 57px;
  margin: 0;
  display: table;
  position: absolute;
  top: 10px;
  right: 10px;
}
#listing-sejour .listing-media .tarif span {
  padding: 0 15px;
  display: table-cell;
  vertical-align: middle;
}
#listing-sejour .listing-media .tarif strong {
  font-size: 2em;
  font-family: "PlantagenetCherokee", Arial, Helvetica, sans-serif;
  line-height: 0.9em;
  display: block;
}
#listing-sejour .listing-apercu {
  color: #ffffff;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 15px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#listing-sejour .listing-apercu h2,
#listing-sejour .listing-apercu p {
  margin: 0;
}
#listing-sejour .listing-apercu h2 {
  font-family: "OpenSans", Arial, Helvetica, sans-serif;
  font-size: 1.3em;
}
#listing-sejour .listing-apercu h2 a {
  color: #ffffff;
  text-decoration: none;
}
#listing-sejour .listing-apercu .duree {
  font-size: 0.9em;
  margin: 0;
}
#listing-sejour .bloc-listing:hover .listing-avantage {
  display: block;
}
#listing-sejour .listing-avantage {
  color: #ffffff;
  background-color: #e73a3f;
  padding: 10px 15px 25px;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#listing-sejour .listing-avantage h3 {
  font-family: "OpenSansBold", Arial, Helvetica, sans-serif;
  font-size: 1.8em;
  text-transform: uppercase;
  line-height: 1.2em;
  margin: 0 0 10px 37px;
}
#listing-sejour .listing-avantage h3:before {
  content: "+";
  font-size: 4.1em;
  line-height: 0.44em;
  display: block;
  position: absolute;
  top: -25px;
  left: 6px;
}
#listing-sejour .listing-avantage p {
  margin: 0;
}
#listing-sejour #carte,
#listing-sejour .googlemaps {
  margin: 60px 0 0;
}
#listing-sejour .googlemaps,
#listing-sejour .googlemaps .leaflet-container {
  height: 500px;
}

/* DÃ©tail */

.syndic-sejour .block-syndic-media {
  margin: 0;
}
.syndic-sejour .block-syndic-coord {
  margin: 50px 30px 0 60px;
}
.syndic-sejour .block-syndic-presentation tr:first-child th {
  font-size: 1.1em;
}
.syndic-sejour .block-syndic-presentation td li {
  width: auto;
  display: block;
}
.syndic-sejour .block-syndic-presentation td li:before {
  content: "- ";
}
.syndic-sejour .block-syndic-hote,
.syndic-sejour .block-syndic-avantage {
  background-color: #f1f0f0;
  margin: 0 -15px 60px;
}
.syndic-sejour .block-syndic-hote {
  min-height: 120px;
  padding: 25px 0;
}
.syndic-sejour .block-syndic-avantage {
  min-height: 150px;
}
.syndic-sejour .block-syndic-hote .titre,
.syndic-sejour .block-syndic-avantage .titre {
  text-align: right;
  width: 50%;
  float: left;
  position: relative;
}
.syndic-sejour .block-syndic-hote .titre:before {
  content: "";
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 110px;
  width: 110px;
  display: block;
  position: absolute;
  top: -10px;
  right: 110px;
}
.syndic-sejour .block-syndic-hote .titre:after {
  content: "";
  border: 3px solid #e73a3f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 24px;
  width: 24px;
  display: block;
  position: absolute;
  top: 80px;
  right: 140px;
  z-index: 20;
}
.syndic-sejour .block-syndic-avantage .titre:before {
  content: "+";
  color: #e73a3f;
  font-family: "OpenSansBold", Arial, Helvetica, sans-serif;
  font-size: 7.4em;
  line-height: 0.42em;
  display: block;
  position: absolute;
  top: 25px;
  right: 265px;
  z-index: 10;
}
.syndic-sejour .block-syndic-avantage .titre:after {
  content: "+";
  color: #ffffff;
  font-family: "OpenSansBold", Arial, Helvetica, sans-serif;
  font-size: 13.6em;
  line-height: 0.44em;
  display: block;
  position: absolute;
  top: -8px;
  right: 230px;
}
.syndic-sejour .block-syndic-hote h3,
.syndic-sejour .block-syndic-avantage h3 {
  font-family: "OpenSansBold", Arial, Helvetica, sans-serif;
  font-size: 1.8em;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: 1.2em;
  margin: 0;
  position: relative;
  z-index: 10;
}
.syndic-sejour .block-syndic-avantage h3 {
  text-align: left;
  width: 280px;
  padding: 59px 0 0;
  display: inline-block;
}
.syndic-sejour .block-syndic-hote h3 span {
  font-size: 1.3em;
  display: block;
}
.syndic-sejour .block-syndic-hote img {
  margin: 0 30px;
  float: right;
  position: relative;
  z-index: 10;
}
.syndic-sejour .block-syndic-hote .commentaire,
.syndic-sejour .block-syndic-avantage .commentaire {
  margin: 0 0 0 50%;
}
.syndic-sejour .block-syndic-avantage .commentaire {
  height: 150px;
  display: table;
}
.syndic-sejour .block-syndic-avantage .commentaire > div {
  display: table-cell;
  vertical-align: middle;
}
.syndic-sejour .block-syndic-hote .commentaire p,
.syndic-sejour .block-syndic-avantage .commentaire p {
  margin: 0;
}
.syndic-sejour .block-syndic-avantage .commentaire p {
  background-image: url("../images/puce.png");
  background-repeat: no-repeat;
  background-position: 0 8px;
  padding: 0 0 0 9px;
  margin: 5px 0;
}



/* ---------- RECHERCHE SYNDIC ------------------------------------------------------------------ */

#recherche-syndic .views-exposed-widgets {
  margin: 0;
}
#recherche-syndic .views-exposed-widget {
  padding: 0;
  float: none;
}

#recherche-syndic > .form-fields {
  background-color: #eeecec;
  border-bottom: 1px solid #dddada;
  padding: 30px 20px 0;
}
#recherche-syndic .col,
#recherche-syndic .block-facet,
#recherche-syndic .block-mefibs,
#recherche-syndic .block-search-api-facettes {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#recherche-syndic .region-facetapi .col {
  padding: 0 0 20px;
}
#recherche-syndic hr {
  border: none;
  border-top: 1px solid #dddada;
  height: 21px;
  margin: 0 10px;
}
#recherche-syndic label,
#recherche-syndic .label {
  color: #e73a3f;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  width: auto;
  /*min-width: 130px;*/
  min-width: 200px;
}
#recherche-syndic .form-fields > .col1:first-child .label,
#recherche-syndic .form-fields .form-fields label {
  display: none;
}
#recherche-syndic .col1 .col > .label {
  margin: 0 0 10px;
}
#recherche-syndic .form-item input,
#recherche-syndic select {
  background-color: #ffffff;
}
#recherche-syndic .form-item input {
  width: 450px;
}
#recherche-syndic select {
  background-position: 100% 0;
}
#recherche-syndic .form-action {
  text-align: right;
  padding: 20px 40px 0;
  margin: 0 0 -30px;
}
#recherche-syndic a.form-submit {
  font-size: 1.1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 58px;
  height: 57px;
  padding: 0 30px;
  display: inline-block;
}
#recherche-syndic .views-exposed-form .form-submit {
  margin: 0 0 0 10px;
}



#recherche-syndic .views-operator,
#recherche-syndic .views-widget {
  float: left;
}
#recherche-syndic .views-operator label,
#recherche-syndic .views-widget label {
  min-width: 0;
}
#recherche-syndic .views-widget label {
  padding-left: 10px;
}
#recherche-syndic .views-widget .form-item input {
  width: 350px;
}



#recherche-syndic .form-type-checkbox {
  padding: 0;
}
#recherche-syndic .col > .form-type-checkbox {
  min-height: 26px;
  padding: 11px 0 0;
}
#recherche-syndic .col > .form-type-checkbox label {
  font-size: 1.1em !important;
  padding: 0 0 0 22px !important;
}

#recherche-syndic .form-type-checkboxes {
  margin: 0 0 10px;
}
#recherche-syndic .form-type-checkboxes .form-type-checkbox {
  margin: 0 10px 10px 0 !important;
  float: left;
}
#recherche-syndic .form-type-checkboxes .form-type-checkbox label {
  color: #ffffff !important;
  font-size: 1.1em !important;
  text-transform: none !important;
  line-height: 37px;
  background-color: #544949;
  background-image: none !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 37px;
  padding: 0 10px !important;
  margin: 0;
}
#recherche-syndic .form-type-checkboxes .form-type-checkbox input:checked + label,
#recherche-syndic .form-type-checkboxes .form-type-checkbox label:hover {
  color: #544949 !important;
  background-color: #ffffff;
}



#recherche-syndic .region-facetapi .form-type-checkbox {
  margin-bottom: 10px;
}
#recherche-syndic .region-facetapi .form-type-checkbox .label {
  padding-top: 0;
  float: none;
}
#recherche-syndic .region-facetapi .form-type-checkbox ul {
  margin: 0;
}
#recherche-syndic .region-facetapi .form-type-checkbox li {
  height: 37px;
  margin: 0 10px 10px 0;
  float: left;
}
#recherche-syndic .region-facetapi .form-type-checkbox li a {
  /*color: #ffffff;*/
  color: #544949;
  font-size: 1.1em;
  text-decoration: none;
  line-height: 35px;
  /*line-height: 37px;
  background-color: #544949;*/
  border: 1px solid #544949;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  /*height: 37px;
  padding: 0 10px;*/
  height: 35px;
  padding: 0 9px;
  margin: 0;
  display: block;
}
#recherche-syndic .region-facetapi .form-type-checkbox li a.facetapi-active,
#recherche-syndic .region-facetapi .form-type-checkbox li a:hover {
  /*color: #544949;
  background-color: #ffffff;*/
  color: #ffffff;
  background-color: #544949;
}
#recherche-syndic .region-facetapi .form-type-checkbox li a .items-count {
  font-size: 0.7em;
}



#recherche-syndic .region-facetapi .block-facet-tarifsrecherche .form-type-checkbox .label {
  padding-top: 8px;
  float: left;
}
#slider-facetapi-facet-search-apiaffichage-des-offres-block-tarifsrecherche {
  width: 450px;
  float: left;
}
.ui-slider-horizontal {
  margin: 10px 0;
}
.ui-slider-horizontal .ui-slider-range {
  background: #e73a3f;
}
.ui-slider-horizontal .ui-slider-handle {
  border: 1px solid #aaaaaa;
}



#recherche-syndic .region-facetapi .form-type-link {
  display: inline-block;
}
#recherche-syndic .region-facetapi .form-type-link .label {
  color: #544949;
  text-transform: none;
  padding-left: 47px;
}
#recherche-syndic .region-facetapi .form-type-link ul,
#recherche-syndic .region-facetapi .form-type-link li {
  margin: 0;
}
#recherche-syndic .region-facetapi .form-type-link li a {
  text-indent: -9999px;
  height: 37px;
  display: block;
  position: relative;
}
#recherche-syndic .region-facetapi .form-type-link .facetapi-facet-animauxacceptes a:before {
  content: "";
  background-color: #dddada;
  background-image: url("../images/syndic/animaux.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 37px;
  width: 37px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#recherche-syndic .region-facetapi .form-type-link .facetapi-facet-animauxacceptes a.facetapi-active:before {
  background-color: #e73a3f;
}



/* Col custom */

#recherche-syndic .colcustom {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 0 40px 0 0;
  margin: 0 0 20px;
  position: relative;
}
#recherche-syndic .colcustom fieldset {
  margin-right: -1px;
}
#recherche-syndic .colcustom .col {
  background-color: #ffffff;
  background-image: url("../images/boutons.png");
  background-repeat: no-repeat;
  background-position: 100% -540px;
  padding: 0 1px 0 0;
}
#recherche-syndic .colcustom .col:first-child,
/*#recherche-syndic .colcustom .col:last-child,*/
#recherche-syndic .colcustom .col:nth-last-child(-n+3) {
  background: none;
  padding: 0;
}
#recherche-syndic .colcustom .col:nth-child(1) {
  width: 40%;
}
#recherche-syndic .colcustom .col:nth-child(2) {
  width: 14%;
}
#recherche-syndic .colcustom .col:nth-child(3),
#recherche-syndic .colcustom .col:nth-child(4) {
  width: 13%;
}
#recherche-syndic .colcustom .col:nth-child(5) {
  width: 20%;
}
#recherche-syndic .colcustom .form-item,
#recherche-syndic .colcustom .form-actions {
  margin: 0;
}
#recherche-syndic .colcustom label {
  display: none;
}
#recherche-syndic .colcustom input,
#recherche-syndic .colcustom select {
  height: 57px;
  width: 100%;
}
#recherche-syndic .colcustom input {
  padding: 0 20px;
}
#recherche-syndic .colcustom select {
  padding-left: 16px;
}
#recherche-syndic .colcustom input,
#recherche-syndic .colcustom select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.ui-autocomplete-loading {
  background: white url("../images/anim-loader.gif") right center no-repeat;
}
#recherche-syndic .colcustom .col:first-child,
#recherche-syndic .colcustom .col:first-child input,
#recherche-syndic .colcustom .col:first-child select {
  background-color: #dddada;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
#recherche-syndic .colcustom .col:nth-child(5),
#recherche-syndic .colcustom .col:nth-child(5) input,
#recherche-syndic .colcustom .col:nth-child(5) select {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
#recherche-syndic .colcustom select {
  background-position: 100% 10px;
}
#recherche-syndic .colcustom .form-submit {
  width: 100%;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
#recherche-syndic .colcustom .col + a {
  text-indent: -9999px;
  background-image: url("../images/pictos.png");
  background-repeat: no-repeat;
  background-position: 0 -720px;
  height: 57px;
  width: 25px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

/* Accueil */

.front #recherche-syndic .form-fields {
  background-color: transparent;
  border: 5px solid #544949;
  border: 5px solid rgba(84, 73, 73, 0.5);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 0;
}
.front #recherche-syndic .colcustom {
  background-color: rgba(84, 73, 73, 0.5);
  padding: 0 50px 0 0;
  margin: 0;
}
.front #recherche-syndic .colcustom .col + a {
  right: 10px;
}



/* ---------- LISTING SYNDIC -------------------------------------------------------------------- */

.listing-page-tis #intro-syndic {
  clear: both;
}
.listing-page-tis #intro-syndic .section {
  padding: 30px 0 60px;
}
.listing-page-tis #intro-syndic .intro {
  text-align: left;
  min-height: 199px;
  margin: 30px 50px 0;
}
.listing-page-tis #intro-syndic .intro .portrait {
  margin: -20px 20px 0 0;
  float: left;
}
.listing-page-tis .intro-syndic {
  font-family: "OpenSansBold", Arial, Helvetica, sans-serif;
  font-size: 1.3em;
  text-align: center;
  letter-spacing: 0.08em;
  margin: 30px 50px 0;
  clear: both;
}
.listing-page-tis .intro-syndic * {
  margin: 0;
}
#syndic {
  padding-left: 40%;
  position: relative;
}
#listing-syndic .col-googlemaps {
  height: 100vh;
  width: 40%;
  position: absolute;
  top: 0;
  left: 0;
}
#listing-syndic .col-googlemaps .googlemaps,
#listing-syndic .col-googlemaps .googlemaps .attachment,
#listing-syndic .col-googlemaps .googlemaps .view,
#listing-syndic .col-googlemaps .googlemaps .view-content,
#listing-syndic .col-googlemaps .googlemaps .leaflet-view,
#listing-syndic .col-googlemaps .googlemaps .leaflet-container {
  height: 100% !important;
}
#listing-syndic .col-googlemaps .bt-carte {
  color: #ffffff;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  background-color: #544949;
  background-color: rgba(84, 73, 73, 0.7);
  width: 70px;
  padding: 8px 40px 16px;
  position: absolute;
  top: 0;
  right: 0;
}
#listing-syndic .col-googlemaps .bt-carte:first-line {
  font-size: 1.7em;
}
#listing-syndic .col-googlemaps .bt-carte:hover,
#listing-syndic .col-googlemaps .bt-carte:active,
#listing-syndic .col-googlemaps .bt-carte:focus {
  background-color: #544949;
}

#listing-syndic .col-googlemaps .leaflet-control-custom {
  color: #ffffff;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background-color: #e73a3f !important;
  height: 53px !important;
  padding: 0 15px;
  clear: none;
  cursor: pointer;
}
#listing-syndic .col-googlemaps .leaflet-control-custom:hover {
  background-color: #dd2326 !important;
}
#listing-syndic .resultats {
  color: #e73a3f;
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 18px 0 0 40px;
  display: block;
  width: 60%;
  position: relative;
  top : -44px;
}
#listing-syndic .form-syndic {
  padding: 10px 0 10px 40px;
}
#listing-syndic .form-syndic .form-item {
  margin: 0;
}
#listing-syndic .form-syndic label {
  width: auto;
}
#listing-syndic .bloc-listing {
  margin: 10px 10px 30px;
}
#listing-syndic .listing-media {
  margin: 0 0 10px;
  position: relative;
}
#listing-syndic .listing-media img {
  height: auto !important;
  width: 100% !important;
}
#listing-syndic .listing-media p {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin: 0;
  position: absolute;
}
#listing-syndic .listing-media .classement,
#listing-syndic .listing-media .animaux {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 57px;
  width: 57px;
}
#listing-syndic .listing-media .classement {
  top: 10px;
  left: 10px;
}
#listing-syndic .listing-entete .classement {
  float: left;
}
#listing-syndic .listing-entete .classement img {
  margin: 10px 0;
}
#listing-syndic .classement.picto-nonclasse,
#listing-syndic .classement.picto-encoursdeclassement {
  display: none;
}
#listing-syndic .classement.picto-1epi {
  background-image: url("../images/syndic/epis1.png");
}
#listing-syndic .classement.picto-2epis {
  background-image: url("../images/syndic/epis2.png");
}
#listing-syndic .classement.picto-3epis {
  background-image: url("../images/syndic/epis3.png");
}
#listing-syndic .classement.picto-4epis {
  background-image: url("../images/syndic/epis4.png");
}
#listing-syndic .classement.picto-5epis {
  background-image: url("../images/syndic/epis5.png");
}
#listing-syndic .classement.picto-1cle {
  background-image: url("../images/syndic/cle1s.png");
}
#listing-syndic .classement.picto-2cles {
  background-image: url("../images/syndic/cles2.png");
}
#listing-syndic .classement.picto-3cles {
  background-image: url("../images/syndic/cles3.png");
}
#listing-syndic .classement.picto-4cles {
  background-image: url("../images/syndic/cles4.png");
}
#listing-syndic .classement.picto-5cles {
  background-image: url("../images/syndic/cles5.png");
}
#listing-syndic .classement.picto-1etoile,
#listing-syndic .classement.picto-1etoileloisir,
#listing-syndic .classement.picto-1etoiletourisme {
  background-image: url("../images/syndic/etoiles1.png");
}
#listing-syndic .classement.picto-2etoiles,
#listing-syndic .classement.picto-2etoilesloisir,
#listing-syndic .classement.picto-2etoilestourisme {
  background-image: url("../images/syndic/etoiles2.png");
}
#listing-syndic .classement.picto-3etoiles,
#listing-syndic .classement.picto-3etoilesloisir,
#listing-syndic .classement.picto-3etoilestourisme {
  background-image: url("../images/syndic/etoiles3.png");
}
#listing-syndic .classement.picto-4etoiles,
#listing-syndic .classement.picto-4etoilesloisir,
#listing-syndic .classement.picto-4etoilestourisme {
  background-image: url("../images/syndic/etoiles4.png");
}
#listing-syndic .classement.picto-5etoiles,
#listing-syndic .classement.picto-5etoilesloisir,
#listing-syndic .classement.picto-5etoilestourisme {
  background-image: url("../images/syndic/etoiles5.png");
}
#listing-syndic .listing-media .animaux {
  text-indent: -9999px;
  background-image: url("../images/syndic/animaux.png");
  bottom: 10px;
  right: 10px;
}
#listing-syndic .listing-media .avis-certifies {
  text-indent: -9999px;
  background-image: url("../images/syndic/avis-certifies.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 57px;
  width: 57px;
  bottom: 10px;
  left: 10px;
}
#listing-syndic .listing-media .tarif,
#listing-syndic .listing-entete .tarif {
  color: #ffffff;
  font-size: 1.2em;
  text-align: center;
  height: 57px;
  display: table;
}
#listing-syndic .listing-media .tarif {
  background-color: #ec6165;
  background-color: rgba(231, 58, 63, 0.8);
  top: 10px;
  right: 10px;
}
#listing-syndic .listing-entete .tarif {
  background-color: #ec6165;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  float: right;
}
#listing-syndic .listing-media .tarif span,
#listing-syndic .listing-entete .tarif span {
  padding: 0 15px;
  display: table-cell;
  vertical-align: middle;
}
#listing-syndic .listing-media .tarif strong,
#listing-syndic .listing-entete .tarif strong {
  font-size: 1.8em;
  font-family: "OpenSans", Arial, Helvetica, sans-serif;
  line-height: 0.9em;
  display: block;
}
#listing-syndic .listing-media .tarif strong span,
#listing-syndic .listing-entete .tarif strong span {
  font-size: 0.5em;
  text-transform: uppercase;
  padding: 0 0 0 5px;
  display: inline-block;
  vertical-align: baseline;
}
#listing-syndic .listing-apercu h2,
#listing-syndic .listing-apercu p,
#listing-syndic .listing-entete h2 {
  margin: 0;
}
#listing-syndic .listing-apercu h2,
#listing-syndic .listing-entete h2 {
  font-family: "OpenSans", Arial, Helvetica, sans-serif;
  font-size: 1em;
}
#listing-syndic .listing-entete h2 {
  font-size: 1.6em;
}
#listing-syndic .listing-apercu h2 a,
#listing-syndic .listing-entete h2 a {
  color: #544949;
  text-decoration: none;
  display: block;
  font-size: 1.5em;
}
#listing-syndic .listing-apercu h2 a:hover,
#listing-syndic .listing-apercu h2 a:active,
#listing-syndic .listing-apercu h2 a:focus,
#listing-syndic .listing-entete h2 a:hover,
#listing-syndic .listing-entete h2 a:active,
#listing-syndic .listing-entete h2 a:focus {
  color: #e73a3f;
}
#listing-syndic .listing-apercu p,
#listing-syndic .listing-entete p {
  color: #727272;
}
#listing-syndic .listing-entete p {
  font-size: 1.2em;
  margin: 0 0 20px;
}
#listing-syndic .listing-apercu .labels {
  width: 37px;
  float: right;
}
#listing-syndic .listing-entete .labels {
  height: 57px;
  float: left;
}
#listing-syndic .listing-apercu .labels img {
  height: auto !important;
  width: 100% !important;
  margin: 0 0 10px;
}
#listing-syndic .listing-entete .labels img {
  height: 100% !important;
  width: auto !important;
  margin: 0 10px 0 0;
}
#listing-syndic .listing-apercu .commune + .labels {
  margin: 10px 0 0;
}
#listing-syndic span.labels {
  background-image: url("../images/syndic/pictos-syndic.png");
  background-repeat: no-repeat;
  background-size: 150px auto;
  margin: 0 0 0 10px;
  display: inline-block;
}
#listing-syndic .labels.picto-gitesdefrance {
  background-position: 0 0;
  height: 43px;
  width: 43px;
}
#listing-syndic .labels.picto-clevacances {
  background-position: -75px 0;
  height: 29px;
  width: 75px;
}
#listing-syndic .listing-apercu .capacite {
  margin: 10px 0 0;
}
#listing-syndic .listing-apercu .form-type-checkbox {
  padding: 0;
  margin: 10px 0 0;
}
#listing-syndic .listing-apercu .form-type-checkbox label {
  color: #b5b3b4 !important;
  background-position: 0 -300px;
}
#listing-syndic .listing-apercu .form-type-checkbox input:checked + label,
#listing-syndic .listing-apercu .form-type-checkbox label:hover {
  background-position: 0 -360px;
}
#listing-syndic .bloc-listing .compare-toggle {
  color: #b5b3b4;
  text-decoration: none;
  line-height: 16px;
  background-image: url("../images/boutons.png");
  background-repeat: no-repeat;
  background-position: 0 -300px;
  padding: 0 0 0 20px;
  margin: 10px 0 0;
  display: inline-block;
}
#listing-syndic .bloc-listing .compare-toggle:hover,
#listing-syndic .bloc-listing .compare-toggle:focus,
#listing-syndic .bloc-listing .compare-toggle:active,
#listing-syndic .bloc-listing .compare-toggle.remove {
  background-position: 0 -360px;
}

/* Aucun rÃ©sultat */

#listing-syndic .view-empty {
  font-size: 1.1em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: 1px solid #dddada;
  max-width: 558px;
  padding: 20px;
  margin: 60px auto 0;
}
#listing-syndic .view-empty a {
  color: #ffffff;
  text-decoration: none;
  line-height: 37px;
  background-color: #e73a3f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 37px;
  padding: 0 20px;
  margin: 20px 0 0;
  display: inline-block;
}

/* Comparateur */

#compare-listing > div {
  max-width: 600px;
  margin: 50px auto 20px;
}
#compare-listing h2 {
  color: #e73a3f;
  font-family: "PlantagenetCherokee", Arial, Helvetica, sans-serif;
  font-size: 2em;
  letter-spacing: 0.08em;
  margin: 0 0 10px;
}
#compare-listing #node-compare-items,
#compare-content-wrapper {
  border: 1px solid #dddada;
  padding: 15px 20px;
}
#compare-content-wrapper {
  padding-top: 20px;
}
#compare-listing table,
#compare-content-wrapper table {
  width: 100%;
}
#compare-listing tr.even,
#compare-listing tr.odd,
#compare-content-wrapper tr.even,
#compare-content-wrapper tr.odd {
  background-color: transparent;
}
#compare-listing tr:nth-last-child(-n+2),
#compare-content-wrapper tr:last-child {
  border: none;
}
#compare-content-wrapper tr:last-child th {
  background-color: #eeecec;
}
#compare-content-wrapper tr:last-child th .compare-item {
  font-size: 1.3em;
  text-decoration: none;
}
#compare-content-wrapper tr:last-child th .remove-col {
  font-size: 0.9em;
  text-decoration: none;
  margin-top: -1.9em;
}
#compare-listing tr:last-child td {
  padding-top: 15px;
}
#compare-listing td:first-child,
#compare-content-wrapper td:first-child {
  padding-left: 0;
}
#compare-content-wrapper td:first-child {
  font-family: "OpenSansSemiBold", Arial, Helvetica, sans-serif;
}
#compare-listing td:last-child,
#compare-content-wrapper td:last-child {
  padding-right: 0;
}
#compare-listing td:last-child {
  text-align: right;
}
#compare-listing .compare-block-links {
  color: #ffffff;
  font-size: 1.1em;
  text-decoration: none;
  line-height: 37px;
  background-color: #e73a3f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 37px;
  padding: 0 20px;
  display: inline-block;
}
#compare-listing .compare-block-links.use-ajax {
  background-color: #544949;
}

/* Bulle */

img.leaflet-marker-icon.synced-content-hover {
  height: 47px !important;
  width: 36px !important;
  margin-left: -18px !important;
  -webkit-filter: brightness(50%);
  -moz-filter: brightness(50%);
  -o-filter: brightness(50%);
  filter: brightness(50%);
}
.leaflet-popup-content {
  color: #727272;
}
.leaflet-popup-content span {
  width: 200px;
  display: block;
}
.leaflet-popup-content br {
  display: none;
}
.leaflet-popup-content .media {
  margin: 0 0 10px;
}
.leaflet-popup-content .media img {
  height: auto !important;
  width: 100% !important;
}
.leaflet-popup-content .nomoffre,
.leaflet-popup-content .name {
  font-family: "OpenSans", Arial, Helvetica, sans-serif;
  font-size: 1.3em;
  line-height: 1.2em;
}
.leaflet-popup-content .nomoffre,
.leaflet-popup-content .nomoffre a,
.leaflet-popup-content .name,
.leaflet-popup-content .name a {
  color: #544949;
  text-decoration: none;
}
.leaflet-popup-content .nomoffre a:hover,
.leaflet-popup-content .nomoffre a:active,
.leaflet-popup-content .nomoffre a:focus,
.leaflet-popup-content .name a:hover,
.leaflet-popup-content .name a:active,
.leaflet-popup-content .name a:focus {
  color: #e73a3f;
}
.leaflet-popup-content .commune {
  margin: 0 0 5px;
}
.leaflet-popup-content .dates {
	font-size: 0;
	margin: 5px 0 0;
}
.leaflet-popup-content .dates .date-display-range span {
	font-size: 12px;
	display: inline;
}
.leaflet-popup-content .dates .date-display-range span + span:before {
	content: ">";
	margin: 0 4px;
	display: inline-block;
}
.leaflet-popup-content .name + br + .type {
  margin: 5px 0 0;
}

/* Fiche */

/*#listing-syndic .popin {
background-color: rgba(0, 0, 0, 0.8);
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 100;
}*/
#listing-syndic .popin .popin-content {
  /*background-color: #ffffff;
  border: 1px solid #c0c0c0;*/
  width: 600px;
  padding: 5px 10px 10px 10px;
  /*margin: 0 0 0 -300px;
  position: absolute;
  top: 200px;
  left: 50%;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
/*#listing-syndic .popin .popin-content .bt-close {
text-indent: -9999px;
background-image: url("../images/boutons.png");
background-repeat: no-repeat;
background-position: 0 -960px;
height: 20px;
width: 20px;
display: block;
position: absolute;
top: 0;
right: 0;
}*/
#listing-syndic .popin .bloc-listing {
  height: auto;
  margin: 0;
}
#listing-syndic .popin .listing-apercu h3 {
  font-family: "OpenSans", Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  margin-top: -5px;
}
#listing-syndic .popin .listing-apercu p {
  color: #544949;
}
#listing-syndic .popin .listing-media {
  width: 45%;
  margin: 0 0 20px;
  float: left;
}
#listing-syndic .popin .listing-apercu .equipement {
  width: 55%;
  padding: 0 0 0 10px;
  margin: 0 0 10px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#listing-syndic .popin .listing-apercu .equipement li {
  font-size: 0.8em;
  background-image: url("../images/boutons.png");
  background-repeat: no-repeat;
  width: 50%;
  padding: 0 0 0 17px;
  margin: 0 0 10px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#listing-syndic .popin .listing-apercu .equipement-off {
  background-position: 0 -420px;
}
#listing-syndic .popin .listing-apercu .equipement-on {
  color: #e73a3f;
  background-position: 0 -480px;
}
#listing-syndic .popin .listing-apercu .resume {
  clear: both;
}
#listing-syndic .popin .listing-apercu .hote {
  margin: 20px 0 0;
}
#listing-syndic .popin .listing-apercu .hote img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin: 0 20px;
  float: left;
}
#listing-syndic .popin .listing-apercu .hote .entete {
  height: 100px;
  margin: 0 0 20px;
  display: table;
}
#listing-syndic .popin .listing-apercu .hote .entete h3 {
  color: #e73a3f;
  font-family: "PlantagenetCherokee", Arial, Helvetica, sans-serif;
  margin: 0;
}
#listing-syndic .popin .listing-apercu .hote .entete p {
  font-family: "OpenSansBold", Arial, Helvetica, sans-serif;
  font-size: 1.2em;
}
#listing-syndic .popin .listing-apercu .hote .entete > div {
  display: table-cell;
  vertical-align: middle;
}
#listing-syndic .popin .listing-apercu .hote .commentaire {
  clear: both;
}
#listing-syndic .popin .boutons {
  text-align: center;
  margin: 10px 0;
}



/* ---------- DETAIL SYNDIC --------------------------------------------------------------------- */

.detail-page-tis h1 span {
  display: none;
}
#detail-syndic h1 {
  color: #544949;
  font-family: "OpenSans", Arial, Helvetica, sans-serif;
  font-size: 3.4em;
  text-align: left;
  text-shadow: none;
  letter-spacing: normal;
  line-height: 1em;
  margin: 5px 0 10px;
}
#detail-syndic.poi h1 {
  margin-bottom: 30px;
}
#detail-syndic .pager {
  margin: 0 0 30px;
}
#detail-syndic .pager + div {
  clear: both;
}
.block-syndic h3 {
  color: #e73a3f;
  font-family: "PlantagenetCherokee", Arial, Helvetica, sans-serif;
  font-size: 2em;
  letter-spacing: 0.08em;
  margin: 0 0 20px;
}
.block-syndic p {
  margin: 20px 0;
}
.block-syndic h3:first-child,
.block-syndic p:first-child {
  margin-top: 0;
}
.block-syndic {
  margin: 0 0 30px;
}
.block-syndic .boutons {
  margin: 30px 0 0;
}
.block-syndic .boutons li {
  margin: 0;
}
.block-syndic .boutons a {
  text-transform: none;
}
.col-detail {
  padding: 0 15px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.col1-detail > .col-detail {
  width: 100%;
}
.col2-detail > .col-detail.first {
  border-right: 1px solid #dddada;
  width: 50%;
}
.col2-detail > .col-detail.last {
  border-left: 1px solid #dddada;
  width: 50%;
  margin: 0 0 0 -1px;
}
.col3-detail > .col-detail {
  width: 33.3333333333%;
}
.col4-detail > .col-detail {
  width: 25%;
}
.col12-detail > .col-detail.first,
.col21-detail > .col-detail.last {
  width: 42%;
}
.col12-detail > .col-detail.last,
.col21-detail > .col-detail.first {
  width: 58%;
}

/* EntÃªte */

.block-syndic-entete,
.block-syndic-entete p {
  margin: 0;
}
.block-syndic-entete .gdftropheeclient,
.block-syndic-entete .labels {
  float: right;
}
#detail-syndic .gdftropheeclient .picto-gdftropheeclient {
  background-image: url("../images/syndic/gites-de-france-trophees-clients.png");
  background-size: contain;
  height: 57px;
  width: 59px;
}
.block-syndic-entete .labels img {
  height: auto !important;
  width: 57px !important;
  margin: 0 0 10px;
}
#detail-syndic span.labels,
#detail-syndic span.handicap {
  background-image: url("../images/syndic/pictos-syndic.png");
  background-repeat: no-repeat;
  display: inline-block;
}
#detail-syndic span.labels {
  margin: 0 0 0 10px;
}
#detail-syndic span.handicap {
  margin: 0 10px 0 0;
}
#detail-syndic .labels.picto-gitesdefrance {
  background-position: 0 0;
  height: 57px;
  width: 57px;
}
#detail-syndic .labels.picto-clevacances {
  background-position: -100px 0;
  height: 39px;
  width: 100px;
}
#detail-syndic .handicap.picto-handicapmoteur {
  background-position: 0 -100px;
  height: 45px;
  width: 75px;
}
#detail-syndic .handicap.picto-handicapauditif {
  background-position: -100px -100px;
  height: 45px;
  width: 75px;
}
#detail-syndic .handicap.picto-handicapvisuel {
  background-position: 0 -200px;
  height: 45px;
  width: 75px;
}
#detail-syndic .handicap.picto-handicapmental {
  background-position: -100px -200px;
  height: 45px;
  width: 75px;
}
#detail-syndic .labels.picto-accueilpaysan {
  background-position: 0 -300px;
  height: 46px;
  width: 45px;
}
#detail-syndic .labels.picto-campingqualite {
  background-position: -100px -300px;
  height: 47px;
  width: 40px;
}
#detail-syndic .labels.picto-bienvenuealaferme {
  background-position: 0 -400px;
  height: 33px;
  width: 30px;
}
#detail-syndic .labels.picto-laclefverte {
  background-position: -100px -400px;
  height: 30px;
  width: 31px;
}
#detail-syndic .labels.picto-prevertgitesdefrance {
  background-position: 0 -500px;
  height: 20px;
  width: 40px;
}
.block-syndic-entete .classement {
  float: right;
  clear: right;
}
.block-syndic-entete .labels + .classement {
  margin: 10px 0 0;
}
#detail-syndic span.classement {
  background-repeat: no-repeat;
  margin-right: 10px;
  display: inline-block;
}
#detail-syndic span.serenite {
  background-repeat: no-repeat;
  margin-right: 10px;
  display: inline-block;
	background-image: url("../images/syndic/serenite.png");
	background-size: 37px 37px;
	height: 37px;
	width: 37px;
	text-indent: -9999px;
}
#detail-syndic .classement.picto-1epi {
  background-image: url("../images/syndic/epis1detail.png");
  height: 37px;
  width: 17px;
}
#detail-syndic .classement.picto-2epis {
  background-image: url("../images/syndic/epis2detail.png");
  height: 37px;
  width: 34px;
}
#detail-syndic .classement.picto-3epis {
  background-image: url("../images/syndic/epis3detail.png");
  height: 37px;
  width: 51px;
}
#detail-syndic .classement.picto-4epis {
  background-image: url("../images/syndic/epis4detail.png");
  height: 37px;
  width: 68px;
}
#detail-syndic .classement.picto-5epis {
  background-image: url("../images/syndic/epis5detail.png");
  height: 37px;
  width: 85px;
}
#detail-syndic .classement.picto-1cle {
  background-image: url("../images/syndic/cle1sdetail.png");
  height: 37px;
  width: 23px;
}
#detail-syndic .classement.picto-2cles {
  background-image: url("../images/syndic/cles2detail.png");
  height: 37px;
  width: 40px;
}
#detail-syndic .classement.picto-3cles {
  background-image: url("../images/syndic/cles3detail.png");
  height: 37px;
  width: 57px;
}
#detail-syndic .classement.picto-4cles {
  background-image: url("../images/syndic/cles4detail.png");
  height: 37px;
  width: 74px;
}
#detail-syndic .classement.picto-5cles {
  background-image: url("../images/syndic/cles5detail.png");
  height: 37px;
  width: 91px;
}
#detail-syndic .classement.picto-1etoile,
#detail-syndic .classement.picto-1etoileloisir,
#detail-syndic .classement.picto-1etoiletourisme {
  background-image: url("../images/syndic/etoiles1detail.png");
  height: 27px;
  width: 23px;
}
#detail-syndic .classement.picto-2etoiles,
#detail-syndic .classement.picto-2etoilesloisir,
#detail-syndic .classement.picto-2etoilestourisme {
  background-image: url("../images/syndic/etoiles2detail.png");
  height: 27px;
  width: 42px;
}
#detail-syndic .classement.picto-3etoiles,
#detail-syndic .classement.picto-3etoilesloisir,
#detail-syndic .classement.picto-3etoilestourisme {
  background-image: url("../images/syndic/etoiles3detail.png");
  height: 27px;
  width: 61px;
}
#detail-syndic .classement.picto-4etoiles,
#detail-syndic .classement.picto-4etoilesloisir,
#detail-syndic .classement.picto-4etoilestourisme {
  background-image: url("../images/syndic/etoiles4detail.png");
  height: 27px;
  width: 80px;
}
#detail-syndic .classement.picto-5etoiles,
#detail-syndic .classement.picto-5etoilesloisir,
#detail-syndic .classement.picto-5etoilestourisme {
  background-image: url("../images/syndic/etoiles5detail.png");
  height: 27px;
  width: 99px;
}
#detail-syndic .classement.picto-gdftropheeclient {
  background-image: url("../images/syndic/gites-de-france-trophees-clients.png");
  background-size: contain;
  height: 37px;
  width: 38px;
}
.block-syndic-entete .commune,
.block-syndic-entete .duree {
  color: #727272;
  font-size: 1.6em;
  margin: 0 0 15px;
}
.block-syndic-entete .adresse {
  color: #e73a3f;
  font-size: 1.3em;
  background-image: url("../images/boutons.png");
  background-repeat: no-repeat;
  background-position: 0 -645px;
  min-height: 44px;
  padding: 3px 0 0 34px;
  margin: 0 0 15px;
}
.block-syndic-entete .adresse:before {
  content: "";
  border-top: 1px solid #dddada;
  height: 15px;
  width: 300px;
  margin: 0 0 0 -34px;
  display: block;
}

/* Diaporama */

.block-syndic-media {
  height: 100%;
  width: 100%;
  margin: 0 0 60px;
  position: relative;
}
#detail-syndic.poi .block-syndic-media {
  margin: 0 0 30px;
}
#detail-syndic.poi .block-syndic-media .multi_pix {
	margin: 15px 0 0;
	display: inline-block;
}
.block-syndic-media img {
  height: auto !important;
  width: 100% !important;
}
/*.block-syndic-media .owl-carousel {
max-width: 650px;
margin: 0 auto;
}*/
.block-syndic-media .owl-item {
  text-align: center;
  background-color: #dddada;
	overflow: hidden;
}
.block-syndic-media .owl-item a,
.block-syndic-media .owl-item img {
  display: block;
}
.block-syndic-media .owl-item img {
  height: 450px !important;
  width: auto !important;
  margin: 0 0 0 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.block-syndic-media .field-slideshow-controls a,
.block-syndic-media .owl-prev,
.block-syndic-media .owl-next {
  text-indent: -9999px;
  background-image: url("../images/pictos.png");
  background-repeat: no-repeat;
  height: 95px;
  width: 30px;
  margin: -48px 0 0;
  position: absolute;
  top: 50%;
  cursor: pointer;
}
.block-syndic-media .field-slideshow-controls .prev,
.block-syndic-media .owl-prev {
  background-position: -240px 0;
  left: 10px;
}
.block-syndic-media .field-slideshow-controls .next,
.block-syndic-media .owl-next {
  background-position: -300px 0;
  right: 10px;
}
.block-syndic-media .owl-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
}
.block-syndic-media .owl-page {
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 20px;
  width: 20px;
  margin: 0 0 3px 3px;
  float: left;
}
.block-syndic-media .owl-page:hover,
.block-syndic-media .owl-page.active {
  background-color: rgba(255, 255, 255, 0.3);
}
.block-syndic-media iframe {
	width: 100% !important;
	height: 450px !important;
}
.block-syndic-media .voir-photos + .pano-button {
	float: right;
}

/* Dates */

.position-relative {
	position: relative;
}
.block-syndic-dates {
	color: #ffffff;
	font-size: 0;
	text-align: center;
	text-transform: uppercase;
	background-color: #544949;
	height: 100px;
	position: absolute;
	top: 30px;
	right: -15px;
}
.block-syndic-dates .date-display-range span,
.block-syndic-dates .date-display-single {
	font-size: 19px;
	line-height: 1em;
	width: 50px;
	padding: 14px 20px;
	float: left;
}
.block-syndic-dates .date-display-range span:first-line,
.block-syndic-dates .date-display-single:first-line {
	color: #e73a3f;
	font-family: "OpenSansBold", Arial, Helvetica, sans-serif;
	font-size: 2em;
	line-height: 1.3em;
}
.block-syndic-dates .date-display-range span + span:before {
	content: "";
	border-width: 3px 3px 0 0;
	border-style: solid;
	border-color: #e73a3f;
	width: 18px;
	height: 18px;
	margin: -10px 0 0 -15px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* RÃ©servation */

#detail-syndic #recherche-syndic .form-fields {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0 0 30px;
}
#detail-syndic #recherche-syndic .colcustom {
  margin: 0;
}
#detail-syndic #recherche-syndic .colcustom .col,
#detail-syndic #recherche-syndic .colcustom .col:first-child {
  background-color: #dddada;
  background-image: url("../images/boutons.png");
  background-position: 100% -600px;
  width: 33.3333333333%;
  padding: 0 1px 0 0;
}
#detail-syndic #recherche-syndic .colcustom .col:last-child {
  background: none;
  padding: 0;
}
#detail-syndic #recherche-syndic .colcustom .col:nth-child(1),
#detail-syndic #recherche-syndic .colcustom .col:nth-child(2) {
  width: 32%;
}
#detail-syndic #recherche-syndic .colcustom .col:nth-child(3) {
  width: 36%;
}
#detail-syndic #recherche-syndic .form-item input,
#detail-syndic #recherche-syndic select {
  background-color: #dddada;
}
#detail-syndic #recherche-syndic .form-action {
  margin: 0;
  padding: 0;
  float: right;
}

.block-syndic-carnet {
  float: left;
}
.node-type-sejour .block-syndic-carnet {
	float: none;
}

.block-syndic-reservation {
	margin: 0 0 80px;
}
.block-syndic-reservation .OsProduit.api.OSMB .OsProduitPlanning .affichage-jour-prix-indicatif td {
	word-break: break-all !important;
}
.block-syndic-reservation .tarif,
.block-syndic-carnet .tarif {
	color: #ffffff;
	font-size: 1.2em;
	text-align: center;
	background-color: #ec6165;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	height: 57px;
	margin: 0;
	display: table;
	float: right;
}
.block-syndic-reservation .tarif span,
.block-syndic-carnet .tarif span {
	padding: 0 15px;
	display: table-cell;
	vertical-align: middle;
}
.block-syndic-reservation .tarif strong,
.block-syndic-carnet .tarif strong {
	font-size: 1.8em;
	font-family: "OpenSans", Arial, Helvetica, sans-serif;
	line-height: 0.9em;
	margin: 0 0 5px;
	display: block;
}

.block-syndic-reservation .widget-ar {
  /*padding: 30px 0 0;*/
  clear: both;
}
.block-syndic-reservation .widget-ar select {
  background-image: none;
}

/* RÃ©seaux sociaux */

.block-syndic-social {
  float: left;
}
.block-syndic-social li {
  margin: 0 6px 0 0;
  display: inline-block;
}
.block-syndic-social a {
  text-indent: -9999px;
  background-color: #e73a3f;
  background-image: url("../images/pictos.png");
  background-repeat: no-repeat;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
  height: 44px;
  width: 44px;
  display: block;
}
.block-syndic-social a:hover,
.block-syndic-social a:active,
.block-syndic-social a:focus {
  background-color: #dd2326;
}
.block-syndic-social .lien-facebook a {
  background-position: 0 0;
}
.block-syndic-social .lien-twitter a {
  background-position: 0 -60px;
}
.block-syndic-social .lien-googleplus a {
  background-position: 0 -120px;
}
.block-syndic-social .lien-youtube a {
  background-position: 0 -180px;
}
.block-syndic-social .lien-flickr a {
  background-position: 0 -240px;
}
.block-syndic-social .lien-instagram a {
  background-position: 0 -300px;
}
.block-syndic-social .lien-pinterest a {
  background-position: 0 -360px;
}

/* Moyens de paiement */

.block-syndic-paiement {
  text-align: right;
}
.block-syndic-paiement li {
  margin: 0 0 0 6px;
  display: inline-block;
}

/* HÃ´te */

.block-syndic-hote {
  margin: 0 0 0 50px;
}
.block-syndic-hote img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin: 0 20px 0 0;
  float: left;
}
.block-syndic-hote .entete {
  margin: 0 0 0 120px;
}
.block-syndic-hote .entete h3 {
  font-size: 1.6em;
  letter-spacing: normal;
  margin: 0;
}
.block-syndic-hote .entete p {
  font-family: "OpenSansBold", Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  margin: 0;
}
.block-syndic-hote .commentaire {
  font-family: "PlantagenetCherokee", Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  margin: 0 0 0 120px;
}
.block-syndic-hote .commentaire p {
  margin: 20px 0 0;
}
.block-syndic-hote .commentaire p + p {
  margin: 10px 0 0;
}
.block-syndic-hote .commentaire p:first-child:before,
.block-syndic-hote .commentaire p:last-child:after {
  content: "";
  font-size: 1px;
  background-image: url("../images/pictos.png");
  background-repeat: no-repeat;
  background-position: 0 -600px;
  height: 25px;
  width: 30px;
  display: inline-block;
}
.block-syndic-hote .commentaire p:last-child:after {
  height: 15px;
  vertical-align: bottom;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.block-syndic-hote .boutons a {
  color: #ffffff;
  background-color: #544949;
  border-color: #544949;
}
.block-syndic-hote .boutons a:hover,
.block-syndic-hote .boutons a:active,
.block-syndic-hote .boutons a:focus {
  background-color: #433a3a;
  border-color: #433a3a;
}

/* CoordonnÃ©es */

.block-syndic-coord {
  margin: 0;
}
#detail-syndic.poi .block-syndic-coord {
  margin: 0 0 30px 50px;
}
.block-syndic-coord .boutons li,
.block-syndic-coord > h3 {
  color: #ffffff;
  font-family: "OpenSans", Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: 35px;
  background-color: #e73a3f;
  border: 1px solid #e73a3f;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  height: 37px;
  padding: 0 20px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
.block-syndic-coord .boutons,
.block-syndic-coord > h3 {
  text-align: left;
  margin: 0 0 30px;
}
.block-syndic-coord .boutons a {
  color: #ffffff;
  background-color: #e73a3f;
}
.block-syndic-coord .boutons a:hover,
.block-syndic-coord .boutons a:active,
.block-syndic-coord .boutons a:focus {
  background-color: #dd2326;
  border-color: #dd2326;
}
.block-syndic-coord .coord li {
  text-align: left;
  line-height: 46px;
  background-image: url("../images/boutons.png");
  background-repeat: no-repeat;
  height: 46px;
  padding: 0 0 0 65px;
  margin: 15px 0 0 50px;
  position: relative;
}
.block-syndic-coord .coord h3 {
  color: #433a3a;
  font-family: "OpenSans", Arial, Helvetica, sans-serif;
  font-size: 1em;
  letter-spacing: normal;
  margin: 0;
}
.block-syndic-coord .coord a {
  color: #433a3a;
  font-size: 1.3em;
  text-decoration: none;
}
.block-syndic-coord .coord .hidden,
.block-syndic-coord .coord .field-group-format-wrapper {
  font-size: 1.3em;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 65px;
  right: 0;
}
.block-syndic-coord .coord .field-group-format-wrapper a {
  font-size: 1em;
  text-decoration: none !important;
  cursor: default;
}
.block-syndic-coord .coord a:hover,
.block-syndic-coord .coord a:active,
.block-syndic-coord .coord a:focus {
  text-decoration: underline;
}
.block-syndic-coord .coord .bt-tel {
  background-position: 0 -720px;
}
.block-syndic-coord .coord .bt-mobile {
  background-position: 0 -780px;
}
.block-syndic-coord .coord .bt-mail {
  background-position: 0 -840px;
}
.block-syndic-coord .coord .bt-web {
  background-position: 0 -900px;
}
.block-syndic-coord .adresse {
  color: #e73a3f;
  font-size: 1.3em;
  background-image: url("../images/boutons.png");
  background-repeat: no-repeat;
  background-position: 0 -645px;
  min-height: 44px;
  padding: 3px 0 0 34px;
  margin: 30px 0 0;
}
.block-syndic-coord .adresse:before {
  content: "";
  border-top: 1px solid #dddada;
  height: 15px;
  width: 300px;
  margin: 0 0 0 -34px;
  display: block;
}

/* Descriptif */

.block-syndic-descriptif p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 30px 0;
}
.block-syndic-descriptif p:first-child {
	margin-top: 0;
}
.block-syndic-descriptif p:last-child {
	margin-bottom: 0;
}

/* Promos */

.block-syndic-promo + .detail-contenu .block-syndic-avis {
	margin-top: 0;
}
.block-syndic-promo + .section {
	margin-top: 60px;
}
.block-syndic-promo {
	color: #ffffff;
	background-color: #e73a3f;
	margin: 60px 0 0;
}
.block-syndic-promo h3 {
	color: #ffffff;
	font-family: "OpenSans", Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	padding: 40px 0;
	margin: 0;
}
.block-syndic-promo h3 span {
	background-image: url("../images/syndic/deplier.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding: 0 60px;
	display: inline-block;
	cursor: pointer;
}
.block-syndic-promo h3 span.active {
	background-image: url("../images/syndic/replier.png");
}
.block-syndic-promo .promo-container {
	background-repeat: no-repeat;
	min-height: 60px;
	padding: 0 110px;
}
.block-syndic-promo .promo-container + .promo-container {
	margin: 30px 0 0;
}
.block-syndic-promo .promo-container:nth-child(even) {
	background-image: url("../images/syndic/promo-g.png");
}
.block-syndic-promo .promo-container:nth-child(odd) {
	text-align: right;
	background-image: url("../images/syndic/promo-d.png");
	background-position: 100% 0;
}
.block-syndic-promo .promo-container:last-child {
	padding-bottom: 60px;
}
.block-syndic-promo h4 {
	font-family: "OpenSansBold", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1em;
	margin: 0;
}
.block-syndic-promo .promo-resume {
	font-size: 1.1em;
}
.block-syndic-promo .promo-dispo {
	font-size: 0.9em;
}

/* Avis */

#detail-syndic > .section + .section {
  margin-top: 60px;
}
.block-syndic-avis {
  background-color: #f1f0f0;
  padding: 0 0 100px;
  margin: 60px -15px 30px;
}
.block-syndic-avis iframe,
.block-syndic-avis #CDSWIDSSP {
  width: 100% !important;
}
.block-syndic-avis #CDSWIDSSP {
  max-width: 770px;
  margin: 0 auto;
}
.block-syndic-avis h3 {
  font-family: "OpenSans", Arial, Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
  padding: 40px 0 0;
  margin: 0 0 40px;
}
.block-syndic-avis .avis {
  background-color: #e9e7e7;
  padding: 20px 30px;
}
.block-syndic-avis .avis:last-child {
  padding-bottom: 60px;
}
.block-syndic-avis .entete p {
  font-family: "OpenSansBold", Arial, Helvetica, sans-serif;
  font-size: 1.2em;
}
.block-syndic-avis .commentaire {
  font-family: "PlantagenetCherokee", Arial, Helvetica, sans-serif;
  font-size: 1.2em;
}
.block-syndic-avis .commentaire p {
  margin: 20px 0 0;
}
.block-syndic-avis .commentaire p + p {
  margin: 10px 0 0;
}
.block-syndic-avis .commentaire p:first-child:before,
.block-syndic-avis .commentaire p:last-child:after {
  content: "";
  font-size: 1px;
  background-image: url("../images/pictos.png");
  background-repeat: no-repeat;
  background-position: 0 -600px;
  height: 25px;
  width: 30px;
  display: inline-block;
}
.block-syndic-avis .commentaire p:last-child:after {
  height: 15px;
  vertical-align: bottom;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Menu */

.block-syndic-menu li {
  display: inline-block;
}
.block-syndic-menu a {
  color: #544949;
  font-family: "OpenSansSemiBold", Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  text-decoration: none;
  line-height: 57px;
  background-color: #dddada;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 57px;
  padding: 0 20px;
  display: block;
}
.block-syndic-menu a:hover,
.block-syndic-menu a:active,
.block-syndic-menu a:focus,
.block-syndic-menu a.active {
  color: #ffffff;
  background-color: #544949;
}

/* PrÃ©sentation + Tarifs */

#bloc-presentation,
#bloc-localisation,
#bloc-tarifs {
/*.block-syndic-presentation,
.block-syndic-tarifs {*/
  margin: 0 0 60px;
}
.block-syndic-tarifs h3 {
  text-transform: none;
  margin: 20px 0;
}
.block-syndic-presentation table,
.block-syndic-tarifs table {
  width: 100%;
}
.block-syndic-presentation tr,
.block-syndic-tarifs tr {
  border-top: 1px solid #dddada;
}
.block-syndic-presentation tr:first-child,
.block-syndic-tarifs tr:first-child {
  border: none;
}
.block-syndic-presentation th,
.block-syndic-presentation td,
.block-syndic-tarifs th,
.block-syndic-tarifs td {
  font-size: 1.1em;
  padding: 20px 50px;
}
.block-syndic-tarifs td {
  padding-top: 10px;
  padding-bottom: 10px;
}
/*.block-syndic-tarifs th:last-child,
.block-syndic-tarifs td:last-child {
text-align: center;
width: 40%;
}*/
.block-syndic-tarifs th.tarifs-moins,
.block-syndic-tarifs td.tarifs-moins,
.block-syndic-tarifs th.tarifs-plus,
.block-syndic-tarifs td.tarifs-plus {
  text-align: center;
}
.block-syndic-presentation th,
.block-syndic-tarifs th {
  font-family: "OpenSansSemiBold", Arial, Helvetica, sans-serif;
  white-space: nowrap;
  background-color: transparent;
  vertical-align: top;
}
.block-syndic-presentation tr:first-child th {
  font-size: 1.6em;
}
.block-syndic-presentation td p {
  margin: 20px 0 0;
}
.block-syndic-presentation td img {
  height: 60px !important;
  width: auto !important;
  margin: -10px 0;
}
.block-syndic-presentation tr:first-child td img {
  height: auto !important;
  margin: 0;
}
.block-syndic-presentation tr:nth-child(-n+2) td li,
.block-syndic-presentation tr:nth-last-child(-n+2) td li {
  width: 300px;
  display: inline-block;
  vertical-align: top;
}
.block-syndic-presentation td span,
.block-syndic-tarifs td span {
  font-family: "OpenSansSemiBold", Arial, Helvetica, sans-serif;
}

/* Tarifs SPE */

.block-syndic-tarif-spe .tarifs {
	background-image: url("../images/puce.png");
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding: 0 0 0 9px;
	margin: 10px 0 0;
}
.block-syndic-tarif-spe .tarifs .intitule {
	font-family: "OpenSansSemiBold", Arial, Helvetica, sans-serif;
}

/* Localisation */

/*.block-syndic-localisation,
.block-syndic-itineraire {
margin: 0 0 60px;
}
.block-syndic-localisation .googlemaps {
height: 500px;
}
.block-syndic-localisation #proximite {
display: none;
}
.block-syndic-itineraire h3 {
letter-spacing: normal;
}
.block-syndic-itineraire .form-item {
width: auto;
margin: 0 0 10px;
float: left;
clear: none;
}
.block-syndic-itineraire .form-submit {
float: right !important;
}
.block-syndic-itineraire #adp {
font-size: 0.7em;
clear: both;
}
.block-syndic-itineraire #adp table {
width: 100%;
}
.block-syndic-itineraire #adp td {
vertical-align: middle;
padding: 2px;
}*/
#detail-syndic #bloc-localisation .googlemaps {
  height: 500px;
}
#detail-syndic #bloc-localisation #itineraire > h3 {
  margin: 0 0 10px;
}
#detail-syndic #bloc-localisation .leaflet-routing-container {
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  width: auto;
  padding: 0;
  margin: 30px 0 0;
}
#detail-syndic #bloc-localisation .leaflet-routing-geocoders {
  border: none;
  padding: 0;
  margin: 0 0 20px;
}
#detail-syndic #bloc-localisation .leaflet-routing-geocoders .leaflet-routing-geocoder {
  padding: 0;
}
#detail-syndic #bloc-localisation .leaflet-routing-geocoders .leaflet-routing-geocoder input {
  border: none;
  width: 100%;
}
#detail-syndic #bloc-localisation .leaflet-routing-geocoders button,
#detail-syndic #bloc-localisation .leaflet-routing-remove-waypoint {
  display: none;
}
#detail-syndic #bloc-localisation .leaflet-routing-alt {
  padding: 5px 0;
  margin: 0;
}
#detail-syndic #bloc-localisation .leaflet-routing-alt h2,
#detail-syndic #bloc-localisation .leaflet-routing-alt h3 {
  color: #e73a3f;
  font-family: "OpenSansSemiBold", Arial, Helvetica, sans-serif;
  font-size: 1em;
  margin: 0;
}
#detail-syndic #bloc-localisation .leaflet-routing-alt table {
  width: 100%;
  margin: 10px 0 20px;
}
#detail-syndic #bloc-localisation .leaflet-routing-alt table td {
  font-size: 0.9em;
  padding: 5px 5px 0 0;
  vertical-align: top;
}
#detail-syndic #bloc-localisation .leaflet-routing-alt table td:last-child {
  white-space: nowrap;
  padding: 5px 0 0;
}

/* Carte */

.block-syndic-carte {
  margin: 0 0 60px -30px;
}
.block-syndic-carte .googlemaps,
.block-syndic-carte .leaflet-container {
  height: 480px !important;
}



/* ---------- PLAN DU SITE --------------------------------------------------------------------------- */

#site-map {
  padding: 20px 50px 0 150px;
}
#site-map .site-map-box-menu h2 {
  display: none;
}
#site-map .site-map-box {
  width: 50%;
  margin: 0;
  float: right;
  clear: right;
}
#site-map .site-map-box:nth-last-child(-n+2) {
  float: none;
  clear: none;
}
#site-map .site-map-box ul,
#site-map .site-map-box:nth-last-child(-n+2) ul ul {
  padding: 0;
  margin: 0 0 30px;
}
#site-map .site-map-box ul ul,
#site-map .site-map-box:nth-last-child(-n+2) ul ul ul {
  margin: 0;
}
#site-map .site-map-box ul li {
  background-image: url("../images/puce2.png");
  background-repeat: no-repeat;
  background-position: 14px 7px;
  padding: 5px 0 0 35px;
  margin: 0;
}
#site-map .site-map-box:nth-last-child(-n+2) ul li {
  background-position: 14px 10px;
}
#site-map .site-map-box ul li li {
  background-image: url("../images/puce.png");
  background-position: 22px 13px;
}
#site-map .site-map-box:nth-last-child(-n+2) ul li li {
  background-image: url("../images/puce.png");
  background-position: 22px 15px;
}
#site-map .site-map-box ul li a {
  color: #544949;
  font-size: 1.2em;
  text-decoration: none;
}
#site-map .site-map-box:nth-last-child(-n+2) ul li a {
  font-family: "OpenSansSemiBold", Arial, Helvetica, sans-serif;
  font-size: 1.6em;
}
#site-map .site-map-box:nth-last-child(-n+2) ul li li a {
  font-family: "OpenSans", Arial, Helvetica, sans-serif;
  font-size: 1.2em;
}
#site-map .site-map-box ul li li a,
#site-map .site-map-box:nth-last-child(-n+2) ul li li li a {
  font-size: 1em;
}
#site-map .site-map-box ul li a:hover,
#site-map .site-map-box ul li a:focus,
#site-map .site-map-box ul li a:active {
  color: #e73a3f;
}
#site-map .site-map-box ul li a strong {
  font-family: "OpenSans", Arial, Helvetica, sans-serif;
}
#site-map .site-map-box ul li a br {
  display: none;
}



/* ---------- RECHERCHE PAR MOTS CLES ----------------------------------------------------------- */

.page-search .search-form {
  margin: 0 0 20px;
}
.page-search .search-form:after {
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
  content: ".";
}
.page-search .search-form .form-item,
.page-search #content .search-form .form-submit {
  margin: 0 10px 10px 0;
  float: left;
}
.page-search #content input {
  width: 300px;
}
.page-search #content .search-form .form-submit {
  width: auto;
  margin: 0 0 10px;
}
.page-search .searchhead,
.page-search #edit-advanced {
  display: none;
}

/* */

.page-search .search-result {
  border-bottom: 1px solid #dddada;
  min-height: 200px;
  padding: 20px 0;
  clear: both;
}
.page-search .search-result .listing-media {
  width: 200px;
  margin: 0 20px 0 0;
  float: left;
  position: relative;
}
.page-search .search-result .listing-media img {
  height: auto !important;
  width: 100% !important;
}
.page-search .search-result .listing-apercu {
  min-height: 153px;
}
.page-search .search-result .listing-apercu h3 {
  color: #544949;
  font-family: "OpenSansSemiBold", Arial, Helvetica, sans-serif;
  font-size: 1.3em;
  margin: 0;
}
.page-search .search-result .listing-apercu h3 a {
  color: #544949;
  text-decoration: none;
}
.page-search .search-result .listing-apercu h3 a:hover,
.page-search .search-result .listing-apercu h3 a:active,
.page-search .search-result .listing-apercu h3 a:focus {
  color: #e73a3f;
}
.page-search .search-result .listing-apercu .commune {
  color: #727272;
  margin: 0;
}
.page-search .search-result .listing-apercu .resume {
  color: #727272;
  text-align: justify;
  margin: 10px 0 0;
}
.page-search .search-result .listing-apercu .resume * {
  margin: 0;
}

/* */

.page-search .gss-result {
  border-bottom: 1px solid #dddada;
  padding: 20px 0;
  clear: both;
}
.page-search .gss-result:after {
  content: "";
  font-size: 1px;
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
.page-search .gss-result h3.gss-title {
  color: #544949;
  font-family: "OpenSansSemiBold", Arial, Helvetica, sans-serif;
  font-size: 1.3em;
  margin: 0 0 10px;
}
.page-search .gss-result h3 a {
  color: #544949;
  text-decoration: none;
}
.page-search .gss-result h3 a:hover,
.page-search .gss-result h3 a:active,
.page-search .gss-result h3 a:focus {
  color: #e73a3f;
}
.page-search .gss-result img {
  height: 100px !important;
  width: auto !important;
  margin: 0 20px 0 0;
  float: left;
}
.page-search .gss-result .gss-search-snippet p {
  margin: 0 0 10px;
}
.page-search .gss-result .gss-search-url,
.page-search .gss-result .gss-info {
  display: none;
}



/* ---------- CARNET DE VOYAGE ---------------------------------------------------------------------------- */

.view-espace-perso-ma-selection .views-row {
  border-bottom: 1px solid #dddada;
  min-height: 200px;
  padding: 20px 0;
  clear: both;
}
.view-espace-perso-ma-selection .views-field-php {
  float: right;
}
.view-espace-perso-ma-selection .listing-media {
  width: 200px;
  margin: 0 20px 0 0;
  float: left;
  position: relative;
}
.view-espace-perso-ma-selection .listing-media img {
  height: auto !important;
  width: 100% !important;
}
.view-espace-perso-ma-selection .listing-media .tarif {
  color: #ffffff;
  font-family: "PlantagenetCherokee", Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  text-align: center;
  background-color: #ec6165;
  background-color: rgba(231, 58, 63, 0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 57px;
  display: table;
  position: absolute;
  top: 10px;
  right: 10px;
}
.view-espace-perso-ma-selection .listing-media .tarif {
}
.view-espace-perso-ma-selection .listing-media .tarif span {
  padding: 0 15px;
  display: table-cell;
  vertical-align: middle;
}
.view-espace-perso-ma-selection .listing-media .tarif strong {
  font-size: 2em;
  font-family: "PlantagenetCherokee", Arial, Helvetica, sans-serif;
  line-height: 0.9em;
  display: block;
}
.view-espace-perso-ma-selection .listing-apercu {
  min-height: 153px;
}
.view-espace-perso-ma-selection .listing-apercu h2 {
  color: #544949;
  font-family: "OpenSansSemiBold", Arial, Helvetica, sans-serif;
  font-size: 1.3em;
  margin: 0;
}
.view-espace-perso-ma-selection .listing-apercu h2 a {
  color: #544949;
  text-decoration: none;
}
.view-espace-perso-ma-selection .listing-apercu h2 a:hover,
.view-espace-perso-ma-selection .listing-apercu h2 a:active,
.view-espace-perso-ma-selection .listing-apercu h2 a:focus {
  color: #e73a3f;
}
.view-espace-perso-ma-selection .listing-apercu p {
  color: #727272;
  margin: 0;
}
.view-espace-perso-ma-selection .listing-apercu .commune {
  margin: 0 0 10px;
}
.view-espace-perso-ma-selection .listing-apercu .flag-espace-perso {
  text-align: right;
  display: block;
  clear: right;
}
.view-espace-perso-ma-selection .view-header {
  text-align: center;
  margin: 0 0 40px;
}
.view-espace-perso-ma-selection .listing-apercu .flag-espace-perso a,
.btn-clear-flags {
  color: #e73a3f;
  font-size: 1.1em;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 35px;
  border: 1px solid #e73a3f;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  height: 37px;
  padding: 0 20px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.view-espace-perso-ma-selection .listing-apercu .flag-espace-perso a {
  margin: 10px 0 0;
}
.view-espace-perso-ma-selection .listing-apercu .flag-espace-perso a:hover,
.view-espace-perso-ma-selection .listing-apercu .flag-espace-perso a:focus,
.view-espace-perso-ma-selection .listing-apercu .flag-espace-perso a:active,
.btn-clear-flags:hover,
.btn-clear-flags:focus,
.btn-clear-flags:active {
  color: #ffffff;
  background-color: #e73a3f;
}



/* ---------- FOIRE AUX QUESTIONS --------------------------------------------------------------- */

.node-type-faq .field-name-field-soustitre {
  color: #e73a3f;
  font-size: 1.3em;
  text-align: center;
  letter-spacing: 0.08em;
  margin: 0 50px 30px;
  clear: both;
}
.node-type-faq .field-name-field-soustitre:after {
  content: "";
  border-bottom: 1px solid #dddada;
  height: 30px;
  width: 300px;
  margin: 0 auto;
  display: block;
}
.node-type-faq .field-name-field-soustitre .field-item * {
  margin: 0;
}
.node-type-faq .ui-accordion .ui-accordion-header {
  font-size: 1.2em;
  background-color: #eeecec;
  background-image: none;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 10px 10px 30px;
  margin: 0 0 10px;
}
.node-type-faq .ui-accordion .ui-accordion-header a {
  color: #544949;
}
.node-type-faq .ui-accordion .ui-accordion-header a:hover,
.node-type-faq .ui-accordion .ui-accordion-header a:focus,
.node-type-faq .ui-accordion .ui-accordion-header a:active,
.node-type-faq .ui-accordion .ui-accordion-header.ui-state-active a {
  color: #e73a3f;
}
.node-type-faq .ui-accordion .ui-widget-content {
  color: #544949;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0 10px;
}



/* ---------- COMPTE ---------------------------------------------------------------------------- */

.page-user.not-logged-in #content .block-system {
  margin: 0 0 30px;
  float: left;
}
.page-user.logged-in .profile .field {
  margin: 0 0 20px;
}
.page-user.logged-in .profile h3,
.page-user.logged-in .profile dl {
  display: none;
}



/* ---------- EVOL CAMPING ---------------------------------------------------------------------- */

.col3-detail > .col-detail:first-child {
	border-right: 1px solid #dddada;
}
.col3-detail > .col-detail:nth-child(2) {
	border-left: 1px solid #dddada;
	margin: 0 0 0 -1px;
}
.col3-detail > .col-detail.last {
	border: none;
	padding: 0 30px 0 0;
	margin: 0;
	float: right;
}

.block-syndic-hote {
	margin: 0;
}
.block-syndic-hote .commentaire {
	padding-top: 1px;
	margin: 0;
	clear: left;
}

.block-syndic-we-asso {
    margin: -50px 0 0;
}
.block-syndic-we-asso > h2 {
    color: #e73a3f;
    font-family: "OpenSans", Arial, Helvetica, sans-serif;
    font-size: 2em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 10px;
}
.block-syndic-we-asso > h2:before {
	content: "";
	background-image: url("../images/pictos.png");
	background-repeat: no-repeat;
	background-position: 0 -1260px;
	height: 26px;
	width: 32px;
	margin: 0 13px 0 0;
	display: inline-block;
}
.block-syndic-we-asso .bloc-listing {
	height: 365px;
	position: relative;
}
.block-syndic-we-asso .listing-media {
	height: 200px;
	overflow: hidden;
}
.block-syndic-we-asso .listing-media img {
	height: 200px !important;
	width: auto !important;
}
.block-syndic-we-asso .listing-media .tarif {
	color: #ffffff;
	font-family: "PlantagenetCherokee", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: center;
	background-color: #e73a3f;
	background-color: rgba(231, 58, 63, 0.8);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	height: 57px;
	margin: 0;
	display: table;
	position: absolute;
	top: 10px;
	right: 10px;
}
.block-syndic-we-asso .listing-media .tarif span {
	padding: 0 15px;
	display: table-cell;
	vertical-align: middle;
}
.block-syndic-we-asso .listing-media .tarif strong {
	font-size: 2em;
	font-family: "PlantagenetCherokee", Arial, Helvetica, sans-serif;
	line-height: 0.9em;
	display: block;
}
.block-syndic-we-asso .listing-apercu {
	color: #ffffff;
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 10px 15px 15px;
	position: absolute;
	bottom: 165px;
	left: 0;
	right: 0;
}
.block-syndic-we-asso .listing-apercu h2,
.block-syndic-we-asso .listing-apercu p {
	margin: 0;
}
.block-syndic-we-asso .listing-apercu h2 {
	font-family: "OpenSans", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
}
.block-syndic-we-asso .listing-apercu h2 a {
	color: #ffffff;
	text-decoration: none;
}
.block-syndic-we-asso .listing-apercu .duree {
	font-size: 0.9em;
	margin: 0;
}
.block-syndic-we-asso .listing-avantage {
	color: #ffffff;
	background-color: #e73a3f;
	padding: 25px 15px 15px;
	position: relative;
}
.block-syndic-we-asso .listing-avantage h3 {
	color: #ffffff;
	font-family: "OpenSansBold", Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	text-transform: uppercase;
	line-height: 1.2em;
	margin: 0 0 10px 37px;
}
.block-syndic-we-asso .listing-avantage h3:before {
	content: "+";
	font-size: 4.1em;
	line-height: 0.44em;
	display: block;
	position: absolute;
	top: -10px;
	left: 6px;
}
.block-syndic-we-asso .listing-avantage p {
	margin: 0;
}
.block-syndic-we-asso .bloc-listing a {
	text-indent: -9999px;
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.block-syndic-we-asso .owl-carousel .owl-prev,
.block-syndic-we-asso .owl-carousel .owl-next {
	text-indent: -9999px;
	background-image: url("../images/pictos.png");
	background-repeat: no-repeat;
	height: 65px;
	width: 20px;
	position: absolute;
	top: 128px;
	cursor: pointer;
}
.block-syndic-we-asso .owl-carousel .owl-prev {
	background-position: -60px -1260px;
	left: -30px;
}
.block-syndic-we-asso .owl-carousel .owl-next {
	background-position: -120px -1260px;
	right: -30px;
}

.camping .block-syndic-presentation tr:nth-child(-n+2) td li {
	width: auto;
	display: block;
}
.camping .block-syndic-presentation td li ul,
.camping .block-syndic-presentation td li ul li {
	padding-right: 5px;
	display: inline-block !important;
}
.camping .block-syndic-presentation td li ul li:nth-last-child(n+2):after {
	content: ",";
}



/* ---------- ITEA ------------------------------------------------------------------------------ */

[data-widget-itea]{
	color: #666 !important;
	font-family: "Open Sans",Arial,Helvetica,sans-serif !important;
	padding: 0 !important;
}
.divContentWidgetAvecCss .widgetIteaCalendrierDispo{
	background-color: #f5f5f5 !important;
	border: none !important;
}
.div_itea_widget_resa_datedeb,
.div_itea_widget_resa_duree,
.div_itea_widget_resa_capa{
	display: none;
}
.divContentWidgetAvecCss .widgetIteaCalendrierDispo .itea_widget_resa_valid{
	background: #ec6165 !important;
	border-color: #ec6165 !important;
	font-weight: 700;
	border-radius: 5px;
	text-transform: uppercase;
}
.divContentWidgetAvecCss .widgetIteaCalendrierDispo .itea_widget_resa_valid:hover{
	color: #ec6165 !important;
	background: #fff !important;
}



/* ---------- POI ------------------------------------------------------------------------------- */

.block-crosselling-hebergements {
	text-align: center;
	margin: 60px 0 0;
}
.block-crosselling-hebergements > h2 {
	font-family: "OpenSans", Arial, Helvetica, sans-serif;
	font-size: 2em;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	background-color: #ffffff;
	padding: 0 15px;
	margin: 0;
	display: inline-block;
	position: relative;
	z-index: 10;
}
.block-crosselling-hebergements h2 + .content,
.block-crosselling-hebergements h2 + .contextual-links-wrapper + .content {
	border-top: 1px solid #dddada;
	margin: -0.61em 0 0;
}
.block-crosselling-hebergements .content {
	text-align: left;
	margin: 10px -10px 0;
}
.block-crosselling-hebergements .content .views-row {
	width: 25%;
	float: left;
}
.block-crosselling-hebergements .content .views-row:nth-child(4n+5) {
    clear: left;
}
.block-crosselling-hebergements .content .node {
	line-height: 1;
	border-bottom: 4px solid #e73a3f;
	min-height: 260px;
	padding: 0 0 10px;
	margin: 50px 15px 0;
}
.block-crosselling-hebergements .content .listing-media {
	margin: 0 0 15px;
	position: relative;
}
.block-crosselling-hebergements .content .listing-media img {
	width: 100%;
	height: auto;
	display: block;
}
.block-crosselling-hebergements .content .tarif {
	color: #ffffff;
	font-size: 1.2em;
	text-align: center;
	line-height: normal;
	background-color: #ec6165;
	background-color: rgba(231, 58, 63, 0.8);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 15px;
	position: absolute;
	top: 10px;
	right: 10px;
}
.block-crosselling-hebergements .content .tarif .entity {
	display: inline;
}
.block-crosselling-hebergements .content .tarif .entity:after {
	display: none;
}
.block-crosselling-hebergements .content .tarif .span {
	display: inline;
}
.block-crosselling-hebergements .content .tarif strong {
	font-size: 1.8em;
	font-family: "OpenSans", Arial, Helvetica, sans-serif;
	line-height: 0.9em;
}
.block-crosselling-hebergements .content .tarif strong:after {
	content: "â‚¬";
}
.block-crosselling-hebergements .content .tarif .tarifs-nuit {
	font-size: 0.9em;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: baseline;
}
.block-crosselling-hebergements .content .lien a {
	font-size: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.block-crosselling-hebergements .content .distance {
	color: #817a7a;
	font-family: "OpenSansBold", Arial, Helvetica, sans-serif;
	margin: 0 0 0 10px;
	float: right;
}
.block-crosselling-hebergements .content h2 {
	color: #000000;
	font-family: "OpenSans", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 0;
}
.block-crosselling-hebergements .content h2 a {
	color: #000000;
	text-decoration: none;
}
.block-crosselling-hebergements .content h2 a:hover,
.block-crosselling-hebergements .content h2 a:focus,
.block-crosselling-hebergements .content h2 a:active {
	color: #e73a3f;
}
.block-crosselling-hebergements .content .commune {
	color: #4c4c4c;
	font-size: 0.9em;
	text-transform: uppercase;
	margin: 5px 0 0;
}
.block-crosselling-hebergements .content p {
	color: #4c4c4c;
	margin: 10px 0 0;
}



/* ---------- LISTING GRANDS EVENEMENTS --------------------------------------------------------- */

.page-grands-evenements #recherche-syndic {
	display: none;
}
#listing-syndic .view-listing-grands-evenements .resultats {
	padding-bottom: 44px;
	top: 0;
}
#listing-syndic .view-listing-grands-evenements .listing-media .dates {
	color: #ffffff;
	font-size: 0;
	text-align: center;
	text-transform: uppercase;
	background-color: #544949;
	background-color: rgba(84, 73, 73, 0.8);
	height: 60px;
	position: absolute;
	top: 20px;
	right: 0;
}
#listing-syndic .view-listing-grands-evenements .listing-media .dates .date-display-range span,
#listing-syndic .view-listing-grands-evenements .listing-media .dates .date-display-single {
	font-size: 15px;
	line-height: 1em;
	width: 40px;
	padding: 2px 10px;
	float: left;
}
#listing-syndic .view-listing-grands-evenements .listing-media .dates .date-display-range span:first-line,
#listing-syndic .view-listing-grands-evenements .listing-media .dates .date-display-single:first-line {
	color: #e73a3f;
	font-family: "OpenSansBold", Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	line-height: 1.3em;
}
#listing-syndic .view-listing-grands-evenements .listing-media .dates .date-display-range span + span:before {
	content: "";
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #e73a3f;
	width: 12px;
	height: 12px;
	margin: -7px 0 0 -10px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#listing-syndic .view-listing-grands-evenements .listing-media a {
	font-size: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#listing-syndic .view-listing-grands-evenements .listing-apercu h2 {
	font-size: 1.5em;
}
#listing-syndic .view-listing-grands-evenements .listing-apercu .commune {
	color: #727272;
	text-transform: uppercase;
}
#listing-syndic .view-listing-grands-evenements .listing-apercu .commune div {
	display: inline;
}



/* ---------- BLOC HP GRANDS EVENEMENTS --------------------------------------------------------- */

.block-grands-evenements {
	margin: 150px 0 0;
}
.block-grands-evenements .content .view-content {
	background-color: #e73a3f;
}
.block-grands-evenements .content .section {
	padding: 0 20px;
}
.block-grands-evenements .content .media {
	float: left;
	position: relative;
	top: -90px;
}
.block-grands-evenements .content .media .dates {
	color: #ffffff;
	font-size: 0;
	text-align: center;
	text-transform: uppercase;
	background-color: #544949;
	height: 100px;
	position: absolute;
	top: 180px;
	right: -30px;
}
.block-grands-evenements .content .media .dates .date-display-range span,
.block-grands-evenements .content .media .dates .date-display-single {
	font-size: 19px;
	line-height: 1em;
	width: 50px;
	padding: 14px 20px;
	float: left;
}
.block-grands-evenements .content .media .dates .date-display-range span:first-line,
.block-grands-evenements .content .media .dates .date-display-single:first-line {
	color: #e73a3f;
	font-family: "OpenSansBold", Arial, Helvetica, sans-serif;
	font-size: 2em;
	line-height: 1.3em;
}
.block-grands-evenements .content .media .dates .date-display-range span + span:before {
	content: "";
	border-width: 3px 3px 0 0;
	border-style: solid;
	border-color: #e73a3f;
	width: 18px;
	height: 18px;
	margin: -10px 0 0 -15px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.block-grands-evenements .content .apercu {
	color: #ffffff;
	padding: 90px 0 60px 430px;
	position: relative;
}
.block-grands-evenements .content .apercu h2 {
	font-family: "OpenSans", Arial, Helvetica, sans-serif;
	margin: 0;
}
.block-grands-evenements .content .apercu .resume {
	margin: 30px 0 0;
}
.block-grands-evenements .content .apercu .resume p {
	font-size: 1.2em;
	margin: 10px 0 0;
}
.block-grands-evenements .content .lien a {
	font-size: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.block-grands-evenements .content .view-footer {
	text-align: center;
	padding: 60px 0;
}
.block-grands-evenements .content .view-footer p {
	margin: 0;
}
.block-grands-evenements .content .view-footer a {
	color: #ffffff;
	font-size: 1.5em;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 57px;
	background-color: #e73a3f;
	border: 1px solid #e73a3f;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	height: 57px;
	padding: 0 30px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.block-grands-evenements .content .view-footer a:hover,
.block-grands-evenements .content .view-footer a:focus,
.block-grands-evenements .content .view-footer a:active {
	background-color: #544949;
	border-color: #544949;
}

@media only screen and (max-width: 1050px) {
	
	.block-grands-evenements .content .media {
		top: -60px;
	}
	.block-grands-evenements .content .media .dates {
		top: 150px;
		right: -20px;
	}
	.block-grands-evenements .content .apercu {
		padding-left: 400px;
		padding-bottom: 30px;
	}
}
@media only screen and (max-width: 759px) {
	
	.block-grands-evenements {
		margin: 120px 0 0;
	}
	.block-grands-evenements .content .media {
		float: none;
	}
	.block-grands-evenements .content .media img {
		width: 100% !important;
		height: auto !important;
	}
	.block-grands-evenements .content .media .dates {
		top: auto;
		bottom: 30px;
	}
	.block-grands-evenements .content .apercu {
		padding: 0 0 30px;
		margin: -30px 0 0;
	}
	.block-grands-evenements .content .apercu h2 {
		font-size: 1.5em;
	}
	.block-grands-evenements .content .apercu .resume p {
		font-size: 1em;
	}
	.block-grands-evenements .content .view-footer {
		font-size: 0.7em;
		padding: 30px 0 60px;
	}
}