<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: 'fritz-regular';
	src: url('../fonts/fritz-regular.eot');
	src: local('Â¤'), url('../fonts/fritz-regular.woff') format('woff'), url('../fonts/fritz-regular.ttf') format('truetype'), url('../fonts/fritz-regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
*, a:focus {
	outline: none;	
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
}
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(50,50,50,0.3);
	-moz-box-shadow: inset 0 0 6px rgba(50,50,50,0.3);
	box-shadow: inset 0 0 6px rgba(50,50,50,0.3);
	background-color: #d8d8d8;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(50,50,50,0.5);
    -moz-box-shadow: inset 0 0 6px rgba(50,50,50,0.5);
    box-shadow: inset 0 0 6px rgba(50,50,50,0.5);
	background-color: #d8d8d8;
}
body {
    font-size: 1em;
    line-height: 1.4;
	font-family: 'Open Sans', sans-serif;
	background: url('../img/bg.png') left top repeat;
}
::-moz-selection {
    background: #EABB49;
    text-shadow: none;
}
::selection {
    background: #EABB49;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
img {
    vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
img.img_left {
	float: left;
	margin-right: 10px;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
	text-align: center;
    color: #000;
    padding: 0.2em 0;
}
.chromeframe a {
	color: #666;
}
body {
    font: 16px/26px 'Open sans', Helvetica Neue, Arial;
}
.wrapper {
    width: 90%;
    margin: 0 5%;
}
.nav-container {
	background-color: #D8D8D8;
}
.footer-container, .main aside {
    border-top: 57px solid #d8d8d8;
}
.footer-container {
	background-color: #c4c4c4;
	color: #000;
}
.footer-container a {
	color: #000;
}
.main aside {
    background: #f16529;
}
.title {
    color: #000;
	font-weight: normal;
	text-decoration: none;
	font-family: 'fritz-regular', serif;
}
.info {
	color: #EABB49;
	text-align: center;
}
.title a {
	color: #000;
	text-decoration: none;
}
.title span {
	font-size: 0.65em;
	text-transform: none;
	display: block;
	margin-top: 6px;
	letter-spacing: 1px;
	margin-right: 8px;
}
#actu_wrap {
	background: #ececec url('../img/bg_actu.jpg') 50% 50% no-repeat;
	margin-top: -16px;
}
header h1 {
	font-size: 1.3em;
	font-weight: 600;
	margin-left: 332px;
	text-transform: uppercase;
}
#fenetre {
	width: 100%;
	height: 166px;
	background: url('../img/bg_fenetre.jpg') 100% 0 no-repeat;
	background-size: cover;
}
section {
	margin-bottom: 30px;
}
section h2 {
	text-transform: none;
	font-size: 1em;
}
section img {
	float: left;
	margin-right: 15px;
	margin-top: 15px;
}
section a {
	color: #000;
}
section a:hover {
	text-decoration: none;
}
.left_section {
	float: left;
	clear: left;
}
.right_section {
	float: right;
	width: 500px;
}
#logo_nav {	
	display: none;
	float: left;
	margin-left: 3px;
	margin-top: 0;
}
#logo_nav.on {	
	display: inline-block;
}
#logo_nav img {
	width: 75px;
	height: 48px;
}
#nav-container.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5;
}
nav ul {
    margin: 0;
    padding: 0;
	height: 60px;
}
nav ul li {
	margin-left: 0.7em;
}
nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
	font-size: 0.95em;
	margin-top: 15px;
    font-weight: 600;
    color: #000;
	text-transform: uppercase;
	-webkit-transition-property: color, background-color;
	-webkit-transition-duration: 0.3s, 0.3s;
	-webkit-transition-timing-function: linear, linear;
	-moz-transition-property: color, background-color;
	-moz-transition-duration: 0.3s, 0.3s;
	-moz-transition-timing-function: linear, linear;	
	-o-transition-property: color, background-color;
	-o-transition-duration: 0.3s, 0.3s;
	-o-transition-timing-function: linear, linear;	
	transition-property: color, background-color;
	transition-duration: 0.3s, 0.3s;
	transition-timing-function: linear, linear;
}
nav a:hover {
    color: #eabb49;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.slide img {
	opacity: 0;
	position: relative;
	left: 200px;
}
.slide.carousel-active-slide img {
	opacity: 1;
	left: 0;
}
.slide h2 {
	opacity: 0;
	position: relative;
	left: 200px;
}
.slide.carousel-active-slide h2 {
	opacity: 1;
	left: 0;
}
.slide p {
	opacity: 0;
	position: relative;
	left: 200px;
}
.slide.carousel-active-slide p {
	opacity: 1;
	left: 0;
}
#cover_slides {
	background-color: #eabb49;
	padding: 10px;
	position: absolute;
	margin-top: 5%;
	margin-left: 5%;
	z-index: 1;
}
.slidewrap {
	position: relative;
	margin-top: -17px;
	height: auto;
}
ul.slidecontrols li, .slider li {
	list-style: none;
}
.slidecontrols, .slider {
	padding: 0;
}
.slider {
	-webkit-transition: all 1000ms cubic-bezier(0.950, 0.050, 0.795, 0.035) !important; 
	   -moz-transition: all 1000ms cubic-bezier(0.950, 0.050, 0.795, 0.035) !important; 
		-ms-transition: all 1000ms cubic-bezier(0.950, 0.050, 0.795, 0.035) !important; 
		 -o-transition: all 1000ms cubic-bezier(0.950, 0.050, 0.795, 0.035) !important; 
			transition: all 1000ms cubic-bezier(0.950, 0.050, 0.795, 0.035) !important;	
	-webkit-transition-timing-function: cubic-bezier(0.950, 0.050, 0.795, 0.035) !important; 
	   -moz-transition-timing-function: cubic-bezier(0.950, 0.050, 0.795, 0.035) !important; 
		-ms-transition-timing-function: cubic-bezier(0.950, 0.050, 0.795, 0.035) !important; 
		 -o-transition-timing-function: cubic-bezier(0.950, 0.050, 0.795, 0.035) !important; 
			transition-timing-function: cubic-bezier(0.950, 0.050, 0.795, 0.035) !important;
}
.slider li {
	height: 748px;
}
.slidecontrols {
	position: absolute;
	width: 100%;
	top: 39%;
	z-index: 4;
}
.slide {
	width: 100%;
	height: auto;
	color: #fff;
	background-size: cover !important;
}
.slide a {
	color: #cfa54b;
}
.slide a:hover {
	color: #fff;
}
.slide img {
	float: left;
	margin-right: 100px;
	margin-top: -50px;
	margin-left: 39px;
}
.slide h2 {
	margin-top: 155px;
	margin-bottom: 35px;
}
.carousel-tabs {
	list-style: none;
	top: 735px;
	left: 42%;
	width: 350px;
	z-index: 1;
	position: absolute;
}
.carousel-tabs li {
	float: left;
}
.carousel-tabs li a {
	-webkit-transition-property: none;
	-moz-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
	display: block;
	height: 16px;
	width: 16px;
	border: none;
	outline: none;
}
.highslide-container, .highslide-container *, .rslides li, .rslides li img, .slider li, .photo_cuv {
	-webkit-transition-property: none;
	-moz-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
}
.carousel-tabs li a {
	background: url(../img/bt_li_on_off.png) 0 0 no-repeat;
	margin-right: 10px;
}
.carousel-tabs li a:hover, .carousel-tabs li.carousel-active-tab a {
	background: url(../img/bt_li_on_off.png) 100% 0 no-repeat;
}
.carousel-tabs li a span {
	display: none;
}
h2 {
	text-transform: uppercase;
	font-weight: 600;
}
.carousel-prev span, .carousel-next span {
	display: none;
}
.carousel-next {
	display: block;
	float: right;
	height: 116px;
	width: 59px;
	background: url("../img/bt_next_off.png") 100% 50% no-repeat;
}
.carousel-next:hover {
	background-image: url("../img/bt_next_on.png")
}
.carousel-prev {
	display: block;
	height: 116px;
	width: 59px;
	float: left;
	background: url("../img/bt_prev_off.png") 0 50% no-repeat;
}
.carousel-prev:hover {
	background-image: url("../img/bt_prev_on.png");
}
.carousel-disabled {
	opacity: 0;
}
.carousel-prev.carousel-disabled:hover {
	background: url("../img/bt_prev_off.png") 0 50% no-repeat;
	cursor: default;
}
.carousel-next.carousel-disabled:hover {
	background: url("../img/bt_next_off.png") 0 50% no-repeat;
	cursor: default;
}
.main {
    padding: 30px 0;
}
.main article h1 {
    font-size: 2em;
}
.main aside {
    color: white;
    padding: 0px 5% 10px;
}
form {
	margin-top: 23px;
}
input, textarea {
	border: 1px solid #e1e1e1;
	border-radius: 10px;
	width: 300px;
	/*float: left;*/
	clear: left;
	margin-bottom: 15px;
	padding: 5px 9px;
	height: 30px;
	color: #000;
}
.submit {
	width: 317px;
	background-color: #d8d8d8;
	border: 1px solid #d8d8d8;
	font-weight: 600;
	height: 34px;
}
textarea {
	height: 321px;
}
.footer-container footer {
    color: #000;
	font-size: 0.8em;
	text-align: center;
    padding: 20px 0;
}
footer a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.ie7 .title {
    padding-top: 20px;
}
iframe {
	margin: 0;
}
#iframe {
	margin: 50px auto;
}
#debug {
	float: left;
	background-color: #C00;
	color: #fff;
}
#contact_left, #contact_right {
	float: left;
	width: 100%;
}
#contact_right img {
	width: 98%;
}
#contact_left h2 {
	display: none;
}
.left_section img {
	height: auto;
	width: 100%;
}
@media only screen and (min-width: 320px) {
	.wrapper {
		width: 90%;
		margin: 0;
	}
	#logo_nav.on {
		display: none;
	}
	#actu_wrap {
		background-size: contain;
	}
	nav {
		margin-left: 0;
		width: 108%;
	}
	nav a {
		padding: 10px 0;
		margin: 0;
		float: left;
		width: 25%;
		font-size: 0.55em;
	}
	nav li:first-child a {
        margin-left: 0%;
    }
	.nav-container {
		height: 50px;
		width: 103%;
	}
	.carousel-next, .carousel-prev {
		width: 25px;
		background-size: contain;
	}
	.slide h2 {
		margin-top: 25px;
		font-size: 1em;
		margin-bottom: 5px;
	}
	#contact_left h2 {
		display: block;
	}
	.slider li {
		height: 790px;
	}
	.main-container {
		width: 100%;
	}
	.slidewrap {
		width: 103% !important; 
	}
	.carousel-tabs {
		bottom: 0;
		padding-top: 10px;
		left: 13%;
	}
	.slide img {
		width: 55px;
		margin-right: 30px;
		margin-top: 5px;
	}	
	.slide p {
		font-size: 0.9em;
		line-height: 15px;
		padding-left: 25px;
		-webkit-transition: none;
	} 
	.rslides {
		display: none;
	}
	#cover_slides {
		font-size: 0.9em;
		background-color: rgb(234, 187, 73);
		background-color: rgba(234, 187, 73, 0.9);
		margin: 0;
		line-height: 21px;
		position: inherit;
		height: auto;
		padding: 15px;
		width: 104%;
	}	
	#cover_slides p {
		margin: 0;
		line-height: 21px;
	}
	header h1 {
		margin-left: 2px;
	}
	.right_section, .left_section {
		padding-left: 10px;
	}
	.right_section {
		float: left;
		width: auto;
	}
	#iframe {
		height: 350px;
		margin: 10px 0 0 10px;
		width: 105%;
	}
	.title {
		margin-left: 0px;
		text-align: center;
		background: url('../img/couronne_doree.png') 50% 0 no-repeat;
		padding-top: 55px;
		margin-left: 15%;
		width: 85%;
	}
	.title span {
		float: none;
	}
	input, textarea {
		width: 270px;
	}
	textarea {
		height: 170px;
	}
	.submit {
		width: 290px;
	}
	.main article h1 {
		font-size: 1.3em;
		padding-left: 10px;
	}
	#fenetre {
		width: 103%;
	}
	#contact_left, #contact_right {
		padding-left: 10px;
	}
	.footer-container, .footer-container p {
		width: 103%;
	}
	.footer-container p {
		margin-left: 10px;
	}
}
@media only screen and (min-width: 480px) {
	.slidewrap, .footer-container, .footer-container p, #fenetre {
		width: auto !important;
	}
	.nav-container {
		width: 100%
	}
    nav {
		margin-left: 0;
	}
	.rslides {
		display: block;
	}
	#cover_slides {
		position: absolute;
		font-size: 0.7em;
		line-height: 18px;
		width: 75%;
		margin-left: 5%;
		margin-top: 3%;
	}	
	.carousel-tabs {
		top: 540px;
		left: 28%;
	}
	.slider li {
		height: 580px;
	}
    nav a {
        float: left;
		width: 24%;
		height: 28px;
		margin: 0;
		font-size: 0.8em;
		padding: 17px 0;
        margin-bottom: 0;
    }
	img.on {
		margin-left: -15px;
		margin-right: 30px;
		margin-top: 4px;
	}
    nav li:first-child a {
        margin-left: 20px;
    }
    nav li:last-child a {
        margin-right: 0;
    }
	.nav-container { 
		background-color: #D8D8D8;
		height: inherit;
	}
	nav a {
		background-color: transparent;
	}
	.title {
		text-align: center;
		width: 100%;
		font-size: 1.9em;
		background: url('../img/couronne_doree.png') 50% 0 no-repeat; 
		padding-top: 50px;
	}
    nav ul li {
        display: inline;
    }
    .oldie nav a {
        margin: 0 0.7%;
    }
	.carousel-next, .carousel-prev {
		width: 45px;
		background-size: contain;
	}
	.slide img {
		width: 95px;
		margin-right: 50px;
	}	
	#iframe {
		height: 300px;
	}
}
@media only screen and (min-width: 768px) {
	#actu_wrap {
		background-size: auto;
	}
    .title {
		margin: 65px auto;
		font-family: 'fritz-regular', serif;
		background: url('../img/couronne_doree.png') 0 50% no-repeat; 
		font-size: 1.6em;
		text-transform: uppercase;
		font-weight: normal;
		width: 73%;
		zoom: 1;
		letter-spacing: 4px;
		padding-left: 70px;
		line-height: 1.3em;
		padding-top: 0;
    }
	.title span {
		font-size: 0.45em;
		text-transform: none;
		display: block;
		float: left;
		margin-top: -9px;
		letter-spacing: 1px;
		margin-left: 75.5%;
	}
	.slider li {
		height: 485px;
	}
	#cover_slides {
		background-color: rgb(234, 187, 73);
		width: 29%;
	}
	.title a {
		color: #000;
		text-decoration: none;
	}	
	.carousel-tabs {
		top: 540px;
		left: 28%;
	}
    nav {
        float: right;
        width: 100%;
    }
	#logo_nav.on {
		display: block;
		margin: 0;
		margin-left: 35px;
		margin-top: 10px;
	}
	#contact_wrap a {
		color: #000;
	}
	.carousel-tabs {
		left: 34%;
		top: 445px;
	}
	.left_section {
		width: 33%;
	}
	.left_section img {
		width: 90%;
	}
	.right_section {
		float: right;
		width: 64%;
	}
	nav ul {
		margin-left: 20%;
	}
	nav a {
        float: left;
        width: 21%;
		font-size: 0.95em;
		height: 28px;
		padding: 0;
		letter-spacing: 0px;
		margin-top: 15px;
    }
    .main article {
        float: left;
		width: 100%;
    }
    .main aside {
        float: right;
        width: 28%;
    }
	.carousel-next, .carousel-prev {
		width: 59px;
		background-size: contain;
	}
	#carousel-1-0-slide7 img {
		width: 205px;
	}
	.slide img {
		width: 102px;
		margin-right: 75px;
		margin-left: 58px;
	}	
	.slide p {
		padding-right: 30px;
	}
	#cover_slides {
		width: 65%;
		font-size: 1em;
		margin-top: 2%;
		margin-left: 2%;
	}
	#iframe {
		height: 500px;
	}
	#contact_right {
		float: right;
		width: 45%;
	}
	#contact_left {
		float: left;
		width: 35%;
		margin-left: 50px;
	}
	#contact_left h2 {
		display: none;
	}
}
@media only screen and (min-width: 1140px) {
    .wrapper {
        width: 1026px;
        margin: 0 auto;
    }
	#logo_nav.on {
		margin-left: -42px;
		margin-top: 0px;
	}
	.title {
		margin: 65px auto;
		width: 83%;
		padding-left: 118px;
		font-size: 2.9em;
    }
	.title span {
		margin-top: -28px;
		margin-left: 80.5%;
	}
	#cover_slides {
		width: 29%;
		margin-top: 4%;
	}
	.slide img {
		margin-right: 194px;
		margin-top: -50px;
		margin-left: 0;
		width: 137px;
	}
	#carousel-1-0-slide7 img {
		width: 245px;
		margin-right: 93px;
	}
	.slide h2 {
		margin-top: 155px;
		margin-bottom: 35px;
		font-size: 1.6em;
	}
	.slider li {
		height: 747px;
	}
	.carousel-tabs {
		list-style: none;
		top: 695px;
		left: 42%;
		width: 350px;
		z-index: 1;
		position: absolute;
	}
	.main article h1 {
		font-size: 1.6em;
		font-weight: 600;
		margin-left: 330px;
		text-transform: uppercase;
		margin-bottom: 25px;
		margin-top: 70px;
	}
	#contact_left {
		width: 30%;	
		margin-left: 0;
	}
	#contact_right {
		width: 67%;
	}
	#contact_right img {
		width: 89%;
	}
	#contact_left h2 {
		display: none;
	}
	textarea {
		height: 364px;
	}
	.left_section {
		width: 31%;
	}
	.right_section {
		width: 67%;
	}
	.slide p {
		font-size: 1em;
		line-height: 20px;
		-webkit-transition: all 2.7s ease;
		-moz-transition: all 2.7s ease;
		-o-transition: all 2.7s ease;
		transition: all 2.7s ease;
	}
	.slide img {
		-webkit-transition: all 1.5s ease;
		-moz-transition: all 1.5s ease;
		-o-transition: all 1.5s ease;
		transition: all 1.5s ease;
	}
	.slide h2 {
		-webkit-transition: all 2s ease;
		-moz-transition: all 2s ease;
		-o-transition: all 2s ease;
		transition: all 2s ease;
	}
	#iframe {
		width: 944px !important;
	}
}
.mention {
	background: none;
	background-color: #d8d8d8;
	padding: 0;
	margin: 0;
    font: 16px/26px 'Open sans', Helvetica Neue, Arial;
	overflow: auto;
}
.mention a {
	color: #000;
}
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
@media print {
    * {
        background: transparent !important;
        color: #000 !important; 
        box-shadow:none !important;
        text-shadow: none !important;
    }
    a, a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    } 
    tr, img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .title {
		background-image: url('../img/couronne_doree@2x.png'); 
		background-size: 75px 48px;
  }
}

.g-recaptcha {
	padding-bottom: 12px;
}</pre></body></html>