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

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

.row {
	/*width: 100%;*/
	display: inline-block;
	width: 90%;
	padding: 0 5%;
	float: left;
}

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

h1, h2,h3,h4,h5,h6 {
	text-transform: inherit;
}
h1 {
	font-weight: 300;
	font-size: 20px;
}

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

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

p {
	font-size: 19px;
	line-height: 24px;
	font-weight: 300;
}

a {
	text-decoration: none;
	color: #10428b;
}

.light {
	font-weight: 300;
}
.regular {
	font-weight: 400;
}
.medium {
	font-weight: 500;
}
.semibold {
	font-weight: 600;
}
.bold {
	font-weight: 700;
}
.extra {
	font-weight: 800;
}

@media (min-width: 768px) {
	h1 {
		font-size: 34px;
		text-transform: inherit;
		
	}
	h5 {
		font-size: 22px;
		line-height: 26px;
	}
}


/* ==== COLOR ==== */
.noir {
	color: #444444;
}
.black {
	color: #000;
}
.bleu {
	/*color: #10428b;*/
	color: #004872;
}
.jaune {
	color: #bf8e33;
}
.fuchia {
	color: #b74a68;
}

/* ==== HEADER ==== */
#smart-header{
	float: left;
	width: 100%;
	min-height: 300px;
	max-width: 100%;
	background: url('../images/img_header.jpg') no-repeat;
	background-size: cover;
	padding: 14px 0 50px 0;
	text-align: center;
}
#listing-block-main-lien {
	width: 320px;
	margin: 0 auto;
}
.block-main-lien {
	background: #F8F6F3;
	float: left;
	width: 150px;
	min-height: 145px;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
}
.block-main-lien h5.tri {
	padding-top: 33px;
}
.block-main-lien h5.duo {
	padding-top: 46px;
}

@media(min-width: 768px) {
	#smart-header {
		display: none;
	}
}

#header {
	float: left;
	max-width: 100%;
	min-height: 500px;
	background: url('../images/img_header.jpg') no-repeat;
	background-size: cover;
	padding: 0 0 114px 0;
}



/*#block-menu-h {
	padding: 14px 0 7px 0; 
}*/


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

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

#logo {
	float: left;
	    margin-top: 10px;
}

@media(min-width: 768px) {
	#logo img {
		width: 172px;
	}
}

#menu {
	margin: 35px 42px 0 0;
	float: right;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu ul li {
	margin-left: 30px;
	display: inline-block;
}
#menu ul li a {
	font-weight: 600;
	color: #444444;
	text-decoration: none;
}


#menu ul li ul {
	z-index: 999;
}
#menu ul li ul li a {
	color: #000;
	font-weight: 500
}

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

/* ===== CONTENU HEADER ==== */
#titre-header {
	/*
	float: left;
	width: 100%;
	*/
	margin: 80px auto 0 auto;
	text-align: center;
}
#ligne-block-list-header {
	text-align: center;
}
#block-liste-header {
	margin: 0 auto;
	text-align: left;
}

.en-savoir-plus-smart {
	font-size: 16px !important;
	margin-top: 0 !important;
}

@media(min-width: 320px) {
	#block-liste-header {
		width : 304px;
	} 
}

@media(min-width: 768px) {
	#block-liste-header {
		width : 604px;
	} 
}

@media(min-width: 1024px) {
	#block-liste-header {
		width : 908px;
	} 
}

@media(min-width: 1208px) {
	#block-liste-header {
		width : 1208px;
	} 
}
.liste-header {
	margin: 15px;
	min-height: 320px;
	width: 240px;
	padding: 30px 11px 20px 21px;
	position: relative;
	display: inline-block;
	float: left;
	cursor: pointer;
	color: #444;
	 
}
.liste-header .bg {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #F8F6F3;
	width: 100%;
    height: 100%;
    min-height: 320px;
}
.liste-header h5, .liste-header span {
	color: #004872;
	font-weight: 800;
	isolation: isolate;
}
.liste-header p {
	isolation: isolate;
	position: relative;
	color: #000;
	font-size: 16px;
}
.liste-header span {
	font-weight: 400;
}
.block-en-savoir-plus {
	float: right;
	position: absolute;
	bottom: 20px;
	right: 6px;
}
p.en-savoir-plus {
	color: #444;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	text-align: right;
	font-weight: 600;
	margin-bottom: 0;
	isolation: isolate;
}

p.en-savoir-plus a {
	color: #444;
	padding: 0px 6px 0px 10px;
}

.liste-header:hover .bg {
	background: #004872;
	mix-blend-mode: multiply;
}

.liste-header:hover h5, .liste-header:hover span, .liste-header:hover p {
	color: #fff;
}
.liste-header:hover .en-savoir-plus a {
	color: #bf8e33;
}
/* ===== SECTION ==== */
.section h1 {
	padding-left: 24px;
	margin-top: 24px;
}

@media (min-width: 768px) {
	.section h1 {
		padding-left: 0;
		margin-top: 45px;
		text-align: center;
	}
	
	.section h1 span {
		font-size: 40px;
		
	}
}


/* ===== SECTION REALISATION ===== */
#listing-real-home {
	text-align: center;
}
.vignette-real {
	display: inline-block;
	margin: 10px;
}
.vignette-real img {
	vertical-align: middle;
	max-width: 100%;
}
#realisation {
	text-align: center;
}

div#listing-real-home.owl-carousel.owl-theme, div#listing-actu.owl-carousel.owl-theme {
	max-width: 100%;
}


/* ===== SECTION ACTUALITES ==== */

#actualites {
	background: #eceded;
}
#listing-actu .item {
	/*background: url('../images/back-actu-home.png') no-repeat;*/
	/*background-size: 300px;*/
	min-height: 388px;
	/*background-position: 50% 0;*/
	position: relative;

}
#listing-actu .item:hover div.plus span a {
	color: #bf8e33;
}
@media(min-width: 425px) {
	#listing-actu .item {
		background-size: 374px;
	}
}

@media(min-width: 768px) {
	#listing-actu .item {
		background-size: 324px;
	}
}

@media(min-width: 1280px) {
	#listing-actu .item {
		background-size: 294px;
	}
}
@media(min-width: 1440px) {
	#listing-actu .item {
		background-size: 324px;
	}
}


.block-actu {
	max-width: 300px;
	min-height: 325px;
	margin: 0 auto;
	padding: 10px 15px;
	width: 76%;
	background-color: #F8F6F3;
	
}
.date-actu {
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 2px;
}
.block-actu h5 {
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1.3;
	min-height: 160px;
	margin-bottom: 10px;
}
.block-actu p {
	font-weight: 400;
	color: #444;
	font-size: 18px;
	margin-top: 0;
}

#listing-actu .owl-theme .owl-controls .owl-page span {
	background: #FFF;
}

#listing-actu .item div.plus {
	position: relative;
	text-align: center;
	width: 100%;
	color: #10428b;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #F8F6F3;
	max-width: 300px;
	margin: 0 auto;
	padding: 10px 15px 20px 15px;
	width: 76%;
}

#listing-actu .item div.plus span {
	display: block;
	text-align: right;
}
#listing-actu .item div.plus span a {
	margin-right: -5px;
	color: #444;
	font-weight: 700;
}

@media(min-width:480px) {
	#listing-actu .item div.plus {
		bottom: 0;
	}
}

/* ===== FOOTER ==== */
footer {
	/*background: #2e4577;*/
}

#block-menu-footer {
	padding: 0;
	float: right;
}
.col {
	display: inline-block;
	float: left;
}
#block-menu-footer, #block-menu-footer .col ul li a{
	color: #FFF;
}
#block-menu-footer .col ul {
	list-style-type: none;
	padding: 0;
}
#block-menu-footer .col ul li a {
	/*font-weight: 300;*/
	/*font-size: 12px;*/
}


#block-menu-footer h6 {
	margin-top: 0;
}

#logo-footer {
	text-align: left;
	padding: 9px 0 0 0;
	float: left;
}
#reseaux {
	font-size: 16px;
	font-weight: 400px;
	line-height: 32px;
	margin-top: 0;
	float: left;
	margin-left: 54px;
}
#reseaux img {
	width: 32px;
	vertical-align: middle;
}
#reseaux img.marge {
	margin-right: 9px;
}

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

#block-mention a {
	color: #FFF;
	font-size: 14px;
}

@media (max-width:767px) {
	.block-rs-foot-mobil {
		width:85%;
	}	
	#col-1n, #col-2, #col-3 #col-4, #col-5, #col-6, #col-7 {
	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 {
		margin-top: 90px;
		float: left;
		margin-left: 0;
	}
	#block-menu-footer {
		padding: 30px;
	}
	#logo-footer {
		text-align: right;
		padding: 9px 0 0 0;
		float: none;
	}
}
@media(min-width: 1280px) {
	#col-1 {
		margin-right: 42px;
	}
	#col-2, #col-4, #col-5, #col-6 {
		margin-right: 42px;
	}
	#col-3 {
		margin-right: 50px;
	}
	#col-7 {
		margin-right: 0px;
	}
	#reseaux {
		margin-top: 90px;
		float: left;
		margin-left: 0;
	}
	#block-menu-footer {
		padding: 30px;
	}
	#logo-footer {
		text-align: right;
		padding: 9px 0 0 0;
		float: none;
	}
}
@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;
	}
	#reseaux {
		margin-top: 90px;
		float: left;
		margin-left: 0;
	}
	#block-menu-footer {
		padding: 30px;
	}
}


/* NEW CODE */
@media(min-width: 768px) {
	#header {
			display: block;
	}
	#header #block-menu-h {
			display: none;
	}
}
@media(min-width: 1200px) {
	#header #block-menu-h {
			display: block;
	}
}

#realisations.section.row {
	width: 80%;
}
#actualites.section.row {
	width: 80%;
}