<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

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

body {
	width: auto;

}

input,
textarea {
    /*-webkit-appearance: none;*/
    border-radius: 0;
}

#vp #large {
	display:none !important;
}
#vp #medium {
	display:none !important;
}
#vp #small {
	display:block !important;
}

.col-100-s {
	width:100%;
}
.col-90-s {
	width:90%;
}
.col-80-s {
	width:80%;
}
.col-70-s {
	width:70%;
}
.col-60-s {
	width:60%;
}
.col-50-s {
	width:50%;
}
.col-40-s {
	width:40%;
}
.col-30-s {
	width:30%;
}
.col-20-s {
	width:20%;
}
.col-10-s {
	width:10%;
}

.col-33-s {
	width:33%;
}
.col-66-s {
	width:66%;
}

.col-25-s {
	width:25%;
}
.col-75-s {
	width:75%;
}




img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
iframe,
object,
embed,
video {
	max-width: 100%;
}

img {
	height: auto;
}

textarea,
table,
td,
th,
code,
pre,
samp {
	-webkit-hyphens: auto; /* césure propre */
	-moz-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word; /* passage à la ligne forcé */
}

.hide-s {
	display:none;
}
.show-s {
	display:block !important;
}

.page,
.page.l,
.page.m,
.page.s,
.page.xs,
.page.xxs,
.page.xxxs {
    width:100%;
    padding-left: 25px;
    padding-right: 25px;
}

.left,
.right {
	float:none;
}

.parallax-container {
	height: 20vh;
}
.parallax img {
	width: 100%;
	height: auto !important;
	min-height: auto;
}

header.strip {
	position: relative;
}

body &gt; section {
    margin-top: 0 !important;
}
/*
header .wrapper-logo {
	text-align: center;
	padding-bottom: 20px;
}
header .wrapper-logo a {
	display: inline-block;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	width: 180px !important;
}

header .wrapper-nav {
	padding:0;
	text-align: left;
}
header.scroll .wrapper-nav {
	position: fixed;
	top: 0;
	z-index: 999;
	left: 0;
	width: 100%;
	padding-bottom: 0;
}
header .wrapper-nav nav {
	display: none;
}

header .wrapper-nav nav ul li {
	display: block;
	text-align: left;
}
header .wrapper-nav nav ul li a {
	display: block;
	padding: 10px;
	border-bottom: solid 1px rgba(0,0,0,0.1);
}

header .wrapper-nav #sticky {
	display: block;
	background-color: rgb(31,31,31);
	color: #FFF;
	padding: 10px;
	text-align: left;
	margin-bottom: 5px;
	cursor: pointer;
}
header .wrapper-nav #sticky img {
	display: inline-block;
	height: 20px;
	width: auto;
	vertical-align: middle;
	margin-right: 10px;
}
header .wrapper-nav #sticky span {
	display: inline-block;
	font-family: Lato;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	vertical-align: middle;
}
*/
.padd-v-l,
.padd-v-xl {
	padding-top: 60px;
	padding-bottom: 60px;
}

.padd-l-s,
.padd-l-m {
	padding-left: 0;
}

.padd-r-s,
.padd-r-m {
	padding-right: 0;
}

.padd-t-xl {
	padding-top: 80px;
}
.padd-b-l {
	padding-bottom: 50px;
}
.padd-b-xl {
	padding-bottom: 100px;
}

#contact form table tr,
#contact form table tr td {
	display:block;
	width:100% !important;
	padding:0;
	margin:0;

}

#contact form table tr td input,
#contact form table tr td select,
#contact form table tr td textarea {
	margin:0;
	margin-bottom:10px;
	display:block;
	width:100% !important;
}


.col-100-s {
    padding-left:0;
    padding-right: 0;
    margin-bottom: 25px;
}

.padd-t-z {
    padding-top: 0;
}
.padd-b-z {
    padding-bottom: 0;
}
.padd-l-z {
    padding-left: 0;
}
.padd-r-s {
    padding-right: 0;
}
.padd-h-z {
    padding-left: 0;
    padding-right: 0;
}
.padd-z {
    padding:0;
}
.padd-v-z {
    padding-top: 0;
    padding-bottom: 0;
}

header.strip #wrapper-menu {
    padding-left: 25px;
    padding-right: 25px;
}

header.strip #wrapper-menu .wrapper-flex {
    flex-direction: column;
}

header.strip #wrapper-menu .wrapper-logo {
    margin-bottom: 20px;
    

}
header.strip #wrapper-menu hr {
    margin-top: 0px;
}

header.strip #wrapper-menu .menu {
    text-align: center;
}

header.strip #wrapper-menu .menu .shop span {
    display: none;
}



header.strip #wrapper-menu .wrapper-logo .logo,
header.strip #wrapper-menu .wrapper-logo .logo img {

    display: block;
    width: 100%;
    height: auto;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}


header nav ul li {
    width: 100%;
    display: block;
}
header nav ul li:first-of-type {
    display: block;
}
header nav ul li a {
    padding: 0;
}
header nav ul li a p {
    font-size: 16px;
}

header nav ul li a::after {
    display: none;
}
header nav ul li a:hover::after {
    display: none;
}
header nav ul li a p br  {
    display: none;
}

header nav ul li a p::after {
    margin-top: 10px;
    margin-bottom: 10px;
}

header.strip #wrapper-nav .close {
    top: 30px;
    right: 30px;
}
header.strip #wrapper-nav .home {
    display: none;
}

.fullheight-header {
    height: auto !important;
}

#boutiques .boutique {
    height: 40vh;
    margin-bottom: 0;
}
#boutiques .boutique a .logo {
    height: 40px;
}

#boutiques .full-height {
    padding: 25px;
}

.wrapper-titre h1 {
    font-size: 20px;
}
#boutique .wrapper-titre .logo,
#boutique .wrapper-titre .logo img {
    height: auto;
    width: 100%;
    display: block;
}

#boutique .content {
    padding-top: 40px;
}

#boutique .content h2 {
    font-size: 20px;
}

.txt-n {
    font-size: 15px;
}

#boutique .padd-b-xm {
    padding-bottom: 40px;
}

#boutique .bg-motif {
    padding:0;

}

#boutique .bg-motif &gt; .padd-m {
    padding: 0;
}

#boutique .bg-motif .col-100-s {
    padding-left: 0;
    padding-right: 0;
}

#boutique .slider-boutique .slide {
    
}

#boutique .slider-boutique .slide a figure {
    width: 100%;
    height: auto;
}
#boutique .slider-boutique .slide a figure img {
    display: block;
    width: 100%;
    height: auto;
}

#boutique #paging {
    display: none;
}


.filters .main {
    height: auto;
    padding-bottom: 20px;
    text-align: left;
}
.filters .main a {
    display: block;
    margin: 0;
    margin-bottom: 5px;
}
.filters .main a h2 {
    font-size: 18px;
}

.filters .sub  {
    display: block;
    text-align: left;
}

.filters .sub a {
    display: block;
    margin-bottom: 5px;
}
.filters .sub a img {
    display: none;
}
.filters .sub .sep {
    display: none;
}

#projets .grid .projet {
    padding: 0;
}

#projet .grid .item {
    margin-bottom: 0;
}

.titre {
    height: 50px;
}

.slider-projets .slide {
    padding: 0;
}

.others .slide a .legende h3 {
    font-size: 14px;
}

#marques .grid .marque a .carre .logo {
    height: 30px;
}

#marque .content .flex {
    display: block;
}

#marque .content .visuel figure {
    height: 40vh;
}
#marque .content .visuel {
    margin-bottom: 30px;
}


.page .page 
{
    padding-left: 0;
    padding-right: 0;
}

#marque .grid .photo {
    margin-bottom: 0;
}

#marque .filters .sub {
    line-height: 40px;
}
#marque .filters .sub span {
    margin-right: 10px;
}

#marque #autres-marques {
    padding: 0;
}

#marque .wrapper-titre h1 strong {
    font-size: 34px;
    line-height: normal;
}


#contact .bordure {
    display: none;
}

#contact .boutique {
    margin-bottom: 50px;
}

#collections .collection {
    margin-bottom: 0;
}

#collections .collection a {
    padding: 50px;
}


#collections .wrapper-collections {
    padding-top: 25px;
}

#ambiance .wrapper-titre h1 {
    font-size: 30px;
}


#ambiance .criteres {
    line-height: 30px;
}

#ambiance .criteres .magasin {
    margin-top: 20px;
    border-left: none;
}

#ambiance .grid .item {
    margin-bottom: 0;
}

.others .slide a .legende {
    width: 190px;
    height: 190px;
}



#homepage .wrapper-slider {
    padding-left: 0;
    padding-right: 0;
}

#homepage .wrapper-slider .owl-dots {
    display: none;
}

#homepage .wrapper-slider .owl-nav {
    display: none;
}

#slider_homepage .owl-item .slide .overlay.texte .legende .content h2,
#slider_homepage .owl-item .slide .overlay.texte .legende .content h2 strong {
    font-size: 25px;
    line-height: normal;
}

#slider_homepage .owl-item .slide .overlay.texte .legende .content h2::after {
    display: none;
}


#slider_homepage .owl-item .slide .overlay.texte .legende .content p img {
    width: 60% !important;
    height: auto !important;
    margin-left: auto;
    margin-right: auto;
}


.page {
    overflow-x: hidden;
}

#homepage #intro {
    padding-top: 0px;
}

#homepage #intro .wrapper-content {
    padding: 35px;
    padding-top: 100px;
}

#homepage #intro .photo3 {
    display: none;
}

#homepage #intro h1 {
    font-size: 25px;
}

#homepage .choix-rubriques a {
    margin-left: 30px;
}

#homepage .accroches {
    padding-left: 0;
    padding-right: 0;
}

#homepage .accroches .padd-b-xm {
    padding-bottom: 50px;
}

#homepage .accroches .marques {
    padding: 20px;
}

#homepage .accroches .marques .col-75-l {
    margin-bottom: 0;
}

#esprit .padd-h-m {
    padding-left: 0;
    padding-right: 0;
}

#esprit .texte-encadre {
    padding: 30px;
}

#esprit .photo3 {
    display: none;
}

#esprit .bordure {
    left: 0;
}

#esprit .photo7 {
    display: block;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    position: relative;
}

#esprit .presentation {
    padding-left: 0;
}

#esprit .photo6 {
    width: 100%;
}

#esprit .photo8 {
    display: none;
}

#esprit .bg-motif-nb {
    padding: 20px;
}

#esprit .bg-motif-nb .bg-blanc {
    padding: 30px;
}

#esprit .bg-motif-nb .bg-blanc p {
    font-size: 25px;
}


#metier .grid .item {
    margin-bottom: 0;
}

#metier .content figure {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    bottom: auto !important;
    right: auto !important;
    width: 100% !important;
    height: auto !important;
    border:none !important;
    transform: translate(0,0) !important;
    margin-top: 0;
    margin-bottom: 25px;
}

#metier .content figure img {
    border:none;
}

#metier .content .texte-encadre {
    padding: 30px;
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    transform: translate(0,0);
}


#metier.coloriste .content .texte-encadre {
    margin-top: 25px;
    margin-bottom: 40px;   
}


#metier.confection .content .texte-2 {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    transform: translate(0,0);
    padding: 0;  
    margin-bottom: 25px;
    margin-top: 0;
}

#equipe .grid .item figure {
    background-image: none !important;
    height: auto;
}

#equipe .grid .item {
    margin-bottom: 0;
}


#jeu .flex {
    flex-direction: column;
}


#boutiques .wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
}
#boutiques .wrapper .boutique {
    height: 40vh;
}

#cookies-eu-banner .wrapper .content .buttons {
    flex-direction: column;
    row-gap: 7px;
    align-items: center;
}
#cookies-eu-banner .wrapper .content .buttons button {
    border-radius: 6px !important;
    width: 100%;
    text-align: center;
    flex-grow: 1;
    flex-shrink: 1;
}

#metiers .metier {
    margin-bottom: 0;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
#metiers .metier a {
    padding-top: 40px;
    padding-bottom: 40px;
}

#metiers .metier a .legende {
    height: auto;
}

#homepage .accroches {
    padding-bottom: 50px;
}
</pre></body></html>