*,
*:after,
*:before {
	box-sizing: border-box;
}
.container{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
section{
	padding-top: 30px;
}
body{
	font-family: 'Crimson Text', serif;
	color: #353535; 
	font-weight: 400;
	line-height: 22px;
}
h1, h2, h3, h4, h5{
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	color: #111;
	font-size: 2em;
	line-height: 1;
	color: #434343;
	/*text-transform: uppercase;*/
}
h1 span:nth-child(3), h2 span:nth-child(3), h3 span:nth-child(3), h4 span:nth-child(3), h5 span:nth-child(3){
	font-family: 'Sanchez';
	font-size: 28px;
	text-transform: none;
}
h2.small, h3.small, h4.small, h5.small{
	font-family: 'Playfair Display', serif;
	text-transform: none;
	color: #630202;
}
p, ul, a, span, div{
		font-size: 16px;
}
ul{
	list-style-image: url('../img/puce-bleu.png');
	line-height: 25px;
}
a{
	text-decoration: none;
	color: #6b0f1a;
	transition: color 0.2s ease;
}
a:hover{
	color: #111;
}

.center{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.rouge{
	color: #630202;
}
.gascony{
	font-family: 'Pinyon Script';
	text-transform: none;
}
.big-title{
	text-transform: uppercase;
	text-align: center;
	font-size: 25px;
	margin-top: 45px;
}
.big-title span{
	font-size: 25px;
}
.big-title-line{
	text-transform: uppercase;
	text-align: center;
	margin-top: 45px;
	background: url('../img/border-big-title.jpg') repeat-x top;
}
.big-title-line span:first-child{
	font-size: 25px;
	background-color: #fff;
	padding: 0 25px;
}
.big-title .gascony{
	font-size: 43px;
}
.sous-titre{
	font-family: 'Sanchez';
	color: #630202;
	font-size: 22px;
	margin-bottom: 20px;
	display: block;
}

/*==============================
			HEADER
==============================*/
.wrap-header{
	background-color: transparent;
}

#logo{
	width: 160px;
	margin: 0 auto;
}
#logo img{
	width: 100%;
}
#searchbar{
	position: absolute;
	z-index: 2;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 170px;
	width: 800px;
}
#searchbar h2{
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
}
#searchbar form{
	display: flex;
}
.search-list{
	flex: 1;
	padding: 12px;
	border: 1px solid #c6c6c6;
}
.form-button{
	background-color: #103b1e;
	border: none;
	color: #fff;
	padding: 0 20px;
}
.form-button::after{
	content: url('../img/icon-search.png');
}
header{
	border-bottom: 5px solid #630202;
}
header::after{
	border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #630202;
    content: "";
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 0;
}

@media screen and (min-width: 1025px){
	#logo{
		display: none;
	}
}
/*==============================
			MENU
==============================*/
/*Général*/
nav{
	background-color: #fff;
}
nav a{
	color: #232323;
	font-family: 'Open Sans';
	font-size: 15px;
}
#menu-mobile{
	display: none;
}
.submenu{
	display: none;
}
.menu-item a{
	font-family: 'Oswald';
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
}
/*Desktop*/
@media screen and (min-width: 1025px){
	#main-menu{
		display: flex;
		justify-content: flex-end;
	}
	nav{
		width: 100%;
		padding: 25px 30px 60px;
		position: absolute;
		background-color: transparent;
		background-image: url('../img/ombre-header.png');
		background-repeat: repeat-x;
		background-position: top;
		z-index: 2;
	}
	.menu-item{
		position: relative;
	}
	.menu-item:not(:last-child){
		margin-right: 30px;
	}
	.menu-item::after{
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background-color: white;
	margin-top: 5px
	}
	.menu-item:hover{
		background-image: url('../img/triangle.png');
		background-position: center bottom;
		background-repeat: no-repeat;
	}
	.menu-logo{
		position: relative;
		width: 220px;
	}
	.menu-logo img{
		position: absolute;
		width: 100%;
		top: 6px;
		left: 12px;
		z-index: 10
	}
	.submenu{
		position: absolute;
		z-index: 5;
		top: 53px;
		height: 240px;
		width: 100%;
		padding: 40px;
		background-color: #590c15;
		left: 0;
	}

}
/*========= SLIDER ==========*/
.slick-slider{

}
.slick-slider .item{
	width: 100%;
	height: 350px;
	overflow: hidden;
	position: relative;
}
.slick-slider .item-1{
	background: url('../img/slide1.jpg') no-repeat center;
	background-size: cover;
}
.slick-slider .item-2{
	background: url('../img/slide2.jpg') no-repeat center;
	background-size: cover;
}
.slick-slider .item-3{
	background: url('../img/slide3.jpg') no-repeat center;
	background-size: cover;
}
.slick-slider .item-4{
	background: url('../img/slide4.jpg') no-repeat center;
	background-size: cover;
}
.slick-slider .item-5{
	background: url('../img/slide5.jpg') no-repeat center;
	background-size: cover;
}
.slick-slider .item-1 span{
	font-family: "Satisfy";
	font-size: 42px;
	color: #fff;
	position: absolute;
	top: 230px;
	left: 250px;
}
.slick-arrow{
	font-size: 0;
	width: 35px;
	height: 85px;
	border: none;
	cursor: pointer;
}
.slick-next{
	position: absolute;
	top: 40%;
	right: -50px;
	background-image: url('../img/arrow-right.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-color: transparent;
}
.slick-prev{
	position: absolute;
	top: 40%;
	left: -50px;
	z-index: 3;
	background-image: url('../img/arrow-left.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-color: transparent;
}
/*==============================
			CONTENU
==============================*/
/*Général*/
.bien-info a .sold{
	font-size: 45px;
}
.item-bien{
	width: 380px;
	height: 425px;
	overflow: hidden;
	background-color: #103b1e;
	position: relative;
	margin-right: 10px;
}
.bien-info{
	position: absolute;
	width: 94%;
	height: 300px;
	border: 2px solid #fff;
	top: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
	display: flex;
	opacity: 0;
	transition: opacity 0.5s ease;
}
.bien-info a{
	width: 100%;
}
.bien-info a p{
	color: #fff;
	text-align: center;
	padding: 28% 0;
	font-size: 14px;
}
.item-bien:hover .bien-info,
.item-bien:focus .bien-info{
	opacity: 1;
}
.bien-photo{
	height: 320px;
	overflow: hidden;
	opacity: 1;
	transition: opacity 0.4s ease;
}
.bien-photo img{
	width: auto;
	height: 100%;
}
.bien-photo .souscompromis img {
	position:absolute;
	overflow:hidden;
	width:246px !important;
}
.item-big .bien-photo img{
	width: 100%;
	height: auto;
}
.item-bien:hover .bien-photo{
	opacity: 0.5;
}
.bien-prix{
	color: #fff;
	text-align: center;
	font-family: 'Sanchez';
}
.bien-prix p{
		font-size: 28px;
		margin-top: 10px;
}
#searchbar.search-inter{
	position: static;
	margin: 0 0 30px 0;

}
#searchbar.search-inter h2{
	color: #434343;
}
#searchbar.search-inter .search-list{
	background-color: #dddddd;
	border: none;
}
.item-big{
	width: 100%;
}
.item-fiche img{
	width: 100%;
}
.fiche-slider{
	height: 450px;
	overflow: hidden;
}
.fiche-slider .slick-prev{
	left: 5px;
}
.fiche-slider .slick-next{
	right: 5px;
}
.info-fiche{
	background-color: #e3ffed;
	border: 1px solid #66a07a;
	border-left: none;
	position: relative;
}
.prix span:first-child{
	 color: #fff;
    font-size: 28px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    background-color: #0f3a1e;
    font-family: 'Playfair Display', serif;
}
.prix span:nth-child(2){
	position: absolute;
	top: 33px;
	right: 5px;
}
.texte-fiche{
	margin-top: 80px;
	padding: 15px;
}
.fiche-icons{
	margin-top: 20px;
	display: flex;
	justify-content: space-around;
	align-items: baseline;
	flex-wrap: wrap;
}
.fiche-icons img{
	width: 60px;
}
.fiche-icons div:last-child img{
	width: 70px;
}
.fiche-icons div{
	text-align: center;
}
.dpea,
.dpeb,
.dpec,
.dped,
.dpee,
.dpef,
.dpeg, 
.gesd {
	position: relative;
	width: 280px;
	display: inline-block;
}
.dpea {
	margin-right: 40px;
	margin-top: 30px;
}
.dpeb {
	margin-right: 40px;
	margin-top: 30px;
}
.dpec {
	margin-right: 40px;
	margin-top: 30px;
}
.dped {
	margin-right: 40px;
	margin-top: 30px;
}
.dpee {
	margin-right: 40px;
	margin-top: 30px;
}
.dpef {
	margin-right: 40px;
	margin-top: 30px;
}
.dpeg {
	margin-right: 40px;
	margin-top: 30px;
}
.dpea img,
.dpeb img,
.dpec img,
.dped img,
.dpee img,
.dpef img,
.dpeg img, 
.gesd img {
	width: 100%;
}
.dpea span {
	position: absolute;
	top: 65px;
	right: 15px;
}
.dpeb span {
	position: absolute;
	top: 93px;
	right: 15px;
}
.dpec span {
	position: absolute;
	top: 120px;
	right: 15px;
}
.dped span {
	position: absolute;
	top: 147px;
	right: 14px;
}
.dpee span {
	position: absolute;
	top: 175px;
	right: 15px;
}
.dpef span {
	position: absolute;
	top: 200px;
	right: 15px;
}
.dpeg span {
	position: absolute;
	top: 226px;
	right: 15px;
}
.gesd span{
	position: absolute;
	top: 151px;
	right: 9px;
}
.liste-icons{
	display: flex;
	justify-content: center;
	align-items: baseline;
}
.liste-icons img{
	width: 30px;
}
.liste-icons div{
	text-align: center;
	padding: 10px;
}
.biens-vendus .bien-photo img{
	width: auto;
}
/*Boutons*/
a.btn-blanc{
	border: 2px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
	color: #fff;
	border-radius: 3px;
	display: inline-block;
}
#ficheCommerciale input{
	border: 1px solid #c2c2c2;
    border-radius: 3px;
    box-shadow: 1px 1px 4px #ebebeb;
    outline: 0 none;
    padding: 7px;
}
#ficheCommerciale label{
	display: block;
	margin-top: 10px;
}
#ficheCommerciale input[type=submit]{
	background-color: #94aa9c;
	box-shadow: none;
	border: none;
	padding: 7px 25px;
	color: #fff;
}
.slider-accueil .bien-photo img{
	width: auto;
	height: 100%;
}
body.front .slider-accueil .bien-photo .souscompromis img {
	width:246px !important;
	height:inherit !important;
}
/*---Desktop----*/
@media screen and (min-width: 1025px){
	
}
/*==============================
			FOOTER
==============================*/
footer{
	margin-top: 55px;
	background-color: #630202;
	position: relative;
	padding-top: 15px;
	color: #fff;

}
footer::before{
	content: "";
	   border-bottom: 25px solid #630202;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
footer img{
	display: block;
	width: 160px;
	margin: 10px auto 0;
}
.footer{
	background-color: #252525;
	color: #c6c6c6;
	text-align: center;
	padding: 3px;
	font-size: 12px;
}
.footer a{
	color: #c6c6c6;
	font-size: 12px;
	text-decoration: underline;
}
.icon-pin::before{
	content: url('../img/icon-pin.png');
	margin-right: 10px;
}
.icon-phone::before{
	content: url('../img/icon-phone.png');
	margin-right: 10px;
}
.icon-mail::before{
	content: url('../img/icon-mail.png');
	margin-right: 10px;
}
@media screen and (min-width: 1025px){
	
}

/*==============================
			RESPONSIVE
==============================*/
@media screen and (max-width: 1200px){
	.container{
		width: 100%;
		padding: 0 5px;
	}
	.slick-prev{
		left: 0;
		top: 0;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.3);
	}
	.slick-next{
		right: 0;
		top: 0;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.3);
	}
}
@media screen and (max-width: 1024px){
	.wrap-header{
		background-color: #103B1F;
	}
	.menu-logo{
		display: none;
	}
	.menu-carte{
		display: none;
	}
	#menu-mobile{
		display: block;
	}
	.main-menu-hidden{
		display: none;
	}
	.main-menu-visible{
		display: block;
	}
	#main-menu{
		padding-top: 30px;
	}
	.menu-item{
		padding: 10px 0;
	}
	.menu-item a{
		text-transform: none;
	}
	nav{
		padding: 10px 20px;
		background-color: #103B1F;
	}
	nav a{
		color: #fff;
	}
	.submenu{
		padding-left: 20px;
	}
	footer{
		padding: 0 5px;
	}
	#searchbar{
		top: 320px;
	}
	.fiche-slider{
		height: auto;
	}
	.bien-photo img{
		height: 100%;
		width: auto;
	}
}
@media screen and (max-width: 568px){
	.activites > div{
		height: 150px;
	}
}
@media screen and (max-width: 768px){
	.bien-photo img{
		width: 100%;
		height: auto;
	}
	.bien-info{
		height: 70%;
	}
	.item-bien{
		height: auto;
	}
	.bien-photo{
		height: auto;
	}
	#searchbar form{
		flex-wrap: wrap;
	}
	#searchbar .search-list{
		flex: 1 0 auto;
	}
	.biens-vendus .bien-photo img{
		width: 100%;
	}
}
@media screen and (max-width: 800px){
	#searchbar{
		width: 100%;
	}
}