<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("SuisseIntlMedium/style.css");

#safaritweak{
	background-color: #fff;
	height:300px;
	top:-300px;
	position: fixed;
	width:100%;
	z-index: 300000;
}
.clear{
	clear: both;
}

*:focus {
    outline: 0;
}

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

html{
	text-rendering: auto;
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	font-smooth: always;
  
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body, html{
	padding: 0px;
	margin: 0px;
}

body{
	padding-top: 172px;
	padding-bottom: 45px;
	overflow-y: scroll;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-family: 'SuisseIntl';
	font-weight: normal;
	line-height: 1.250em;
	color:#000;
	font-size: 16px;
}



.inside{
	width:800px;
	position: relative;
	margin: auto;
}

#header{
	position: fixed;
	width:100%;
	margin: auto;
	height:172px;
	background-color: #fff;
	top:0px;
	left:0px;
	z-index: 30000;
}

#header .inside{
	height:100%;
}

#header #logo{
	display: block;
	width:187px;
	height: 52px;
	background-image: url(../img/logo_ret.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 187px 52px;
	overflow: hidden;
	position: absolute;
	left:0px;
	top:75px;
}

#header #logo h1{
	text-indent: -60000px;
}

a.plus{
	width:39px;
	height: 39px;
	background-image: url(../img/plus.png);
	background-size: 39px 39px;
	display: block;
	position:absolute;
	right:0px;
	top:83px;
}

a.close{
	width:25px;
	height: 25px;
	background-image: url(../img/close_thin.svg);
	background-size: 25px 25px;
	display: block;
	position:absolute;
	right:0px;
	bottom:40px;
}

.imageintro{
	margin-bottom:52px;
	width:100%;
	height:auto;
}


#nav{
	position: absolute;
	top:50%;
	right:0px;
	transform: translateY(-50%);
	padding-top:75px;
	font-size:19px;
}

#nav a{
	margin-left:20px;
}

#objets_listing{
	margin-top: -7px;
	margin-left: -7px;
	margin-right: -7px;
}

.objet{
	margin: 7px;
	float: left;
}

#objets_details{
	margin-top: -7px;
	margin-left: -7px;
	margin-right: -7px;
}

.objets h1, .objets h2, .objets h3{
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	line-height: 1.250em;
	/*margin-top: .385em;*/
}

.centerv{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.projetinfos{
	position: absolute;
	left:0px;
	bottom:40px;
	line-height: 1em;
}

.detailimage{
	float:left;
	margin: 7px;
}

.column{
	float: left;
	box-sizing: border-box;
	margin-top: -1em;
}

.columintro{
	width:305px;
	padding-right: 55px;
}

.columnreferences{
	width:305px;
	padding-right: 39px;
}

.columncontact{
	width: 190px;
}

.columnmobile{
	display: none;
}

@media all and (max-width:842px){

	body{
		padding-top: 137px;
	}

	#header{
		height: 137px;
	}

	#nav{
		padding-top:34px;
	}

	#header #logo{
		top:40px;
	}

	a.close, a.plus{
		top:48px;
	}

	/*body{
		padding-top: 16.27%;
	}

	#header{
		height: auto;
	}

	#header:after{
		display: block;
		content: "";
		padding-top: 16.27%;
	}

	#header .inside{
		position: absolute;
	}



	#header #logo{
		top:29.19708%;
		background-size: auto 100%;
		height:37.95620%;
		background-position: left center;
		background-repeat: no-repeat;
		left:2.5%;
	}

	a.close, a.plus{
		top:35.03649%;
		background-size: auto 100%;
		height:28.46715%;
		background-position: right center;
		background-repeat: no-repeat;
	}*/

	.inside{
		margin:auto;
		width:calc(95%);
	}

	#objets_listing{
		margin-top: -0.83%;
		margin-left:  -0.83%;
		margin-right:  -0.83%;
	}

	#objets_details{
		margin-top: -0.83%;
		margin-left:  -0.83%;
		margin-right:  -0.83%;
	}

	.objet, .detailimage {
		margin:0.83%;
	}


	#objets_listing a{
		width: calc(98.34%) !important;
		height: auto !important;
	}


	#objets_listing a img{
		width: 100% !important;
		height: auto !important;

	}

	#objets_details .detailimage{
		width: calc(98.34%) !important;
		height: auto !important;
	}

	#objets_details .detailimage img{
		width: 100% !important;
		height: auto !important;
	}

	#objets_details .detailimage.width_393{
		width:calc(48.34%) !important;
	}

	.columncontain{
		margin-left:  -0.83%;
		margin-right:  -0.83%;
	}

	.columintro{
		width:33%;
	}

	.columnreferences{
		width: 33%;
	}

	.columncontact{
		width: 34%;
	}
}
@media all and (max-width:757px){
	.headroom {
	    will-change: transform;
	    transition: transform 200ms linear;
	}
	.headroom--pinned {
	    transform: translateY(0%);
	}
	.headroom--unpinned {
	    transform: translateY(-100%);
	}
}

@media all and (max-width:600px){

	#nav a{
		margin-left:5px;
	}
	.columintro{
		display: none;
	}

	.columnreferences{
		display: none;
	}

	.columncontact{
		display: none;
	}

	.columnmobile{
		display: block;
		width:100%;
		margin: auto;
		padding: 0px;
	}
	.columncontain{
		margin: auto !important;
	}
	
}

@media all and (max-width:470px){

	body{
		padding-top: 87px;
		
	}

	.imageintro {
		margin-bottom: 12px;
	}

	#header{
		height: 87px;
	}

	#header #logo{
		top:29px;
		height: 29px;
		background-size: auto 29px;
		background-position: left center;
	}

	#nav{
		font-size: 14px;
		padding-top:19px;
	}

	

	a.close, a.plus{
		top:35px;
		height: 21px;
		background-size: auto 21px;
		background-position: right center;
		background-repeat: no-repeat;
	}

	.projetinfos{
		bottom: 25px;
	}

	.objets h1, .objets h2, .objets h3{
		font-size: 12px;
	}
}
</pre></body></html>