/* Placer dans ce fichier les modifications / surcharges CSS */

/* Page */
@media only all and (min-width: 768px) {
  #g-page-surround {
      background-image: url('../images/background.jpg');
      background-attachment: fixed;
      background-position: top center;
      background-size: cover;
      padding: 30px 0;
  }
}

/* Header */
@media only all and (min-width: 768px) {
  #g-header {
    background-image: url('../images/header.jpg');
    text-shadow: 2px 2px 3px #303c24;
    border-bottom: 1px solid #e8a226;
  }
}

@media only all and (max-width: 768px) {
  #g-header div[id^='logo-'] img {
    max-height: 65px
  }
  
  #g-header.uk-sticky.uk-active div[id^='logo-'] img {
    display: none;
  }
}


/* Drapeaux */
div.mod-languages img {
	width: 22px;
}

/* Navigation */
/*#g-navigation > div.g-container {
	background: #779d53;
}*/

@media only all and (max-width: 767px) {
  #g-navigation {
    display: none;
  }
}

/* Top A */
/*#g-top-a > div.g-container {
	background: #01796f;
}*/

/* Top B */
/*#g-top-b > div.g-container {
	background: #ffffff;
}*/

/* Top C */
/*#g-top-c > div.g-container {
	background: #ffffff;
}*/

/* Container Main */
/*#g-container-main > div.g-container {
	background: #ffffff;
}*/

dd.field-entry {
	margin-left: 0;
}


/* Fix Responsive list */
@media only all and (max-width: 47.938rem) {
	.pull-left.item-image {
		float: none;
	}
}

/* Bottom A */
/*#g-bottom-a > div.g-container {
	background: #ffffff;
}*/

/* Bottom B */
/*#g-bottom-b > div.g-container {
	background: #ffffff;
}*/

/* Bottom C */
/*#g-bottom-c > div.g-container {
	background: #ffffff;
}*/

/* Footer */
/*#g-footer > div.g-container {
	background: #01796f;
}*/

#g-footer {
  border-top: 0px;
}

/* Grille Mobilhomes */
.uk-scope .mobilhomes h3 {
  color: #FFF;
  font-family: "Sorts Mill Goudy";
}

.uk-scope .mobilhomes .uk-card-default {
    background: #97bf4b !important;
}

.uk-scope .mobilhomes .uk-card-body {
  padding: 20px;
} 

.uk-scope .mobilhomes .uk-button {
  background: #FFF;
}

/* Grille Finch Accueil */
.uk-scope .tm-slider-finch .uk-card-default {
    background: #e1e2df;
}

.uk-scope .tm-slider-finch .uk-button.uk-button-primary {
	background: #e8a226;
}

.uk-scope .tm-slider-finch .uk-button.uk-button-primary:hover {
	background: #d6941e;
}

.uk-scope .tm-slider-finch .uk-card-default .uk-card-body {
  padding: 20px;
}

.uk-scope .tm-slider-finch .uk-card-default .uk-card-body h3 {
  font-family: "Sorts Mill Goudy";
  font-size: 1.7rem;
}

/* Grille Services */
.uk-scope .services .uk-panel {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Lang */
/* Fix Lang */
div.mod-languages li {
  margin: 0;
}

/* Cookies */
.cc_banner-wrapper {
    z-index: 99999 !important;
}