<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
body {
	font-family: 'Montserrat', sans-serif;
}


html {
	color: #a73e16;
  font-size: 1em;
  line-height: 1.4;
    color: #ffffff;
}
a {
	text-decoration: none;
	color: #ffffff;
}
ul, li {
    list-style: none;
	padding:0;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: none;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}


.star {
	font-weight: bold;
}
.footer-wrap, .content-wrap, .header-wrap  {
	width: 100%;
	max-width: 1280px;
    padding: 0;
    margin: 0 auto;
}

.footer-wrap, .content-wrap .rows, .header-wrap  {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
	
h1 {
}
header {
    background: #a73e16;
    height: 200px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
header img { 
    height: 180px;
}
.Title{
	font-size: 2.5em;
}
.content {
	color:#a73e16;
    height: auto;
}

.row1 {
	width: 40%;
    position: relative;
}
.row2 {
	width: 60%;
    position: relative;
	padding: 30px;
    top: 0;
    left: -50px;
	
}
.row1 img {
    width: 100%;
    padding: 0;
    object-fit: contain;
    height: auto;
    overflow: auto;
}
.row1-disable::before {
	display: inline-block;
    width: 100%;
    height: 80%;
    background: rgb(167 62 22 / 10%);
    content: " ";
    position: absolute;
    top: 70px;
    left: 10px;
    border-radius: 100px;
}
.row2::before {
	display: inline-block;
    width: 112%;
    height: 110%;
    background: rgb(167 62 22 / 10%);
    content: " ";
    position: absolute;
    top: 100px;
    left: -50px;
    border-radius: 100px;
}
.row1 div {
    position: relative;
    top: 100px;
    left: -50px;
}
.row2 div {
    position: relative;
    top: 100px;
    left: 50px;
    font-size: 20px;
	z-index: 10;
}
blockquote {
    padding: 0;
    margin: 0;
    font-style: italic;
}

footer {
    background: #a73e16;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 0 0;
}
footer img { 
    width: 100%;
}
.frow1 {
	width: 50%;
}
.frow2 {
	width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}




.quote-wrapper {
  position: relative;
  margin: 30px 0px;
}

.text {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 20px 0;
}

.text p {
	height: 100%;
	font-size: 21px;
	padding: 0;
	text-align: left;
	font-style: italic;
    color: #a73e16;
}
figcaption {
	height: 100%;
	font-size: 21px;
	padding: 0;
	text-align: right;
	font-style: normal;
    color: #a73e16;
}


/*
.quote-wrapper::before {
  content: "\201C";
  font-size: 270px;
  height: 82px;
  line-height: 0.78;
  line-height: 1;
  position: absolute;
  top: -48px;
  left: 0;
  z-index: 1;
  font-family: sans-serif, serif;
  color: rgb(39 47 30 / 10%);
  opacity: 0.9;
}*/

.addon {
    color: #a73e16;
    margin: 0 0 70px 0;
}
.addon .rows {
    width: 100%;
    max-width: 1280px;
    text-align: center;
    margin: 0 auto;
}
.addon .rows img{
    height: 70px;
}

.irows {
    display: flex;
    width: 340px;
    margin: 0 auto;
    flex-direction: row;
    background: rgb(167 62 22 / 10%);
    border-radius: 100px;
    padding: 75px 30px;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
    top: -100px;
}
.irow1 {
    margin: 0 10px 0 0;
    padding: 0;
}
	
.followUs {
    font-size: 18px;
    text-decoration: none;
    color: #a73e16;
    text-align: left;
}
.followUs a{
    font-size: 18px;
    text-decoration: none;
    color: #a73e16;
    font-weight: normal;
    text-transform: uppercase;
    margin: 10px 0 0 0;
    display: inline;
}
.followUs a span{
    font-weight: bold;
	display: block;
}
aside.addon::before {
    content: " ";
    height: 200px;
    display: inline-block;
}

.text p {
	font-size: 32px;
	margin: 0;
	padding: 0;
	font-family: 'Parisienne', cursive;
}
figcaption {
	font-size: 32px;
	margin: 0 20px;
	padding: 0;
	font-family: 'Parisienne', cursive;
}

.horaires {
    width: 290px;
}
@media (min-width: 960px) {
  .quote-wrapper {
    width: 100%;
  }

  .quote-wrapper::before {
    font-size: 300px;
  }


}

@media (max-width: 1310px) {
	.footer-wrap, .content-wrap .rows, .header-wrap {
		padding: 0 30px;
	}
}

@media (max-width: 1280px) {
	.row2::before {
		width: 115%;
	}
}

@media (max-width: 960px) {
	.footer-wrap, .content-wrap .rows, .header-wrap {
		padding: 0 ;
	}
	.horaires {
		width: 300px;
		text-align: left;
	}
	header {
		background: #a73e16;
		height: auto;
		width: 100%;
		display: column;
		justify-content: center;
		align-items: center;
		margin: 0;
		padding: 0;
	}
	
	.header-wrap {
		display: flex;
		flex-direction: column;
		align-content: center;
		justify-content: center;
		align-items: center;
		padding: 50px 0;
	}
	.content {
		height: auto;
		position: relative;
	}
	.content-disable:before{
		content: " ";
		width: 100%;
		height: 100px;
		background: #fff;
		position: relative;
		top: 0;
		display: inline-block;
	}
	.row1 {
		display: none;
	}
	.row2::before {
		display: none;
	}
	.row2 {
		width: 100%;
		position: inherit;
		padding: 0;
		top: 0;
		left: 0;
	}
	.row2 div {
		position: inherit;
		top: 0;
		left: 0;
		font-size: 20px;
		z-index: 10;
		background: rgb(167 62 22 / 10%);
		padding: 25px 20px;
		border-radius: 30px;
		margin: 0 20px;
	}
	.addon .rows {
		width: 100%;
		max-width: 1280px;
		text-align: center;
		margin: 0 auto;
		background: white;
		z-index: 50;
		position: relative;
		padding: 0;
	}
	.addon {
		padding: 0;
		position: relative;
		margin: 0;
	}
	aside-disabled.addon::before {
		content: " ";
		height: 60px;
		display: inline-block;
		position: relative;
		top: 12px;
		background: linear-gradient(to top, #fff, #fff0 75%);
		z-index: 100;
		width: 100%;
	}

	footer {
		height: auto;
		width: 100%;
		padding: 20px 0 50px 0;
	}
	.footer-wrap, .content-wrap .rows, .header-wrap {
		display: flex;
		flex-direction: column;
		align-content: center;
		justify-content: center;
		align-items: center;
	}
	.frow21,
	.frow22 {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.frow2 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		align-content: center;
		text-align: center;
		width: 100%;
	}
	footer img {
		height: 100%;
		margin: 0 0 30px 0;
	}
	.frow22 h2 {
	}
	
	aside.addon .rows::before {
		height: 280px;
	}
	figcaption {
		font-size: 32px;
	}

	.irows {
		flex-direction: column;
		width: 60%;
		text-align:center;
	}
	.irow1 {
		margin: 0 0 20px 0;
	}
	.followUs a span {
		font-weight: bold;
		display: block;
	}
	.followUs {
		text-align: center;
	}
	aside.addon::before {
		content: " ";
		height: 0;
		display: inline-block;
	}
	.frow1 {
		width: 100%;
	}


}



.irows {
	border-radius: 30% 70% 20% 40%;
  	animation: 
		transform 20s ease-in-out infinite both alternate,
		movement_one 40s ease-in-out infinite both;
}

.row1-disable::before {
	border-radius: 30% 70% 20% 40%;
  	animation: 
		transform 20s ease-in-out infinite both alternate,
		movement_one 40s ease-in-out infinite both;
}

.row2::before {
	border-radius: 30% 70% 20% 40%;
  	animation: 
		transform 20s ease-in-out infinite both alternate,
		movement_one 40s ease-in-out infinite both;
}

@keyframes transform
{
    0%,
  100% { border-radius: 33% 67% 70% 30% / 30% 30% 70% 70%; } 
   20% { border-radius: 37% 63% 51% 49% / 37% 65% 35% 63%; } 
   40% { border-radius: 36% 64% 64% 36% / 64% 48% 52% 36%; } 
   60% { border-radius: 37% 63% 51% 49% / 30% 30% 70% 70%; } 
   80% { border-radius: 40% 60% 42% 58% / 41% 51% 49% 59%; } 
}
@keyframes movement_two
{
    0%,
  100% { transform: none; }
   50% { transform: translate(50%, 20%) rotate(-200deg) scale(1.2);}
}

.anb {
	width: 380px;
	height: 380px;
	margin: 0 auto;
	background-size: contain;
}

.anb {
  animation: move 20s ease-in-out infinite;
}

@keyframes move {
  0% { clip-path: ellipse(45% 50% at 50% 50%); }
	15% { clip-path: ellipse(47% 43% at 50% 56%);  }
	30% { clip-path: ellipse(35% 42% at 55% 50%); }
	45% { clip-path: ellipse(40% 30% at 50% 45%); }
	60% { clip-path: ellipse(37% 30% at 45% 50%); }
	75% { clip-path: ellipse(40% 30% at 50% 35%); }
  100% { clip-path: ellipse(45% 50% at 50% 50%); }
}

.bottombar {
    width: 100%;
    background: #a73e16;
    text-align: center;
    padding: 40px 0 10px 0;
    font-size: 9px;
	
}

.cover {
	width:100%;
}
.cover img#studioM{
	width:100%;
}
.pan-touch {
    display: none;
}
@media (max-width: 960px) {
	.cover img#studioM{
		object-fit: cover;
		width: auto;
		position:relative;
		cursor: crosshair;
		height:500px;
	}

	.cover {
		width:100%;
		height:500px;
		overflow: hidden;
		position:relative;
	}
	.cover div{
		width:100%;
		height:500px;
		overflow-x: scroll;
	}
	.pan-touch {
		display: inline-block;
		position: absolute;
		bottom: 10px;
		width: 50px;
		left: 0;
		right: 0;
		z-index: 100;
		text-align: center;
		margin: 0 auto;
		background: transparent;
	}
}


.news {
    color: #a73e16;
    margin: 120px 0 -20px 0;
}
.news .rows {
    width: 100%;
    max-width: 768px;
    text-align: left;
    margin: 0 auto;
    padding: 0;
}
.news .rows div{
    padding: 40px;
}
.irows2 {
    display: flex;
    width: 340px;
    margin: 0 auto;
    flex-direction: row;
    background: rgb(167 62 22 / 10%);
    border-radius: 100px;
    padding: 75px 30px;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
    top: 0px;
}
.irows2 div {
    font-size: 20px;
}
.irows2 {
	border-radius: 15px;
}

@keyframes move2 {
  0% { clip-path: ellipse(45% 50% at 50% 50%); }
	15% { clip-path: ellipse(47% 43% at 50% 56%);  }
	30% { clip-path: ellipse(35% 42% at 55% 50%); }
	45% { clip-path: ellipse(40% 30% at 50% 45%); }
	60% { clip-path: ellipse(37% 30% at 45% 50%); }
	75% { clip-path: ellipse(40% 30% at 50% 35%); }
  100% { clip-path: ellipse(45% 50% at 50% 50%); }
}
@media (max-width: 960px) {
	.irows2 {
		position: inherit;
		animation: inherit;
		top: 0;
		left: 0;
		font-size: 20px;
		z-index: 10;
		background: rgb(167 62 22 / 10%);
		padding: 25px 20px;
		border-radius: 30px;
		margin: 0 20px;
	}
	.news {
		margin: -50px 20px 100px 20px;
	}
	.news .rows div {
		padding: 30px;
	}
}


/*
Date : 09.02.2024
Price list.
*/
.news caption {
	font-size: 16px;
	margin: 0.67em 0;
	font-weight: bold;
	text-align: left;
	margin: 10px 0 30px 0;
    text-align: center;
}
.news td {
	padding: 20px;
	margin: 0;
	font-size: 14px;
	width: 50%;
	height: 140px;
	background: white;
	vertical-align: top;
	line-height: 30px;
}
.Femme {
	margin-top:40px;
}
.news td.fm {
	height: auto;text-align:center;
}
@media (max-width: 768px) {
	.news table{
		width: 100%;border-spacing: 0;
	}
	.news td {
		display: flex;
		flex-direction: column;
		width: auto;
		height: auto;
	}
	.news .rows div {
		padding: 30px 0;
	}
	.Homme{
		border-top: 40px solid #f6ebe7;
	}
	.news td.fm {
		height: auto;text-align:left;
		padding-bottom: 0;
	}
	.news td.fm2 {
		padding-top: 0;
	}
	.news td.fm3 {
		padding-bottom: 0;
		padding-top: 0;
	}
}</pre></body></html>