@charset "UTF-8";

@font-face {
    font-family: 'socicon';
    src: url('../fonts/socicon-webfont.eot');
    src: url('../fonts/socicon-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/socicon-webfont.woff') format('woff'),
         url('../fonts/socicon-webfont.ttf') format('truetype'),
         url('../fonts/socicon-webfont.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
    text-transform: initial;
}

strong {
	font-weight: 500;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFFFFF;
	-webkit-text-size-adjust: none;
}
.logo_nr {
width: 80px;
	height: auto;
	margin-bottom: 1px;
	margin-top: 13px;
	margin-left: 2px;
	
}

#show-icon-portfolio-3col {
		display: block;
	}
#hide-icon-portfolio-3col {
		display: none;
	}

.col-photo-vert-left {
	float: left;
	margin-bottom: 97px;
}
.col-photo-vert-right {
	float: right;
	margin-bottom: 97px;
}
#margin-bottom-none {
	margin-bottom: 0px;
}

#margin-bottom-none2 {
	margin-bottom: 0px;
}



.vignette-about {
	width: 100%;
max-width: 330px;
	height: auto;
	padding-top: 10px;
	margin-bottom: 10px;
}
a {
	text-decoration: none;
}
#lowercase {
	text-transform: none;
}
#text-light {
	font-weight: 300;
}

.template #container {
	width: 1130px;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
}

.template #header {
	width: 1100px;
	height: 53px;
	margin: 0 auto;
	text-align: left;
	padding: 18px 15px 0px 15px;
	position: fixed;
	z-index: 99;
	background-image: url(../img/bkg_nav.png);
}

.indexVilles {
	width: 1049px;
	text-align: left;
	margin: 0px;
	padding: 36px 0px 32px 51px;
	position: fixed;
	top: 71px;
	z-index: 99;
	background-image: url(../img/bkg_index-villes.png);
	display:none;
	
}
#header.villes-visible .indexVilles {
	display:block;
}

.template #mainContent {
	width: 1100px;
	text-align: left;
	margin: 0px;
	padding: 138px 15px 60px 15px;
}

.template #mainContent .city-spacer {
	height:32px;
	margin-bottom:32px;
	margin-top:40px;
}

.template .loading {
	width:100%;
	height:80px;
	background:url('../img/loader.gif') 50% 50% no-repeat;
	margin-bottom:80px;
}
.template .loading.error {
	background-image:url('../img/error.png');
}

.template #mainContent-index {
	width: 1115px;
	text-align: left;
	margin: 0px;
	padding: 138px 0px 70px 15px;
}

.logo {
	float: left;
	margin-right: 20px;
}

.nicolas {
	font: 34px 'Roboto', sans-serif;
	font-weight: 100;
	text-align: left;
	letter-spacing: -1px;
	color: #000;
	text-transform: uppercase;
}

.nicolas a {
	color: #000;
	text-decoration: none;
}

.ruel {
	font: 34px 'Roboto', sans-serif;
	font-weight: 700;
	text-align: left;
	color: #000;
	margin-left: 3px;
	text-transform: uppercase;
}

.ruel a {
	color: #000;
	text-decoration: none;
}

.container-menu {
	float: right;
}

.menu {
	float: left;
	margin: 0;
	font: 15px 'Roboto', sans-serif;
	font-weight: 300;
	color: #000;
	text-transform: uppercase;
	padding: 0;
	list-style: none;
	display: block;
}

.menu ul {
	height: 24px;
	list-style: none;
	margin: 0;
}

.menu li {
	float: left;
}

.menu li a {
	color: #000;
	display: block;
	line-height: 20px;
	margin: 8px 28px 8px 0px;
	padding: 7px 0px 0px 0px;
	text-align: left;
	text-decoration: none;
	border-top: solid transparent 2px;
}

.menu li a:hover {
	color: #000;
	text-decoration: none;
	border-top: solid #000 2px;

}

.menu li ul {
	background-image: url(../img/bkg_index-villes.png);
	display: none;
	height: auto;
	padding: 11px 0px 9px 0px;
	margin: 0px 0px 0px -14px;
	text-transform: none;
	position: absolute;
	z-index: 200;
	/*top:1em;
	/*left:0;*/
}

.menu li:hover ul {
	display: block;

}

.menu li li {
	display: block;
	float: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.menu li:hover li a {
	display: block;
	background: none;
	border-top: none;

}

.menu li ul a {
	display: block;
	height: 18px;
	letter-spacing: 0px;
	font: 15px 'Roboto', sans-serif;
	font-weight: 400;
	color: #FFF;
	font-style: normal;
	text-align: left;
	margin: 1px 0px 1px 0px;
	padding: 3px 14px 4px 14px;
	vertical-align: middle;
	text-transform: uppercase;
}

.menu li ul a:hover, .menu li ul li:hover a {
	border: 0px;
	color: #c3c3c3;
	text-decoration: none;
	text-align: left;
}

/** Menu actif **/
body.projets li.projets a,
body.apropos li.apropos a,
body.expositions li.expositions a,
body.media li.media a,
body.publications li.publications a,
body.contact li.contact a {
	border-top: solid #000 2px;
}

body.index li.index a {
	border-top: solid #000 2px;
	background-color: none;
	background-image: none;
	color: #000;
}

body.projets li.projets ul a:hover,
body.apropos li.apropos ul a:hover,
body.expositions li.expositions ul a:hover,
body.media li.media ul a:hover,
body.publications li.publications ul a:hover,
body.contact li.contact ul a:hover {
	border-top: none;
	margin-top: 1px;
}

body.projetsopen li.projetsopen a {
	border-top: none;
}

.bt-index {
	float: right;
	margin: 0;
	font: 15px 'Roboto', sans-serif;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
	padding: 0;
	list-style: none;
	display: block;

}

.bt-index ul {
	height: 24px;
	list-style: none;
	margin: 0;
}

.bt-index li {
	float: left;
}

.bt-index li a {
	color: #FFF;
	display: block;
	line-height: 20px;
	margin: 8px 0px 10px 11px;
	padding: 7px 4px 0px 4px;
	text-align: left;
	text-decoration: none;
	border-top: solid transparent 2px;
	background-image: url(../img/bkg_bt-index.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

.bt-index li a:hover {
	color: #000;
	text-decoration: none;
	background-image: none;
	border-top: solid #000 2px;
}

.menu-close {
	display: none;
	width:37px;
	height:22px;
	background:url(../img/menu_open.png) 50% 50% no-repeat;
	background-size:contain;
}

.show-menu .menu-close {
	background-image:url(../img/menu_close.png);
}

.menu-villes {
	float: none;
	margin: 0;
	font: 15px 'Roboto', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0;
	list-style: none;
	display: block;
}

.menu-villes ul {
	height: 24px;
	list-style: none;
	margin: 0;
}

.menu-villes li {
	float: none;
}

.menu-villes li a {
	color: #FFF;
	display: block;
	line-height: 20px;
	margin: 2px 0px 3px 0px;
	padding: 3px 0px 0px 0px;
	text-align: left;
	text-decoration: none;
}

.menu-villes li a:hover {
	color: #c3c3c3;
	text-decoration: none;

}

.container-indexVilles {
	float: left;
	padding-right: 60px;
}

.bt-close-index-ville {
	position: absolute;
	top: 10px;
	right: 10px;
	font: 14px 'Roboto', sans-serif;
	font-weight: 400;
	color: #FFF;
}

.bt-close-index-ville a {
	text-decoration: none;
	color: #FFF;
}

.bt-close-index-ville a:hover {
	text-decoration: none;
	color: #c3c3c3;
}

h1 {
	font: 34px 'Roboto', sans-serif;
	font-weight: 400;
	text-align: left;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 68px;
	margin-top: 0px;
	float: left;
	letter-spacing: -1px;
}

#h1-weight100 {
	font: 34px 'Roboto', sans-serif;
	font-weight: 100;
}

h2 {
	font: 16px/20px 'Roboto', sans-serif;
	font-weight: 500;
	text-align: left;
	color: #000;
	text-transform: uppercase;
}

h2 a {
	text-decoration: none;
	color: #000;
}

.text-reg {
	font: 16px/22px 'Roboto', sans-serif;
	font-weight: 300;
	text-align: justify;
	color: #000;
}

.text-reg a {
	font: 16px/22px 'Roboto', sans-serif;
	font-weight: 400;
	color: #000;
	text-decoration: none;
}

.readmore {
	display:none;
}

.container-text-projet {
	float: right;
	width: 730px;
	margin-top: -13px;
	margin-right: 14px;
	margin-bottom: 55px;
}
.container-titre-left {
	float: left;
}

.margin-bottom-titre-left {
	margin-bottom: 40px;
	clear: both;
}
#margin-bottom-none {
	margin-bottom: 15px;
}
#show-desktop {
	display: block;
}
#show-mobile {
	display: none;
}



.container-text-gallery {
	float: right;
	width: 730px;
	margin-top: -9px;
	margin-right: 0px;
	margin-bottom: 55px;
}

.image-projet {
	max-height: 735px;
	width: auto;
	max-width: 100%;
	margin-bottom: 6px;
}

.spec {
	font: 13px/15px 'Roboto', sans-serif;
	font-weight: 300;
	color: #000;
	text-align: left;
	margin: 0;
	max-width: 800px;
}

.spec a {
	color: #000;
	text-decoration: none;
}

.spec2 {
		font: 13px/17px 'Roboto', sans-serif;
		font-weight: 300;
		color: #000;
		text-align: left;
		margin: 0;
	}
	
	.spec3 {
	font: 12px/22px 'Roboto', sans-serif;
	font-weight: 400;
	color: #000;
	text-align: left;
	margin: 0;
	max-width: 800px;
}

.titre-projet {
	font: 15px/18px 'Roboto', sans-serif;
	font-weight: 500;
	color: #000;
	text-align: left;
	text-transform: uppercase;
	margin: 0;
}

body.media a:visited .titre-projet,
body.media a:visited .text-reg,
body.media a:visited .spec,
body.media a:visited .titre-icon-portfolio {
	color:#000;
}

.spacer-clear {
	clear: both;
}

.spacer-spec {
	height: 6px;
}

.spacer-3 {
	height: 3px;
}

.spacer-10 {
	height: 10px;
}

.spacer-20 {
	height: 20px;
}

.spacer-30 {
	height: 30px;
}

.spacer-28 {
	height: 28px;
}

.spacer-40 {
	height: 40px;
}

.spacer-50 {
	height: 50px;
}

.spacer-60 {
	height: 60px;
}

.spacer-image-projet {
	height: 97px;
}

.icon-portfolio {
	width: 358px;
	height: 300px;
	padding: 0;
	margin: 0px 13px 0px 0px;
	display: block;
	float: left;
	text-align: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.icon-portfolio img {
	width: 358px;
	height: auto;
	border: 0 none;
}
#icon-publication {
	margin-bottom: 40px;
	height:320px;
}
.icon-portfolio-3col {
	width: 1100px;
	height: auto;
	padding: 0;
	
	margin: 0px 13px 0px 0px;
	display: block;
	float: left;
	text-align: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.icon-portfolio-3col img {
	width: 100%;
	max-width: 1100px;
	height: auto;
	margin-bottom: 4px;
	border: 0 none;
}




.icon-portfolio-blank {
	width: 358px;
	height: 282px;
	padding: 0;
	margin: 0px 13px 0px 0px;
	display: block;
	float: left;
	text-align: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.titre-icon-portfolio {
	font: 15px/18px 'Roboto', sans-serif;
	font-weight: 300;
	color: #000;
	text-align: left;
	text-transform: uppercase;
	padding-top: 2px;
}

.titre-icon-portfolio a {
	text-decoration: none;
	color: #000;
}

#teaser {
	position: relative;
	max-height: 733px;
	overflow: hidden;
}

#teaser > div {
	width:100%;
	height:100%;
}

#teaser > div > a {
	width: 100%;
	height: 100%;
	display: block;
}

.videoWrapper {
	position: relative;
	padding-bottom: 54.1%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 10px;
	overflow:hidden;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cell-year {
	width: 60px;
}

.cell-cv {
	padding-bottom: 15px;
}

sup { vertical-align: top; position: relative; top: -0.3em; font-size: 0.7em; }

.slip-title-desktop {
	display:none; }
	
	.slip-title-mobile {
	display:block; }
	
	
.socicon {
  display: inline-block;
  color:#000;
  background-color:#fff;
  font-family: 'socicon';
  font-style: normal;
  font-weight: normal;
  font-size:19px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  padding:0px;
  margin-left:0px;
	 margin-right:12px;
  margin-top:-6px;
}

.socicon:hover {
  background-color:#000;
  text-decoration:none;
}
.socicon:empty{
    width: 1em;
}
.socicons
{float:none;}


.moretext {
	margin-top:-10px;
	display: none;
}
.showmoretext {
	display:block;
	padding-top:0px;
	background:#FFF;
	text-align:left;
	font: 14px/17px 'Roboto', sans-serif;
	font-weight: 500;
	color: #000;
	text-decoration:underline;
	text-transform:uppercase;
}
@media screen and (max-width: 1140px) {
	

.col-photo-vert-right {
	float: left;
	margin-left: 108px;
}
	
	.vignette-about {
max-width: 225px;
}

	.template #container,
	.template #header,
	.template #mainContent,
	.template #mainContent-index {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
	}

	.template #header,
	.template #mainContent {
		padding-right: 25px;
		padding-left: 25px;
	}

	.template #mainContent-index {
		padding-right: 10px;
		padding-left: 25px;
	}

	.template #header {
		min-height: 71px;
		max-height:100%;
	}

	.image-projet {

		max-height: 650px;
		width: auto;
		max-width: 100%;
		margin-bottom: 6px;
		border: 0 none;
	}

	.icon-portfolio {
		width: 316px;
		height: 258px;
	}

	.icon-portfolio img {
		width: 316px;
		height: auto;
	}
	
	.icon-portfolio-3col {
	width: 974px;
	height: auto;
}
.icon-portfolio-3col img {
	max-width: 974px;
}
	

	.icon-portfolio-blank {
		display: none;
	}

	

	.container-text-projet,
	.container-text-gallery {
		width: 712px;
	}

	.scrollable {
		max-height:100%;
/* 		max-height:100vh; */
/* 		max-height:calc(100vh - 75px); */
		height:auto;
		overflow-y:auto;
		-webkit-overflow-scrolling: touch;
		width:100%;
		margin-top:75px;
		z-index: 97;
	}

	.spacer {
		height:32px;
	}

	html.iphone .spacer {
		height:128px;
	}

	.container-menu {
		/*margin-top: 0px;
		margin-left: 0px;
		padding-left: 0px;*/
		top: 100px;
		z-index: 97;
		display: none;
		float: none;
		clear: both;
		position: absolute;

		position:static;
		top:0;
		left:0;
		right:0;

		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
	}

	.menu-close {
		display: block;
		position: absolute;
		cursor: pointer;
		top: 28px;
		right: 25px;
		z-index: 99;
	}

	.menu,
	.menu li {
		float: none;
	}

	.menu ul {
		height: 18px;
	}

	.menu li a {
		padding-left: 2px;
		margin-top: 0px;
		margin-bottom: 3px;
		padding-top: 0px;
		padding-bottom: 0px;
		font-weight: 500;
	}

	.menu li ul {
		position: relative;
		display: block;
		background-color: transparent;
		padding: 2px 0px 8px 0px;
		margin: 0px 0px 0px 14px;
		background-image: none;
	}

	.menu li ul a:hover, .menu li ul li:hover a {
		position: relative;
		background-color: transparent;
		color: #000;
	}

	.menu li a:hover {
		border-top: solid transparent 2px;
	}

	.menu li ul a {
		font: 15px 'Roboto', sans-serif;
		font-weight: 300;
		background-color: none;
		margin-bottom:0px;
		margin-top:0px;
		padding-top:0px;
		padding-bottom:2px;
		color: #000;
	}

	.bt-index {
		padding-bottom:10px;
		padding-top:1px;
	}

	.bt-index,
	.bt-index li {
		float: none;
		border-top: none;
		margin-top: 10px;
	}

	.bt-index li a {
		margin-bottom: 2px;
		padding-left: 3px;
		padding-right: 3px;
		padding-top: 0px;
		padding-bottom: 1px;
		margin-top: 10px;
		margin-left: -1px;
		display: inline;
	}

	.bt-index li ul {
		position: relative;
		padding: 2px 0px 13px 0px;
	}

	.bt-index li ul a:hover, .bt-index li ul li:hover a {
		position: relative;
	}

	.bt-index li a:hover {
		color: #FFF;
		text-decoration: none;
		border-top: solid transparent 2px;
		background-image: url(../img/bkg_bt-index.png);
		background-position: bottom;
		background-repeat: repeat-x;

	}

	.bt-index li ul a {
		height: 16px;
		margin: 0px 0px 0px 0px;
		padding: 2px 2px 2px 2px;
	}

	body.show-menu.template #header {
		height: auto;
		background-image: url(../img/bkg_nav_white.png);
	}

	body.show-menu .container-menu {
		display: block;
	}

.indexVilles {
		width: auto;
		text-align: left;
		margin: 0px;
		margin-left: 0;
		margin-right: 0;
		
		padding: 32px 0px 0 40px;
		display: none;
		z-index: 99;
		background-image: url(../img/bkg_index-villes.png);
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;

		position:static;
		top:0;
		height:auto;
		/*max-height:calc(100% - 25px);*/
		margin-top:0;
		margin-bottom:25px;
	}
	#header.villes-visible .indexVilles {
		display:none;
	}
	.show-menu #header.villes-visible .indexVilles {
		display:block;
	}

	.container-indexVilles {
		width:33%;
		margin-bottom:30px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.menu-villes li a {
	margin: 1px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
}


.slip-title-desktop {
	display:none; }
	
	.slip-title-mobile {
	display:block; }
	
	body.projets li.projets a,
	body.apropos li.apropos a,
	body.expositions li.expositions a,
	body.media li.media a,
	body.publications li.publications a,
	body.contact li.contact a,
	body.index li.index a {
		border-top: solid transparent 2px;
	}

	body.projets li.projets ul a:hover,
	body.apropos li.apropos ul a:hover,
	body.expositions li.expositions ul a:hover,
	body.media li.media ul a:hover,
	body.publications li.publications ul a:hover,
	body.contact li.contact ul a:hover {
		border-top: none;
		margin-top: 2px;
	}

}

	@media screen and (max-width: 1060px) {
	

.col-photo-vert-right {
	float: none;
	margin-left: 0px;
	margin-bottom: 0px;
}
		.col-photo-vert-left {
	float: none;
	margin-left: 0px;
}
		#margin-bottom-none2 {
	margin-bottom: 97px;
}
		}

@media screen and (max-width: 1020px) {
	

	
	.vignette-about {
		padding-top: 20px;
		margin-bottom: 0px;
max-width: 330px;
}

	#show-desktop {
	display: none;
}
#show-mobile {
	display: block;
}
	
	

	.icon-portfolio {
		width: 352px;
		height: 285px;
		
	}

	.icon-portfolio img {
		width: 351px;
		height: auto;
	}
	
		.icon-portfolio-3col {
	width: 717px;
	height: auto;
}
.icon-portfolio-3col img {
	max-width: 717px;
}

	.container-text-projet,
	.container-text-gallery {
		float: none;
		clear: both;
		width: 100%;
		display: block;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.container-text-gallery .readmore {
		margin-left:25px;
	}
	
	.margin-bottom-titre-left {
	margin-bottom: 25px;
}
#margin-bottom-none {
	margin-bottom: 10px;
}
	

	.template #mainContent-index .container-text-projet {
		padding-right: 13px;
	}

	
}


@media screen and (max-width: 763px) {

	.icon-portfolio-3col {
	width: 352px;
		height: auto;
		
	}

	.icon-portfolio-3col img {
		width: 351px;
		height: auto;
	}
#show-icon-portfolio-3col {
		display: none;
	}
#hide-icon-portfolio-3col {
		display: block;
	}

}


@media screen and (max-width: 640px) {
	.container-indexVilles {
		width:50%;
	}
	

	
	
}

@media screen and (max-width: 440px) {
	
		.showmoretext {
		display: none;
	}
	.moretext {
		display: none;
	}

	.template #mainContent,
	.template #mainContent-index {
		padding-right: 0px;
		padding-left: 0px;
	}
 .template #mainContent .logo_nr,
	.template #mainContent .container-indexVilles,
	.template #mainContent p.spec,
	.template #mainContent p.spec2,
	.template #mainContent p.text-reg,
	.template #mainContent h2,
	.template #mainContent h1,
	.template #mainContent-index h1,
	.template #mainContent-index .titre-icon-portfolio,
	.template #mainContent-index .icon-portfolio .titre-projet,
	.template #mainContent-index .icon-portfolio-3col .titre-projet,
	.template #mainContent-index .container-titre-left .margin-bottom-titre-left .text-reg,
	.template #mainContent .container-titre-left .margin-bottom-titre-left .text-reg{
		padding-right: 25px;
		padding-left: 25px;
	}
	.template #mainContent-index .titre-icon-portfolio .titre-projet  {
		padding-left: 0px;
	}
	.template #mainContent .container-text-gallery .socicons {
		padding-right: 25px;
		padding-left: 25px;
	}
	
	.template #mainContent .cell-cv{
		padding-right:25px;
		padding-left: 0px;
	}
	
		.template #mainContent .cell-year {
		padding-right: 0px;
		padding-left: 25px;
	}

	.template #mainContent-index .container-text-projet {
		padding-right: 25px;
		padding-left: 25px;
	}

	.spec {
		font: 12px/15px 'Roboto', sans-serif;
		font-weight: 300;
		color: #000;
		text-align: left;
		margin: 0;
	}
	
	.spec2 {
		font: 13px/17px 'Roboto', sans-serif;
		font-weight: 300;
		color: #000;
		text-align: left;
		margin: 0;
	}

	.titre-projet {
		font: 14px/17px 'Roboto', sans-serif;
		font-weight: 500;
	}
	
	.titre-icon-portfolio {
		font: 14px/17px 'Roboto', sans-serif;
		font-weight: 300;
	}
	.spec3 {
		font-weight: 300;
	}

	.spacer-spec {
		height: 4px;
	}
.col-photo-vert-left {
	margin-bottom: 45px;
}
	.spacer-image-projet {
		height: 45px;
	}

	.image-projet {
		margin-bottom: 9px;
	}


	.template #mainContent,
	.template #mainContent-index {
		padding: 80px 0px 60px 0px;
	}

	.icon-portfolio {
		width: 100%;
		height: auto;
		padding: 0;
		margin-left: 0;
		margin-bottom: 18px;
		display: block;
		float: none;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.icon-portfolio img {
		width: 100%;
		height: auto;
	}
		.icon-portfolio-3col {
	width: 100%;
		height: auto;
		padding: 0;
		margin-left: 0;
		margin-bottom: 18px;
		display: block;
		float: none;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
}
.icon-portfolio-3col img {
	width: 100%;
		height: auto;
	
}
	

	.text-reg {
		font: 15px/18px 'Roboto', sans-serif;
		font-weight: 300;
		text-align: left;
		color: #000;
	}

	.readmore {
		display:block;
		padding-top:0px;
	background:#FFF;
	text-align:left;
	font: 14px/17px 'Roboto', sans-serif;
	font-weight: 500;
	color: #000;
	text-decoration:underline;
	text-transform:uppercase;
	}
	body.projets p.text-reg {
		display:none;
	}
	body.projets p.text-reg:first-child {
		display:block;
	}

	.container-text-projet {
		margin-bottom: 30px;
	}

	.indexVilles {
		padding-bottom:25px;
		padding-left:25px;
		padding-top:20px;
	}

	.container-indexVilles {
		width:100%;
		margin-bottom:0;
		}

.menu li a {
	margin-bottom: 0px;
	margin-top: 0px;
}

.menu li ul {
	margin-bottom: 0px;
	margin-top: 0px;
}


.menu li ul a {
	padding: 0px 14px 0px 14px;
	margin-bottom:1px;
	margin-top:2px;
}
.menu li ul a:active {
	padding: 0px 14px 0px 14px;
	margin-bottom:1px;
	margin-top:2px;
}


.menu-villes li a {
	margin: 0px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
}

.template #header {
	padding-top: 13px;
	min-height: 20px;
		max-height:100%;
}

	
.nicolas {
	font: 25px 'Roboto', sans-serif;
	font-weight: 100;
	letter-spacing: -1px;
}


.ruel {
	font: 25px 'Roboto', sans-serif;
	font-weight: 700;
	margin-left: 3px;
}

.ruel a {
	color: #000;
	text-decoration: none;
}
.template #mainContent .city-spacer {
	margin-top:0px;
}
h1 {
	font: 25px 'Roboto', sans-serif;
	font-weight: 400;
	letter-spacing: -1px;
}
.menu-close {
	width:30px;
	height:18px;
	top: 18px;
}

.template #mainContent-index h1
{
	margin-bottom: 25px;
}
.template #mainContent h1
{
	margin-bottom: 25px;
}
	
	.template #mainContent-index #margin-bottom-none
{
	margin-bottom: 5px;
}
	
		.template #mainContent #margin-bottom-none
{
	margin-bottom: 5px;
}

	
#margin-bottom-none {
	margin-bottom: 0px;
}
.scrollable {
		margin-top:55px;
	}
	.container-text-gallery {
		margin-bottom:30px;
	}
	
	.vignette-about {
	width: 100%;
max-width: 500px;
}
}