
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond&family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,400&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Raleway:wght@300;500&display=swap');


/*************************************
 ** MONTSERRAT FONT
 *************************************/

header a {
    color: #D2D2D2;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
}

.list-inline > li {
    display: inline-block;
    padding-left: 8px;
    padding-right: 9px;
}

header .contacts .email a {
    font-size: 14px;
}

h1 {
    font-size: 30px;
}

h1, h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
	margin-bottom: 12px;
	text-align: left;
}

hr {
    margin-top: 11px;
    margin-bottom: 24px;
    border-top: none;
    background: url(../images/hrCimiez.png) center no-repeat;
    height: 19px;
}

.homeArticle h1 {
    font-size: 33px;
    text-align: center;
}

body {
    font-family: 'Montserrat', sans-serif;
}

.bookList .item h2 {
    font-size: 20px;
    font-weight: 400;
}

/*************************************
 ** FONT PROPERTIES
 *************************************/

.propertyDetail .price {
    float: right;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-top: 13px;
	font-size: 35px;
}

.propertyDetail h2 {
    text-transform: uppercase;
}

.propertyList .item .header .title, .propertyList .item .header .subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
}

.propertyDetail .mortageForm td.v {
    font-weight: 600;
}

.propertyDetail .description .text {
    text-align: justify;
    font-size: 15px;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
}

.propertyList .item .text {
    font-size: 16px;
    text-align: justify;
    font-family: 'Montserrat', sans-serif;
}

.pull-right {
    font-weight: 500;
}

.propertyList .item .photos h3 {
    font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 21px;
    text-transform: uppercase;
}

/*************************************
 ** FONT FOOTER
 *************************************/

footer .agency .coord {
	color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;;
}

footer h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
	font-size: 22px;
}




/*************************************
 ** MENU CUSTOM
 *************************************/

@media (min-width: 1200px) {
	.menu .menu_5 {
		display:none;
	}
}

.menu .menu_71 a{
	color: #f8ba00;
}

.menu .menu_71 a:hover{
	color: #fff;
}

.menu .menu_60 a{
	color: #29e4e4;
}

.menu .menu_60 a:hover{
	color: #fff;
}

@media (min-width: 992px){
.col-md-4 {
    width: 32.50%;
}

.homeArticle h1 {
    text-align: center;
	margin-top: 49px;
    font-family: 'Heebo',sans-serif;
    font-size: 36px;
}

header {
    background: #061A25;
}

header a {
    color: #ffffff;
}

header a:hover, header a.active {
    color: #db991e;
}

footer {
    background: #061A25;
}

.article h1{
	text-align:center;

}
}

.propertyDetail-actions {
    background-color: #061a2573;
}

.propertyDetail-actions li:hover{
	background-color: #0e2734;
}