<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: 'antonioregular';
    src: url('fonts/antonio/antonio-regular-webfont.eot');
    src: url('fonts/antonio/antonio-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/antonio/antonio-regular-webfont.woff') format('woff'),
         url('fonts/antonio/antonio-regular-webfont.ttf') format('truetype'),
         url('fonts/antonio/antonio-regular-webfont.svg#antonioregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'deliciousroman';
    src: url('fonts/delicious/delicious-roman-webfont.eot');
    src: url('fonts/delicious/delicious-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/delicious/delicious-roman-webfont.woff') format('woff'),
         url('fonts/delicious/delicious-roman-webfont.ttf') format('truetype'),
         url('fonts/delicious/delicious-roman-webfont.svg#deliciousroman') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Reset Css */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td { 
	margin:0;
	padding:0;
}

textarea{
	resize: none;
}

html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	padding:3px 5px 4px;
	color:black;
	width:190px;
}
a{
	color: white;
	text-decoration: none;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

figure
{
	margin: 0;
	padding: 0;
}

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

HTML { margin: 0px; padding: 0px; width: 100%; font-size: 100%; background: url('images/bg.jpg'); background-size: 100% 100%;}


HR.clear { background: none; border: 0; clear: both; display: block; float: none; font-size: 0; margin: 0; padding: 0; overflow: hidden; visibility: hidden; width: 0; height: 0; }

/**
 * GALERIES GRILLE
 */
.gallery0, .gallery1, .gallery2 {
}

/**
 * VIGNETTES GALERIE PHOTO *
 */
 
.gallery0 .thumb, .gallery1 .thumb {
	width: 80px;
	height: 80px;
	background-color: #000000;
	float: left;
	margin: 5px;
	overflow: hidden;
	border: 1px solid #000000;	
}
.gallery0 .thumb IMG, .gallery1 .thumb IMG {
	min-width: 100%;
	height: 100%;
}

.gallery2 .thumb {
	float: left;
	display: block;
	width: 101px;
	height: 112px;
	margin: 2px 7px;
	font-size: 0.8em;
	overflow: hidden;
}
.gallery2 .thumb TABLE {
	border-collapse: collapse;
	border: none;
}
.gallery2 .thumb .thumbtd { vertical-align: bottom; height: 70px; }
.gallery2 .thumb .gallerythumb {
	display: block;
	width: 98px;
	max-height: 70px;
	overflow: hidden;
	border: 1px solid black;
}
.gallery2 .thumb .gallerythumb IMG { width: 98px; }
.gallery2 .thumb .legend {
	text-align: center;
	vertical-align: middle;
	height: 30px;
}


/* Header */
#line{
	width: 100%;
	height: 30px;
	background-color: rgba(150, 150, 150, 0.3);
}

header{
	width: 1024px;
	height: 100px;
	margin: auto;
	margin-top: 10px;
	position: relative;
}

#logo img{
	margin-top: 15px;
}

#menu{
	position: absolute;
	right: 0px;
	bottom: 17px;
	font-family: 'antonioregular';
}

#menu LI{ 
	display: inline-block; 
	vertical-align: bottom; 
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s; 
	text-align: center;
	margin: 0 9px;
	font-size: 1.1em;
	position: relative;
	top: 0px;
	padding-top: 20px;
	border-bottom: 1px solid rgba(255,0,0,0);
	z-index: 1000;
}

#menu .icon_menu{
	display: none;
}

#menu .icon_menu:hover{
	cursor: pointer;
}

#menu LI a{ 
	color: rgba(105, 106, 125, 1);
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 20px;
}

#menu li.selected, #menu li:hover{
	border-bottom: 17px solid rgba(248,248,248,1);
	top: 32px;
	padding-bottom: 5px;
}


#menu .menu LI .menu {
	position: absolute;
	display: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	z-index: 2;
}
#menu &gt; .menu &gt; LI:last-child &gt; .menu { right: 0px; }
#menu .menu LI:hover .menu { display: block; }
#menu .menu LI .menu LI { margin: 0px; width: 260px; background-color: white; padding-top: 0; border-bottom: 1px solid rgba(230,230,230,1);}
#menu .menu LI .menu LI.hasChildren A:link, .mac #menu .menu LI .menu LI.hasChildren A:link  { padding-left: 19px; }
#menu .menu LI .menu LI A:link,
#menu .menu LI .menu LI A:visited  { text-align: center; padding: 15px 0 10px 0; width: 260px; display: block;}
.mac #menu .menu LI .menu LI A:link, .mac #menu .menu LI .menu LI A:visited  { text-align: left; padding: 8px 10px 2px 10px; }

#menu .menu LI .menu LI.selected, #menu .menu LI .menu LI:hover{
	border-bottom: 1px solid rgba(230,230,230,1);
	top: 0px;
	padding-bottom: 0px;
	background-color: rgb(240,240,240);
}

#menu li.hasChildren{
	z-index: 1050;
}


#slider_mobile{
	display: none;
	width: 100%;
	height: 150px;
	background-size: cover;
	background-position: center center;
}

#slider_container{
	width: 100%;
	position: relative;
	height: 500px;
	background-color: rgba(180, 180, 180, 0.4);
	text-align: center;
}

#slider{
	width: 1024px;
	position: relative;
	overflow: hidden;
	display: inline-block;
}

#slider_container .slider_arrow_left{
	display: inline-block;
	height: 100%;
	width: 130px;
	background-color: rgba(255,255,255,0.6);
	position: relative;
	left: 3px;
	vertical-align: top;
	font-size: 10em;
	color: rgb(218,218,218);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s; 
}

#slider_container .slider_arrow_right{
	display: inline-block;
	height: 100%;
	width: 130px;
	background-color: rgba(255,255,255,0.6);
	position: relative;
	right: 3px;
	vertical-align: top;
	font-size: 10em;
	color: rgb(218,218,218);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s; 
}

#slider_container .slider_arrow_right:hover, #slider_container .slider_arrow_left:hover{
	cursor: pointer;
	background-color: rgba(255,255,255,1);
}

#slider_container i{
	position: relative;
	top: 160px;
}

/* Corps */

.page{
	width: 1024px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 30px;
}

.entete_corps .left_content{
	font-family: 'antonioregular';
	color: rgba(105, 106, 125, 1);
	font-size: 1.8em;
	border-right: 1px solid rgb(120,120,120);
	display: inline-block;
	padding-right: 50px;
	width: 29%;
}

.entete_corps .left_content p{
	margin: 10px 0;
}

.entete_corps .right_content{
	font-family: 'deliciousroman';
	color: rgba(105, 106, 125, 1);
	display: inline-block;
	width: 69%;
	vertical-align: top;
	font-size: 1.2em;
}

.entete_corps .right_content p{
	margin: 0;
	line-height: 1.6em;
	padding-left: 60px;
}

.slider_bottom{
	width: 100%;
	max-width: 100%;
	margin-top: 10px;
	margin-bottom: 50px;
}

.slider_bottom .slide_container{
	width: 328px;
	height: 240px;
	margin-right: 15px;
	background-size: cover;
	position: relative !important;
}

.slider_bottom .black_overlay{
	background-color: rgb(0,0,0);
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s; 
}

.slider_bottom .slide_caption{
	font-family: 'deliciousroman';
	color: rgb(100,100,100);
	background-color: rgb(255,255,255);
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 1000;
	font-size: 1.1em;
}

.slider_bottom .black_overlay .fa_p{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 65px;
}

.slider_bottom .black_overlay .fa_p .cercle{
	font-size: 4em;
	color: rgba(255,255,255,0.8);
}

.slider_bottom .black_overlay .fa_p .loupe{
	color: rgba(20,20,20,0.8);
	font-size: 2.1em;
	margin-top: 12px;
}

.slider_bottom .slide_container:hover{
	cursor: pointer;
}

.slider_bottom .slide_container:hover .black_overlay{
	opacity: 0.9;
}

.center{
	text-align: center;
	margin-top: 15px;
}

#next, #prev{
	color: white;
	background-color: rgba(100,100,100,0.8);
	border-radius: 1px;
	padding: 0 6px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s; 
}

.disabled {
    opacity: 0.2;
}

/* Contact */
h1{
	text-align: center;
	font-family: 'antonioregular';
	font-size: 2em;
	color: rgb(88,88,88);
	border-bottom: 1px solid rgba(75,75,75,0.4);
}

.adresse{
	margin-left: 102px;
}

#coordonnees{
	display: inline-block;
	vertical-align: top;
}

#coordonnees p{
    font-family: 'deliciousroman';
	color: rgb(88,88,88);
	font-size: 1.3em;
	letter-spacing: 2px;
}

.iframe{
	display: inline-block;
	vertical-align: top;
	position: relative;
	left: 90px;
	width: 60%;
	border: 1px solid rgb(170,170,170);
}

.contactform{
	margin-top: 60px;
}

.contactform p{
	position: relative;
	padding-bottom: 50px;
}

.contactform label{
	font-family: 'deliciousroman';
	margin-left: 3px;
	text-align: left;
	color: rgb(88,88,88);
}

.contactform input{
	font-family: 'deliciousroman';
	width: 100%;
	padding: 6px 10px;
	font-size: 0.9em;
	margin-bottom: 5px;
}

.contactform .icon_submit{
	position: relative;
	left: 35px;
	color: rgb(100,100,100);
	cursor: pointer;
}

.contactform .contactsubmit{
	width: 20%;
	background-color: rgb(240,240,240);
	border: 1px solid rgba(150,150,150,0.5);
	border-bottom: 4px solid rgba(150,150,150,0.5);
	color: rgb(50,50,50);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s; 
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.contactform .contactsubmit:hover{
	border-bottom: 4px solid rgba(226,52,52,0.7);
	cursor: pointer;
	color: rgb(190,50,50);
}

.contactform textarea{
	font-family: 'deliciousroman';
	width: 100%;
	padding: 5px 12px;
	font-size: 0.9em;
	height: 180px;
	resize: none;
	margin-bottom: 10px;
}

.error{
	text-align: center;
	color: rgb(200,0,0);
	margin-top: 50px;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
}

.message{
	text-align: center;
	color: rgb(0,150,0);
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 1310px) {
	#slider_container .slider_arrow_left, #slider_container .slider_arrow_right{
		display: none;
	}
}

@media screen and (max-width: 1050px) {
	header{
		height: auto;
		width: 100%;
	}

	#slider{
		width: 100%;
	}

	#logo{
		text-align: center;
	}

	#logo img {
		margin-top: 0px;
		text-align: center;
	}

	#menu{
		position: relative;
		text-align: center;
	}

	#menu li:not(.selected):hover{
		border-bottom: 1px solid rgba(248,248,248,0);
		top: 0px;
		padding-bottom: 0px;
	}

	.page{
		width: 100%;
		padding-left: 50px;
		padding-right: 50px;
	}

	.entete_corps .left_content{
		display: block;
		border: none;
		padding: 0;
		margin-bottom: 50px;
		width: auto;
	}

	.entete_corps .right_content{
		display: block;
		padding: 0;
		width: auto;
	}

	.entete_corps .right_content p{
		padding: 0;
	}

	.slider_bottom{
		margin: auto;
		margin-top: 50px;
	}

	.slider_bottom .slide_container:hover .black_overlay{
		opacity: 0;
	}

	#next, #prev{
		color: white;
		background-color: rgba(0,0,0,0.8);
		border-radius: 1px;
		padding: 15px 15px 5px 15px;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		transition: all .3s; 
	}

	#next i, #prev i{
		font-size: 2em;
	}

	.iframe{
		display: block;
		position: relative;
		left: 0px;
		width: 100%;
		border: 1px solid rgb(170,170,170);
	}
}


@media screen and (max-width: 750px) {
	#slider_container{
		display: none;
	}

	#slider_mobile{
		display: block;
	}

	.page{
		padding-left: 20px;
		padding-right: 20px;
	}

	.entete_corps .left_content{
		font-size: 1.5em;
	}

	.entete_corps .right_content{
		font-size: 1.1em;
	}

	#logo{
		margin-bottom: 10px;
	}

	#logo img{
		max-width: 90%;
	}

	#menu{
		bottom: 0px;
	}

	#menu UL LI, #menu li.selected{
		display: none;
		width: 100% !important; 
		text-align: center !important;
		border-bottom: 1px solid black;
		height: 32px !important;
		padding-top: 0px;
		padding-bottom: 0px;
		top: 0px;
		margin: 0;
	}

	#menu li:not(.icon_menu):hover{
		border-bottom: 1px solid rgba(0,0,0,1) !important;
		padding-bottom: 0px !important;
	}

	#menu li.icon_menu:hover{
		border-bottom: 1px solid rgba(0,0,0,1) !important;
		padding-bottom: 5px !important;
	}

	#menu UL LI a{
		display: inline-block;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 5px;
	}

	#menu UL LI.icon_menu {
		display: block !important;
		padding-bottom: 5px;
		padding-top: 5px;
	}

	#menu.hover UL LI { display: block !important;  height: auto !important; }

/**/
	#menu .menu LI .menu { position: relative;}

	#menu .menu LI .menu LI{
		background: none;
		border-bottom: none;
		border-top: 1px solid black;
	}

	#menu .menu LI .menu LI A:link, #menu .menu LI .menu LI A:visited{
		padding: 10px 0 5px 15px; 
		width: 100%; 
		display: block;
		text-align: left;
		font-size: 0.8em;
	}

	#menu .menu LI .menu LI.selected, #menu .menu LI .menu LI:hover{
		border-bottom: none;
		background: none;
	}

	#menu .menu LI .menu LI.selected, #menu .menu LI .menu LI:hover{
		border-bottom: none !important;
	}
/**/
	.iframe iframe{
		height: 300px !important;
	}

	.contactform .contactsubmit {
		width: 150px;
	}

	#coordonnees p {
		font-size: 1em;
	}

	#coordonnees a{
		color: rgb(88, 88, 88);
	}

	.adresse {
		margin-left: 84px;
	}
}</pre></body></html>