<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @override 
	http://localhost:8888/LesCadeaux/stylesheets/default/default.css
	http://localhost:8888/lesCadeaux/stylesheets/default/default.css
*/

/* @group Document */

body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* @group Structure */

.centre-container {
	width: 960px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

.relative-container {
	position: relative;
	min-height: 700px;
}

.left-half {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.right-half {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

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

/* @group Navigation */

#big-navigation {
	margin-top: 1.8em;
	margin-bottom: 1.8em;
}

#big-navigation &gt; li.current-section {
	color: black;
}

#big-navigation &gt; li {
	font-size: 2.4em;
	display: inline;
	margin-right: 0.6em;
	color: #c0c0c0;
	cursor: pointer;
	
	/*-moz-transition: font-size 2s;
	-webkit-transition: font-size 2s;
	-o-transition: font-size 2s;
	-ms-transition: font-size 2s; 
	transition: font-size 2s;*/
}

/* @end */

footer {
	color: gray;
	font-size: 0.8em;
}

/* @end */

/* @group Common items */

.header {

}

#contact-details {
	color: #5e5e5e;
	font-size: 0.8em;
	line-height: 1.3em;
}

#contact-details &gt; li &gt; a {
	color: #5e5e5e;
	text-decoration: none;
}

#contact-details:hover &gt; li &gt; a {
	text-decoration: underline;
}

#cadeaux-logo {
	height: 192px;
	background: url(../../assets/images/logo_big.png) no-repeat;
}

/* Retina display ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
	#cadeaux-logo {
		background: url(../../assets/images/logo_big@2x.png) no-repeat;
		background-size: 168px 192px
	}
}

/* @group Short window mode */

.short-window-mode .header {

}

.short-window-mode #cadeaux-logo {
	height: 84px;
	background: url(../../assets/images/logo_small.png) no-repeat;
}

/* Retina display ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
	.short-window-mode #cadeaux-logo {
		background: url(../../assets/images/logo_small@2x.png) no-repeat;
		background-size: 66px 84px
	}
}

.short-window-mode ul#contact-details {
	margin-top: 10px;
}

.short-window-mode #big-navigation {
	margin-top: 0.9em;
	margin-bottom: 0.9em;
}

.short-window-mode #big-navigation li {
	font-size: 1.4em;
}

.short-window-mode .centre-container {
	margin-top: 1em;
}

/* @end */



/* @end */



/* @end */

/* @group Paragraph styles */

h1 {
	font-size: 2em;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
}
h2 {
	font-size: 1.5em;
	margin-top: 0.83em;
	margin-bottom: 0.83em;
}
h3 {
	font-size: 1.16em;
	margin-top: 1em;
	margin-bottom: 1em;
}

p {
	line-height: 1.3em;
	margin-top: 1em;
	margin-bottom: 1em;
}

/* @end */

/* @group Clock bar */

#clock-bar {
	position: relative;
}

#clock-top-hours {
	position: relative;
	height: 1em;
}

/* @group Hour labels */

#clock-top-hours &gt; label {
	font-size: 0.6em;
	margin-top: 0.4em;
	color: gray;
}

#zero-heure {
	position: absolute;
	left: 0;
	margin-left: 0.4em;
}

#midi {
	position: absolute;
	left: 50%;
	width: 50px;
	text-align: center;
	margin-left: -25px;
}

#vingt-quartre-heure {
	position: absolute;
	right: 0;
	margin-right: 0.4em;
}



/* @end */

#time-track {
	height: 4px;
	background-color: silver;
}

/* @group Time unit */

#glasgow {
}
#tokyo {
}

.time-unit {
	position: absolute;
	overflow: visible;
	left: -10%;
	cursor: pointer;
	
	-moz-transition: left 2s; /* Firefox 4 */
	-webkit-transition: left 2s; /* Safari and Chrome */
	-o-transition: left 2s; /* Opera */
	-ms-transition: left 2s; /* MS Maybe */
	transition: left 2s;	
}

.time-dot {
	position: relative;
	width: 4px;
	height: 4px;
	background-color: black;
}

.time-label {
	position: relative;
	display: block;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	font-size: 0.7em;
	margin-top: 4px;
}

.time-label-items {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 1.0;
	
	-moz-transition: opacity 0.7s; /* Firefox 4 */
	-webkit-transition: opacity 0.7s; /* Safari and Chrome */
	-o-transition: opacity 0.7s; /* Opera */
	-ms-transition: opacity 0.7s; /* MS Maybe */
	transition: opacity 0.7s;	
}

.zero-opacity {
	opacity: 0;
}

/* @end */



/* @end */

/* @group Centre spans */

#work-showcase {
}

#about-us {
}

/* @group Preview Doors */

.preview-door {
	width: 320px;
	min-height: 600px;
	display: inline-block;
	position: relative;
	background-size: 960px 600px;
}

#showcase-0 {
	background-image: url(../../assets/images/showcase_0.jpg);
	background-size: 960px 600px;
}

#showcase-1 {
	background: url(../../assets/images/showcase_1.jpg) -320px;
	background-size: 960px 600px;
}

#showcase-2 {
	background: url(../../assets/images/showcase_2.jpg) -640px;
	background-size: 960px 600px;
}

/* Retina display ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
	.preview-door {
		background-size: 960px 600px;
	}
	
	#showcase-0 {
		background-image: url(../../assets/images/showcase_0@2x.jpg);
	background-size: 960px 600px;
	}
	
	#showcase-1 {
		background: url(../../assets/images/showcase_1@2x.jpg) -320px;
	background-size: 960px 600px;
	}
	
	#showcase-2 {
		background: url(../../assets/images/showcase_2@2x.jpg) -640px;
	background-size: 960px 600px;
	}
}

/* @group Door pieces */

.door-piece {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	
	-moz-transition: opacity 0.7s; /* Firefox 4 */
	-webkit-transition: opacity 0.7s; /* Safari */
	-o-transition: opacity 0.7s; /* Opera */
	-ms-transition: opacity 0.7s; /* MS Maybe */
	transition: opacity 0.7s;
}

/* Retina display ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
	.door-piece {
		background-size: 960px 600px
	}
}

/* @group Text box */

.door-text-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	padding: 20px;
	background-color: rgba(255,255,255,0.9);
}

.door-text-box &gt; h1 {
	border-bottom: 1px solid black;
	padding-bottom: 5px;
}

.door-text-box &gt; p {
	font-size: 0.9em;
	line-height: 1.4em;
	color: #212121;
}

.door-text-box &gt; .read-more {
	text-decoration: underline;
	cursor: pointer;
}

/* @group Explore Button */
.door-text-box &gt; .explore {
	height: 60px;
	text-align: center;
	background-color: black;
	color: white;
	position: absolute;
	bottom: 20px;
	right: 20px;
	left: 20px;
	cursor: pointer;
}

.door-text-box &gt; .explore:hover {
	background-color: gray;
}


.door-text-box &gt; .explore &gt; p {
	margin-top: 18px;
	padding: 0;
}

/* @end */

.door-text-box &gt; h1:first-child {
	margin-top: 0;
}

/* @end */

/* @group Case 0 */

#showcase-0 &gt; .case-0 {
	
}

#showcase-1 &gt; .case-0 {
	background: url(../../assets/images/showcase_0.jpg) -320px;
	background-size: 960px 600px;
}

#showcase-2 &gt; .case-0 {
	background: url(../../assets/images/showcase_0.jpg) -640px;
	background-size: 960px 600px;
}

/* Retina display ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
	#showcase-1 &gt; .case-0 {
		background: url(../../assets/images/showcase_0@2x.jpg) -320px;
	background-size: 960px 600px;
	}
	
	#showcase-2 &gt; .case-0 {
		background: url(../../assets/images/showcase_0@2x.jpg) -640px;
	background-size: 960px 600px;
	}
}

/* @end */

/* @group Case 1 */

#showcase-0 &gt; .case-1 {
	background-image: url(../../assets/images/showcase_1.jpg);
	background-size: 960px 600px;
}

#showcase-1 &gt; .case-1 {
	
}

#showcase-2 &gt; .case-1 {
	background: url(../../assets/images/showcase_1.jpg) -640px;
	background-size: 960px 600px;
}

/* Retina display ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {

	#showcase-0 &gt; .case-1 {
		background-image: url(../../assets/images/showcase_1@2x.jpg);
	background-size: 960px 600px;
	}
	
	#showcase-2 &gt; .case-1 {
		background: url(../../assets/images/showcase_1@2x.jpg) -640px;
	background-size: 960px 600px;
	}
	
}

/* @end */

/* @group Case 2 */

#showcase-0 &gt; .case-2 {
	background-image: url(../../assets/images/showcase_2.jpg);
	background-size: 960px 600px;
}

#showcase-1 &gt; .case-2 {
	background: url(../../assets/images/showcase_2.jpg) -320px;
	background-size: 960px 600px;
}

#showcase-2 &gt; .case-2 {
	
}

/* Retina display ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {

	#showcase-0 &gt; .case-2 {
		background-image: url(../../assets/images/showcase_2@2x.jpg);
	background-size: 960px 600px;
	}
	
	#showcase-1 &gt; .case-2 {
		background: url(../../assets/images/showcase_2@2x.jpg) -320px;
	background-size: 960px 600px;
	}
	
}


/* @end */


/* @end */

/* @end */

/* @group Showcase detail panel */

.showcase-detail-panel {
	
	background-color: black;
	
	min-height: 700px;
	position: absolute;
	width: 100%;
	top: 0;
	opacity: 0;
	-moz-transition: opacity 0.7s; /* Firefox 4 */
	-webkit-transition: opacity 0.7s; /* Safari */
	-o-transition: opacity 0.7s; /* Opera */
	-ms-transition: opacity 0.7s; /* MS Maybe */
	transition: opacity 0.7s;
	z-index: 20;
}

/* @group Transition orders */

.transition-0, .transition-1, .transition-2 {
	opacity: 0;
	-moz-transition: opacity 0.7s;
	-webkit-transition: opacity 0.7s;
	-o-transition: opacity 0.7s;
	-ms-transition: opacity 0.7s;
	transition: opacity 0.7s;
}

.transition-0 {
	-moz-transition-delay: 2s;
	-webkit-transition-delay: 0.7s;
	-o-transition-delay: 2s;
	-ms-transition-delay: 2s;
	transition-delay: 2s;
}

.transition-1 {
	-moz-transition-delay: 2s;
	-webkit-transition-delay: 1.2s;
	-o-transition-delay: 2s;
	-ms-transition-delay: 2s;
	transition-delay: 4s;
}

.transition-2 {
	-moz-transition-delay: 2s;
	-webkit-transition-delay: 1.7s;
	-o-transition-delay: 2s;
	-ms-transition-delay: 2s;
	transition-delay: 5s;
}

.visible .transition-0, .visible .transition-1, .visible .transition-2 {
	opacity: 1;
}

/* @end */
/* @group Close button */

.showcase-close-btn {
	width: 25px;
	height: 25px;
	position: absolute;
	top: -6px;
	cursor: pointer;
	background: #fffeff url(../../assets/images/x-close.png) no-repeat 6px 6px;
}

.showcase-close-btn:hover {
	background-color: white;
	background: rgba(255,254,255,0.8) url(../../assets/images/x-close-hover.png) no-repeat 6px 6px;
}

.showcase-close-btn &gt; label {
	display: inline-block;
	height: 25px;
	margin-left: 30px;
	margin-top: 4px;
	vertical-align: middle;
	color: #5e5e5e;
	cursor: pointer;
}

.showcase-close-btn:hover &gt; label {
	color: black;
}

/* @end */

/* @group Screens */

.large-screen {
	background-color: rgba(134,134,134,0.7);
	padding: 8px;
	position: relative;
	display: inline-block;
	-moz-box-shadow: 0 0 5px white;
	-webkit-box-shadow: 0 0 5px white;
	box-shadow: 0 0 5px white;
}

.large-screen &gt; h3 {
	color: white;
	margin-top: 0;
	margin-bottom: 8px;
}

.large-screen &gt; .screen-content {
	background-color: white;
}

.small-screen {
	background-color: rgba(66,66,66,0.7);
	padding: 8px;
	-moz-box-shadow: 0 0 5px white;
	-webkit-box-shadow: 0 0 5px white;
	box-shadow: 0 0 5px white;
}

.small-screen &gt; h3 {
	color: white;
	margin-top: 0;
	margin-bottom: 8px;
}

.small-screen &gt; .screen-content {
	background-color: white;
	width: 100%;
	height: 100%;
}

/* @group Side panel */

.side-panel {
	background-color: white;
	padding: 0;
}

/* @group Page controls */

.side-panel &gt; .page-controls {
	padding: 20px 20px 10px;
	color: #424242;
}

.side-panel &gt; .page-controls &gt; table td {
	padding-bottom: 10px;
}

.side-panel &gt; .page-controls &gt; table .view-as td {
	padding-bottom: 20px;
}

.side-panel &gt; .page-controls &gt; table th {
	text-align: right;
	padding-right: 10px;
}

.side-panel &gt; .page-controls &gt; table .selectable-view, .side-panel &gt; .page-controls &gt; table .selectable-view-as {
	cursor: pointer;
}

.side-panel &gt; .page-controls &gt; table .selected-view {
	font-weight: bold;
}

/* @end */

.side-panel &gt; .page-description {
	margin: 0 20px 20px;
	color: #424242;
	font-size: 0.9em;
	border-top: 1px solid #a9a9a9;
}

.side-panel &gt; .big-btn {
	width: 100%;
	background-color: #5e5e5e;
	border-style: none;
	color: white;
	font-size: 1.4em;
	position: absolute;
	padding-top: 6px;
	padding-bottom: 6px;
	bottom: 0;
	margin: 0;
	text-align: center;
	text-decoration: none;
}

.side-panel &gt; .big-btn:hover {
	text-decoration: underline;
}


/* @end */

/* @end */

/* @group Showcase 0 */

#showcase-detail-panel-0 {
	background-image: url(../../assets/images/showcase_0_blury.jpg);
	background-position: top, center top;
	background-repeat: repeat-x, no-repeat;
	background-size: 1300px 700px;
}

@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
	#showcase-detail-panel-0 {
	background-size: 1300px 700px;
		background-image: url(../../assets/images/showcase_0_blury@2x.jpg);
	}
}

#showcase-detail-0 {
	position: relative;
	padding-top: 40px;
}

#showcase-detail-0 &gt; .large-screen &gt; .screen-content {
	width: 640px;
	height: 480px;
}

#showcase-detail-0 &gt; .small-screen {
	position: absolute;
	top: 200px;
	left: 480px;
}

#showcase-detail-0 &gt; .small-screen &gt; .screen-content {
	width: 190px;
	height: 360px;
}

#showcase-detail-0 &gt; .side-panel {
	width: 250px;
	height: 480px;
	position: absolute;
	right: 0;
	top: 40px;
}

/* @end */



/* @group Showcase 1 */

#showcase-detail-panel-1 {
	background-image: url(../../assets/images/showcase_1_blury.jpg);
	background-position: top, center top;
	background-repeat: repeat-x, no-repeat;
	background-size: 1300px 700px;
}

@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
	#showcase-detail-panel-1 {
	background-size: 1300px 700px;
		background-image: url(../../assets/images/showcase_1_blury@2x.jpg);
	}
}

#showcase-detail-1 {
	position: relative;
	padding-top: 40px;
}

#showcase-detail-1 &gt; .large-screen &gt; .screen-content {
	width: 640px;
	height: 480px;
}


#showcase-detail-1 &gt; .side-panel {
	width: 250px;
	height: 480px;
	position: absolute;
	right: 0;
	top: 40px;
}

/* @end */



/* @group Showcase 2 */

#showcase-detail-panel-2 {
	background-image: url(../../assets/images/showcase_2_blury.jpg);
	background-position: top, center top;
	background-repeat: repeat-x, no-repeat;
	background-size: 1300px 700px;
}

@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
	#showcase-detail-panel-2 {
	background-size: 1300px 700px;
		background-image: url(../../assets/images/showcase_2_blury@2x.jpg);
	}
}

#showcase-detail-2 {
	position: relative;
	padding-top: 40px;
}

#showcase-detail-2 &gt; .large-screen &gt; .screen-content {
	width: 640px;
	height: 480px;
}


#showcase-detail-2 &gt; .side-panel {
	width: 250px;
	height: 480px;
	position: absolute;
	right: 0;
	top: 40px;
}

/* @end */


/* @end */

/* @group About us */

/* @group endorsement */

.endorsement {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-align: center;
}

.endorsement-quote {
	margin-bottom: 0.6em;
	font: italic 1.4em/1.4em Georgia, "Times New Roman", Times, serif;
}

.endorsement-person {
	margin-bottom: 2em;
	font-size: 0.8em;
	color: gray;
}

/* @end */

.half-width {
	width: 450px;
	display: inline-block;
	vertical-align: top;
}

.half-width &gt; h3:first-child {
	margin-top: 0;
}

.half-width &gt; img {
	max-width: 100%;
}

#about-us &gt; .centre-full-span &gt; .half-width &gt; p {
	line-height: 1.6em;
}

#about-us &gt; .centre-full-span &gt; .half-width:first-child {
	margin-right: 50px;
}

/* @end */

/* @group Get in touch */

.contact-encouragement {
	text-align: center;
	color: gray;
}

.contact-encouragement &gt; p {
	font: 1em/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 2em;
	margin-bottom: 2em;
}

.half-width &gt; #manual-address {
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 2em;
	text-align: center;
	display: block;
	padding-top: 160px;
}

#manual-address &gt; a {
	color: gray;
}

#get-in-touch input:focus, #get-in-touch textarea:focus {
	outline: none;
}

#get-in-touch &gt; #post-card &gt; .half-width:first-child {
	width: 438px;
	padding-right: 20px;
	position: relative;
	border-right: 1px solid silver;
}

#get-in-touch &gt; #post-card &gt; .half-width:last-child {
	padding-left: 20px;
	width: 438px;
	position: relative;
}

#post-card {
	padding: 20px;
	border: 1px solid silver;
	-moz-transition: -moz-transform 1s;
	-webkit-transition: -webkit-transform 1s;
	-o-transition: -o-transform 1s;
	-ms-transition: -ms-transform 1s; 
	transition: transform 1s;
	background-image: url(../../assets/images/paper_texture.png);
	
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	-ms-box-shadow: 0 0 5px #888;
	-o-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
}

.sent {
	-webkit-transform:  scale(0);
	-moz-transform:  scale(0);
	-o-transform:  scale(0);
	-ms-transform:  scale(0);
	transform:  scale(0);
}

#sent-message {
	text-align: center;
	height: 400px;
}

#sent-message &gt; p {
	padding-top: 184px;
	font: 1.6em Georgia, "Times New Roman", Times, serif;
}

/* @group Inputs */

#get-in-touch &gt; #post-card .placeholder {
	color: silver;
}

#get-in-touch &gt; #post-card &gt; .half-width &gt; #post-card-msg &gt; textarea {
	min-height: 400px;
}

#get-in-touch &gt; #post-card &gt; .half-width &gt; #post-card-msg &gt; textarea {
	display: block;
	width: 100%;
	border-style: none;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	background-color: transparent;
}

#get-in-touch &gt; #post-card &gt; .half-width &gt; #post-card-msg &gt; .error-input-container {
	display: block;
	width: 100%;
	text-align: right;	
}

#get-in-touch &gt; #post-card &gt; .half-width &gt; #post-card-msg &gt; .error-input-container &gt; label.error {
	color: red;
	font: italic 0.8em Georgia, "Times New Roman", Times, serif;
}

#get-in-touch &gt; #post-card &gt; .half-width &gt; #post-card-msg &gt; .error-input-container &gt; input {
	display: inline-block;
	width: 50%;
	background-color: transparent;
	text-align: right;
	border-style: none;
	margin-top: 0.6em;
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
}

/* @end */

/* @group Stamp
 */

#stamp-box {
	border: 1px solid silver;
	width: 54px;
	height: 65.5px;
	position: absolute;
	right: 0;
	top: 0;
}

#stamp-box &gt; p {
	height: 100%;
	text-align: center;
	font-size: 0.7em;
	vertical-align: middle;
	z-index: 2;
	color: #5e5e5e;
}

#stamp {
	width: 50px;
	height: 64px;
	position: absolute;
	top: 100px;
	right: 0;
	z-index: 1;
		
	-moz-transition: -moz-transform 0.2s;
	-webkit-transition: -webkit-transform 0.2s;
	-o-transition: -o-transform 1s;
	-ms-transition: -ms-transform 1s; 
	transition: -webkit-transform 0.2s;
}

#stamp &gt; img {
	height: 120%;
	position: absolute;
	top: -7px;
	left: -7px;
}

.mid-drag {
	-webkit-transform:  scale(1.1);
	-moz-transform:  scale(1.1);
	-o-transform:  scale(1.1);
	-ms-transform:  scale(1.1);
	transform:  scale(1.1);
	
	-moz-box-shadow: 0 0 15px #888;
	-webkit-box-shadow: 0 0 15px #888;
	-ms-box-shadow: 0 0 15px #888;
	-o-box-shadow: 0 0 15px #888;
	box-shadow: 0 0 15px #888;
}

/* @end */


/* @end */


/* @end */

/* @group Visibility */

.hidden {
	display: none;
}

.visible {
	opacity: 1.0;
}

/* @end */</pre></body></html>