@font-face {
font-family: 'Neco';
src: url(//maisonsartorial.ro/wp-content/themes/maisonsartorial/assets/fonts/Neco-Regular.woff2) format('woff2');
font-weight: 400;
font-display: swap;
font-style: normal;
}
@font-face {
font-family: 'Neco';
src: url(//maisonsartorial.ro/wp-content/themes/maisonsartorial/assets/fonts/Neco-Italic.woff2) format('woff2');
font-weight: 400;
font-display: swap;
font-style: italic;
}
@font-face {
font-family: 'Neco';
src: url(//maisonsartorial.ro/wp-content/themes/maisonsartorial/assets/fonts/Neco-Medium.woff2) format('woff2');
font-weight: 500;
font-display: swap;
font-style: normal;
}
@font-face {
font-family: 'Neco';
src: url(//maisonsartorial.ro/wp-content/themes/maisonsartorial/assets/fonts/Neco-MediumItalic.woff2) format('woff2');
font-weight: 500;
font-display: swap;
font-style: italic;
} .container-fluid {
margin-right: auto;
margin-left: auto;
padding-right: 0.8rem;
padding-left: 0.8rem
}
.row {
box-sizing: border-box;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex: 0 1 auto;
-webkit-box-flex: 0;
flex: 0 1 auto;
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -0.8rem;
margin-left: -0.8rem
}
.row.reverse {
-ms-flex-direction: row-reverse;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
flex-direction: row-reverse
}
.col.reverse {
-ms-flex-direction: column-reverse;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
flex-direction: column-reverse
}
.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
box-sizing: border-box;
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
padding-right: 0.8rem;
padding-left: 0.8rem
}
.col-xs {
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%
}
.col-xs-1 {
-ms-flex-preferred-size: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%
}
.col-xs-2 {
-ms-flex-preferred-size: 16.667%;
flex-basis: 16.667%;
max-width: 16.667%
}
.col-xs-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%
}
.col-xs-4 {
-ms-flex-preferred-size: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%
}
.col-xs-5 {
-ms-flex-preferred-size: 41.667%;
flex-basis: 41.667%;
max-width: 41.667%
}
.col-xs-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%
}
.col-xs-7 {
-ms-flex-preferred-size: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%
}
.col-xs-8 {
-ms-flex-preferred-size: 66.667%;
flex-basis: 66.667%;
max-width: 66.667%
}
.col-xs-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%
}
.col-xs-10 {
-ms-flex-preferred-size: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%
}
.col-xs-11 {
-ms-flex-preferred-size: 91.667%;
flex-basis: 91.667%;
max-width: 91.667%
}
.col-xs-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%
}
.col-xs-offset-1 {
margin-left: 8.333%
}
.col-xs-offset-2 {
margin-left: 16.667%
}
.col-xs-offset-3 {
margin-left: 25%
}
.col-xs-offset-4 {
margin-left: 33.333%
}
.col-xs-offset-5 {
margin-left: 41.667%
}
.col-xs-offset-6 {
margin-left: 50%
}
.col-xs-offset-7 {
margin-left: 58.333%
}
.col-xs-offset-8 {
margin-left: 66.667%
}
.col-xs-offset-9 {
margin-left: 75%
}
.col-xs-offset-10 {
margin-left: 83.333%
}
.col-xs-offset-11 {
margin-left: 91.667%
}
.start-xs {
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
text-align: start
}
.center-xs {
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center
}
.end-xs {
-ms-flex-pack: end;
-webkit-box-pack: end;
justify-content: flex-end;
text-align: end
}
.top-xs {
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start
}
.middle-xs {
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center
}
.bottom-xs {
-ms-flex-align: end;
-webkit-box-align: end;
align-items: flex-end
}
.around-xs {
-ms-flex-pack: distribute;
justify-content: space-around
}
.between-xs {
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between
}
.first-xs {
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1
}
.last-xs {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1
}
@media only screen and (min-width:48em) {
.container {
width: 46rem
}
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
box-sizing: border-box;
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
padding-right: 0.8rem;
padding-left: 0.8rem
}
.col-sm {
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%
}
.col-sm-1 {
-ms-flex-preferred-size: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%
}
.col-sm-2 {
-ms-flex-preferred-size: 16.667%;
flex-basis: 16.667%;
max-width: 16.667%
}
.col-sm-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%
}
.col-sm-4 {
-ms-flex-preferred-size: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%
}
.col-sm-5 {
-ms-flex-preferred-size: 41.667%;
flex-basis: 41.667%;
max-width: 41.667%
}
.col-sm-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%
}
.col-sm-7 {
-ms-flex-preferred-size: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%
}
.col-sm-8 {
-ms-flex-preferred-size: 66.667%;
flex-basis: 66.667%;
max-width: 66.667%
}
.col-sm-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%
}
.col-sm-10 {
-ms-flex-preferred-size: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%
}
.col-sm-11 {
-ms-flex-preferred-size: 91.667%;
flex-basis: 91.667%;
max-width: 91.667%
}
.col-sm-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%
}
.col-sm-offset-1 {
margin-left: 8.333%
}
.col-sm-offset-2 {
margin-left: 16.667%
}
.col-sm-offset-3 {
margin-left: 25%
}
.col-sm-offset-4 {
margin-left: 33.333%
}
.col-sm-offset-5 {
margin-left: 41.667%
}
.col-sm-offset-6 {
margin-left: 50%
}
.col-sm-offset-7 {
margin-left: 58.333%
}
.col-sm-offset-8 {
margin-left: 66.667%
}
.col-sm-offset-9 {
margin-left: 75%
}
.col-sm-offset-10 {
margin-left: 83.333%
}
.col-sm-offset-11 {
margin-left: 91.667%
}
.start-sm {
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
text-align: start
}
.center-sm {
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center
}
.end-sm {
-ms-flex-pack: end;
-webkit-box-pack: end;
justify-content: flex-end;
text-align: end
}
.top-sm {
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start
}
.middle-sm {
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center
}
.bottom-sm {
-ms-flex-align: end;
-webkit-box-align: end;
align-items: flex-end
}
.around-sm {
-ms-flex-pack: distribute;
justify-content: space-around
}
.between-sm {
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between
}
.first-sm {
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1
}
.last-sm {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1
}
}
@media only screen and (min-width:62em) {
.container {
width: 61rem
}
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9 {
box-sizing: border-box;
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
padding-right: 0.8rem;
padding-left: 0.8rem
}
.col-md {
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%
}
.col-md-1 {
-ms-flex-preferred-size: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%
}
.col-md-2 {
-ms-flex-preferred-size: 16.667%;
flex-basis: 16.667%;
max-width: 16.667%
}
.col-md-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%
}
.col-md-4 {
-ms-flex-preferred-size: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%
}
.col-md-5 {
-ms-flex-preferred-size: 41.667%;
flex-basis: 41.667%;
max-width: 41.667%
}
.col-md-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%
}
.col-md-7 {
-ms-flex-preferred-size: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%
}
.col-md-8 {
-ms-flex-preferred-size: 66.667%;
flex-basis: 66.667%;
max-width: 66.667%
}
.col-md-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%
}
.col-md-10 {
-ms-flex-preferred-size: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%
}
.col-md-11 {
-ms-flex-preferred-size: 91.667%;
flex-basis: 91.667%;
max-width: 91.667%
}
.col-md-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%
}
.col-md-offset-1 {
margin-left: 8.333%
}
.col-md-offset-2 {
margin-left: 16.667%
}
.col-md-offset-3 {
margin-left: 25%
}
.col-md-offset-4 {
margin-left: 33.333%
}
.col-md-offset-5 {
margin-left: 41.667%
}
.col-md-offset-6 {
margin-left: 50%
}
.col-md-offset-7 {
margin-left: 58.333%
}
.col-md-offset-8 {
margin-left: 66.667%
}
.col-md-offset-9 {
margin-left: 75%
}
.col-md-offset-10 {
margin-left: 83.333%
}
.col-md-offset-11 {
margin-left: 91.667%
}
.start-md {
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
text-align: start
}
.center-md {
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center
}
.end-md {
-ms-flex-pack: end;
-webkit-box-pack: end;
justify-content: flex-end;
text-align: end
}
.top-md {
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start
}
.middle-md {
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center
}
.bottom-md {
-ms-flex-align: end;
-webkit-box-align: end;
align-items: flex-end
}
.around-md {
-ms-flex-pack: distribute;
justify-content: space-around
}
.between-md {
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between
}
.first-md {
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1
}
.last-md {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1
}
}
@media only screen and (min-width:75em) {
.container {
width: 71rem
}
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9 {
box-sizing: border-box;
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
padding-right: 0.8rem;
padding-left: 0.8rem
}
.col-lg {
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%
}
.col-lg-1 {
-ms-flex-preferred-size: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%
}
.col-lg-2 {
-ms-flex-preferred-size: 16.667%;
flex-basis: 16.667%;
max-width: 16.667%
}
.col-lg-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%
}
.col-lg-4 {
-ms-flex-preferred-size: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%
}
.col-lg-5 {
-ms-flex-preferred-size: 41.667%;
flex-basis: 41.667%;
max-width: 41.667%
}
.col-lg-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%
}
.col-lg-7 {
-ms-flex-preferred-size: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%
}
.col-lg-8 {
-ms-flex-preferred-size: 66.667%;
flex-basis: 66.667%;
max-width: 66.667%
}
.col-lg-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%
}
.col-lg-10 {
-ms-flex-preferred-size: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%
}
.col-lg-11 {
-ms-flex-preferred-size: 91.667%;
flex-basis: 91.667%;
max-width: 91.667%
}
.col-lg-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%
}
.col-lg-offset-1 {
margin-left: 8.333%
}
.col-lg-offset-2 {
margin-left: 16.667%
}
.col-lg-offset-3 {
margin-left: 25%
}
.col-lg-offset-4 {
margin-left: 33.333%
}
.col-lg-offset-5 {
margin-left: 41.667%
}
.col-lg-offset-6 {
margin-left: 50%
}
.col-lg-offset-7 {
margin-left: 58.333%
}
.col-lg-offset-8 {
margin-left: 66.667%
}
.col-lg-offset-9 {
margin-left: 75%
}
.col-lg-offset-10 {
margin-left: 83.333%
}
.col-lg-offset-11 {
margin-left: 91.667%
}
.start-lg {
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
text-align: start
}
.center-lg {
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center
}
.end-lg {
-ms-flex-pack: end;
-webkit-box-pack: end;
justify-content: flex-end;
text-align: end
}
.top-lg {
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start
}
.middle-lg {
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center
}
.bottom-lg {
-ms-flex-align: end;
-webkit-box-align: end;
align-items: flex-end
}
.around-lg {
-ms-flex-pack: distribute;
justify-content: space-around
}
.between-lg {
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between
}
.first-lg {
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1
}
.last-lg {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1
}
} html, body, div, span, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp, small, strong,
sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside,
figure, footer, header, menu, nav, section, time,
mark, audio, video, details, summary {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
}
article, aside, figure, footer, header, nav, section,
details, summary {
display: block;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
html, body {
min-height: 100%;
scroll-behavior: smooth;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: none;
text-size-adjust: none;
}
img, picture, video, canvas, svg {
display: block;
max-width: 100%;
height: auto;
}
ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
code, kbd, samp {
font-family: monospace, monospace;
font-size: 1em;
}
small {
font-size: 80%;
}
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
button, input, select, textarea {
font-family: inherit;
font-size: 100%;
margin: 0;
line-height: 1.15;
text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
-webkit-appearance: button;
}
textarea:not([rows]) {
min-height: 10em;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
table {
border-collapse: collapse;
border-spacing: 0;
text-align: left;
}
th {
font-weight: bold;
vertical-align: bottom;
}
td {
vertical-align: top;
}
:target {
scroll-margin-block: 5ex;
}
::selection {
background: rgb(var(--text-color));
color: rgb(var(--theme-background));
text-shadow: none;
}
@keyframes underlineInOut {
0% {
width: 0;
left: 0;
}
49% {
width: 100%;
left: 0;
}
50% {
width: 100%;
left: auto;
right: 0;
}
100% {
width: 0;
left: auto;
right: 0;
}
}
@keyframes underlineOut {
0% {
width: 100%;
left: 0;
}
1% {
width: 100%;
left: auto;
right: 0;
}
100% {
width: 0;
left: auto;
right: 0;
}
}
@keyframes underlineIn {
0% {
width: 0;
left: 0;
right: auto;
}
1% {
width: 0;
}
100% {
width: 100%;
}
}  :root {
font-size: 62.5%; --theme-background: 243, 241, 238;
--bone: 235, 226, 214;
--text-color: 71, 38, 11;
--text-color-light: rgba(var(--text-color), 0.6); --font-family-primary: "Neco", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
--font-size-s: 1.4rem;
--font-size-m: 2.4rem;
--font-size-xl: 4.8rem;
--line-height: 1.2; --border-color: rgba(var(--text-color), 0.3);
--border-radius: 3px; --spacer-s: 0.8rem;
--spacer-m: 1.6rem;
--spacer-l: 4.8rem;
--spacer-xl: 9.6rem;
--spacer-xxl: 22.4rem; --container: 100%;
--container-narrow: 1280px;
--grid-gap: 3.2rem; --transition-easeInOutCirc: cubic-bezier(0.85, 0, 0.15, 1);
--transition-easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
--transition-easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
}
html {
background-color: #000;
}
body {
position: relative;
background-color: rgb(var(--theme-background));
color: rgb(var(--text-color));
z-index: 0;
font-family: var(--font-family-primary);
font-size: var(--font-size-m);
line-height: var(--line-height);
font-weight: 400;
} .animate-in-view {
opacity: 0;
transition: opacity 1.5s ease-out;
}
.animate-in-view.in-view {
opacity: 1;
}
figure {
position: relative;
overflow: hidden;
transform: translateY(180px);
transition: transform 1s ease;
}
figure.in-view {
transform: translateY(0);
}
figure::after {
content: "";
display: block;
background-color: rgb(var(--bone));
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
transition: all 1s var(--transition-easeOutQuart);
}
figure.in-view:after {
height: 0;
} b, strong {
font-weight: 500;
}
em {
font-style: italic;
}
a {
color: var(--text-color);
text-decoration: underline;
text-decoration-style: solid;
text-decoration-color: rgba(var(--text-color), 0.25);
transition: color .3s;
}
a:hover {
color: var(--text-color-light);
}
h1, h2, h3, h4, h5, h6 {
font-weight: 400;
}
h1 {
font-size: var(--font-size-xl);
line-height: 1.1;
}
p {
word-break: keep-all;
overflow-wrap: normal;
hyphens: none;
} .wrapper {
position: relative;
z-index: 1;
display: flex;
flex-direction: column;
min-height: 100dvh;
}
main {
flex: 1;
overflow: clip;
display: flex;
flex-direction: column;
position: relative;
width: 100%;
}
.container {
width: 100%;
margin: 0 auto;
padding: 0 var(--grid-gap);
max-width: var(--container);
}
.container.narrow {
max-width: var(--container-narrow);
}
section:not(.hero, .contact) {
margin-bottom: var(--spacer-xxl);
}
hr {
position: relative;
padding: 0;
margin: 0 auto;
display: block;
background-color: transparent;
height: 1px;
border: none;
border-top: 1px dashed var(--border-color);
} .top-announcement {
font-size: var(--font-size-s);
background-color: rgb(var(--text-color));
color: rgb(var(--theme-background));
padding: var(--spacer-s) 0;
text-align: center;
position: sticky;
top: 0;
left: 0;
width: 100%;
z-index: 99999;
}
.top-announcement a {
text-decoration-color: rgba(var(--theme-background), 0.5);
}
.top-announcement a:hover {
color: rgba(var(--theme-background), 0.5);
}
.top-announcement span {
position: relative;
}
.top-announcement span:after {
content: "";
margin: 0 var(--spacer-s);
display: inline-block;
width: 8px;
height: 8px;
background-color: rgba(var(--theme-background), 0.3);
margin: 0 var(--spacer-s);
}
.header {
padding: var(--spacer-m);
display: flex;
justify-content: center;
align-items: center;
background-color: rgb(var(--bone));
position: sticky;
top: 0;
left: 0;
width: 100%;
z-index: 9999;
transform: translateY(-100%);
transition: transform .5s var(--transition-easeInOutCirc);
}
.show-header .header {
transform: translateY(0);
}
.page-template-page-home .header, .page-template-page-home .top-announcement, .page-template-page-home .show-header {
position: fixed;
}
.logotype {
width: 140px;
}
.logotype a:hover {
color: rgba(var(--text-color), 0.8);
}
.logotype svg {
fill: currentColor;
}
.contact-button {
border: 1px dotted rgba(var(--text-color), 0.75);
text-decoration: none;
padding: var(--spacer-s) var(--spacer-m);
font-size: var(--font-size-s);
font-weight: 500;
text-align: center;
display: inline-flex;
justify-content: center;
align-items: center;
position: absolute;
right: var(--grid-gap);
top: 50%;
transform: translateY(-50%);
cursor: pointer;
transition: color .2s, background-color .2s;
}
.contact-button:hover {
background-color: rgb(var(--text-color));
color: rgb(var(--theme-background));
} .footer {
padding: var(--spacer-m) 0;
font-size: var(--font-size-s);
}
.footer-ms {
display: inline-block;
margin-bottom: var(--spacer-m);
}
.footer-container {
margin-bottom: var(--spacer-xl);
display: flex;
gap: var(--spacer-l);
justify-content: space-between;
}
.footer-menu {
display: flex;
flex-direction: column;
gap: 4px;
font-weight: 500;
}
.footer-menu-container strong {
margin-bottom: var(--spacer-s);
display: block;
}
.footer-social {
display: flex;
gap: var(--spacer-m);
}
.footer-social a {
display: block;
border: 1px solid var(--border-color);
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
}
.footer-social svg {
display: inline-block;
width: 16px;
}
.footer-bottom {
display: flex;
gap: var(--spacer-l);
} .whatsapp-button {
position: fixed;
bottom: 3.2rem;
right: 3.2rem;
width: 48px;
height: 48px;
border: 2px solid #25D366;
background-color: #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
z-index: 9999;
transition: transform 0.3s ease;
}
.whatsapp-button:hover {
transform: scale(1.1);
}
.whatsapp-button img {
width: 24px;
height: 24px;
} .hero {
position: relative;
overflow: hidden;
}
.hero:after {
content: "";
display: block;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background-color: rgba(0, 0, 0, 0.5);
}
.hero img {
display: block;
width: 100%;
height: 100svh;
object-fit: cover;
position: relative;
transform: scale(1);
transition: transform 0.1s linear;
will-change: transform;
}
.hero .logo {
color: rgb(var(--theme-background));
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 200px;
height: auto;
z-index: 1;
}
.hero .logo svg {
fill: currentColor;
}
.explore-button {
color: rgb(var(--theme-background));
position: absolute;
cursor: pointer;
left: 50%;
bottom: var(--spacer-xl);
transform: translateX(-50%);
text-align: center;
z-index: 1;
border: 1px dotted rgba(var(--theme-background), 0.7);
font-size: var(--font-size-s);
padding: var(--spacer-s) var(--spacer-m);
letter-spacing: 1px;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
}
.explore-button span {
display: inline-flex;
padding-right: var(--spacer-s);
margin-right: var(--spacer-s);
border-right: 1px dotted rgba(var(--theme-background), 0.7);
}
.explore-button:hover span svg {
animation: explore 1s;
animation-iteration-count: 1;
animation-timing-function: var(--transition-easeOutQuart);
}
@keyframes explore {
0% {
transform: translateY(0);
}
50% {
transform: translateY(150%);
}
51% {
transform: translateY(-150%);
}
100% {
transform: translateY(0);
}
} .about {
padding-top: var(--spacer-xxl);
}
.about-inner {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: var(--grid-gap);
}
.about h1 {
margin-left: auto;
margin-right: auto;
text-align: center;
max-width: var(--container-narrow);
}
.about-body {
max-width: 480px;
margin-left: auto;
margin-right: auto;
}
.profile .about-body {
max-width: none;
}
.about-body p {
text-indent: 5rem;
}
.about-body p:first-of-type {
text-indent: 0;
}
span.vr {
width: 1px;
height: var(--spacer-xl);
border-top: none;
border-right: 1px dashed var(--border-color);
}
.cta-button {
border: 1px dotted rgba(var(--text-color), 0.75);
text-decoration: none;
padding: var(--spacer-m) var(--spacer-m);
font-size: var(--font-size-s);
font-weight: 500;
text-align: center;
display: block;
width: 100%;
max-width: 320px;
margin-top: var(--spacer-m);
transition: color .2s, background-color .2s;
}
.cta-button:hover {
background-color: rgb(var(--text-color));
color: rgb(var(--theme-background));
} .two-col-photo {
display: flex;
justify-content: center;
align-items: center;
gap: var(--spacer-xxl);
padding: 0 var(--spacer-xl);
}
.two-col-photo>div {
width: 50%;
padding: var(--spacer-xl);
}
.two-col-photo>div.left-photo {
padding: 0;
} .fabrics p {
text-indent: 5rem;
}
.fabrics p:first-of-type {
text-indent: 0;
}
.fabrics-logos {
margin-top: var(--spacer-xl);
--fabrics-overlay-height: 16rem;
}
.fabrics-logos-viewport {
position: relative;
overflow: hidden;
transition: max-height .45s var(--transition-easeInOutCirc);
}
.fabrics-logos-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
border-top: 1px dashed var(--border-color);
border-left: 1px dashed var(--border-color);
}
.fabrics-logo-item {
position: relative;
min-height: 20rem;
margin: 0;
padding: var(--spacer-l);
border-right: 1px dashed var(--border-color);
border-bottom: 1px dashed var(--border-color);
background-color: rgb(var(--theme-background));
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: var(--spacer-m);
text-align: center;
isolation: isolate;
}
.fabrics-logo-item::after {
content: "";
display: block;
position: absolute;
z-index: 0;
left: 8px;
top: 8px;
width: calc(100% - 16px);
height: calc(100% - 16px);
background-color: rgba(71, 38, 11, 0.025);
border-radius: 2px;
}
.fabrics-logo-item img {
display: block;
position: relative;
z-index: 1;
max-width: 100%;
max-height: 9.2rem;
object-fit: contain;
filter: grayscale(1);
mix-blend-mode: darken;
opacity: .6;
transition: opacity .2s ease;
}
.fabrics-logos-toggle {
appearance: none;
background: none;
border: none;
color: inherit;
cursor: pointer;
font: inherit;
padding: 0;
}
.fabrics-logos-toggle:focus,
.fabrics-logos-toggle:focus-visible {
outline: none;
box-shadow: none;
}
.fabrics-logos-toggle span {
border: 1px dotted rgba(var(--text-color), 0.75);
background-color: rgb(var(--theme-background));
display: inline-flex;
align-items: center;
justify-content: center;
padding: var(--spacer-s) var(--spacer-m);
font-size: var(--font-size-s);
line-height: 1;
transition: color .2s, background-color .2s;
}
.fabrics-logos-toggle:hover span {
background-color: rgb(var(--text-color));
color: rgb(var(--theme-background));
}
.fabrics-logos-toggle-overlay {
position: absolute;
left: 0;
right: 0;
bottom: 0;
z-index: 3;
min-height: var(--fabrics-overlay-height);
display: flex;
align-items: flex-end;
justify-content: center;
padding: calc(var(--fabrics-overlay-height) * 0.5) var(--spacer-m) var(--spacer-m);
background: linear-gradient(180deg,
rgba(var(--theme-background), 0) 0%,
rgba(var(--theme-background), 0.88) 58%,
rgb(var(--theme-background)) 100%);
transition: opacity .2s ease;
}
.fabrics-logos-toggle-inline {
display: flex;
justify-content: center;
margin-top: var(--spacer-m);
margin-left: auto;
margin-right: auto;
}
.fabrics-logos:not(.is-collapsible) .fabrics-logos-toggle {
display: none;
}
.fabrics-logos:not(.is-expanded) .fabrics-logos-toggle-inline {
display: none;
}
.fabrics-logos.is-expanded .fabrics-logos-toggle-overlay {
opacity: 0;
pointer-events: none;
} .process h2 {
text-align: center;
margin-bottom: var(--spacer-xl);
font-size: var(--font-size-xl);
line-height: 1.1;
}
.process .row {
margin-bottom: var(--spacer-l);
}
.process .row:last-of-type {
margin-bottom: 0;
}
.process hr {
margin-bottom: var(--spacer-m);
width: 100vw;
left: calc(-1 * (50vw - (var(--container-narrow) / 2)) - var(--grid-gap));
}
.process h3 {
margin-bottom: var(--spacer-m);
}
.process-no {
margin-right: var(--spacer-xl);
display: inline-block;
} .note-section {
position: relative;
background-image: url(//maisonsartorial.ro/wp-content/themes/maisonsartorial/assets/img/4.webp);
background-size: cover;
color: rgb(var(--theme-background));
height: 100vh;
display: flex;
flex-direction: column;
justify-content: flex-end;
}
.note-section:after {
content: "";
display: block;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background-color: rgba(0, 0, 0, 0.5);
}
.note-section img {
display: block;
width: 100%;
height: 100vh;
object-fit: cover;
position: relative;
transform: scale(1);
transition: transform 0.1s linear;
will-change: transform;
}
.note {
position: sticky;
width: 100%;
max-width: 880px;
left: 0;
bottom: 0;
padding: var(--grid-gap);
z-index: 1;
}
.note p {
text-indent: 5rem;
}
.note p:first-of-type {
text-indent: 0;
} .profile figure {
margin-bottom: var(--spacer-l);
}
.profile figure img {
display: block;
width: 100%;
height: 100vh;
object-fit: cover;
}
.profile h2 {
font-size: var(--font-size-xl);
margin-bottom: var(--spacer-s);
line-height: 1.1;
}
.profile h3 {
color: var(--text-color-light);
margin-bottom: var(--spacer-m);
} .contact {
background-color: rgb(var(--bone));
display: flex;
flex-direction: row-reverse;
}
.contact>figure, .contact .contact-details {
width: 50%;
}
.contact>figure {
transform: none;
}
.contact figure::after {
background-color: #f8f5f1;
}
.contact-details {
display: flex;
flex-direction: column;
padding: var(--spacer-xl) var(--grid-gap);
justify-content: center;
align-items: center;
}
.contact img {
height: 80vh;
object-fit: cover;
}
.contact h2 {
font-size: var(--font-size-xl);
margin-bottom: var(--spacer-l);
line-height: 1.1;
}
.contact hr {
margin: var(--spacer-l) 0;
}
.contact ul li {
margin-bottom: var(--spacer-m);
display: flex;
align-items: flex-start;
}
.contact ul span {
display: inline-flex;
color: var(--text-color-light);
width: 96px;
cursor: default;
padding-top: 4px;
}
.contact ul li span svg {
width: 24px;
} .page-wrapper {
padding-top: var(--spacer-xl);
}
.flow>*+* {
margin-block-start: 3.2rem;
}
.flow :is(h2 + *, h3 + *, h4 + *) {
margin-block-start: 2.4rem;
}
.page-title {
text-align: center;
}
.contact-container {
max-width: 720px;
margin: 0 auto;
} input:focus, textarea:focus, select:focus,
input:focus-visible, textarea:focus-visible, select:focus-visible,
input, textarea, select, button {
outline: none;
box-shadow: none;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
outline: 1px solid var(--text-color-light);
outline-offset: 1px;
box-shadow: 0 0 0 1px var(--text-color-light);
}
.fluentform button, .fluentform input, .fluentform select, .fluentform textarea {
background-color: transparent;
border: 0;
padding: var(--spacer-m);
border-radius: var(--border-radius);
}
.fluentform button {
background-color: rgb(var(--text-color));
color: rgb(var(--theme-background));
cursor: pointer;
width: 100%;
}
.ff-el-group {
background: #fff;
border-radius: var(--border-radius);
}
.ff-el-input--content, .ff_submit_btn_wrapper {
background-color: transparent;
}
.fluentform .ff-el-input--label {
display: block;
}
.fluentform label {
font-size: var(--font-size-s);
line-height: 1;
display: block;
padding: var(--spacer-m) var(--spacer-m) 0;
}
.fluentform .ff-el-is-error .text-danger {
background: rgb(var(--theme-background));
margin-top: 0;
padding-top: 4px;
}
.ff-message-success {
text-align: center;
padding: var(--spacer-3xl) var(--spacer-l);
border: 0;
box-shadow: none;
}
.fluentform .ff_t_c {
padding-left: var(--spacer-s);
}
.ff_t_c p {
line-height: 1.3;
max-width: 640px;
}
.ff_t_c a {
text-decoration: underline;
} .not-found {
display: flex;
justify-content: center;
align-items: center;
flex: 1;
text-align: center;
}
.not-found h1 {
text-align: center;
margin-bottom: var(--spacer-l);
color: var(--mutted);
}
.not-found h1 span {
font-size: 112px;
display: block;
font-weight: 500;
color: var(--text-color);
} @media (max-width: 1640px) {
.two-col-photo>div {
padding: var(--spacer-l);
}
} @media (max-width: 1440px) {
:root {
--font-size-xl: 4rem;
--font-size-m: 2rem;
--font-size-s: 1.3rem;
--spacer-xxl: 19.6rem;
--line-height: 1.3;
--grid-gap: 2.4rem;
}
.two-col-photo {
gap: var(--spacer-xl);
}
.about h1 {
max-width: 1024px;
}
.note {
max-width: 720px;
}
} @media (max-width: 1280px) {
.process hr {
width: 100%;
left: auto;
}
.two-col-photo {
padding: 0;
}
.contact-details {
padding-top: var(--spacer-l);
align-items: flex-start;
}
.contact-details>div {
width: 100%;
}
.contact ul span {
width: 64px;
}
} @media (max-width: 991px) {
figure {
transform: translateY(40px);
}
.fabrics-logos-grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.contact {
flex-direction: column;
}
.contact>figure, .contact .contact-details {
width: 100%;
}
.contact img {
height: auto;
min-height: 50vh;
}
.process-no {
margin-right: var(--spacer-l);
}
.process h3 {
font-weight: 500;
}
.two-col-photo>div {
padding: 0;
}
} @media (max-width: 767px) {
:root {
--grid-gap: 1.6rem;
--spacer-xxl: 12.8rem;
--spacer-xl: 6.4rem;
--spacer-l: 3.2rem;
--font-size-xl: 3.2rem;
--font-size-m: 1.8rem;
}
.whatsapp-button {
bottom: 2rem;
right: 2rem;
}
.top-announcement span {
display: none;
}
.hero .logo {
width: 160px;
}
.header {
padding: var(--spacer-s);
}
.logotype {
width: 100px;
}
.two-col-photo {
gap: var(--spacer-s);
}
.profile figure img {
height: auto;
min-height: 50vh;
}
.footer-container {
flex-direction: column;
justify-content: flex-start;
}
.contact ul li span svg {
width: 20px;
}
.note-section {
background-position: right 50% center;
}
.fabrics-logo-item {
min-height: 12rem;
padding: 2.4rem;
}
.fabrics-logos-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.fabrics-logo-item::after {
left: 4px;
top: 4px;
width: calc(100% - 8px);
height: calc(100% - 8px);
}
}