
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?o4bf98');
  src:  url('../fonts/icomoon.eot?o4bf98#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?o4bf98') format('truetype'),
    url('../fonts/icomoon.woff?o4bf98') format('woff'),
    url('../fonts/icomoon.svg?o4bf98#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
  content: "\e942";
}
.icon-envelop:before {
  content: "\e945";
}

@import url('https://fonts.googleapis.com/css2?family=Cantarell&display=swap');

* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}

@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1140px;
	}
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #576666 url(../images/back.png) center top repeat;
	font-family: 'Cantarell', sans-serif;
	font-size: 16px;
	
}

a, a:link, a:visited {
	color: #A8001D;
}

a:link {
	text-decoration: none;
}

a:hover {
	color: rgb(129, 37, 37);
}

p {
	margin: 15px 0;
	line-height: 1.25rem;
}

h1 {
	color: #A8001D;
	font-size: 1.6rem;
	font-weight: 400;
	text-transform: uppercase;
	margin: 10px 0;
}

h2 {
	color: #A8001D;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 5px 0;
	margin: 10px 0;
}

h3 {
	color: #A8001D;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 5px 0;
	margin: 10px 0;
}

hr { 
  border: 0; 
  height: 1px; 
  background-image: linear-gradient(to right, #f0f0f0, #8c8b8b, #f0f0f0);
  margin: 15px 0;
}

.nivoSlider {
	margin-bottom: 0 !important;
}

#content ul {
	margin-left: 2em;
}

.red {
	color: #A8001D;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

#content {
	background: #fff;
	padding: 20px 0;
}

#header {
	background: url(../images/header.png) center top no-repeat;
	
}

#header_logos {
	position: relative;
}

#header .container {
	overflow: hidden;
	clear: both;
}

#logo img  {
	display: block;
}

#logo-banner {
	text-align: right;
	color: #fff;
}

#logo-banner img {
	width: 100%;
}

@media(min-width: 550px) {
	
	#logo-banner {
		position: absolute;
		right: 15px;
		bottom: 0;
	}

	#logo-banner img {
		max-width: 350px;
	}
	
	#mainnav ul.menu li {
		display: inline-block;
	}
}

#logo-banner a {
	display: inline-block;
}



#logo-banner .tel {
	font-size: 1.5rem;
	font-weight: 400;
}

#mainnav ul.menu {
	list-style: none;
	margin: 10px 0;
}



#mainnav ul.menu li a {
	display: block;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 15px 25px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid transparent;
	letter-spacing:1px;
	transition: all 0.3s linear;
}

#mainnav ul.menu li:hover a.niveau1 {
	background-color: transparent;
	color: #c2cccc;
	text-decoration: none;
}

#mainnav ul.menu li.active a.niveau1 {
	color: #ffcc30;
	text-decoration: none;
	border-bottom: 1px solid #ffcc30;
	background-color: #657474;
	box-shadow: inset 0px 0px 15px 0px #343434;
}

#mainnav ul.menu li:not(.active):hover a{
	color: white;
	border-bottom: 1px solid white;
	background-color: #A8001D;
	box-shadow: inset 0px 0px 15px 0px #343434;
}

#footer {
	min-height: 200px;
	background: url(../images/footer.png) center bottom no-repeat;
	text-align: center;
	color: #fff;
}

#footer a {
	color: #fff;
}

#logo-footer {
	margin: 15px 0;
}

#logo-footer img {
	max-width: 280px;
}

/* JEA */

/* Search form module */

.form-haut {
	margin: 0 auto;
	max-width: 100%;
	width: 450px;
	background-color: #ffcc30;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid black;
	border-radius: 10px;
}


.mod-jea-search-form {
	text-align: center;
}

#jea-search-form select, .mod-jea-search-form select {
	border: 1px solid black;
	font-size: 16px;
	width: 170px !important;
}

/* Properties list */
dl.jea_item {
	border-top: 1px dashed black;
	clear: both;
}

dl.jea_item dt.image {
	text-align: left;
}

dl.jea_item dt.image img {
	border: 0;
	width: 100%;
}


dl.jea_item dt.title {
	margin-top: 5px;
	clear: none;
	font-weight: 400;
	font-size: 1.3rem;
	text-transform: uppercase;
}

dl.jea_item dt.title a {
	color: #A8001D;
}

dl.jea_item dt.title .ref {
	color: #000;
	font-size: 1.1rem;
	text-transform: capitalize;
}


dl.jea_item .slogan {
	background-color: #A8001D;
	color: white;
	padding: 10px;
	text-decoration: none;
	border: solid 1px black;
	font-weight: bold;
	border-radius: 10px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 20px #aaa;
}

@media ( min-width : 768px) {

	dl.jea_item dt.image {
		float: left;
		margin-right: 1em;
		margin-bottom: 2rem;
	}
}

/* Property layout */

.jea-tools {
	display: none;
}

@media(min-width: 550px) {
	.prev-next-navigation {
		float: left;
	}

	.jea-header p {
		margin: 0;
	}

	.jea-tools {
		display: block;
		float: right;
	}
}

.jea-tools img {
	border: none;
	vertical-align: middle;
}

.jea-tools img:hover {
	border-color: #7d8891;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #ccc;
}

.property-description {
	border-top: 1px dashed black !important;
}

.jea-header {
	overflow: hidden;
	margin-bottom: 10px;
}


.amenities ul {
	list-style: none;
	margin-left: 0 !important;
}

.amenities ul li {
	display: inline-block;
	background-color: #ffcc30;
	border: solid 1px black;
	padding: 8px;
	margin: 3px 8px 3px 0px;
	border-radius: 5px 5px 5px 5px;
}

table.jea-data {
	background-color: #c2cccc;
	border: solid 1px black;
	width: 100%;
	border-radius: 4px;
}

table.jea-data th {
	text-align: right;
}

table.jea-data td {
	text-align: left;
	background-color: #ffcc30;
	color: #A8001D !important;
	font-weight: bold;
	border: solid 1px black;
	padding: 8px;
	border-radius: 5px 5px 5px 5px;
}

.availability {
	display: none;
}

#jea-gallery-preview a {
	display: block;
}

#jea-gallery-preview img {
	width: 100%;
}

#jea-gallery-scroll a {
	max-width: inherit;
}

#jea-gallery-scroll img {
	max-height: 110px;
}

@media (min-width: 760px) {
	#jea-gallery-scroll.horizontal a {
		display: inline-block;
	}
	#jea-gallery-scroll.horizontal img {
		max-height: 220px !important;
	}
}


#jea-captcha {
	width: 260px !important;
}

.btn {
	color: #000;
	background: #c2cccc;
	text-shadow: 0 0.5px 0.5px #fff;
	text-decoration: none;
	border-radius: 4px;
	padding: 6px 8px;
	border: 1px solid #000;
}

.btn:hover {
	box-shadow: inset -5px 5px 5px -5px #444, inset 5px 5px 5px -5px #444;
}
