body, html {
	height: 100%;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	padding: 0;
	margin: 0;
	color: #444444;
	background-color: #fff;
}

.container {
	width: 100%;
	margin: 0 auto;
}

.row {
	display: inline-block;
	width: 80%;
	padding: 0 10%;
	/*float: left;*/
}

.pc {
	display: none;
}
.mobile {
	display: block;
}

@media(min-width: 1024px) {
	.pc {
		display: block;
	}
	.mobile {
		display: none !important;
	}
}

/* ==== TYPO ==== */

h2,h3,h5,h6 {
	text-transform: uppercase;
}

h1 {
	/*font-weight: 300;*/
	font-weight: 400;
	font-size: 30px;
	text-transform: inherit;
	color: #004872;
}
h1 .semibold {
	font-weight: 700;
}

h2 {
	font-weight: 600;
	font-size: 32px;
}
h4 {
	font-size: 26px;
	line-height: 28px;
	font-weight: 600;
	color: #c9bdb9;
}

h5 {
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	margin-top: 0;
}

h6{
	font-size: 14px;
	font-weight: 600;
}

h6.legende {
	margin-top: 0;
	text-transform: initial;
	opacity: 0.7;
}

p {
	font-size: 18px;
	line-height: 1.78;
	font-weight: 400;
}
p .semibold {
	font-weight: 700;
}


a {
	text-decoration: none;
	
	color: #004872;
}

.light {
	font-weight: 300;
}
.regular {
	font-weight: 400;
}
.medium {
	font-weight: 500;
}
.semibold {
	font-weight: 600;
}
.bold {
	font-weight: 700;
}
.extra {
	font-weight: 800;
}
.text-uppercase {
	text-transform: uppercase;
}
@media(min-width: 768px) {
	h1 {
		font-size: 34px;
	}
}

.txt-right {
	text-align: right;
}
.txt-left {
	text-align: left;
}

/* ==== COLOR ==== */
.noir {
	color: #444444;
}
.bleu {
	color: #004872;
}

.bleu-f {
	color: #2e4577;
}

.fuchia {
	color: #bf8e33;
}
.blanc {
	color: #FFF;
}
.jaune {
	color: #bf8e33;
}
.cream {
	color: #c9bdb9;
}

/* ==== MARGE ==== */
.no-marge-top {
	margin-top: 0;
}
.no-marge-bottom {
	margin-bottom: 0;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}    
.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
 }

/* ==== HEADER ==== */

#header-mobil, #header {
	float: left;
	background: #004872;
	padding-top: 14px;
}
    

#header {
	padding-top: 14px;
	padding-bottom: 20px;
	-webkit-box-shadow: 0px 3px 8px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 8px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 8px 2px rgba(0,0,0,0.2);
    display: none;
}

#burger-menu, #close {
	float: right;
}

#close {
	display: none;
}

#burger-menu img {
	width: 32px;
	margin-top: 13px;
	margin-right: 24px;
}

@media (min-width: 1200px) {
	#header-mobil {
		display: none;
	}
	#header {
		display: block;
	}
}

/* ===== MENU ==== */

#row {
	width: 100%;
	float: left;
}

#logo {
	float: left;
	margin-left: 5%;
}

#logo img {
	width: 117px;
	/*margin-left: 24px;*/
	margin-left: 5%;
}

@media(min-width: 1200px){
	#logo {
		margin-left: 0;
	}
	#logo img {
		/*margin-left: 87px;*/
	}
}

#menu {
	/*margin: 16px 30px 0 0;*/
	margin-top: 16px;
	float: right;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu ul li {
	margin-left: 40px;
	display: inline-block;
	position: relative;
	padding-bottom: 5px;
}

@media(min-width: 1280px) {
	#menu {
		/*margin: 16px 130px 0 0;*/
	}
	#menu ul li { 
		margin-left: 50px;
	}
}

#menu ul li a {
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	text-transform: uppercase!important;
}

#menu ul li:hover {
	border-bottom: 2px solid #bf8e33;
}

#menu ul li ul {
	 position: absolute;
	 top: 39px;
	 left: -50px;
	 /*min-height: 220px;*/
	 background-size: contain;
	 background-color: #004872;
	 padding: 20px 20px 20px 20px;
	 display: none;
	 overflow: hidden;
	 z-index: 999;
	 width: 250px;
}

/*#menu ul li ul.big-menu {*/
/*	background: url("../images/back-sub-menu.png") no-repeat;*/
/*}*/
/*#menu ul li ul.big-menu-2 {*/
/*	background: url("../images/back-sub-menu-2.png") no-repeat;*/
/*}*/
/*#menu ul li ul.tin-menu {*/
/*	background: url("../images/back-menu-partenaires.png") no-repeat;*/
/*}*/


#menu ul li ul.sub-contact {
	 left: -195px;
}


#menu ul li ul li{ 
	margin-left: 0;
	margin-top : 10px;
	display: block;
	font-size: 16px;
}	
#menu ul li ul li a {
	color: #fff!important;
	font-weight: 400!important;
	text-transform: inherit !important;
}
#menu ul li ul li:hover{ 
	border-bottom: none;
	border-left: 2px solid #bf8e33;
	font-weight: 500!important;
	padding-left: 7px;
}

#menu ul li ul li:hover a {
	font-weight: 500!important;
}

#menu-mobil {
	background: #004872;
	padding-top: 100px;
	padding-bottom: 200px;
	display: none;
}
#menu-mobil ul {
	margin: 0;
	padding: 0;
}
#menu-mobil ul.main li {
	list-style-type: none;
	color: #FFF;
	text-transform: uppercase;
	font-size: 18px;
	margin-left: 24px;
	padding-bottom: 14px;
}
.rub-menu-mobil {	
	border-bottom: 1px solid #FFF; 
	padding-bottom: 10px;
}

#menu-mobil ul.sub-menu-mobil {
	background: #FFF;
	padding-left: 24px;
	display: none;
}
#menu-mobil ul.sub-menu-mobil  {
	margin-left: -24px;
	padding-top: 14px;
	padding-bottom: 14px;
}
#menu-mobil ul.sub-menu-mobil li a {
	color: #004872;
	text-transform:none;
}
ul.sub-menu-mobil li {
	list-style-type: none;
}
img.plus, img.dep {
	float: right;
	width: 22px;
	margin-right: 24px;
}
img.dep{
	display: none;
}


/* ===== SECTION ==== */
.section {
	/*
	float: left;
	background: #FFF;
	*/
	padding: 38px 0 38px 0;
}
.section-gris {
	background-position: top left;
	background: url('../images/back-section-triangle-1920.png') no-repeat;
	padding-top: 0;
}

.section-gris-top {
	background-position: top left;
	background: url('../images/back-section-triangle.png') no-repeat;
	background-size: cover;
}

.col-droite-img , .col-gauche-img {
	/*
	width: 80%;
	float:left;
	margin-left: 24px;
	*/
	width: 100%;
	position: relative;
}

.img-container {
	position: relative;
}
.img-container::after {
	position: absolute;
	z-index: 2;
	bottom: 4px;
	content: ' ';
	display: block;
	background-image: url(/images/triangle.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-blend-mode: multiply;
	height: 50%;
	width: 100%;
}


.col-droite-img img, .col-gauche-img img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	transform-style: preserve-3d;
}

.col-gauche-txt, .col-droite-txt {
	/*
	width: 80%;
	padding-right: 7%;
	padding-left: 24px;
	*/
	/*float: left;
	width: 90%;
	margin: 0 auto;*/
}

.col-full {
	/*
	width: 80%;
	padding-left: 24px;
	width: 90%;
	margin: 0 auto;
	*/
}

.col-full img {
	max-width: 100%;
}

ul.liste-section {
	list-style-type: none;
	padding: 0;
	margin: 0 0 34px 0;
}
ul.liste-section li{
	background: url("../images/puce.png") no-repeat 0 0.39em;
	padding-left: 23px; 
	margin-top: 24px;
	font-size: 19px;
	line-height: 24px;
	font-weight: 300;
}

iframe {
	max-width: 100%;
}

@media(min-width: 768px) {
	.section, .row {
		float:left;
	}
	.col-gauche-txt, .col-droite-txt {
		width: 60%;
		margin: inherit;
		/*
		padding-left: 140px;
		padding-left: 5%;
		*/
	}
	.col-gauche-txt {
		float: left;
	}
	.col-droite-txt {
		float: right;
	}
	.col-droite-img, .col-gauche-img {
		width: 33%;
		margin: inherit;
		/*
		padding-left: 140px;
		padding-left: 5%;
		*/
	}
	.col-droite-img {
		float: right;
	}
	.col-gauche-img {
		float: left;
	}
	
	.col-full {
		/*
		padding-left: 140px;
		padding-left: 5%;
		*/
		margin: inherit;
	}
	.section-gris {
		padding-top: 200px;
	}
}

/*
@media(min-width: 1114px) {
	.col-droite-img, .col-gauche-img {
		margin-left: 38px;
	}
}
*/

/* ===== PRESENTATION DU GROUPE ==== */

.header {
	padding-top: 34px;
	/*padding-left: 24px;*/
	padding-left: 5%;
	float: left;
}

@media(min-width: 768px) {
	.header {
		/*padding-left: 140px;*/
		padding-left: 10%;
	}
}

#header-groupe {
	background: url('../images/header-presentation-groupe.jpg') no-repeat;
	background-size: cover;
	padding-bottom: 0;
	background-position: center;
}

.header-groupe {
	margin-left: 24px;
	margin-top: 34px;
	float: left;
}


h1.titre-header-spec {
	color: #004872;
	clear: both;
	float: left;
	margin-left: 24px;
	font-weight: 400;
}
#fil-ariane {
	font-size: 13px;
	color: #444444;
	font-weight: 400;
}

#fil-ariane .fuchia {
	color: #bf8e33;
}

.header #fil-ariane .semibold {
	font-weight: 700;
}

.header #fil-ariane .fuchia {
	color: #bf8e33;
}

#fil-ariane .semibold {
	font-weight: 700;
}

/*
#section-presentation-groupe {
	background: #FFF;
}
*/

@media(min-width: 768px) {
	.header-groupe {
		/*margin-left: 140px;*/
		margin-left: 5%;
		padding-bottom: 118px;
	}
}

@media(min-width: 1024px) {
	h1.titre-header-spec {
		margin-top: 140px;
	}
	p.txt-header-spec {
		margin-top: 30px;
	}
}
@media(min-width: 1280px) {
	h1.titre-header-spec {
		margin-top: 100px;
		/*margin-left: 140px;*/
		margin-left: 5%;
	}
	p.txt-header-spec {
		/*margin-left: 140px;*/
		margin-left: 5%;
		font-size: 24px;
	}
}

/* ===== NOS VALEURS ===== */
#section-exigence, #section-bien-vivre, #section-engagement-citoyen {
	margin-top: -100px;
}
@media(min-width: 768px) {
	#section-exigence, #section-bien-vivre, #section-engagement-citoyen {
		
		/*
			margin-top: -200px;
		*/
	}
}

/* ===== NOS PARTENAIRES ==== */
#listing-banque {
	width: 100%;
	margin-top: 60px;
}
.logo-partenaires {
	display: inline-block;
}
.logo-partenaires-marge {
	margin-right: 0;
}

.logo-partenaires img {
	vertical-align: middle;
	max-width: 150px;
}


#header-devenir-partenaire { 
	background: #FFF;
	padding-bottom: 118px;
	min-height: 540px;
}	

@media(max-width: 768px) {
	.logo-partenaires-marge {
		margin-right: 0;
	}
	div.item {
		text-align: center;
	}
}

@media(min-width: 768px) {
	#header-devenir-partenaire { 
		background: url('../images/devenir-partenaire.jpg') no-repeat;
		background-size: cover;
		padding-bottom: 118px;
		background-position:center;
		min-height: 540px;
	}	
}
@media(min-width: 1280px) {
	.logo-partenaires img {
		max-width: 200px;
	}
}


/* ===== CHIFFRES CLES ==== */
#listing-chiffres-cles {
	width: 100%;
	margin-top: 60px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.chiffre {
	/*width: 90%;*/
	width: 100%;
	display: block;
	background-color: #c9bdb9;
	color: #3c5997;
	text-align: center;
	min-height: 304px;
	/*float: left;*/
	/*padding: 10px 20px 20px 20px;*/
	padding: 20px 0;
	margin-bottom: 30px;
}
.chiffre p {
	font-size: 16px;
	color: #444444;
	width: 100%;
	max-width: calc(100% - 40px);
	margin: 0 auto;
	
}

/*
.chiffre-marge {
	margin-right: 5%;
}
*/
@media(min-width: 768px) {
	.chiffre {
		width: 48%;
	}
}
@media(min-width: 1200px) {
	.chiffre {
		width: 23%;
	}
}
/* ===== EQUIPE ==== */
.personne {
	/*float: left;*/
	margin-top: 30px;
	max-width: 1200px;
    margin: 0 auto;
    
}


@media(min-width: 768px) {
	.personne {
		margin-top: 60px;
		display: flex;
	}
	img.equipe {
		max-width: 300px;
		/*float: right;*/
	} 
	.personne .col-gauche-img {
		max-width: 300px;
	}
}

.filet-eq {
	height: 1px;
	background-color: rgba(68,68,68,0.9);
	width: 55%;
	margin: 50px auto 10px auto;
}

/* ====== INVESTISSEMENT DANS L'INNOVATION ===== */
img#domotique {
	max-width: 210px;
}
img#smarthab {
	max-width: 380px;
}

/* ===== DEMARCHE QUALITE ===== */
#header-qualite {
	background: url('../images/coffim-qualite.jpg') no-repeat;
	background-size: cover;
	padding-bottom: 118px;
	background-position: 0 -50px;
}

@media(min-width: 768px) {
	#header-qualite { 
		background-position: 0 -150px;
	}	
}

/* ===== ART CONTEMPORAIN ===== */
#header-contemporain {
	background: url('../images/header-art-contemporain.jpg') no-repeat;
	background-size: cover;
	padding-bottom: 118px;
	background-position: 0 0;
}
#header-contemporain h1 {
	color: white;
}

.specific-img img {
	width: 100%;
}

@media(min-width: 768px) {
	#header-contemporain {
		background-position: 0 -50px;
	}
}
@media(min-width: 1024px) {
	#header-contemporain {
		background-position: 0 -90px;
	}
	.specific-txt {
		display:table-cell;
		vertical-align:middle;
		float:none;
	}
	.specific-img {
		display:table-cell;
		vertical-align:middle;
		float:none;
	}
	.specific-section {
		display:table;
	}
	.specific-img img {
		width: 80%;
	}
}
@media(min-width: 1280px) {
	#header-contemporain {
		background-position: 0 -150px;
	}
}



/* ===== PROMOTION IMMO ===== */
#section-promo-immo {
	margin-bottom: 50px;
}


/* ===== REALISATIONS ===== */

#section-real {
	width: 100%;
	max-width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	float: left;
}

.block-contenu-real {
	/*
	max-width: 88%;
	padding-left: 20px;
	*/
	margin: 0 auto;
}

.real-ligne {
	width:100%;
	max-width: 100%;
	float: left;
	margin-left: 25px;
} 
.col-1 {
	width: 95%;
	float: left;
	margin-right: 20px;
}
.col-2 {
	width: 85%;
	float: left;
	margin-right: 20px;
}

.col-1, .col-2 {
	margin-bottom: 20px;
}

.aplat {
	
	background: url('../images/realisations/aplat-tiny.png') no-repeat;
	background-size: 100%;
	background-position: 0 265px;
	
	height: 300px;
	width: 100%;
}
.aplat-portrait {
	
	background: url('../images/realisations/aplat-tiny.png') no-repeat;
	background-size: 100%;
	background-position: 0 265px;
	
	height: 300px;
	width: 100%;
}
.aplat-pano {
	
	background: url('../images/realisations/aplat-tiny.png') no-repeat;
	background-size: 100%;
	background-position: 0 265px;
	
	width: 100%;	
	height: 300px;
}
.aplat:hover, .aplat-portrait:hover, .aplat-pano:hover {
	background-position: 0 215px;
}

.block-aplat-portrait, .block-aplat, .block-aplat-pano {
	position: relative;
	cursor: pointer;
}
.titre-real {
	position: absolute;
	bottom: 0px;
	left: 30px;
}
.titre-real h1 {
	text-transform:initial;
	font-size: 20px;
	margin-bottom: 5px;
}
.titre-real h1 .fuchia {
	color: #bf8e33;
}
.titre-real h1 .semibold {
	font-weight: 600;
}
.title-res {
	display: none;
	text-transform: uppercase;
	margin-bottom: 5px;
}

@media(min-width: 768px) {
	.col-1, .col-2, .block-aplat, .block-aplat-pano{
		min-height: 200px;
	}
	.col-portrait {
		min-height: 620px;
	}
	.col-1 {
		width: 30.44%;
	}
	.col-2 {
		width: 61.2%;
	}
	
	.aplat {
		background: url('../images/realisations/aplat-tiny.png') no-repeat;
		background-size: 100%;
		background-position: 0 245px;
		height: 300px;
		width: 100%;
	}
	.aplat-portrait {
		background: url('../images/realisations/aplat-tiny.png') no-repeat;
		background-size: 100%;
		background-position: 0 245px;
		height: 300px;
		width: 100%;
	}
	.aplat-pano {
		background: url('../images/realisations/aplat-pano.png') no-repeat;
		background-size: 100%;
		background-position: 0 245px;
		height: 300px;
		width: 100%;
	}
}

@media(min-width: 1024px) {
	.col-1, .col-2, .block-aplat, .block-aplat-pano{
		min-height: 290px;
	}
	.col-portrait {
		min-height: 600px;
	}
	.col-1 {
		width: 31%;
	}
	
	.aplat {
		background: url('../images/realisations/aplat-tiny.png') no-repeat;
		background-size: 100%;
		background-position: 0 265px;
		height: 300px;
		width: 100%;
	}
	.aplat-portrait {
		background: url('../images/realisations/aplat-tiny.png') no-repeat;
		background-size: 100%;
		background-position: 0 265px;
		height: 300px;
		width: 100%;
	}
	.aplat-pano {
		background: url('../images/realisations/aplat-pano.png') no-repeat;
		background-size: 100%;
		background-position: 0 265px;
		height: 300px;
		width: 100%;
	}
}

@media (min-width: 1280px) {
	.real-ligne {
		margin-left: 50px;
	}
}

@media(min-width: 1440px) {
	.col-1, .col-2, .block-aplat, .block-aplat-pano{
		min-height: 433px;
	}

	.col-portrait, .block-aplat-portrait {
		min-height: 886px;
	}
	.titre-real h1 {
		font-size: 28px;
	}
	
	.aplat {
		background: url('../images/realisations/aplat-tiny.png') no-repeat;
		background-size: 100%;
		background-position: 0 385px;
		height: 300px;
		width: 100%;
	}
	.aplat:hover {
		background-position: 0 315px;
	}
	
	.aplat-portrait {
		background: url('../images/realisations/aplat-tiny.png') no-repeat;
		background-size: 100%;
		background-position: 0 838px;
		height: 300px;
		width: 100%;
	}
	.aplat-portrait:hover {
		background-position: 0 768px;
	}
	.aplat-pano {
		background: url('../images/realisations/aplat-pano.png') no-repeat;
		background-size: 100%;
		background-position: 0 385px;
		height: 300px;
		width: 100%;
	}
	.aplat-pano:hover {
		background-position: 0 315px;
	}
	
}

@media(min-width: 1920px) {
	.col-1 {
		width: 32%;
	}
}

.block-selection {
	display: inline-block;
	float: left;
	cursor: pointer;
	
}

.picto-selection {
	float: right;
    position: relative;
    top: -27px;
    right: 10px;
}



.block-selection {
	width: 210px; 
}

.selection-gris {
	color: #2e4577;
	background: #E6E6E6;
	position: relative;
}
.selection-res-on {
	display: none;
	float: left;
	position: relative;
	background: #bf8e33;
	width: 210px;
	color: #FFF;
}

.selection-fuschia {
	background: #bf8e33;
	float: left;
	width: 210px;
	color: #FFF;
	display: none;
	position: absolute;
	z-index: 999;
}

.selection {
	font-size: 22px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 3px;
	cursor: pointer;
}
.selection p {
	font-weight: 400;
}

.selection p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.selection-bottom {
	padding-bottom: 5px;
	border-top: 1px solid #FFF;
}

@media(min-width: 768px) {
	.selection-fuschia {
		width: 400px;
	}	
	.block-selection {
		width: 400px;
	}
	.selection-res-on {
		width: 400px;
	}	
}

/* ===== CONTACT ===== */
#header-acces {
	background: #f5f5f5;
	padding-bottom: 30px;
}
#googlemap {
	padding: 0;
}
.cartouche-blanc {
	background: #FFF;
	/*
	width: 65%;
	margin-left: 8%;
	*/
	margin-top: 20px;
	clear: both;
	float: left;
}

.cartouche-gris-acces {
	padding: 0;
	background: #F5F5F5;
	margin-left: 7%;
	width: 80%;
	max-width: 407px;
	clear: both;
	float: left;
	margin-top: 0px;
}
.cartouche-blanc-terrain {
	padding: 0;
	/*
	width: 87%;
	*/
}
#coordonnees {
	width: 100%;
}
.coord {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
div.label, div.coord-txt  {
	text-align: left;
	float: left;
}
div.label {
	width: 30%;
	margin-right: 30px;
	font-size: 14px;
}

div.label-acces {
	font-size: 18px;
	margin-right: 0;
	width: 40%;
}

div.coord-txt {
	width: 60%;
}

div.coord-txt-acces {
	text-align: right;
	font-size: 18px;
}

#content-acces {
	background: #F5F5F5;
	float: left;
	width: 100%;
}

#header-acces {
	background: #F5F5F5;
}		
@media(min-width: 768px) {
	.cartouche-blanc-terrain {
		width: 600px;
	}
	.cartouche-gris-acces {
		margin-top: -50px;
		padding: 0 30px 30px 0px;
		width: 66%;
	}
}

@media(min-width: 1024px) {
	.cartouche-gris-acces {
		width: 33%;
	}
	#header-acces {
		background: url('../images/header-acces.jpg') no-repeat;
		background-position: top right;
	}	

}

@media(min-width: 1280px) {
	.cartouche-blanc-acces {
		max-width: 760px;
	}
}

#header-terrain { 
	background: #FFF;
	background-size: cover;
	padding-bottom: 118px;
	background-position:center;
	min-height: 540px;
}	

.cartouche-blanc-terrain h1, .cartouche-blanc-terrain h3 {
	margin-left: 0px;
}

.content-cartouche {
	margin-left: 10px;
}
.content-cartouche h4 {
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 30px;
}
.content-cartouche h4.semibold {
	font-weight: 600;
}
.content-cartouche h4 span {
	font-weight: 700;
}

h4.nous-contact {
	margin-bottom: 0;
}
h1.phoning {
	height: 80px;
	line-height: 80px;
	margin-top: 10px; 
	margin-left: 0 !important;
	background-color: #e9e3da;
	color: #bf8e33;
	text-align: center;
	font-size: 28px;
}
h1.phoning .semibold{
	font-weight: 700;
}

@media (min-width: 768px) {
	h1.phoning {
		font-size: 30px;
		width: calc(100%);
		max-width:  500px;
	}
}

img.picto-phone {
	vertical-align: middle;
	margin-right: 15px;
}

.pied-page-cartouche {
	background: #004872;
	width: 100%;
}
.pied-page-cartouche p {
	margin-bottom: 0;
	padding: 35px 20px 35px 25px;
	color: #FFF;
	line-height: 24px;
}

.form-terrain input {
	width: 90%;
	background-color: #ddd7d4;
	height: 49px;
	font-size: 22px;
	margin-top: 20px;
	border: none;
	font-weight: 500;
	color: #444444;
	padding-left: 18px;
}

.form-terrain input[type=file] {
	position: absolute;
    margin-top: 3px;
    margin-left: 3px;
    height: 10px;
    width: 10px;
    z-index: -5;
}

.parcours-file {
	display: inline-block;
	float: left;
	cursor: pointer;
	height: 50px;
	line-height: 50px;
	background-color: #ddd7d4;
	padding-right: 10px;
}

#file-select-button {
	width: 180px;
	background: #ddd7d4;
	padding-left: 16px;
	font-size: 22px;
	/*padding-top: 7px;
	padding-bottom: 2px;*/
	height: 50px;
	line-height: 50px;
	font-weight: 600;
}


.form-terrain input[type=submit] {
	background: #bf8e33;
	border: 1px solid #bf8e33;
	width: auto;
	color: #fff;
	text-transform: uppercase;
	padding: 0px 25px;
	font-size: 26px;
	line-height: 28px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.form-terrain input[type=submit]:hover {
	background: #004872;
	border: 1px solid #004872;
	color: #FFF;
	cursor: pointer;
}


::-webkit-input-placeholder { 
  color: #444444;
  font-size: 22px;
  font-weight: 300;
}
::-moz-placeholder {
 color: #444444;
  font-size: 22px;
  font-weight: 300;
}
:-ms-input-placeholder {
  color: #444444;
  font-size: 22px;
  font-weight: 300;
}
:-moz-placeholder { 
  color: #444444;
  font-size: 22px;
  font-weight: 300;
}

label.error {
	float: left;
	color: red;
}

#nameFileUp {
	clear: both;
	float: left;
}

.sub-form {
	width:260px;
	text-align:center;
}	

@media(min-width: 768px) {
	.content-cartouche {
		/*margin-left: 50px;*/
		margin-left: 30px;
	}
	.form-terrain input {
		width: 480px;
	}
	#file-select-button {
		width: 356px;
	}	
	.pied-page-cartouche p {
		padding: 35px 40px 35px 50px;
	}
	.sub-form {
		width:499px;
		text-align:center;
	}	
	.cartouche-blanc-terrain h1, .cartouche-blanc-terrain h3 {
		margin-left: 30px;
	}
}

@media(min-width: 1024px) {
	#header-terrain { 
		background: url('../images/back-vendre-terrain.jpg') no-repeat;
		background-size: cover;
		background-position:center;
		min-height: 540px;
	}	
}


/* ===== ACTU ===== */
.navigation-blog {
	padding-left: 24px;
	width: 	86%;
	padding-top: 0;
}
.prev-posts {
	float: left;
}
.next-posts {
	float: right;
	text-align: right;
}
.prev-posts a, .next-posts a {
	color: #bf8e33;
	line-height: 25px;
	vertical-align:top;
	font-size: 12px;
}

.prev-posts img {
	margin-right: 5px;
	/*width: 50px;*/
}
.next-posts img {
	/*width: 50px;*/
	margin-left: 5px;
	position: relative;
	top: 4px;
}

.date-article {
	color: #bf8e33;
	font-size: 16px;
	font-weight: 600;
}
.legende-actu {
	color: #bf8e33;
	text-transform: uppercase;
	text-align: right;
	font-weight: 600;
	font-size: 16px;
}
.doc-actu {
	margin-top: 30px;
}
.doc-actu, .doc-actu a {
	color: #bf8e33;
	font-size: 19px;
	vertical-align: top;
	line-height: 37px;
	font-weight: 300;
}
.doc-actu img {
	margin-right: 18px;
}

@media (min-width: 768px) {
	.prev-posts a, .next-posts a {
		line-height: 45px;
		font-size: 19px;
	}
	.prev-posts img {
		/*width: 82px;*/
		margin-right: 30px;
	}
	.next-posts img {
		margin-left: 30px;
		/*width: 82px;*/
	}
}

@media(min-width: 1280px) {
	.navigation-blog {
		/*padding-left: 140px;*/
		padding-left: 5%;
	}
	
}

@media (max-width: 988px){
  /*.col-droite-img {
  	 width: 85% !important;
  }*/
  .wp-caption {
    width: 100% !important;
  }
  
  .wp-caption img, .content-article img, .col-droite-img img {
    /* Scale down if too big */
    max-width: 99.03225806%; /* 614/620 */
    height: auto;
  }
}

/* ===== FOOTER ==== */
footer {
	background: #004872;
	background-image: url(/images/img-left-footer.png);
	background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    color: white;
    font-size: 14px;
}

#block-menu-footer {
	float: left;
	width: 100%;
}
.col {
	display: inline-block;
	float: left;
}
#block-menu-footer, #block-menu-footer .col ul li a, #block-menu-footer .col h6 a{
	color: #FFF;
}
#block-menu-footer .col ul {
	list-style-type: none;
	padding: 0;
}
#block-menu-footer .col ul li a {
	font-weight: 400;
	font-size: 13px;
	line-height: 1.54;
}

.block-m-foot {
	margin-top: 30px;
	margin-left: 30px;
}
.block-rs-foot-mobil {
	margin-left: 30px;
	float: left;
	margin-bottom: 30px;
}
.block-rs-foot {
	display: none;
}

#col-1 {
	margin-right: 16px;
}
#col-2, #col-4, #col-5, #col-6 {
	margin-right: 16px;
}
#col-3 {
	margin-right: 0;
}
#col-7 {
	margin-right: 16px;
}


#block-menu-footer h6 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}

#logo-footer {
	text-align: right;
	padding: 9px 0 0 0;
	float: left;
}
#reseaux {
	font-size: 16px;
	font-weight: 400px;
	line-height: 32px;
	margin-top: 24px!important;
	margin-left: auto!important;
	text-align: right!important;
	width: 100%;
	float: left;
	margin-left: 54px;
}
#reseaux span {
	display: block;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 9px;
}
#reseaux img {
	width: 31px!important;
	vertical-align: middle;
}
#reseaux img.marge {
	margin-right: 5px!important;
}

#block-mention {
	background: #e9e3da!important;
	text-align: center;
	padding: 10px 0 15px 0;
	float: left;
}

#block-mention, #block-mention a {
	color: #004872!important;
	font-size: 14px;
}


@media (max-width:767px) {
	.block-rs-foot-mobil {
		width:85%;
	}	
	#col-1, #col-2, #col-3, #col-4, #col-5, #col-6, #col-7 {
		width:46%;
		max-width: 46%;
		margin-right: 0;
	}
	#col-6 {
		margin-bottom: 25px;
	}
	#col-8 {
		width: 100%;
	}
	#reseaux {
		float: right;
	}
}


@media(min-width: 768px) {
	#col-1 {
		margin-right: 56px;
	}
	#col-2, #col-4, #col-5, #col-6 {
		margin-right: 42px;
	}
	#col-3 {
		margin-right: 100px;
	}
	#col-7 {
		margin-right: 0px;
	}
	#reseaux {
		text-align: left;
		margin-top: 90px;
		margin-left: 0;
	}
	.block-rs-foot-mobil {
		display: none;
	}
	.block-rs-foot {
		display: block;
		float: right;
		margin-bottom: 54px;
		margin-right: 30px;
	}

	#block-menu-footer h6 {
		margin-bottom: 24px;
		
	}
	.block-m-foot {
		margin-left: 70px;
	}
	#block-mention, #block-mention a {
		font-size: 14px;
	}
	#logo-footer {
		text-align: right;
		padding: 9px 0 0 0;
		float: none;
	}
}

@media(min-width: 1280px) {
	.block-rs-foot { 
		margin-right: 0;
	}
	#col-1 {
		margin-right: 42px;
	}
}

@media(min-width: 1440px) {
	#col-1 {
		margin-right: 56px;
	}
	#col-2, #col-4, #col-5, #col-6 {
		margin-right: 42px;
	}
	#col-3 {
		margin-right: 100px;
	}
	#col-7 {
		margin-right: 0px;
	}
	.block-m-foot {
		/*margin-left: 140px;*/
		margin-left: 5%;
	}
	.block-rs-foot {
		display: block;
		float: right;
		margin-bottom: 54px;
		margin-right: 30px;
	}

}

/* NEW CODE*/

#section-nos-valeurs .specific-section {
	padding: 220px 5% 40px 5%;
}
@media(min-width: 768px) {
	#section-nos-valeurs .specific-section {
		padding: 320px 10% 40px 10%;		
	}	
}
#header.row {
	/*padding-bottom: 8px;*/
	width: 90%;
    padding: 10px 5%;
    
}

#header-mobil.row {
	/*padding-bottom: 8px;*/
	width: 100%;
    padding: 10px 0;
}

.section.row {
	padding: 0 10%;	
}


@media(min-width: 1440px) {
	#art-contemporain .col-droite-img,
	#art-contemporain .col-gauche-img {
		margin-left: 0;
	}
}


#header-qualite .titre-header-spec {color: white !important; margin-left: 0;}
#header-qualite #fil-ariane  {color: white !important; margin-left: 0;}
#header-qualite .header-groupe {color: white !important;} 

#header-qualite .titre-header-spec {color: white !important; margin-left: 0;}
#header-qualite #fil-ariane  {color: white !important; margin-left: 0;}
#header-qualite .header-groupe {color: white !important;} 

#header-groupe .titre-header-spec {color: white !important; margin-left: 0;}
#header-groupe #fil-ariane  {color: white !important; margin-left: 0;}
#header-groupe .header-groupe {color: white !important;} 

#header-contemporain .titre-header-spec {color: white !important; margin-left: 0;}
#header-contemporain #fil-ariane  {color: white !important; margin-left: 0;}
#header-contemporain .header-groupe {color: white !important;} 
