html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} 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;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type=checkbox],
[type=radio] {
box-sizing: border-box;
padding: 0;
} [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;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #000000;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a {
color: #000000;
}
a:visited {
color: #000000;
}
a:hover, a:focus, a:active {
color: #000000;
}
a:focus {
outline: thin dotted;
}
a:hover, a:active {
outline: 0;
} button,
input[type=button],
input[type=reset],
input[type=submit] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
border-color: #aaa #bbb #bbb;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}   .main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
}
.post,
.page {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
} @font-face {
font-family: GothamLight;
src: url(https://espritduluxe.ch/wp-content/themes/edl/GothamLight.ttf);
}
@font-face {
font-family: GothamMedium;
src: url(https://espritduluxe.ch/wp-content/themes/edl/GothamMedium.ttf);
}
@font-face {
font-family: GothamBold;
src: url(https://espritduluxe.ch/wp-content/themes/edl/GothamBold.ttf);
}
body {
margin: 0;
padding: 0;
font-family: minion-pro, serif;
-webkit-font-smoothing: antialiased;
}
.page {
margin: 0;
}
.entry-title {
position: absolute;
top: -99999999px;
left: -999999999px;
text-indent: -99999999px;
}
h2 {
font-size: 1.8rem;
letter-spacing: 0.1rem;
font-weight: 400;
}
@media screen and (min-width: 768px) {
h2 {
font-size: 3.5rem;
}
}
h3 {
font-size: 1.5rem;
line-height: 2.2rem;
letter-spacing: 0.158rem;
font-weight: 400;
}
h3.no-marg-top {
margin-top: -0.38rem;
}
@media screen and (min-width: 768px) {
h3 {
font-size: 2.5rem;
line-height: 3rem;
letter-spacing: 0.188rem;
}
}
h5 {
font-size: 0.9rem;
letter-spacing: 0.034rem;
font-weight: 700;
font-family: GothamBold;
color: #d5a079;
margin-bottom: 0;
}
@media screen and (min-width: 768px) {
h5 {
font-size: 1rem;
letter-spacing: 0.044rem;
margin-top: 0;
}
}
p {
font-size: 1rem;
line-height: 1.9rem;
letter-spacing: 0.095rem;
}
@media screen and (min-width: 768px) {
p {
font-size: 1.5rem;
line-height: 2.8rem;
letter-spacing: 0.188rem;
margin-top: 0;
margin-bottom: 0;
}
}
a {
outline: transparent !important;
}
button:focus-within {
outline: transparent !important;
}
button {
outline: transparent !important;
}
.text-shadow {
text-shadow: 3px 0px 7px rgba(0, 0, 0, 0.2), -3px 0px 7px rgba(0, 0, 0, 0.2), 0px 4px 7px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
.text-shadow {
text-shadow: 3px 0px 7px rgba(0, 0, 0, 0.1), -3px 0px 7px rgba(0, 0, 0, 0.1), 0px 4px 7px rgba(0, 0, 0, 0.1);
}
}
.edl-contact-maj-text {
font-size: 0.7rem;
}
@media screen and (min-width: 768px) {
.edl-contact-maj-text {
font-size: 1.3rem;
}
}
.header-god {
position: fixed;
width: 100%;
top: 0;
z-index: 11;
}
.header-god.togg {
background-color: rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 768px) {
.header-god.togg #masthead {
padding-top: 2rem;
padding-bottom: 0;
}
}
@media screen and (min-width: 768px) {
.header-god.togg .social-head {
padding-bottom: 0;
}
}
#masthead {
display: flex;
justify-content: space-between;
padding-top: 2rem;
padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
#masthead {
padding-top: 4.125rem;
padding-bottom: 0;
}
}
#masthead .first-nav {
display: flex;
flex-wrap: wrap;
width: fit-content;
margin-left: 7%;
align-items: center;
}
@media screen and (min-width: 768px) {
#masthead .first-nav {
margin-left: 2%;
width: 35.5%;
}
}
#masthead .first-nav #site-navigation {
width: fit-content;
}
#masthead .first-nav #site-navigation .menu-navigation-container,
#masthead .first-nav #site-navigation .menu-navigation-en-container {
position: fixed;
width: 100%;
left: 0;
z-index: 11;
top: 0;
padding-top: 100px;
display: block;
}
@media screen and (min-width: 768px) {
#masthead .first-nav #site-navigation .menu-navigation-container,
#masthead .first-nav #site-navigation .menu-navigation-en-container {
padding-top: 120px;
}
}
@media screen and (min-width: 1200px) {
#masthead .first-nav #site-navigation .menu-navigation-container,
#masthead .first-nav #site-navigation .menu-navigation-en-container {
display: none;
}
}
#masthead .first-nav #site-navigation .menu-navigation-container ul,
#masthead .first-nav #site-navigation .menu-navigation-en-container ul {
flex-wrap: wrap;
width: 100%;
padding: 1rem 0;
}
#masthead .first-nav #site-navigation .menu-navigation-container ul li,
#masthead .first-nav #site-navigation .menu-navigation-en-container ul li {
width: 100%;
padding: 1rem;
}
@media screen and (min-width: 768px) {
#masthead .first-nav #site-navigation .menu-navigation-container ul li,
#masthead .first-nav #site-navigation .menu-navigation-en-container ul li {
width: 50%;
}
}
#masthead .first-nav #site-navigation .menu-navigation-container ul li a,
#masthead .first-nav #site-navigation .menu-navigation-en-container ul li a {
transition: color ease-in-out 0.5s;
}
#masthead .first-nav #site-navigation .menu-navigation-container ul li a span,
#masthead .first-nav #site-navigation .menu-navigation-en-container ul li a span {
display: block;
font-style: italic;
}
#masthead .first-nav #site-navigation .menu-navigation-container ul li a:hover,
#masthead .first-nav #site-navigation .menu-navigation-en-container ul li a:hover {
color: #d5a079;
}
#masthead .first-nav #site-navigation .menu-navigation-container ul li:last-of-type a span,
#masthead .first-nav #site-navigation .menu-navigation-en-container ul li:last-of-type a span {
display: none;
}
#masthead .first-nav #site-navigation.toggled .menu-navigation-container, #masthead .first-nav #site-navigation.toggled .menu-navigation-en-container {
background-color: rgba(255, 255, 255, 0.95);
}
#masthead .first-nav .menu-toggle {
background-color: transparent;
border-radius: 0;
background-image: url(https://espritduluxe.ch/wp-content/themes/edl/logo-black.svg);
background-position: center;
background-repeat: no-repeat;
background-size: contain;
width: 1.6rem;
height: 1.6rem;
border: 0;
margin-top: -1rem;
position: relative;
z-index: 12;
font-size: 1px;
color: transparent;
}
@media screen and (min-width: 768px) {
#masthead .first-nav .menu-toggle {
margin-top: 0;
width: 2.375rem;
height: 2.375rem;
}
}
#masthead .first-nav .menu-toggle:hover {
background-image: url(https://espritduluxe.ch/wp-content/themes/edl/logo-golden-size.svg);
}
@media screen and (min-width: 1200px) {
#masthead .first-nav .menu-toggle:hover {
background-image: url(https://espritduluxe.ch/wp-content/themes/edl/logo-black.svg);
}
}
#masthead .first-nav .menu-first-nav-container,
#masthead .first-nav .menu-first-nav-en-container {
flex: auto;
font-family: GothamMedium;
text-transform: uppercase;
display: none;
}
@media screen and (min-width: 1200px) {
#masthead .first-nav .menu-first-nav-container,
#masthead .first-nav .menu-first-nav-en-container {
display: block;
}
}
#masthead .first-nav .menu-first-nav-container ul,
#masthead .first-nav .menu-first-nav-en-container ul {
list-style: none;
padding-left: 0;
margin-left: 0;
display: flex;
justify-content: space-evenly;
margin-bottom: 0;
}
#masthead .first-nav .menu-first-nav-container ul a,
#masthead .first-nav .menu-first-nav-en-container ul a {
font-size: 0.844rem;
text-decoration: none;
transition: color 0.5s ease-in-out;
display: block;
padding-top: 0.6rem;
}
#masthead .first-nav .menu-first-nav-container ul a:hover,
#masthead .first-nav .menu-first-nav-en-container ul a:hover {
color: #d5a079;
}
#masthead .first-nav .menu-first-nav-container ul a span,
#masthead .first-nav .menu-first-nav-en-container ul a span {
display: none;
}
#masthead .site-branding {
width: inherit;
padding-left: 7%;
padding-right: 7%;
}
@media screen and (min-width: 1200px) {
#masthead .site-branding {
width: 25%;
padding-left: 0;
padding-right: 0;
}
}
#masthead .site-branding .custom-logo-link {
display: block;
outline: transparent !important;
}
#masthead .site-branding .custom-logo {
display: block;
outline: transparent !important;
width: 100%;
}
@media screen and (min-width: 1200px) {
.togg #masthead .site-branding {
width: 20%;
}
}
.togg #masthead .site-branding .custom-logo {
content: url(https://espritduluxe.ch/wp-content/themes/edl/logo-edl-black.svg);
}
#masthead .last-nav {
width: fit-content;
margin-right: 7%;
align-items: center;
display: flex;
}
@media screen and (min-width: 768px) {
#masthead .last-nav {
margin-right: 2%;
width: 35.5%;
}
}
#masthead .last-nav .menu-last-nav-container,
#masthead .last-nav .menu-last-nav-en-container {
flex: auto;
font-family: GothamMedium;
text-transform: uppercase;
display: none;
}
@media screen and (min-width: 1200px) {
#masthead .last-nav .menu-last-nav-container,
#masthead .last-nav .menu-last-nav-en-container {
display: block;
}
}
#masthead .last-nav .menu-last-nav-container ul,
#masthead .last-nav .menu-last-nav-en-container ul {
list-style: none;
padding-left: 0;
margin-left: 0;
display: flex;
justify-content: space-evenly;
margin-bottom: 0;
}
#masthead .last-nav .menu-last-nav-container ul a,
#masthead .last-nav .menu-last-nav-en-container ul a {
font-size: 0.844rem;
text-decoration: none;
transition: color 0.5s ease-in-out;
display: block;
padding-top: 0.6rem;
}
#masthead .last-nav .menu-last-nav-container ul a:hover,
#masthead .last-nav .menu-last-nav-en-container ul a:hover {
color: #d5a079;
}
#masthead .last-nav .menu-last-nav-container ul a span,
#masthead .last-nav .menu-last-nav-en-container ul a span {
display: none;
}
#masthead .last-nav .menu-last-nav-container ul .contact-item,
#masthead .last-nav .menu-last-nav-en-container ul .contact-item {
font-family: GothamLight;
}
#masthead .last-nav .multi-langue {
font-size: 0.844rem;
padding-top: 0.6rem;
margin-left: auto;
}
#masthead .last-nav .multi-langue #lang-menu {
display: flex;
flex-wrap: nowrap;
margin: 0;
list-style: none;
padding-left: 0;
}
#masthead .last-nav .multi-langue #lang-menu .lang-item-en {
margin-left: 0.7rem;
}
#masthead .last-nav .multi-langue #lang-menu a {
text-decoration: none;
font-family: GothamLight;
display: block;
}
#masthead .last-nav .multi-langue #lang-menu a:hover {
color: #d5a079;
}
#masthead .last-nav .multi-langue #lang-menu .current-lang a {
font-family: GothamMedium;
}
.social-head {
width: 100%;
display: flex;
justify-content: flex-end;
padding-bottom: 0.5rem;
padding-right: 7%;
}
@media screen and (min-width: 768px) {
.social-head {
padding-bottom: 2.5rem;
padding-right: 2%;
}
}
.social-head .icones {
margin-left: 0.5rem;
cursor: pointer;
}
@media screen and (min-width: 768px) {
.social-head .icones {
margin-left: 0.5rem;
}
}
.social-head .icones svg {
width: 1.2rem;
}
@media screen and (min-width: 768px) {
.social-head .icones svg {
width: 1.2rem;
}
}
#primary {
margin-top: 138px;
}
@media screen and (min-width: 768px) {
#primary {
margin-top: 187px;
}
}
@media screen and (min-width: 1200px) {
#primary {
margin-top: 207px;
}
}
#primary .entry-content {
margin-top: 0;
}
.wp-block-group {
margin-bottom: 2.25rem;
max-width: 107.5rem;
border-bottom: 2px solid #d5a079;
margin-left: 1.25rem;
margin-right: 1.25rem;
}
@media screen and (min-width: 768px) {
.wp-block-group {
padding-left: 1.25rem;
padding-right: 1.25rem;
margin-left: auto;
margin-right: auto;
}
}
@media screen and (min-width: 768px) {
.wp-block-group .wp-block-group__inner-container {
margin-left: 7%;
margin-right: 7%;
}
}
.wp-block-group.no-border-b {
border-bottom: 0;
}
.wp-block-spacer.no-phone-space {
display: none;
}
@media screen and (min-width: 600px) {
.wp-block-spacer.no-phone-space {
display: block;
}
}
.wp-block-image {
margin-bottom: 0;
}
.has-text-align-right {
text-align: left;
}
@media screen and (min-width: 600px) {
.has-text-align-right {
text-align: right;
}
}
.wp-block-columns {
margin-bottom: 0;
}
.wp-block-columns .wp-block-column {
margin-bottom: 2.25rem;
}
@media screen and (min-width: 600px) {
.wp-block-columns .wp-block-column {
margin-bottom: 0;
}
}
.wp-block-columns .wp-block-column:last-of-type {
margin-bottom: 0;
}
.wp-block-columns.text-cols .wp-block-column {
margin-bottom: 0;
}
.wp-block-columns.reverse-phone {
flex-wrap: wrap-reverse;
}
@media (min-width: 782px) {
.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
margin-left: var(--wp--style--block-gap, 2.25rem);
}
.col-space:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
margin-left: var(--wp--style--block-gap, 5rem);
}
}
.line-petale {
height: 30px;
width: 100%;
background-image: url(https://espritduluxe.ch/wp-content/themes/edl/logo-golden.svg);
background-size: contain;
margin-top: 3rem;
background-position: right;
}
@media (min-width: 900px) {
.line-petale {
margin-top: 9rem;
height: 60px;
}
}
.solo-petale {
height: 30px;
width: 30px;
background-image: url(https://espritduluxe.ch/wp-content/themes/edl/logo-white.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
margin-left: auto;
margin-right: 15px;
position: relative;
margin-bottom: 30px;
}
@media (min-width: 900px) {
.solo-petale {
height: 60px;
width: 60px;
margin-right: 142px;
margin-bottom: 10px;
}
}
.solo-petale::before {
display: block;
position: absolute;
content: "";
background-color: white;
width: 30px;
height: 30px;
top: -31px;
}
@media (min-width: 900px) {
.solo-petale::before {
width: 60px;
height: 60px;
top: -61px;
}
}
#colophon {
background-color: #103200;
width: 100%;
padding-bottom: 0;
padding-left: 1.25rem;
padding-right: 1.25rem;
}
@media (min-width: 900px) {
#colophon {
padding-left: 0;
padding-right: 0;
padding-bottom: 7px;
}
}
#colophon .site-info {
display: flex;
justify-content: space-evenly;
flex-direction: column;
}
@media (min-width: 900px) {
#colophon .site-info {
flex-direction: row;
}
}
#colophon .site-info .logo-copyright svg {
width: 280px;
height: auto;
}
#colophon .site-info .col-foot {
position: relative;
display: flex;
flex-direction: column;
margin-left: 0;
}
#colophon .site-info .col-foot a {
color: white;
text-decoration: none;
font-size: 0.7rem;
font-family: GothamMedium;
padding: 0.3rem 0;
width: fit-content;
display: block;
letter-spacing: 0.08rem;
}
@media (min-width: 900px) {
#colophon .site-info .col-foot a:first-of-type {
margin-bottom: 2.5rem;
}
}
#colophon .site-info .col-foot a.insta-foot {
margin-right: 1rem;
}
@media (min-width: 900px) {
#colophon .site-info .col-foot a.insta-foot {
margin-right: 0;
margin-bottom: 1rem;
}
}
#colophon .site-info .col-foot a:hover {
color: #d5a079;
}
#colophon .site-info .col-foot:last-of-type {
flex-direction: row;
margin-top: 2rem;
}
@media (min-width: 900px) {
#colophon .site-info .col-foot:last-of-type {
flex-direction: column;
margin-top: 0;
}
}
#colophon .site-info .col-foot:first-of-type {
margin-left: 0;
}
#colophon .site-info .col-foot .credit-desktop {
position: absolute;
margin-top: 4rem;
display: none;
color: rgba(255, 255, 255, 0.5);
width: max-content;
bottom: -4px;
z-index: 2;
}
@media (min-width: 900px) {
#colophon .site-info .col-foot .credit-desktop {
display: flex;
}
}
#colophon .site-info .col-foot .credit-desktop a {
color: rgba(255, 255, 255, 0.5);
text-decoration: none;
font-family: GothamLight;
font-size: 0.55rem;
letter-spacing: 0.08rem;
}
#colophon .site-info .col-foot .credit-desktop a:first-of-type {
margin-bottom: 0;
}
#colophon .site-info .col-foot .credit-desktop a:hover {
color: #d5a079;
}
#colophon .site-info .col-foot .credit-desktop span {
padding: 0 1rem;
margin-top: 0.3rem;
font-family: GothamLight;
}
#colophon .site-info svg {
margin-bottom: 3rem;
}
@media (min-width: 900px) {
#colophon .site-info svg {
margin-bottom: 0;
}
}
#colophon .site-info .credit-desktop {
margin-top: 4rem;
display: none;
color: rgba(255, 255, 255, 0.5);
text-decoration: none;
font-family: GothamLight;
font-size: 0.55rem;
letter-spacing: 0.08rem;
}
@media (min-width: 900px) {
#colophon .site-info .credit-desktop {
display: block;
}
}
#colophon .site-info .credit-desktop.copyright {
margin-top: 13rem;
text-align: center;
}
#colophon .credits {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
padding-bottom: 1rem;
}
@media (min-width: 900px) {
#colophon .credits {
display: none;
}
}
#colophon .credits .first-credit {
display: flex;
flex-direction: column;
}
#colophon .credits .last-credit {
display: flex;
flex-direction: column;
text-align: right;
}
#colophon .credits a {
color: rgba(255, 255, 255, 0.5);
text-decoration: none;
font-size: 0.5rem;
font-family: GothamMedium;
margin-bottom: 0.3rem;
display: block;
}
#colophon .credits a:hover {
color: #d5a079;
}
.img-volet figure {
position: relative;
overflow: hidden;
}
.img-volet figure img {
width: 100%;
}
.img-volet figure::before {
display: block;
content: "";
height: 100%;
background-color: #d5a079;
opacity: 0.7;
position: absolute;
right: -15%;
top: 0;
z-index: 1;
transform: skewX(-11deg);
margin-left: auto;
animation-delay: 1s;
width: 130%;
}
.hiddden {
opacity: 0;
}
.fadein-on {
-moz-animation: slidein 1s ease-in-out;
-webkit-animation: slidein 1s ease-in-out;
animation: slidein 1s ease-in-out;
}
.illu.fadein-on {
-moz-animation: slidein2 1s ease-in-out;
-webkit-animation: slidein2 1s ease-in-out;
animation: slidein2 1s ease-in-out;
}
.line-group.fadein-on {
-moz-animation: slidein3line 1s ease-in-out;
-webkit-animation: slidein3line 1s ease-in-out;
animation: slidein3line 1s ease-in-out;
}
.img-volet.fadein-on figure::before {
-moz-animation: volet 1s ease-in-out 0.5s;
-webkit-animation: volet 1s ease-in-out 0.5s;
animation: volet 1s ease-in-out 0.5s;
animation-fill-mode: forwards;
}
.svg-logo-foot {
position: relative;
display: none;
}
@media (min-width: 900px) {
.svg-logo-foot {
display: block;
}
}
.svg-logo-foot svg {
width: 320px;
height: auto;
margin-top: 2rem;
position: absolute;
left: -5px;
}
.svg-logo-foot-phone {
display: block;
}
@media (min-width: 900px) {
.svg-logo-foot-phone {
display: none;
}
}
.svg-logo-foot-phone svg {
width: 320px;
height: auto;
margin-bottom: 2rem;
position: relative;
left: -5px;
top: -10px;
}
@keyframes slidein {
0% {
transform: translateY(4rem) scale(0.95);
opacity: 0;
filter: blur(4px);
}
100% {
transform: translateY(0) scale(1);
opacity: 1;
filter: blur(0);
}
}
@keyframes slidein2 {
0% {
opacity: 0;
filter: blur(4px);
}
100% {
opacity: 1;
filter: blur(0);
}
}
@keyframes slidein3line {
0% {
border-color: transparent;
}
100% {
border-color: #d5a079;
}
}
@keyframes volet {
0% {
width: 130%;
opacity: 0.7;
}
100% {
width: 0;
opacity: 0.3;
}
}