@charset "UTF-8";
/* Theme Name: Le blog du communicant . 2025
 * Description: Thème original du blog du communicant.
 * Author: Laurent Zubac
 * Author URI: https://www.atelier-buz.com
 * Version: 4.00 */
/* Global Imports */
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* Styles */
html {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  overflow-x: hidden;
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html.disable-scroll {
  overflow: hidden;
}

body {
  background-color: #936CA7;
  color: #333;
  position: relative;
}

::selection {
  background: #542E84;
  color: #fff;
  text-shadow: none;
}

a {
  color: #936CA7;
  text-decoration: none;
  transition: 0.3s ease;
}
@media (pointer: fine) {
  a:hover {
    color: #FF8D94;
    text-decoration: underline;
  }
}

.app {
  background-color: #fff;
  overflow: hidden;
  padding-top: 90px;
  position: relative;
}
@media screen and (width > 1024px) {
  .app {
    padding-top: 200px;
  }
}

.content-part {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  padding: 0 24px;
  width: 100%;
}
@media screen and (width >= 768px) {
  .content-part {
    padding: 0 48px;
  }
}

.overlay {
  inset: 0;
  position: fixed;
  transition: 0.3s ease;
}

.active .overlay {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(2px);
}

@media screen and (width >= 768px) {
  .mobile-only {
    display: none;
  }
}

@media screen and (width < 768px) {
  .no-mobile {
    display: none;
  }
}

@media screen and (width < 1024px) {
  .desktop-only {
    display: none;
  }
}

.btn,
a.btn {
  align-items: center;
  background-color: #936CA7;
  border-radius: 20px;
  border-style: none;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  height: 40px;
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 400;
  justify-content: center;
  margin: 6px 8px;
  min-width: 88px;
  outline: 0;
  padding: 0 24px;
  position: relative;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), color 1ms;
  user-select: none;
  vertical-align: middle;
}
.btn.btn-outline,
a.btn.btn-outline {
  background-color: #fff;
  border: 1px solid #936CA7;
  border-radius: 16px;
  color: #936CA7;
  height: 32px;
  font-size: 13px;
  padding: 0 16px;
}
.btn.btn-mini,
a.btn.btn-mini {
  border-radius: 12px;
  height: 24px;
  font-size: 12px;
  padding: 0 8px;
}
.btn::before,
a.btn::before {
  border-radius: inherit;
  color: inherit;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.12;
  position: absolute;
  top: 0;
  transition: background-color 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  width: 100%;
}
.btn:hover::before,
a.btn:hover::before {
  background-color: currentcolor;
}

.btn-icon {
  display: inline-block;
  height: 48px;
  width: 48px;
}
.btn-icon svg {
  fill: #936CA7;
  transition: 0.3s ease;
}
@media (pointer: fine) {
  .btn-icon:hover svg {
    fill: #FF8D94;
  }
}

ul.social-links {
  align-items: center;
  color: #fff;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  list-style: none;
  margin: 16px -6px;
  padding: 0 24px;
  width: calc(100% + 12px);
}
ul.social-links li {
  margin: 0 6px;
}
ul.social-links li a {
  color: currentcolor;
  opacity: 0.5;
  display: block;
  height: 24px;
  width: 24px;
}
@media (pointer: fine) {
  ul.social-links li a:hover {
    opacity: 1;
  }
}
ul.social-links li svg {
  fill: currentcolor;
  width: auto;
  height: auto;
}

/*h1, h2, h3, h4, h5, h6
 * text-wrap: balance*/
h1:not(.h1) {
  color: #542E84;
  font-family: "IBM Plex Serif", serif;
  font-size: 36px;
  font-weight: 400;
  margin: 20px 0 48px;
  width: 100%;
}
h1:not(.h1) small {
  color: #999;
  display: block;
  font-size: 50%;
}
@media screen and (width >= 768px) {
  h1:not(.h1) {
    font-size: 52px;
  }
}
@media screen and (width > 810px) {
  h1:not(.h1) {
    margin: 20px 0 48px -36px;
    width: calc(100% + 36px);
  }
}

h2 {
  color: #542E84;
  font-family: "IBM Plex Serif", serif;
  font-size: 36px;
  font-weight: 400;
  margin: 48px 0 36px;
  width: 100%;
}
h2:first-child {
  margin-top: 0;
}

h3 {
  color: #333;
  font-family: "IBM Plex Serif", serif;
  font-size: 24px;
  font-weight: 700;
  margin: 36px 0 20px;
  width: 100%;
}

h4 {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px;
  width: 100%;
}

h5 {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px;
  width: 100%;
}

h6 {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 4px;
  width: 100%;
}

p,
address,
ul,
ol,
menu,
dir,
dl {
  color: #333;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 20px;
  width: 100%;
}
p strong,
address strong,
ul strong,
ol strong,
menu strong,
dir strong,
dl strong {
  font-weight: 700;
}

ul,
ol,
menu,
dir,
dl {
  padding: 0 0 0 30px;
}

dl dt {
  font-weight: 700;
}
dl dd {
  padding: 0 0 0 30px;
}

.buz-form-control,
.buz-form-control-select,
.buz-form-control-checkbox,
.buz-form-control-radio {
  display: flex;
  flex: 1 1 auto;
  flex-flow: column nowrap;
  font-size: 16px;
  height: 100%;
  margin: 16px 0 32px;
  position: relative;
  text-align: left;
  width: 100%;
}

/* Inputs classiques et textarea */
.buz-form-control label {
  background: #fff;
  color: #000;
  font-size: 16px;
  left: 12px;
  max-width: 240px;
  opacity: 0.54;
  overflow: hidden;
  padding: 4px 8px;
  position: absolute;
  text-overflow: ellipsis;
  top: 12px;
  transform-origin: top left;
  transition: 0.1s ease;
  white-space: nowrap;
}
.buz-form-control .buz-form-error {
  color: #FF8D94;
  display: none;
  font-size: 12px;
  margin: 4px 0 0;
}
.buz-form-control input,
.buz-form-control textarea {
  border: 1px solid #EEEAF3;
  border-radius: 6px;
  color: #000;
  height: 56px;
  outline: 0;
  padding: 0 12px;
  width: 100%;
  position: relative;
  transition: 0.2s ease;
}
.buz-form-control input::placeholder,
.buz-form-control textarea::placeholder {
  opacity: 0;
}
.buz-form-control input:hover,
.buz-form-control textarea:hover {
  border-color: #936CA7;
}
.buz-form-control input:focus,
.buz-form-control textarea:focus {
  border-color: #936CA7;
  border-width: 2px;
  padding: 0 11px;
}
.buz-form-control input[type=file],
.buz-form-control textarea[type=file] {
  padding: 12px;
}
.buz-form-control input[type=file]:focus,
.buz-form-control textarea[type=file]:focus {
  padding: 11px;
}
.buz-form-control input:invalid:not(:placeholder-shown),
.buz-form-control textarea:invalid:not(:placeholder-shown) {
  border-color: #FF8D94;
}
.buz-form-control input:valid:not(:placeholder-shown),
.buz-form-control textarea:valid:not(:placeholder-shown) {
  border-color: #542E84;
}
.buz-form-control input:not(:required):valid:not(:placeholder-shown),
.buz-form-control textarea:not(:required):valid:not(:placeholder-shown) {
  border-color: #EEEAF3;
}
.buz-form-control input:not(:required):valid:not(:placeholder-shown):hover,
.buz-form-control textarea:not(:required):valid:not(:placeholder-shown):hover {
  border-color: #936CA7;
}
.buz-form-control input:not(:required):valid:not(:placeholder-shown):focus,
.buz-form-control textarea:not(:required):valid:not(:placeholder-shown):focus {
  border-color: #936CA7;
}
.buz-form-control input[type=submit], .buz-form-control input[type=reset],
.buz-form-control textarea[type=submit],
.buz-form-control textarea[type=reset] {
  background: #936CA7;
  border: 0;
  color: #fff;
}
.buz-form-control input[type=submit]:hover, .buz-form-control input[type=reset]:hover,
.buz-form-control textarea[type=submit]:hover,
.buz-form-control textarea[type=reset]:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.buz-form-control input[type=submit]:focus, .buz-form-control input[type=reset]:focus,
.buz-form-control textarea[type=submit]:focus,
.buz-form-control textarea[type=reset]:focus {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.buz-form-control input[type=reset],
.buz-form-control textarea[type=reset] {
  opacity: 0.5;
}
.buz-form-control input:required + label::after,
.buz-form-control textarea:required + label::after {
  content: " *";
}
.buz-form-control input:not(:placeholder-shown) + label, .buz-form-control input:focus + label,
.buz-form-control textarea:not(:placeholder-shown) + label,
.buz-form-control textarea:focus + label {
  opacity: 1;
  top: -12px;
  transform: scale(0.7);
}
.buz-form-control input:invalid:not(:placeholder-shown) + label::before,
.buz-form-control textarea:invalid:not(:placeholder-shown) + label::before {
  color: #FF8D94;
  content: "!";
  display: inline-block;
  font-weight: 700;
  margin-right: 8px;
}
.buz-form-control input:invalid:not(:placeholder-shown) ~ .buz-form-error,
.buz-form-control textarea:invalid:not(:placeholder-shown) ~ .buz-form-error {
  display: block;
}
.buz-form-control input:valid:not(:placeholder-shown) + label::before,
.buz-form-control textarea:valid:not(:placeholder-shown) + label::before {
  color: #542E84;
  content: "✓";
  display: inline-block;
  font-weight: 700;
  margin-right: 8px;
}
.buz-form-control input:not(:required):valid:not(:placeholder-shown) + label::before,
.buz-form-control textarea:not(:required):valid:not(:placeholder-shown) + label::before {
  content: none;
}
.buz-form-control textarea {
  height: 160px;
  padding: 12px;
}
.buz-form-control textarea:focus {
  padding: 11px;
}

/* Select */
.buz-form-control-select label {
  background: #fff;
  color: #000;
  font-size: 16px;
  left: 12px;
  max-width: 240px;
  overflow: hidden;
  padding: 4px 8px;
  position: absolute;
  text-overflow: ellipsis;
  top: -12px;
  transform-origin: top left;
  transition: 0.1s ease;
  white-space: nowrap;
  transform: scale(0.7);
}
.buz-form-control-select .expand-icon {
  background: rgba(0, 0, 0, 0.4);
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath d='M12 15.375 6 9.375 7.4 7.975 12 12.575 16.6 7.975 18 9.375Z'/%3E%3C/svg%3E") no-repeat center;
  content: "";
  height: 24px;
  pointer-events: none;
  position: absolute;
  right: 6px;
  top: calc(50% - 12px);
  transition: 0.3s ease;
  width: 24px;
}
.buz-form-control-select .buz-form-error {
  color: #FF8D94;
  display: none;
  font-size: 12px;
  margin: 4px 0 0;
}
.buz-form-control-select select {
  border: 1px solid #EEEAF3;
  border-radius: 6px;
  color: #000;
  height: 56px;
  outline: 0;
  padding: 0 12px;
  width: 100%;
  position: relative;
  transition: 0.2s ease;
}
.buz-form-control-select select:hover {
  border-color: #936CA7;
}
.buz-form-control-select select:focus {
  border-color: #936CA7;
  border-width: 2px;
  padding: 0 11px;
}
.buz-form-control-select select:focus ~ .expand-icon {
  background: #936CA7;
  transform: rotate(180deg);
}
.buz-form-control-select select:invalid {
  border-color: #FF8D94;
}
.buz-form-control-select select:required:valid {
  border-color: #542E84;
}
.buz-form-control-select select:required + label::after {
  content: " *";
}
.buz-form-control-select select:invalid + label::before {
  color: #FF8D94;
  content: "!";
  display: inline-block;
  font-weight: 700;
  margin-right: 8px;
}
.buz-form-control-select select:invalid ~ .buz-form-error {
  display: block;
}
.buz-form-control-select select:valid + label::before {
  color: #542E84;
  content: "✓";
  display: inline-block;
  font-weight: 700;
  margin-right: 8px;
}
.buz-form-control-select select:not(:required):valid + label::before {
  content: none;
}

/* Radio / Checkbox */
.buz-form-control-radio .buz-form-slot,
.buz-form-control-checkbox .buz-form-slot {
  user-select: none;
}
.buz-form-control-radio .buz-form-slot input,
.buz-form-control-checkbox .buz-form-slot input {
  display: none;
}
.buz-form-control-radio .buz-form-slot label,
.buz-form-control-checkbox .buz-form-slot label {
  align-items: flex-start;
  color: currentcolor;
  display: inline-flex;
  flex-flow: row nowrap;
  margin: 2px 0;
  pointer-events: auto !important;
  position: relative;
  cursor: pointer;
}
.buz-form-control-radio .buz-form-slot label::before,
.buz-form-control-checkbox .buz-form-slot label::before {
  background: #936CA7;
  align-items: center;
  content: "";
  display: flex;
  flex: 0 0 auto;
  height: 24px;
  margin-right: 6px;
  margin-top: -0.2rem;
  opacity: 0.4;
  justify-content: center;
  text-rendering: auto;
  transition: all 0.3s ease;
  width: 24px;
}
.buz-form-control-radio .buz-form-slot label:hover::before,
.buz-form-control-checkbox .buz-form-slot label:hover::before {
  background: #936CA7;
  opacity: 1;
}
.buz-form-control-radio .buz-form-slot input:checked + label::before,
.buz-form-control-checkbox .buz-form-slot input:checked + label::before {
  background: #FF8D94;
  opacity: 1;
}

.buz-form-control-radio .buz-form-slot label::before {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath d='M12 22q-2.075 0-3.9-.788-1.825-.787-3.175-2.137-1.35-1.35-2.137-3.175Q2 14.075 2 12t.788-3.9q.787-1.825 2.137-3.175 1.35-1.35 3.175-2.138Q9.925 2 12 2t3.9.787q1.825.788 3.175 2.138 1.35 1.35 2.137 3.175Q22 9.925 22 12t-.788 3.9q-.787 1.825-2.137 3.175-1.35 1.35-3.175 2.137Q14.075 22 12 22Zm0-2q3.35 0 5.675-2.325Q20 15.35 20 12q0-3.35-2.325-5.675Q15.35 4 12 4 8.65 4 6.325 6.325 4 8.65 4 12q0 3.35 2.325 5.675Q8.65 20 12 20Zm0-8Z'/%3E%3C/svg%3E") no-repeat center;
}

.buz-form-control-radio .buz-form-slot input:checked + label::before {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath d='M12 17q2.075 0 3.538-1.463Q17 14.075 17 12t-1.462-3.538Q14.075 7 12 7 9.925 7 8.463 8.462 7 9.925 7 12q0 2.075 1.463 3.537Q9.925 17 12 17Zm0 5q-2.075 0-3.9-.788-1.825-.787-3.175-2.137-1.35-1.35-2.137-3.175Q2 14.075 2 12t.788-3.9q.787-1.825 2.137-3.175 1.35-1.35 3.175-2.138Q9.925 2 12 2t3.9.787q1.825.788 3.175 2.138 1.35 1.35 2.137 3.175Q22 9.925 22 12t-.788 3.9q-.787 1.825-2.137 3.175-1.35 1.35-3.175 2.137Q14.075 22 12 22Zm0-2q3.35 0 5.675-2.325Q20 15.35 20 12q0-3.35-2.325-5.675Q15.35 4 12 4 8.65 4 6.325 6.325 4 8.65 4 12q0 3.35 2.325 5.675Q8.65 20 12 20Zm0-8Z'/%3E%3C/svg%3E") no-repeat center;
}

.buz-form-control-checkbox .buz-form-slot label::before {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath d='M5 21q-.825 0-1.413-.587Q3 19.825 3 19V5q0-.825.587-1.413Q4.175 3 5 3h14q.825 0 1.413.587Q21 4.175 21 5v14q0 .825-.587 1.413Q19.825 21 19 21Zm0-2h14V5H5v14Z'/%3E%3C/svg%3E") no-repeat center;
}

.buz-form-control-checkbox .buz-form-slot input:checked + label::before {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath d='m10.6 16.2 7.05-7.05-1.4-1.4-5.65 5.65-2.85-2.85-1.4 1.4ZM5 21q-.825 0-1.413-.587Q3 19.825 3 19V5q0-.825.587-1.413Q4.175 3 5 3h14q.825 0 1.413.587Q21 4.175 21 5v14q0 .825-.587 1.413Q19.825 21 19 21Z'/%3E%3C/svg%3E") no-repeat center;
}

/* Layout */
.header {
  background-color: #fff;
  inset: 0 0 auto 0;
  position: fixed;
  width: 100%;
  z-index: 100;
}
.header .content-part {
  align-items: center;
  border-bottom: 1px solid #EEEAF3;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding-bottom: 12px;
  padding-top: 8px;
  position: relative;
  transition: 0.3s ease;
  width: 100%;
}
@media screen and (width > 1024px) {
  .header .content-part {
    align-items: flex-end;
    padding-bottom: 48px;
    padding-top: 48px;
  }
}
.header svg {
  flex: 0 0 auto;
}
.header .title-part {
  align-items: flex-end;
  display: flex;
  flex-flow: row nowrap;
}
.header .title-part a:hover {
  color: #936CA7;
  text-decoration: none;
}
.header .logo {
  height: 40px;
  width: 30px;
  transition: 0.3s ease;
}
@media screen and (width > 1024px) {
  .header .logo {
    height: 84px;
    width: 63px;
  }
}
.header .h1 {
  color: #936CA7;
  font-family: "IBM Plex Serif", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  margin: 0 0 0 16px;
  transition: 0.3s ease;
}
@media screen and (width > 1024px) {
  .header .h1 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 0 24px;
  }
}
.header .h1 strong {
  color: #542E84;
  display: block;
  font-size: 24px;
  font-weight: 400;
  line-height: 22px;
  transition: 0.3s ease;
}
@media screen and (width > 810px) {
  .header .h1 strong {
    font-size: 48px;
    line-height: 44px;
  }
}
.header .baseline {
  color: #936CA7;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  margin: 0 0 0 36px;
}
.header .tools-part {
  display: flex;
  flex-flow: row nowrap;
}
@media screen and (width >= 768px) {
  .header .tools-part {
    margin: 0 -12px;
  }
  .header .tools-part .btn-icon {
    margin: 0 12px;
  }
}
@media screen and (width >= 810px) {
  .header.is-stacked .content-part {
    padding-bottom: 12px;
    padding-top: 12px;
  }
  .header.is-stacked .logo {
    height: 40px;
    width: 30px;
  }
  .header.is-stacked .h1 {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 0 16px;
  }
  .header.is-stacked .h1 strong {
    font-size: 24px;
    line-height: 22px;
  }
}

.main-menu {
  inset: 0;
  position: fixed;
  pointer-events: none;
  z-index: 200;
}
.main-menu .aside {
  align-items: flex-end;
  background: #936CA7;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-flow: column nowrap;
  inset: 0 -420px 0 auto;
  overflow-y: auto;
  padding: 8px 24px 48px;
  position: fixed;
  width: 375px;
  transition: 0.3s ease;
}
@media screen and (width >= 1024px) and (height >= 700px) {
  .main-menu .aside:not(.is-stacked) {
    padding: 86px 24px 48px;
  }
}
.main-menu .aside .btn-icon svg {
  fill: #fff;
}
.main-menu .aside ul:not(.social-links) {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  list-style: none;
  margin: 40px 0 0;
  padding: 0 24px;
  text-align: center;
  width: 100%;
}
@media screen and (width > 810px) {
  .main-menu .aside ul:not(.social-links) {
    text-align: right;
  }
}
.main-menu .aside ul:not(.social-links) li {
  color: #fff;
  font-family: "IBM Plex Serif", serif;
  font-size: 20px;
  margin: 8px 0;
  width: 100%;
}
.main-menu .aside ul:not(.social-links) a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 4px 0;
  position: relative;
}
@media (pointer: fine) {
  .main-menu .aside ul:not(.social-links) a::before {
    background: rgba(255, 255, 255, 0.1);
    content: "";
    inset: 0 -24px 0 auto;
    position: absolute;
    transition: 0.3s ease;
    width: 0;
  }
  .main-menu .aside ul:not(.social-links) a:hover::before {
    width: calc(100% + 48px);
  }
}
.main-menu .aside ul.social-links {
  margin: 40px -6px 0;
}
@media screen and (width > 810px) {
  .main-menu .aside ul.social-links {
    justify-content: flex-end;
  }
}
.main-menu.active {
  pointer-events: auto;
}
.main-menu.active .aside {
  inset: 0 0 0 auto;
}

.search-form {
  inset: 0;
  position: fixed;
  pointer-events: none;
  z-index: 200;
}
.search-form form {
  align-items: flex-end;
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  display: flex;
  flex-flow: column nowrap;
  inset: -100svh auto auto 50%;
  overflow-y: auto;
  padding: 24px;
  position: fixed;
  width: 327px;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}
.search-form form .toggle-search-form svg {
  fill: #936CA7;
  transition: 0.3s ease;
}
.search-form form .toggle-search-form:hover svg {
  fill: #FF8D94;
}
.search-form form h2 {
  font-size: 24px;
  margin: 0 0 12px;
}
.search-form form .btn {
  display: flex;
  margin: 0;
}
.search-form.active {
  pointer-events: auto;
}
.search-form.active form {
  inset: 50% auto auto 50%;
}

.categories-archive {
  padding: 50px 0 0;
}
@media screen and (width >= 768px) {
  .categories-archive {
    padding: 60px 0 0;
  }
}
.categories-archive h1 {
  margin: 0 0 48px 0;
}

.articles-list {
  display: flex;
  flex-flow: column nowrap;
  margin: -30px;
  padding: 60px 0 120px;
}
@media screen and (width >= 768px) {
  .articles-list {
    align-items: flex-start;
    flex-flow: row wrap;
  }
}
@media screen and (width >= 1024px) {
  .articles-list {
    margin: -30px -48px;
  }
}
.articles-list .list-title {
  color: #999;
  font-size: 20px;
  margin: 0 30px 36px;
  width: calc(100% - 60px);
}
@media screen and (width >= 1024px) {
  .articles-list .list-title {
    margin: 0 48px 36px;
    width: calc(100% - 96px);
  }
}
.articles-list .pagination {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 30px;
  width: calc(100% - 60px);
}
@media screen and (width >= 1024px) {
  .articles-list .pagination {
    margin: 30px 48px;
    width: calc(100% - 96px);
  }
}
.articles-list .pagination .btn.prev {
  margin: 6px auto 6px 8px;
}
.articles-list .pagination .btn.next {
  margin: 6px 8px 6px auto;
}

.promoted-article {
  position: relative;
}
.promoted-article picture {
  aspect-ratio: 2/1;
  display: block;
  position: relative;
}
.promoted-article picture::before, .promoted-article picture::after {
  background: #FF8D94;
  content: "";
  display: block;
  height: 100px;
  pointer-events: none;
  position: absolute;
  transform: rotate(45deg);
  width: 10px;
  z-index: 2;
}
.promoted-article picture::before {
  inset: -40px auto auto 20px;
}
.promoted-article picture::after {
  inset: -40px auto auto 40px;
}
.promoted-article picture img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.promoted-article .article-preview {
  padding: 16px 0 48px;
}
.promoted-article .article-preview .submitted {
  color: #999;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}
.promoted-article .article-preview .submitted span {
  white-space: nowrap;
}
.promoted-article .article-preview .submitted .tag {
  color: #936CA7;
  font-family: "IBM Plex Serif", serif;
  font-size: 16px;
  font-weight: 500;
}
.promoted-article .article-preview h2 {
  font-size: 28px;
  margin: 8px 0;
  transition: 0.3s ease;
}
.promoted-article .article-preview p:not(.submitted) {
  color: #999;
  line-height: 1.25;
  margin: 0 0 8px;
}
.promoted-article .article-preview .btn-icon {
  inset: 0;
  height: auto;
  position: absolute;
  width: auto;
}
.promoted-article .article-preview .btn-icon svg {
  inset: auto auto 0 0;
  position: absolute;
}
@media screen and (width >= 768px) {
  .promoted-article {
    display: flex;
    flex-flow: row nowrap;
  }
  .promoted-article picture {
    aspect-ratio: auto;
    flex: 0 0 auto;
    width: 327px;
  }
  .promoted-article picture::before {
    inset: -50px auto auto 20px;
  }
  .promoted-article picture::after {
    inset: -50px auto auto 40px;
  }
  .promoted-article .article-preview {
    padding: 0 0 48px 48px;
  }
  .promoted-article .article-preview h2 {
    font-size: 40px;
    margin-left: -84px;
    padding: 12px 0 12px 48px;
    position: relative;
    width: calc(100% + 84px);
  }
  .promoted-article .article-preview h2::before {
    background: #fff;
    content: "";
    inset: 0;
    opacity: 95%;
    position: absolute;
  }
  .promoted-article .article-preview h2 span {
    position: relative;
  }
  .promoted-article .article-preview .btn-icon svg {
    margin-left: 375px;
  }
}
@media (pointer: fine) {
  .promoted-article:hover .article-preview h2 {
    text-decoration-color: #936CA7;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.15em;
  }
}

.article-card {
  margin: 30px;
  padding: 0 0 24px;
  position: relative;
  width: calc(100% - 60px);
}
@media screen and (width >= 768px) {
  .article-card {
    width: calc(50% - 60px);
  }
}
@media screen and (width >= 1024px) {
  .article-card {
    margin: 30px 48px;
    width: calc(50% - 96px);
  }
}
.article-card .heading {
  align-items: flex-start;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.article-card picture {
  display: block;
  flex: 0 0 auto;
  height: 80px;
  margin-bottom: 8px;
  width: 80px;
}
@media screen and (width >= 1024px) {
  .article-card picture {
    height: 120px;
    width: 120px;
  }
}
.article-card picture img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.article-card .article-preview {
  padding: 0 0 0 24px;
  width: 100%;
}
.article-card .article-preview .submitted {
  color: #999;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}
.article-card .article-preview .submitted span {
  white-space: nowrap;
}
.article-card .article-preview .submitted .tag {
  color: #936CA7;
  font-family: "IBM Plex Serif", serif;
  font-size: 16px;
  font-weight: 500;
}
.article-card .article-preview h2 {
  font-size: 18px;
  margin: 0 0 0 -48px;
  padding: 12px 0 12px 32px;
  position: relative;
  width: calc(100% + 48px);
  transition: 0.3s ease;
}
@media screen and (width >= 768px) {
  .article-card .article-preview h2 {
    font-size: 20px;
  }
}
.article-card .article-preview h2::before {
  background: #fff;
  content: "";
  inset: 0;
  opacity: 95%;
  position: absolute;
}
.article-card .article-preview h2 span {
  position: relative;
}
.article-card p.excerpt {
  color: #999;
  line-height: 1.25;
  max-height: 3.75em;
  margin: 0 0 8px;
  overflow: hidden;
  position: relative;
}
.article-card p.excerpt::before {
  background: #fff;
  color: #999;
  position: absolute;
  content: "...";
  inset-block-end: 0;
  inset-inline-end: 0;
}
.article-card p.excerpt::after {
  content: "";
  position: absolute;
  inset-inline-end: 0;
  width: 1rem;
  height: 1rem;
  background: white;
}
.article-card .btn-icon {
  inset: 0;
  height: auto;
  position: absolute;
  width: auto;
}
.article-card .btn-icon svg {
  inset: auto auto 0 0;
  position: absolute;
}
@media (pointer: fine) {
  .article-card:hover .article-preview h2 {
    text-decoration-color: #936CA7;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.15em;
  }
}

.full-article {
  margin: 0 auto;
  max-width: 800px;
  padding: 50px 0 60px;
}
@media screen and (width >= 768px) {
  .full-article {
    padding: 60px 0;
  }
}
.full-article .submitted {
  color: #999;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}
.full-article .submitted span {
  white-space: nowrap;
}
.full-article .submitted .tag {
  color: #936CA7;
  font-family: "IBM Plex Serif", serif;
  font-size: 16px;
  font-weight: 500;
}
.full-article .visual-part {
  position: relative;
}
.full-article .visual-part picture {
  aspect-ratio: 2/1;
  display: block;
  position: relative;
}
.full-article .visual-part picture::before, .full-article .visual-part picture::after {
  background: #FF8D94;
  content: "";
  display: block;
  height: 100px;
  pointer-events: none;
  position: absolute;
  transform: rotate(45deg);
  width: 10px;
  z-index: 2;
}
.full-article .visual-part picture::before {
  inset: -40px auto auto 20px;
}
.full-article .visual-part picture::after {
  inset: -40px auto auto 40px;
}
.full-article .visual-part picture img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.full-article .visual-part .categories {
  display: flex;
  flex-flow: row wrap;
  font-size: 13px;
  line-height: 1.25;
  list-style: none;
  margin: -20px 0 0 auto;
  padding: 16px;
  position: relative;
  transition: 0.3s ease;
  width: 300px;
}
@media screen and (width >= 768px) {
  .full-article .visual-part .categories {
    font-size: 16px;
    inset: auto 0 24px auto;
    line-height: 24px;
    margin: 0;
    padding: 24px 48px;
    position: absolute;
  }
}
@media screen and (width >= 1024px) {
  .full-article .visual-part .categories {
    inset: auto -100px 24px auto;
  }
}
@media screen and (width >= 1280px) {
  .full-article .visual-part .categories {
    inset: auto -200px 24px auto;
  }
}
.full-article .visual-part .categories::before {
  background: #fff;
  content: "";
  inset: 0;
  opacity: 95%;
  position: absolute;
}
.full-article .visual-part .categories li {
  color: #999;
  position: relative;
}
.full-article .visual-part .categories li:not(:last-child)::after {
  content: "/";
  margin: 0 4px;
}
.full-article .visual-part .categories li a {
  color: #542E84;
}
.full-article .visual-part .categories li a:hover {
  color: #FF8D94;
}
.full-article .entry-post {
  margin: 8px 0 80px;
}
@media screen and (width >= 768px) {
  .full-article .entry-post {
    margin: 36px 0 80px;
  }
}
.full-article .entry-post a {
  text-decoration: underline;
}
.full-article .entry-post .lead {
  color: #936CA7;
  font-family: "Mulish", sans-serif;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 36px;
}
.full-article .entry-post h2 {
  color: #333;
  font-family: "IBM Plex Serif", serif;
  font-size: 24px;
  font-weight: 700;
  margin: 36px 0 20px;
}
.full-article .entry-post .left,
.full-article .entry-post .alignleft {
  float: left;
}
.full-article .entry-post .right,
.full-article .entry-post .alignright {
  float: right;
}
.full-article .entry-post img.left,
.full-article .entry-post img.alignleft,
.full-article .entry-post div.left,
.full-article .entry-post div.alignleft {
  display: block;
  margin: 0 20px 10px 0;
}
.full-article .entry-post img.right,
.full-article .entry-post img.alignright,
.full-article .entry-post div.right,
.full-article .entry-post div.alignright {
  display: block;
  margin: 0 0 10px 20px;
}
.full-article .entry-post .center,
.full-article .entry-post .aligncenter {
  display: block;
  margin: 0 auto;
}
.full-article .entry-post figure.wp-block-image {
  margin: 36px 0 !important;
}
.full-article .entry-post figure.wp-block-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.full-article .entry-post figure.wp-block-image figcaption.wp-element-caption {
  color: #999;
  font-size: 14px;
  font-style: italic;
  margin: 8px 0 0 !important;
}
.full-article .tags {
  margin: 60px 0;
}
.full-article .tags h3 {
  color: #936CA7;
  font-size: 18px;
  line-height: 24px;
}
.full-article .tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.full-article .tags ul li {
  display: inline;
}
.full-article .tags ul li a {
  text-decoration: underline;
}
.full-article .comments-part {
  border-top: 1px solid #F1F0EF;
  margin: 60px 0;
  padding: 60px 0 0;
}
.full-article .comments-part h3 {
  margin-top: 0;
}
.full-article .comments-part ol {
  list-style-type: none;
  margin: 36px 0;
  padding: 0;
}
.full-article .comments-part ol.children {
  margin-left: 24px;
  width: calc(100% - 24px);
}
@media screen and (width >= 768px) {
  .full-article .comments-part ol.children {
    margin-left: 48px;
    width: calc(100% - 48px);
  }
}
.full-article .comments-part ol.children .children {
  margin-left: 0;
  width: 100%;
}
.full-article .comments-part ol li.comment {
  margin: 24px 0;
}
.full-article .comments-part ol li.comment .avatar {
  float: left;
  height: 40px;
  margin: 0 10px 0 0;
  width: 40px;
}
.full-article .comments-part ol li.comment .avatar img {
  display: block;
  border-radius: 50%;
}
.full-article .comments-part ol .comment-author {
  color: #999;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
.full-article .comments-part ol .comment-author cite {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.full-article .comments-part ol .comment-author cite .author {
  background: transparent url(images/author-bg.png) no-repeat 0 0;
  background-size: cover;
  display: block;
  float: left;
  height: 40px;
  margin: 0 10px 0 -10px;
  width: 40px;
}
.full-article .comments-part ol .comment-author a {
  color: #333;
}
.full-article .comments-part ol .comment-author a:hover {
  color: #FF8D94;
}
.full-article .comments-part ol .comment-content {
  border: 1px solid #F1F0EF;
  border-radius: 18px;
  margin: 8px 0 0 0;
  padding: 24px;
  position: relative;
}
@media screen and (width < 768px) {
  .full-article .comments-part ol .comment-content .mobile-only {
    color: #999;
    display: block;
    font-size: 14px;
    margin-bottom: 12px;
  }
  .full-article .comments-part ol .comment-content .mobile-only a {
    text-decoration: none;
  }
}
.full-article .comments-part ol .comment-content a {
  color: #333;
  text-decoration: underline;
}
.full-article .comments-part ol .comment-content a:hover {
  color: #FF8D94;
}
.full-article .comments-part ol .comment-content .reply {
  bottom: -10px;
  margin: 0;
  position: absolute;
  right: 16px;
}
.full-article .comments-part ol .comment-content .reply .btn {
  color: #936CA7;
  margin: 0;
  text-decoration: none;
}
.full-article .comment-respond {
  padding: 60px 0 0;
}

.blog-info {
  color: #936CA7;
  font-size: 12px;
  line-height: 1.25;
  margin: 0;
  text-align: center;
}
@media screen and (width >= 768px) {
  .blog-info {
    font-size: 14px;
    text-align: right;
  }
}
.blog-info strong {
  font-weight: 900;
}
.blog-info .stronger {
  color: #542E84;
  display: block;
}
@media screen and (width >= 768px) {
  .blog-info .stronger {
    display: inline;
  }
}

.sites-reference {
  background-color: #F8F7F7;
  padding: 80px 0;
}
.sites-reference h2 {
  color: #999;
  font-size: 20px;
  margin: 0 0 36px;
}
.sites-reference ul {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  margin: -8px -24px;
  padding: 0;
  width: calc(100% + 48px);
}
.sites-reference ul li {
  color: #936CA7;
  font-family: "IBM Plex Serif", serif;
  font-size: 12px;
  line-height: 1.25;
  margin: 8px 24px;
  width: calc(100% - 48px);
}
@media screen and (width >= 768px) {
  .sites-reference ul li {
    width: calc(50% - 48px);
  }
}
@media screen and (width >= 1024px) {
  .sites-reference ul li {
    width: calc(33.3333% - 48px);
  }
}
.sites-reference ul li a {
  color: #000;
  display: table-cell;
  font-size: 16px;
}

.front-main-part {
  padding: 50px 0 60px;
}
@media screen and (width >= 768px) {
  .front-main-part {
    padding: 60px 0;
  }
}
@media screen and (width >= 1024px) {
  .front-main-part {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
.front-main-part .author-infos {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  margin: 36px 0 0;
  padding: 60px 0 0;
  position: relative;
}
.front-main-part .author-infos::before {
  background: #936CA7;
  content: "";
  height: 1px;
  inset: 0 0 auto 0;
  opacity: 0.25;
  position: absolute;
  transform: rotate(-5deg);
  width: 100%;
}
.front-main-part .author-infos .author-profile,
.front-main-part .author-infos .author-actions {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
.front-main-part .author-infos figure {
  height: 140px;
  position: relative;
  width: 140px;
}
.front-main-part .author-infos figure img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s ease;
  width: 100%;
}
.front-main-part .author-infos figure figcaption {
  align-items: center;
  background: #FF8D94;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  height: 22px;
  inset: 24px 116px auto auto;
  padding: 0 8px;
  position: absolute;
  transition: 0.3s ease;
}
.front-main-part .author-infos h2 {
  color: #333;
  font-size: 24px;
  margin: 16px 0 0;
  text-align: center;
}
.front-main-part .author-infos h3 {
  color: #999;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  text-align: center;
}
.front-main-part .author-infos ul.social-links {
  color: #936CA7;
}
.front-main-part .author-infos .buttons {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  padding: 20px 0 0;
}
.front-main-part .author-infos .buttons .btn {
  margin: 4px 0;
}
@media screen and (width >= 768px) and (width < 1024px) {
  .front-main-part .author-infos {
    flex-flow: row nowrap;
  }
  .front-main-part .author-infos::before {
    transform: rotate(-3deg);
  }
  .front-main-part .author-infos .author-profile {
    align-items: flex-end;
    flex: 0 0 auto;
    width: 327px;
  }
  .front-main-part .author-infos .author-actions {
    align-items: flex-start;
    margin-left: 48px;
    width: calc(100% - 48px);
  }
  .front-main-part .author-infos h2,
  .front-main-part .author-infos h3 {
    text-align: right;
  }
  .front-main-part .author-infos ul.social-links {
    justify-content: flex-end;
    padding: 0;
  }
  .front-main-part .author-infos .buttons {
    align-items: flex-start;
    display: flex;
    flex-flow: column nowrap;
    padding: 20px 0 0;
  }
}
@media screen and (width >= 1024px) {
  .front-main-part .author-infos {
    align-items: flex-end;
    flex: 0 0 auto;
    margin: 0 0 0 48px;
    padding: 0;
    width: 300px;
  }
  .front-main-part .author-infos::before {
    height: 100%;
    inset: 0 auto 0 0;
    transform: rotate(5deg);
    width: 1px;
  }
  .front-main-part .author-infos .author-profile,
  .front-main-part .author-infos .author-actions {
    align-items: flex-end;
  }
  .front-main-part .author-infos h2,
  .front-main-part .author-infos h3 {
    text-align: right;
  }
  .front-main-part .author-infos ul.social-links {
    justify-content: flex-end;
    padding: 0;
  }
  .front-main-part .author-infos .buttons {
    align-items: flex-end;
  }
}
@media (pointer: fine) {
  .front-main-part .author-infos:hover figure img {
    border-radius: 50%;
  }
  .front-main-part .author-infos:hover figure figcaption {
    inset: 118px 50% auto auto;
    transform: translateX(50%);
  }
}

.footer {
  background: #936CA7;
  padding: 60px 0 120px;
  position: relative;
  z-index: 50;
}
.footer .content-part {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
.footer .content-part::before, .footer .content-part::after {
  background: #FF8D94;
  content: "";
  display: block;
  height: 100px;
  pointer-events: none;
  position: absolute;
  transform: rotate(45deg);
  width: 10px;
}
.footer .content-part::before {
  inset: -110px 50px auto auto;
}
.footer .content-part::after {
  inset: -110px 70px auto auto;
}
.footer .content-part p {
  color: #fff;
  font-family: "IBM Plex Serif", serif;
  margin: 0;
  text-align: center;
}
.footer .content-part ul:not(.social-links) {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.footer .content-part ul:not(.social-links) li,
.footer .content-part ul:not(.social-links) li a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}
.footer .content-part ul:not(.social-links) li:not(:last-child)::after {
  content: "—";
  margin: 0 4px;
}

/*# sourceMappingURL=style.css.map */
