@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700"|Open+Sans+Condensed:300,700');

.layout-center {
	max-width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
	font-family:'Open Sans', sans-serif;
}

#block-konkret-page-title {
	background-color: #094d81;
	font-weight: 800;
	color: white;
	padding-left: 100px;
	padding-top: 100px;
	padding-bottom: 15px;	
}

#block-konkret-branding {
    max-width: 1111px;
    margin: auto;
    position: relative;
}

#block-konkret-main-menu {
    max-width: 1111px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.site-logo {
	margin-top: 9px;
	float: left;
}

nav ul.menu {
	position: absolute;
	z-index: 20;
	right: 0px;
}

.layout-3col__full li.menu-item:first-of-type {
   	padding-right: 0px;
}

ul.menu a.is-active {
	color: #8c9397;
}

.layout-3col__full li.menu-item {
	font-weight: 400;
	float: right;
	padding-right: 55px;
	margin-bottom: 12px;
	padding-top: 4px;
}

li.menu-item a {
	display: block;
	color: #35393b;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
}

#block-nosappartements {
	background-color: #F4F4F4;
}

h1.page-title{
	font-weight: 400;
	font-size: 54px
}

.info-text {
	font-family:'Open Sans', sans-serif;
	font-weight: 600;
	color: #8c9397;
	padding-top: 42px;
	text-align: center;
	font-size: 14px;
	width:580px;
	margin-left: auto;
	margin-right: auto;
}

.info-text p:first-of-type {
	font-family:'Open Sans', sans-serif;
	font-weight: 100;
  color: black;
	font-size: 36px
}

.view-ventes {
    background-color: #F4F4F4;
	padding-bottom: 50px;
}

.view-ventes .view-content {
	padding-bottom: 1px;
}

.views-row {
	color: #8c9397;
	background-color: white;
	width: 1111px;
	margin-left: auto;
	margin-right: auto; 
	height: 200px;
	margin-bottom:16px;
	position: relative;
	z-index: 0;
}

.views-row:hover .article-horizontal-line {
  width: 856px;
}

.views-row:hover .image-black {
  opacity: 0.3;
}

.views-row:hover .image-plusdinfos {
  opacity: 1;
}

.image-black {
    height: 200px;
    width: 255px;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    background: rgb(0,0,0);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s;
}

.image-plusdinfos {
    background-color: #f97d04;
    color: white;
    width: 130px;
    position: absolute;
    bottom: 70px;
    left: 61px;
    padding: 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    border-radius: 4px;
    pointer-events: none;
    z-index: 5;
    opacity: 0;
    transition: opacity 0.5s;
}

.footer {
	background-color: #1E2025;
	color: #919699;
	border-style: none;
	margin-top: 0px !important;
}

.footer-container {
	width: 1111px;
	margin-left: auto;
	margin-right: auto;
}

.footer h3 {
	color: white;
}

#block-footervendre {
    float: left;
    width: 322px;
    margin-right: 244px;
}

#block-footervendre .clearfix h3 {
	margin-bottom: -10px
}

#block-footercontact .clearfix h3 {
	margin-bottom: -10px
}

#block-footercontact {
    float: left;
}

.footer-bg {
    background-color: #1f2126;
    overflow: auto;
    padding-top: 10px;
    padding-bottom: 20px;
}

#block-navigationpied {
	position: relative;
}
/* Filters */

.view-filters {
	width: 1111px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-bottom: 5px;
}

.js-form-type-select select{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	border: 0px;
	padding:13px;
	text-align: center;
	-webkit-appearance: none;
  	-moz-appearance: none;
 	text-overflow: '';
	border-right: 1px solid #c1c1c1;
	background: #fff url('/themes/konkret/images/fleche-select.png') right 7px center no-repeat;
	background-size: 8px;
	padding-right: 27px;
}

.js-form-item-type select {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.form--inline .form-item {
    float: left;
    margin-right: 0px;
}

[id^='edit-type'] {
	cursor: pointer;
	cursor: hand;
}

[class^='js-form-item'] {
	cursor: pointer;
	cursor: hand;
}

[id^='edit-localisation'] {
	/*! margin-left: -8px; */
	cursor: pointer;
	cursor: hand;
}

[id^='edit-chambres'] {
	/*!  */
	width: 170px;
	cursor: pointer;
}

[id^='edit-mq'] {
  /*! margin-left: -24px; */
	width: 143px;
	cursor: pointer;
	cursor: hand;
}

[id^='edit-submit-ventes'],
[id^='edit-submit-locations'] {
	background-color: #f97d04;
	text-transform: uppercase;
	color: white;
	font-size: 14px;
	font-weight: 600;
	border: 0px;
	padding:12px;
	text-align: center;
	-webkit-appearance: none;
  	-moz-appearance: none;
  	text-overflow: '';
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	position: absolute;
    bottom: 29px;
    left: 664px;
}

[id^='edit-sort-by'] {
  	text-transform: none !important;
	position: absolute;
	right: 0px;
	bottom: 29px;
	border: none !important;
	padding-left: 13px;
	padding-right: 13px;
	border-radius: 4px;
	cursor: pointer;
	width: 170px;
}

.views-field-field-images-1 {
    float: left;
    color: white;
    z-index: 2;
    pointer-events: none;
    position: absolute;
    top: 166px;
    left: 10px;
}

.views-field-field-images {
  color: white;
	float: left;
	z-index: 10;
	padding-right: 20px;
}

.views-field-field-images .field-content a {
	outline: 0;
}

.views-field-nothing {
	color: #35393b;
	font-family:'Open Sans Condensed', sans-serif;
	font-size: 26px;
	padding-top: 20px;
	padding-bottom: 5px;
}

.views-field-field-location {
	font-family:'Open Sans Condensed', sans-serif;
	font-weight: 700;
	padding-top: 20px;
	font-size: 26px;
	color: #35393b;
	padding-bottom: 4px
}

.views-field-field-location-l{
	text-transform: uppercase;
	font-size: 14px;
}

.views-field-field-nom-mq {
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    width: 150px;
    left: 625px;
    bottom: 80px;
}

.views-field-field-nom-cha {
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    left: 305px;
    width: 150px;
    bottom: 80px;
}

.views-field-field-nom-sdb {
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    left: 460px;
    width: 150px;
    bottom: 80px;
}

.views-field-field-nom-gar {
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    left: 790px;
    width: 150px;
    bottom: 80px;
}

.image-icon {
	margin-right: 10px;
	position: relative;
	top: 3px;
}

.article-small-line {
	background-color: #F0F0F0;
	width: 2px;
	height: 13px;
	float: left;
	margin-top: 27px;
	margin-left: -15px;
}

.article-sold {
    display: none;
}

.view-ventes .views-field-body,
.view-locations .views-field-body  {
    top: 129px;
}

.view-projets .views-field-body,
.view-locations .views-field-body,
.view-ventes .views-field-body  {
    font-size: 14px;
    width: 600px;
    position: absolute;
    left: 275px;
}

.view-projets .views-field-body {
	top: 0px;
}

.views-field-field-prix {
	color: #35393b;
    font-weight: 600;
    font-size: 26px;
}

.view-locations .views-field-field-prix, 
.view-ventes .views-field-field-prix {
    position: absolute;
    left: 950px;
    bottom: 150px;
}

.views-field.views-field-field-prix.prix-vendu {
    color: #f97d04;
    text-transform: uppercase;
}

.article-avendre {
    width: 80px;
    position: absolute;
    bottom: 126px;
    left: 951px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
}

.image-gradient {
    height: 56px;
    width: 255px;
    position: absolute;
    z-index: 1;
    background: -webkit-linear-gradient(to bottom, rgba(52,72,89,0), rgba(59, 117, 166, 0.72));
    background: -o-linear-gradient(to bottom, rgba(52,72,89,0), rgba(59, 117, 166, 0.72));
    background: -moz-linear-gradient(to bottom, rgba(52,72,89,0), rgba(59, 117, 166, 0.72));
    background: linear-gradient(to bottom, rgba(52,72,89,0), rgba(59, 117, 166, 0.72));
    pointer-events: none;
    bottom: 0px;
}

.article-horizontal-line {
    background-color: #dcdee0;
    width: 0px;
    height: 8px;
    position: absolute;
    bottom: 0px;
    left: 255px;
    transition: width 0.5s;
}

.article-horizontal-line-text {
    width: 615px;
    height: 2px;
    background-color: #f0f0f0;
    position: absolute;
    bottom: 80px;
    left: 280px;
}

.article-vertical-line {
    width: 2px;
    height: 170px;
    background-color: #f0f0f0;
    position: absolute;
    bottom: 14px;
    left: 920px;
}

.views-field-view-node {
    font-size: 14px;
    position: absolute;
    right: 28px;
    bottom: 78px;
    width: 134px;
    color: #094d81;
    text-decoration: none;
    font-weight: 700;
}

.views-field-view-node a {
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid;
	font-size: 14px; 
	padding: 13px 18px;
	border-radius: 5px;
	outline: 0;
}

.views-field-view-node a:visited {
	color:#094d81;
}
.views-field-view-node a:hover {
	color:#000000;
}
.views-field-view-node a:active {
	color:#094d81;
}

.ventes-field-vendre {
	position: relative;
	font-size: 12px; 
	left: 951px;
	bottom: 323px;
	text-transform: uppercase;
	color: #8c9397;
	font-weight: 900;
	width: 100px;
}
nav.pager {
	width: 1111px;
	margin-left: auto;
	margin-right: auto;
}

.pager__items {
	padding-left: 0px;
	position: relative;
}

.pager__item a {
	background-color: white;
	border: solid 1px;
	border-color: #f1f2f3;
	margin-left: -12px;
	margin-right: -12px;	
	padding: 10px;
	color: black;
	border-radius: 2px;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
}

.pager__item--previous a {
	background-color: #f97d04;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	border: 0px;
	border-radius: 2px;
	padding-top: 17px;
	padding-bottom: 17px;
}

.pager__item--next {
	position: absolute;
	right: 0px;
	padding: 0px;
	margin-left: 3px;
	margin-right: 0px;
	width: 97px;
	bottom: 1px;
}

.pager__item--previous {
	position: absolute;
	left: 0px;
	padding: 0px;
	margin-left: 3px;
	margin-right: 0px;
	width: 97px;
	bottom: 1px;
}

.pager__item--next a {
	background-color: #f97d04;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	border: 0px;
	border-radius: 2px;
	padding-top: 17px;
	padding-bottom: 17px;
}

.pager__item.is-active a {
	background-color: #094d81;
	color: white
}

/* Locations */

#block-nosappartementslocation,
#block-selectionprojets,
#block-nosappartements {
	background-color: #F4F4F4;
}

.view-locations {
	background-color: #F4F4F4;
	padding-bottom: 50px; 
}

.views-field-field-prix-pm {
	color: #35393b;
	font-weight: 600;
	font-size: 26px;
	float: left;
	margin-left: 665px;
	margin-top: -180px;
}

/* Contact */

#block-contactrequete {
	background-color: #f5f5f5;
	padding-bottom: 40px;
}

#block-contactagence {
	background-color: #f5f5f5;
	padding-bottom: 20px;
}

.agence {
	background-color: white;
	margin-left: 60px;
	width: 316px;
	font-weight: 700;
	height: 340px;
}

.agence p:first-of-type {
	padding-top: 7px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 45px
}

.agence p {
	padding-left: 16px;
}

#contact-message-feedback-form {
	background-color: #f5f5f5;
}

/* projets */

.view-projets {
	background-color: #F4F4F4;
	padding-bottom: 50px;
}

.view-projets .view-content .views-field-body {
	 top: 70px;
}

.view-projets .view-filters [id^='edit-submit-projets'] {
	display: none;
}

.view-projets .views-field-view-node {
    bottom: 87px;
}

.bottom-bg {
    background-color: #1b1d20;
    overflow: auto;
}

.bottom-content {
    max-width: 1111px;
    margin: auto;
}

.bottom-bg .bottom-content #block-navigationpied ul {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 0px;
    float: right;
}

.bottom-bg .bottom-content #block-navigationpied ul li {
    padding-left: 50px;
}

.bottom-bg .bottom-content #block-navigationpied ul li a {
    color: #dadada;
}

#block-navigationpied ul li {
    display: inline-block;
}

#block-copyright {
    float: left;
    font-size: 13px;
    color: #909191;
}

#block-mobilemenubutton {
	display: none;
}

.view-empty {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 158px;
}

/* Media queries */

/* Edge */ 

@media screen and (-webkit-min-device-pixel-ratio:0) {

	[id^='edit-submit-ventes'],
	[id^='edit-submit-locations'] {
		left: 660px;
		padding: 14px;
	}
}

/* Chrome */

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {

	[id^='edit-submit-ventes'],
	[id^='edit-submit-locations'] {
		padding: 13px;
		left: 649px;
	}
}

/* Responsive */

@media (max-width: 1140px) {
    .view-locations .views-row,
    .view-ventes .views-row,
    .view-projets .views-row,
    .view-locations .view-filters,
    .view-ventes .view-filters,
    .view-projets .view-filters,
    .footer-container,
    nav.pager {
        width: 100%
    }
    
    .article-small-line {
        display: none;
    }
    
    .article-horizontal-line-text {
        display: none;
    }
    
    .view-locations .views-field-body,
    .view-ventes .views-field-body,
    .view-projets .views-field-body {
        display: none
    }
    
    .view-locations .views-field-field-nom-cha,
    .view-ventes .views-field-field-nom-cha {
        bottom: 70px; 
    }
    
    .view-locations .views-field-field-nom-sdb,
    .view-ventes .views-field-field-nom-sdb {
        bottom: 70px; 
    }
    
    .view-locations .views-field-field-nom-gar,
    .view-ventes .views-field-field-nom-gar {
        left: 305px;
        bottom: 25px; 
    }
    
    .views-field-field-nom-mq {
        left: 460px;
        bottom: 25px; 
    }
    
    .article-vertical-line {
        left: 79%;
    }
    
    .article-avendre {
        left: 82%;
    }
    
    .view-locations .views-field-field-prix, 
    .view-ventes .views-field-field-prix {
        left: 82%;
    }
    
    .views-field-view-node {
        left: 82%;
    }
    
    .views-field-field-location {
        width: 79%
    }
 	
 	#block-konkret-branding {
	    left: 20px;
	}

	.layout-3col__full li.menu-item:first-of-type {
    	padding-right: 20px;
	}

	.view-projets .article-horizontal-line {
		display: none;
	}

	#block-contactagence {
		position: static;
		left: 0px;
		margin-left: 0px;
		background-color: white; 
	}

	#block-contactagence .agence {
		margin-left: 0px;
		width: 100%;
		text-align: center;
	}

	#block-contactagence .agence-hr {
		display: none;
	}

	#contact-message-feedback-form {
		margin-left: -348.6px;
		margin-top: 54px;
	}
}

@media (max-width: 944px) {
    [id^='edit-type'] {
	   margin-bottom: 275px;
       width: 255px;
    }
    
    [id^='edit-region'] {
	   position: absolute;
       left: 0px;
       top: 90px;
       width: 255px;
    }
    
    .view-locations [id^='edit-chambres'],
    .view-ventes [id^='edit-chambres'] {
	   position: absolute;
       left: 0px;
       top: 160px;
       width: 255px;
    }
    
    [id^='edit-mq'] {
	   position: absolute;
       left: 0px;
       top: 230px;
       width: 255px;
    }
    
    [id^='edit-submit-ventes'],
    [id^='edit-submit-locations'] {
		left: 0px;
        width: 255px;
	}
}

@media (max-width: 849px) {

	/*.layout-center nav ul.menu {
		right: unset;
		top: 60px;
		left: 50%;
		margin-left: -259px;
	}*/

	.layout-center nav ul.menu {
		position: relative;
		margin-left: 0px;
		margin-top: 69px;
		margin-bottom: 0px;
		display: flex;
		flex-direction: column-reverse;
		text-align: center;
		background-color: white;
		padding-bottom: 30px;
	}

	.layout-3col__full li.menu-item {
		float: none;
		padding: 0px;
		margin-bottom: 10px;
	}

	ul.menu li ul.menu {
		position: relative;
		top: 0px;
		left: 0px;
		margin: 0px;
		visibility: visible;
		opacity: 1;
		width: 100%;
		z-index: 0;
		transform: none;
		background: rgb(255,255,255);
		display: flex;
		flex-direction: column;
		margin-top: 7px;
	}

	ul.menu ul.menu .menu-item {
    	text-align: center;
	}

	ul.menu li.menu-item a {
		font-size: 24px;
		font-weight: 100;
	}

	ul.menu ul.menu li.menu-item a {
		padding: 0px;
		font-weight: 100;
		font-size: 100%;
	}

	#block-konkret-main-menu {
		padding-top: 10px;
	}

	.menu-item--expanded {
		list-style-image: none;
		list-style-type: none;
	}

	.layout-3col__full li.menu-item:first-of-type {
		padding-right: 0px;
	}

	#block-mobilemenubutton {
		display: block;
		position: absolute;
		top: 7px;
		right: 0px;
		background-image: url("/themes/konkret/components/custom/images/icon-mobile-menu.gif");
		background-repeat: no-repeat;
	}

	#block-mobilemenubutton a {
		padding: 20px;
		color: transparent;
	}

	.mobile-button-close {
		background-image: url("/themes/konkret/components/custom/images/mobile-menu-close.gif") !important;
		top: 13px !important;
		right: -10px !important;
	}
}

@media (max-width: 809px) {
    .view-locations .views-row,
    .view-ventes .views-row {
        height: 292px
    }
    
    .view-locations .views-field-field-nom-cha,
    .view-ventes .views-field-field-nom-cha,
    .view-locations .views-field-field-nom-sdb,
    .view-ventes .views-field-field-nom-sdb {
        bottom: 170px; 
    }
    
    .view-locations .views-field-field-nom-gar,
    .view-ventes .views-field-field-nom-gar,
    .view-locations .views-field-field-nom-mq,
    .view-ventes .views-field-field-nom-mq {
        bottom: 125px; 
    }
    
    .views-field-field-location {
        width: 97%;
    }
    
    .article-vertical-line {
        display: none;
    }
    
    .article-horizontal-line {
        opacity: 1;
		width: 100%;
		left: 255px;
		bottom: 0px;
		height: 92px;
		z-index: 0;
    }
    
    .image-black {
        display: none;
    }
    
    .image-plusdinfos{
        display: none;
    }
    
    .view-locations .image-gradient,
	.view-ventes .image-gradient {
        bottom: 92px;
    }
    
    .view-locations .views-field-field-prix, 
    .view-ventes .views-field-field-prix{
        left: 300px;
        bottom: 44px;
        z-index: 1;
    }
    
    .article-avendre {
        left: 300px;
        bottom: 22px;
        z-index: 1;
    }
    
    .views-field-view-node {
        left: 0px;
        bottom: 34px;
        width: 256px;
        color: white;
    }
    
    .views-field-view-node a {
        padding: 36px 80px;
        border-radius: 0px; 
        background-color: #094d81;
        border: none;
    }

    .view-projets .views-field-view-node {
        width: 100%;
        height: 100px;
        bottom: 0px;
        z-index: -1;
    }
    
    .view-projets .views-field-view-node a {
       text-align: center;
        display: inline-block;
        width: 100%;
        position: absolute;
        padding: 36px 0px;
        bottom: 0px;
    }

    #block-footervendre {
    	width: 100%;
    }
}

@media (max-width: 629px) {
    .view-locations .views-row,
    .view-ventes .views-row {
        height: 550px;
    }

    .view-projets .views-row {
        height: 450px;
    }
    
    .views-field-field-images {
        width: 100%;
        text-align: center;
        background-color: #094d81;
        padding-right: 0px;
        height: 200px;
        margin-bottom: 10px
    }
    
    .views-field-field-location {
        margin-left: 10px;
    }

    .view-locations .views-field-field-nom-cha,
    .view-ventes .views-field-field-nom-cha {
   		bottom: 233px;
        left: 50%;
        margin-left: -130px;
    }

    .view-locations .views-field-field-nom-sdb,
    .view-ventes .views-field-field-nom-sdb {
    	bottom: 200px;
        left: 58%;
    }
    
    .view-locations .views-field-field-nom-gar,
    .view-ventes .views-field-field-nom-gar {
    	bottom: 233px;
        left: 58%;
    }

    .view-locations .views-field-field-nom-mq,
    .view-ventes .views-field-field-nom-mq {
    	bottom: 200px; 
        left: 50%;
        margin-left: -130px;
    }
    
    .views-field-view-node {
        width: 100%;
        height: 100px;
        bottom: 0px
    }
    
    .views-field-view-node a {
       text-align: center;
        display: inline-block;
        width: 100%;
        position: absolute;
        padding: 36px 0px;
        bottom: 0px;
    }
    
    .image-gradient {
        
        top: 144px;
        width: 100%;
        margin-left: -128px
        left: 0px;
    }
    
    .views-field-field-location-l {
        margin-left: 10px;
    }
    
    .view-locations .views-field-field-prix, 
    .view-ventes .views-field-field-prix {
        text-align: center;
        background-color: #DCDEE0;
        display: inline-block;
        width: 100%;
        padding: 10px 10px 40px 10px;
        left: 0px;
        bottom: 96px;
    }
    
    .article-avendre {
        text-align: center;
        display: inline-block;
        width: 100%;
        padding-bottom: 10px;
        left: 0px;
        bottom: 102px;
    }
    
    .js-form-type-select {
       width: 100%;
    }

    .info-text {
    	width: 100%;
    }
    
    [id^='edit-type'] {
       width: 100%;
       margin-bottom: 180px
    }
    
    [id^='edit-region'] {
       width: 100%
    }
    
    .view-locations [id^='edit-chambres'],
    .view-ventes [id^='edit-chambres'] {
	   width: 100%
    }
    
    [id^='edit-mq'] {
	   width: 100%
    }
    
    [id^='edit-sort-by'] {
		left: 0px;
        top: 300px;
        height: 50px;
        width: 100%
	}
    
    [id^='edit-submit-ventes'] {
		left: 0px;
        top: 370px;
        height: 50px;
        width: 100%;
        border-radius: 0px;
	}

	.article-horizontal-line {
		display: none;
	}

	.pager__items {
		visibility: hidden;
	}

	.pager__item--next {
		visibility: visible;
	}

	.pager__item--previous {
		visibility: visible;
	}
}

@media (max-width: 345px) {
	.site-logo {
		height: 70px;
	}

	.site-logo img {
		max-width: 70%;
	}
}

@media (max-width: 299px) {
    
    .view-locations .views-row,
    .view-ventes .views-row {
      height: 640px;  
    }
    
    .view-locations .views-field-field-nom-cha,
    .view-ventes .views-field-field-nom-cha {
        margin-left: 0px; 
        bottom: 290px;
        left: 10px
    }
    
    .view-locations .views-field-field-nom-gar,
    .view-ventes .views-field-field-nom-gar {
        margin-left: 0px; 
        bottom: 260px;
        left: 10px
    }
    
    .view-locations .views-field-field-nom-sdb,
    .view-ventes .views-field-field-nom-sdb {
        margin-left: 0px; 
        bottom: 230px;
        left: 10px
    }
    
    .view-locations .views-field-field-nom-mq,
    .view-ventes .views-field-field-nom-mq {
        margin-left: 0px; 
        bottom: 200px;
        left: 10px
    }
}