@charset "UTF-8";
/*
@font-face {
    font-family: 'Urbani';
    src: url('../fonts/Urbani/Ultralight-Italic/Urbani-UltraLightItalic.eot');
    src: url('../fonts/Urbani/Ultralight-Italic/Urbani-UltraLightItalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Urbani/Ultralight-Italic/Urbani-UltraLightItalic.woff') format('woff'),
         url('../fonts/Urbani/Ultralight-Italic/Urbani-UltraLightItalic.ttf') format('truetype'),
         url('../fonts/Urbani/Ultralight-Italic/Urbani-UltraLightItalic.svg#Urbani-UltraLightItalic') format('svg');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
*/
@import url("https://fonts.googleapis.com/css2?family=Zeyada&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mrs+Saint+Delafield&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "Ostrich sans Rounded";
  src: url("../fonts/ostrich/OstrichSansRoundedMedium.otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ostrich sans Inline";
  src: url("../fonts/ostrich/OstrichSansInlineRegular.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ostrich sans";
  src: url("../fonts/ostrich/OstrichSansLight.otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ostrich sans";
  src: url("../fonts/ostrich/OstrichSansMedium.otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ostrich sans";
  src: url("../fonts/ostrich/OstrichSansBold.otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ostrich sans";
  src: url("../fonts/ostrich/OstrichSansHeavy.otf");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "August Script";
  src: url("../fonts/august-script/august_script_bold.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/************************************
 * Grids
 */
/************************************
 * Breakpoints
 */
/************************************
 * Transitions
 */
/************************************
 * Paths
 */
/************************************
 * Fonts
 */
/*** LOCAL FONTS ***/
/*** FONTS ***/
/*** VARIABLES TO USE ***/
/************************************
 * Font Sizes
 */
/* Hx font-size */
/************************************
 * COLORS
 */
/*** VARIABLES TO USE ***/
:root {
  --c-main: #332a27;
  --c-secondary: #332a27;
  --c-action: #cee5cd;
  --c-default: #332a27;
  --c-border: #332a27;
  --c-input-border: #D3BEB6;
  --c-input-placeholder: #646464;
  --c-text: #c9a69b;
  --c-link: #c9a69b;
  --c-link-hover: #B2B2B2;
  --c-link-visited: #646464;
  --c-button: #ffffff;
  --c-button-bg: #c9a69b;
  --c-button-border: transparent;
  --c-button-hover: #ffffff;
  --c-button-hover-bg: #cee5cd;
  --c-button-hover-border: transparent;
  --c-thumbnail-border: #EEEEEE;
  --c-picture-background: #EEEEEE;
  --c-page-bg: #fefefe;
}

/************************************
 * THEME
 */
/**
 * Font-size calcul
 */
/**
* Trigger hover effect on different pseudo-classes
* depending on touch or no-touch device
* => no-touch > on hover and on focus (by default, can be disable)
* => touch > on active, and when a class is added on the targeted element (optionnal)
*
* @param $focus (boolean) set to false to disable the hover effect on focus (no-touch only)
* @param $touchClass (string) the hover effect will be set if the targeted element has this class
*/
/**
* Set an item to 100% of its parent's width and height
*/
/**
* Set an item to 100% of the window width (and 100% of its parent height)
* even if located in a limited width wrapper
*/
/**
* Set an item to 100% of the window width
* even if located in a limited width wrapper,
* but keep it in the flow
*/
/**
* To call on an <img> tag.
* Set the image size to adapt to its parent
*/
/**
* Like img-cover(), but for responsive img with <picture>
* /!\ To call on <picture>, or <img> parent.
*/
/**
* Floating form items
* if $class2 equals 'empty', the next item is cleared
*/
/*
A simple little SCSS mixin for creating scrim gradients
Inspired by Andreas Larson - https://github.com/larsenwork
https://css-tricks.com/easing-linear-gradients/
*/
/**
Convert em value into px
 */
/**
Fluid font-size between 2 breakpoints.
Font-size must be in px, use em2px() function to convert from em.
*/
/**
Fluid value between 2 breakpoints (can be use for other than font-size)
(Font-size must be in px, use em2px() function to convert from em)
*/
/**
 * Animated placeholder for images or divs (FB like)
 */
@-webkit-keyframes placeHolderGradient {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}
@keyframes placeHolderGradient {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}
/*** SPECIFIC TO CURRENT PROJECT ***/
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
These "retina group" variables are mappings for the naming and pairing of normal and retina sprites.

The list formatted variables are intended for mixins like `retina-sprite` and `retina-sprites`.
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `retina-sprite` mixin sets up rules and a media query for a sprite/retina sprite.
  It should be used with a "retina group" variable.

The media query is from CSS Tricks: https://css-tricks.com/snippets/css/retina-display-media-query/

$icon-home-group: ('icon-home', $icon-home, $icon-home-2x, );

.icon-home {
  @include retina-sprite($icon-home-group);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
/*
The `retina-sprites` mixin generates a CSS rule and media query for retina groups
  This yields the same output as CSS retina template but can be overridden in SCSS

@include retina-sprites($retina-groups);
*/
/**
 * SVG Sprites
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: "Urbanist", sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.btn, .button, .tml-button {
  position: relative;
  display: inline-block;
  padding: 0.8em 2em 0.7em;
  background: var(--c-button-bg);
  border: 1px solid var(--c-button-border);
  border-radius: 0;
  color: var(--c-button);
  font-weight: 900;
  font-family: "Ostrich sans", serif;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  transition: all 300ms ease;
  cursor: pointer;
  -webkit-appearance: none;
}
.btn, .button, .tml-button {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .btn, .button, .tml-button {
    font-size: calc(18px + 2 * ((100vw - 320px) / 1110));
  }
}
@media screen and (min-width: 1430px) {
  .btn, .button, .tml-button {
    font-size: 20px;
  }
}
.btn:hover, .button:hover, .tml-button:hover {
  background-color: var(--c-button-hover-bg);
  border-color: var(--c-button-hover-border);
  color: var(--c-button-hover);
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
.btn:focus, .button:focus, .tml-button:focus {
  background-color: var(--c-button-hover-bg);
  border-color: var(--c-button-hover-border);
  color: var(--c-button-hover);
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
.touchevents .btn:active, .touchevents .button:active, .touchevents .tml-button:active {
  background-color: var(--c-button-hover-bg);
  border-color: var(--c-button-hover-border);
  color: var(--c-button-hover);
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
.btn:focus, .btn:active, .btn:visited, .button:focus, .button:active, .button:visited, .tml-button:focus, .tml-button:active, .tml-button:visited {
  color: var(--c-button);
  text-decoration: none;
}

.btn-secondary {
  background-color: var(--c-main);
  color: #fff;
}
.btn-secondary:hover {
  background-color: var(--c-secondary);
  border-color: var(--c-secondary);
  color: var(--c-main);
}
.btn-secondary:focus {
  background-color: var(--c-secondary);
  border-color: var(--c-secondary);
  color: var(--c-main);
}
.touchevents .btn-secondary:active {
  background-color: var(--c-secondary);
  border-color: var(--c-secondary);
  color: var(--c-main);
}

.btn-action {
  background-color: var(--c-action);
  border-color: var(--c-action);
  color: #fff;
}
.btn-action:hover {
  background-color: var(--c-main);
  border-color: var(--c-main);
  color: #ffffff;
}
.btn-action:focus {
  background-color: var(--c-main);
  border-color: var(--c-main);
  color: #ffffff;
}
.touchevents .btn-action:active {
  background-color: var(--c-main);
  border-color: var(--c-main);
  color: #ffffff;
}
.btn-action:focus {
  background-color: var(--c-action);
  border-color: var(--c-action);
  color: #fff;
}
.btn-action:hover {
  background-color: var(--c-main);
  border-color: var(--c-main);
  color: #ffffff;
}

.btn-small {
  padding: 0.5em 1em;
  border-color: var(--c-button);
  box-shadow: none;
  font-size: 0.7rem;
}
@media (min-width: 990px) {
  .btn-small {
    font-size: 0.85rem;
  }
}

button,
input,
optgroup,
select,
textarea {
  box-sizing: border-box;
  max-width: 100%;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input {
  overflow: visible;
}

[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-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

textarea, select, [type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=date],
[type=datetime-local],
[type=time],
[type=number] {
  background-color: #fff;
  border: 1px solid var(--c-input-border);
  border-radius: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 1em;
  color: var(--c-default);
  -webkit-appearance: none;
  outline: none;
}
textarea:focus, select:focus, [type=text]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=url]:focus,
[type=email]:focus,
[type=password]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=time]:focus,
[type=number]:focus {
  border-color: #c9a69b;
  outline: none;
}
@media (max-width: 599px) {
  textarea, select, [type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=date],
[type=datetime-local],
[type=time],
[type=number] {
    font-size: 16px;
  }
}

[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=date],
[type=datetime-local],
[type=time],
[type=number] {
  height: 46px;
  width: 100%;
  max-width: 100%;
  padding: 0 1em;
}

[type=file] {
  width: 100%;
  max-width: 500px;
}

input[type=date]::-webkit-inner-spin-button, input[type=datetime-local]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/*fieldset {
    border: 1px solid var(--c-input-border);
    margin: 0 2px;
}*/
legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  white-space: normal;
  color: inherit;
  margin-left: -5px;
  padding: 0 5px;
}

label, legend {
  display: block;
  margin-bottom: 0.2em;
}

select {
  width: 100%;
  height: 46px;
  padding: 0 20px 0 1em;
  background-image: url("../images/select.svg");
  background-repeat: no-repeat;
  background-position: right 6px center;
}

select::-ms-expand {
  display: none;
}

optgroup {
  font-weight: bold;
}

textarea {
  overflow: auto;
  padding: 0.5em 1em;
  width: 100%;
  max-width: 100%;
}

.form-item {
  margin: 1.5em 0;
}
.form-radios .form-item.form-type-checkbox, .form-radios .form-item.form-type-radio, .form-checkboxes .form-item.form-type-checkbox, .form-checkboxes .form-item.form-type-radio {
  position: relative;
  display: inline-block;
  margin-right: 1.5em;
}
.form-radios .form-item.form-type-checkbox:last-child, .form-radios .form-item.form-type-radio:last-child, .form-checkboxes .form-item.form-type-checkbox:last-child, .form-checkboxes .form-item.form-type-radio:last-child {
  margin-right: 0;
}
.form-type-radios > label {
  display: inline-block;
  vertical-align: top;
}
.form-type-radios > label {
  margin-right: 2em;
}

.form-type-checkbox,
.form-type-radio {
  position: relative;
  margin-bottom: 1em;
}
.form-type-checkbox label,
.form-type-radio label {
  padding-left: 0;
}
.form-type-checkbox input,
.form-type-radio input {
  position: relative;
  top: 2px;
}

.form-type-submit {
  text-align: center;
}

.tml {
  max-width: 600px;
  margin: auto;
}
.tml {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .tml {
    font-size: calc(16px + 2 * ((100vw - 320px) / 1110));
  }
}
@media screen and (min-width: 1430px) {
  .tml {
    font-size: 18px;
  }
}
.tml .tml-alerts .tml-error {
  background-color: #ffffff;
}
.tml .tml-alerts .tml-message {
  border-left-color: #cee5cd;
}
.tml .tml-submit-wrap {
  text-align: center;
}
.tml form [type=checkbox] {
  position: absolute;
  margin: 0;
  opacity: 0;
}
.tml form [type=checkbox] + label {
  position: relative !important;
  display: inline-block;
  min-height: 21px;
  padding: 0 0 0 31px;
  cursor: pointer;
  z-index: 1;
  font-weight: 400;
  line-height: 21px;
}
.tml form [type=checkbox] + label:before {
  content: "";
  display: block;
  left: 0;
  top: -1px;
  position: absolute;
  width: 21px;
  height: 21px;
  border: 1px solid var(--c-input-border);
  background: #fff;
  z-index: 2;
  box-sizing: border-box;
  pointer-events: none;
}
.tml form [type=checkbox] + label:after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 11px;
  left: 11px;
  margin: -7px 0 0 -6px;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  background: var(--c-action);
}
.tml form [type=checkbox]:checked + label:after {
  opacity: 1;
}
.tml form [type=checkbox]:focus {
  outline: none;
}
.tml form .tml-field-wrap {
  padding: 0 0.5em;
}
.tml form[name=register] {
  display: flex;
  flex-wrap: wrap;
}
.tml form[name=register] .tml-field-wrap {
  flex: 0 0 50%;
  max-width: 50%;
}
.tml form[name=register] .tml-field-wrap.tml-user_email-wrap, .tml form[name=register] .tml-field-wrap.tml-user_login-wrap, .tml form[name=register] .tml-field-wrap.tml-submit-wrap, .tml form[name=register] .tml-field-wrap.tml-indicator-wrap, .tml form[name=register] .tml-field-wrap.tml-indicator_hint-wrap, .tml form[name=register] .tml-field-wrap.tml-accept_terms-wrap {
  flex: 0 0 100%;
  max-width: 100%;
}
.tml form[name=register] .tml-field-wrap.tml-indicator-wrap {
  margin-bottom: 0.2em;
}
.tml form[name=register] .tml-field-wrap.tml-indicator_hint-wrap {
  display: none;
  font-size: 14px;
  color: #B2B2B2;
}
.tml form[name=register] .tml-field-wrap.tml-accept_terms-wrap .tml-label {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .tml form[name=register] .tml-field-wrap.tml-accept_terms-wrap .tml-label {
    font-size: calc(14px + 2 * ((100vw - 320px) / 1110));
  }
}
@media screen and (min-width: 1430px) {
  .tml form[name=register] .tml-field-wrap.tml-accept_terms-wrap .tml-label {
    font-size: 16px;
  }
}
.tml form[name=register] .tml-field-wrap.tml-accept_terms-wrap .tml-label small {
  display: block;
}
.tml form[name=register] .tml-field-wrap.tml-accept_terms-wrap .tml-label small {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .tml form[name=register] .tml-field-wrap.tml-accept_terms-wrap .tml-label small {
    font-size: calc(12px + 2 * ((100vw - 320px) / 1110));
  }
}
@media screen and (min-width: 1430px) {
  .tml form[name=register] .tml-field-wrap.tml-accept_terms-wrap .tml-label small {
    font-size: 14px;
  }
}
.tml form[name=register] .tml-field-wrap.tml-accept_terms-wrap input[type=checkbox] {
  position: absolute;
  margin: 0;
  opacity: 0;
}
.tml form[name=register] .tml-field-wrap.tml-accept_terms-wrap input[type=checkbox] + .tml-label {
  position: relative !important;
  display: inline-block;
  min-height: 21px;
  padding: 0 0 0 31px;
  cursor: pointer;
  z-index: 1;
  font-weight: 400;
  line-height: 21px;
}
.tml form[name=register] .tml-field-wrap.tml-accept_terms-wrap input[type=checkbox] + .tml-label:before {
  content: "";
  display: block;
  left: 0;
  top: -1px;
  position: absolute;
  width: 21px;
  height: 21px;
  border: 1px solid var(--c-input-border);
  background: #fff;
  z-index: 2;
  box-sizing: border-box;
  pointer-events: none;
}
.tml form[name=register] .tml-field-wrap.tml-accept_terms-wrap input[type=checkbox] + .tml-label:after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 11px;
  left: 11px;
  margin: -7px 0 0 -6px;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  background: var(--c-action);
}
.tml form[name=register] .tml-field-wrap.tml-accept_terms-wrap input[type=checkbox]:checked {
  transform: translateY(10px);
}
.tml form[name=register] .tml-field-wrap.tml-accept_terms-wrap input[type=checkbox]:checked + .tml-label:after {
  opacity: 1;
}
.tml form[name=register] .tml-field-wrap.tml-accept_terms-wrap input[type=checkbox]:focus {
  outline: none;
}
.tml form[name=register] #pass-strength-result {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0;
  padding: 0;
}
.tml form[name=register] #pass-strength-result.short {
  color: #e35b5b;
}
.tml form[name=register] #pass-strength-result.bad {
  color: #f78b53;
}
.tml form[name=register] #pass-strength-result.good {
  color: #ffc733;
}
.tml form[name=register] #pass-strength-result.strong {
  color: #83c373;
}
@media screen and (max-width: 768px) {
  .tml form[name=register] .tml-field-wrap {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.tml .tml-links {
  display: flex;
  justify-content: space-between;
}

* {
  box-sizing: border-box;
  transform-origin: 50% 50%;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 100%;
}

body {
  min-width: 320px;
  font-family: "Urbanist", sans-serif;
  line-height: 1.3;
  color: var(--c-default);
  background-color: var(--c-page-bg);
}
body.no-scroll {
  overflow: hidden;
}
body.overflow {
  overflow: hidden;
}
body.overflow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 29;
}

/* ============================================ *
 * Global
 * ============================================ */
html,
body {
  height: 100%;
}

.wrap {
  margin: 0 auto;
  max-width: 1430px;
  /* Try to delete gutter to a better pixel perfect style */
  padding-left: 15px;
  padding-right: 15px;
}

#primary {
  position: relative;
  min-height: 56vh;
}

article.page {
  background-color: #f4eeed;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 2em 4em;
  color: var(--c-text);
}
@media screen and (max-width: 768px) {
  article.page {
    padding: 2em;
  }
}
@media screen and (max-width: 600px) {
  article.page {
    padding: 2em 1em;
  }
}
@media screen and (max-width: 480px) {
  article.page {
    padding: 2em 0;
  }
}

@media screen and (min-width: 769px) {
  .container-fluid {
    max-width: calc(100% - 100px);
  }
}

.title-bold {
  font-family: "Ostrich sans", serif;
  font-weight: 900;
}

#masthead {
  width: 100%;
  justify-content: center;
  align-items: center;
  background-color: var(--c-page-bg);
  position: relative;
  padding-top: 1.5em;
}
#masthead .header__inner {
  background-image: url("../images/baby.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
}
#masthead .site-branding {
  text-align: center;
}
#masthead .site-title {
  font-family: "August Script", cursive;
  color: #ffffff;
  text-shadow: 0px 0px 15px rgba(51, 42, 39, 0.3);
  margin: 0 !important;
  position: relative;
  z-index: 1;
}
#masthead .site-title {
  font-size: 42.32px;
}
@media screen and (min-width: 320px) {
  #masthead .site-title {
    font-size: calc(42.32px + 22.08 * ((100vw - 320px) / 1110));
  }
}
@media screen and (min-width: 1430px) {
  #masthead .site-title {
    font-size: 64.4px;
  }
}
#masthead .subtitle {
  text-shadow: 0px 0px 10px rgba(51, 42, 39, 0.3);
  font-family: "Ostrich sans", serif;
  font-weight: 900;
  line-height: 1;
  color: #cee5cd;
  margin-top: -25px;
  position: relative;
}
#masthead .subtitle {
  font-size: 33.12px;
}
@media screen and (min-width: 320px) {
  #masthead .subtitle {
    font-size: calc(33.12px + 31.28 * ((100vw - 320px) / 1110));
  }
}
@media screen and (min-width: 1430px) {
  #masthead .subtitle {
    font-size: 64.4px;
  }
}
#masthead .main-navigation {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 15px;
  right: 15px;
  z-index: 100;
}
#masthead .main-navigation a {
  position: relative;
  display: inline-block;
  padding: 0.8em 2em 0.7em;
  background: var(--c-button-bg);
  border: 1px solid var(--c-button-border);
  border-radius: 0;
  color: var(--c-button);
  font-weight: 900;
  font-family: "Ostrich sans", serif;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  transition: all 300ms ease;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 0.5em 1em 0.4em;
}
#masthead .main-navigation a {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  #masthead .main-navigation a {
    font-size: calc(18px + 2 * ((100vw - 320px) / 1110));
  }
}
@media screen and (min-width: 1430px) {
  #masthead .main-navigation a {
    font-size: 20px;
  }
}
#masthead .main-navigation a:hover {
  background-color: var(--c-button-hover-bg);
  border-color: var(--c-button-hover-border);
  color: var(--c-button-hover);
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
#masthead .main-navigation a:focus {
  background-color: var(--c-button-hover-bg);
  border-color: var(--c-button-hover-border);
  color: var(--c-button-hover);
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
.touchevents #masthead .main-navigation a:active {
  background-color: var(--c-button-hover-bg);
  border-color: var(--c-button-hover-border);
  color: var(--c-button-hover);
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
#masthead .main-navigation a:focus, #masthead .main-navigation a:active, #masthead .main-navigation a:visited {
  color: var(--c-button);
  text-decoration: none;
}
#masthead .main-navigation a {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  #masthead .main-navigation a {
    font-size: calc(16px + 2 * ((100vw - 320px) / 1110));
  }
}
@media screen and (min-width: 1430px) {
  #masthead .main-navigation a {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #masthead .main-navigation {
    bottom: 0;
    right: 50%;
    transform: translate(50%, 50%);
  }
}

.top-page__bg {
  margin-bottom: -25vh;
  height: 45vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.site-footer {
  padding-bottom: 1.5em;
}
.site-footer .footer__inner {
  text-align: center;
  padding: 0.5em 0;
}
.site-footer .footer__inner .site-info {
  font-size: 14px;
  font-family: "Urbanist", sans-serif;
  color: #B2B2B2;
  opacity: 0.8;
}

.page-template-dashboard .entry-header {
  margin-top: 1.5em;
  text-align: center;
  border-left: 2px solid #f4eeed;
  border-right: 2px solid #f4eeed;
}
@media screen and (max-width: 768px) {
  .page-template-dashboard .entry-header {
    margin-top: 2em;
  }
}
.page-template-dashboard h1 {
  margin-bottom: 0;
}
.page-template-dashboard .username {
  text-align: center;
  color: var(--c-default);
  transform: rotate(-8.25deg);
  transform-origin: left;
  display: inline-block;
  font-family: "August Script", cursive;
  margin: 0;
  line-height: 1;
}
.page-template-dashboard .username {
  font-size: 36px;
}
@media screen and (min-width: 320px) {
  .page-template-dashboard .username {
    font-size: calc(36px + 20 * ((100vw - 320px) / 1110));
  }
}
@media screen and (min-width: 1430px) {
  .page-template-dashboard .username {
    font-size: 56px;
  }
}
.page-template-dashboard article {
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.page-template-dashboard .dashboard__empty {
  background-color: #f4eeed;
  text-align: center;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.page-template-dashboard .dashboard__empty .arrow img {
  transform: translate(150%, 45%) rotate(30deg);
  z-index: 1;
  position: relative;
}
.page-template-dashboard .dashboard__empty p.large {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .page-template-dashboard .dashboard__empty p.large {
    font-size: calc(18px + 2 * ((100vw - 320px) / 1110));
  }
}
@media screen and (min-width: 1430px) {
  .page-template-dashboard .dashboard__empty p.large {
    font-size: 20px;
  }
}
.page-template-dashboard .dashboard__empty .title-bold {
  font-size: 26px;
}
@media screen and (min-width: 320px) {
  .page-template-dashboard .dashboard__empty .title-bold {
    font-size: calc(26px + 10 * ((100vw - 320px) / 1110));
  }
}
@media screen and (min-width: 1430px) {
  .page-template-dashboard .dashboard__empty .title-bold {
    font-size: 36px;
  }
}
.page-template-dashboard .dashboard__data section {
  position: relative;
  background-color: #f4eeed;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 2em 4em;
}
.page-template-dashboard .dashboard__data section h2 {
  font-size: 18px;
  font-weight: 900;
  color: #c9a69b;
  margin-bottom: 0;
  word-break: break-all;
  max-width: 23px;
}
.page-template-dashboard .dashboard__data section .section__title {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
}
.page-template-dashboard .dashboard__data section .section__title:after {
  position: absolute;
  content: "";
  background-color: #c9a69b;
  left: 48px;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: calc(100% - 73px);
}
.page-template-dashboard .dashboard__data section.average-pronostic .section__title h2 {
  margin-right: 0;
  margin-left: auto;
}
.page-template-dashboard .dashboard__data section.average-pronostic .section__title:after {
  right: 48px;
  left: unset;
}
.page-template-dashboard .dashboard__data .my-pronostic__bg {
  position: relative;
  flex: 1;
  z-index: 1;
  box-shadow: 0px 0px 15px rgba(178, 178, 178, 0.5);
  margin-bottom: -100px;
  max-width: calc(800px + 2em);
  background-image: url("../images/baby_6.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1em;
}
.page-template-dashboard .dashboard__data .my-pronostic__bg {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .page-template-dashboard .dashboard__data .my-pronostic__bg {
    font-size: calc(16px + 2 * ((100vw - 320px) / 1110));
  }
}
@media screen and (min-width: 1430px) {
  .page-template-dashboard .dashboard__data .my-pronostic__bg {
    font-size: 18px;
  }
}
.page-template-dashboard .dashboard__data .my-pronostic__bg .label {
  color: rgba(51, 42, 39, 0.6);
  font-family: "Ostrich sans", serif;
  font-weight: 900;
  text-shadow: 0px 0px 0px rgba(51, 42, 39, 0.2);
}
.page-template-dashboard .dashboard__data .my-pronostic__bg .label {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .page-template-dashboard .dashboard__data .my-pronostic__bg .label {
    font-size: calc(18px + 5 * ((100vw - 320px) / 1110));
  }
}
@media screen and (min-width: 1430px) {
  .page-template-dashboard .dashboard__data .my-pronostic__bg .label {
    font-size: 23px;
  }
}
.page-template-dashboard .dashboard__data .my-pronostic__bg .user-answer {
  color: #947a72;
  font-weight: 700;
}
.page-template-dashboard .dashboard__data .my-pronostic__inner {
  padding: 1em;
  -webkit-backdrop-filter: blur(12px) brightness(105%);
          backdrop-filter: blur(12px) brightness(105%);
  border: 1px solid rgba(244, 238, 237, 0.5);
}
.page-template-dashboard .dashboard__data .my-pronostic__inner > .d-flex {
  padding: 5px 0;
  justify-content: space-between;
}
.page-template-dashboard .dashboard__data .my-pronostic__inner > .d-flex > div {
  flex: 1;
  padding: 0 15px;
}
.page-template-dashboard .dashboard__data .average-pronostic {
  padding-top: calc(2em + 70px);
}
.page-template-dashboard .dashboard__data .average-pronostic__bg {
  position: relative;
  flex: 1;
  z-index: 1;
  box-shadow: 0px 0px 15px rgba(178, 178, 178, 0.5);
  margin-bottom: -100px;
  max-width: calc(800px + 2em);
  background-color: var(--c-page-bg);
  padding: 1em;
}
.page-template-dashboard .dashboard__data .average-pronostic__inner {
  padding: 1em;
  border: 1px solid rgba(211, 190, 182, 0.5);
}
.page-template-dashboard .dashboard__data .average-pronostic__inner {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .page-template-dashboard .dashboard__data .average-pronostic__inner {
    font-size: calc(18px + 2 * ((100vw - 320px) / 1110));
  }
}
@media screen and (min-width: 1430px) {
  .page-template-dashboard .dashboard__data .average-pronostic__inner {
    font-size: 20px;
  }
}
.page-template-dashboard .dashboard__data .average-pronostic__inner p {
  color: rgba(51, 42, 39, 0.6);
}
.page-template-dashboard .dashboard__data .average-pronostic__inner p.large {
  text-align: center;
}
.page-template-dashboard .dashboard__data .average-pronostic__inner p.large {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .page-template-dashboard .dashboard__data .average-pronostic__inner p.large {
    font-size: calc(20px + 4 * ((100vw - 320px) / 1110));
  }
}
@media screen and (min-width: 1430px) {
  .page-template-dashboard .dashboard__data .average-pronostic__inner p.large {
    font-size: 24px;
  }
}
.page-template-dashboard .dashboard__data .average-pronostic__inner p strong {
  font-family: "Ostrich sans", serif;
  font-weight: 900;
  color: var(--c-text);
}
.page-template-dashboard .dashboard__data .average-pronostic__inner p strong {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .page-template-dashboard .dashboard__data .average-pronostic__inner p strong {
    font-size: calc(20px + 4 * ((100vw - 320px) / 1110));
  }
}
@media screen and (min-width: 1430px) {
  .page-template-dashboard .dashboard__data .average-pronostic__inner p strong {
    font-size: 24px;
  }
}
.page-template-dashboard .dashboard__data .parents-pronostic {
  padding-top: calc(2em + 70px);
}
.page-template-dashboard .dashboard__data .parents-pronostic__title {
  text-align: center;
}
.page-template-dashboard .dashboard__data .parents-pronostic__title:before {
  position: absolute;
  content: "";
  background-color: #c9a69b;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: calc(2em + 55px);
  width: 2px;
}
.page-template-dashboard .dashboard__data .parents-pronostic__title h2 {
  margin: auto;
}
.page-template-dashboard .dashboard__data .parents-pronostic__bg {
  margin-top: 2em;
  padding: 12.5em 1em 0 1em;
  background-image: url("../images/les-darons.png");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
}
.page-template-dashboard .dashboard__data .parents-pronostic__inner .label {
  color: rgba(51, 42, 39, 0.6);
  font-family: "Ostrich sans", serif;
  font-weight: 900;
  text-shadow: 0px 0px 0px rgba(51, 42, 39, 0.2);
}
.page-template-dashboard .dashboard__data .parents-pronostic__inner .label {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .page-template-dashboard .dashboard__data .parents-pronostic__inner .label {
    font-size: calc(18px + 5 * ((100vw - 320px) / 1110));
  }
}
@media screen and (min-width: 1430px) {
  .page-template-dashboard .dashboard__data .parents-pronostic__inner .label {
    font-size: 23px;
  }
}
.page-template-dashboard .dashboard__data .parents-pronostic__inner .user-answer {
  font-weight: 700;
}
.page-template-dashboard .dashboard__data .parents-pronostic__item {
  flex: 0 0 50%;
  padding: 2em;
}
.page-template-dashboard .dashboard__data .parents-pronostic__item {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .page-template-dashboard .dashboard__data .parents-pronostic__item {
    font-size: calc(16px + 2 * ((100vw - 320px) / 1110));
  }
}
@media screen and (min-width: 1430px) {
  .page-template-dashboard .dashboard__data .parents-pronostic__item {
    font-size: 18px;
  }
}
.page-template-dashboard .dashboard__data .parents-pronostic__item--inner {
  padding: 1em;
  background-color: #f4eeed;
  box-shadow: 0px 0px 15px rgba(178, 178, 178, 0.5);
}
.page-template-dashboard .dashboard__data .parents-pronostic__item--inner .pink-border {
  border: 1px solid var(--c-page-bg);
  padding: 1em;
}
.page-template-dashboard .dashboard__data .parents-pronostic__item--inner .pink-border > .d-flex {
  padding: 5px 0;
  justify-content: space-between;
}
.page-template-dashboard .dashboard__data .parents-pronostic__item--inner .pink-border > .d-flex > div {
  flex: 1;
  padding: 0 15px;
}
.page-template-dashboard .dashboard__data .parents-pronostic__item h3 {
  font-family: "Ostrich sans", serif;
  font-weight: 900;
  color: #c9a69b;
  text-align: center;
}
.page-template-dashboard .dashboard__data .parents-pronostic__item h3 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .page-template-dashboard .dashboard__data .parents-pronostic__item h3 {
    font-size: calc(20px + 6 * ((100vw - 320px) / 1110));
  }
}
@media screen and (min-width: 1430px) {
  .page-template-dashboard .dashboard__data .parents-pronostic__item h3 {
    font-size: 26px;
  }
}
.page-template-dashboard .dashboard__data .parents-pronostic__item h3 .title-special {
  font-family: "August Script", cursive;
  transform: rotate(-10deg);
  display: inline-block;
}
.page-template-dashboard .dashboard__data .parents-pronostic__item h3 .title-special {
  font-size: 36px;
}
@media screen and (min-width: 320px) {
  .page-template-dashboard .dashboard__data .parents-pronostic__item h3 .title-special {
    font-size: calc(36px + 20 * ((100vw - 320px) / 1110));
  }
}
@media screen and (min-width: 1430px) {
  .page-template-dashboard .dashboard__data .parents-pronostic__item h3 .title-special {
    font-size: 56px;
  }
}
@media screen and (max-width: 1400px) {
  .page-template-dashboard .dashboard__data section .section__title {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .page-template-dashboard .dashboard__data .parents-pronostic__bg {
    padding: 12.5vw 0 0;
  }
  .page-template-dashboard .dashboard__data .parents-pronostic__item {
    padding: 1em;
  }
}
@media screen and (max-width: 1280px) {
  .page-template-dashboard .dashboard__data .parents-pronostic__item--inner .pink-border {
    padding: 0;
  }
}
@media screen and (max-width: 990px) {
  .page-template-dashboard .dashboard__data section {
    padding: 2em;
  }
  .page-template-dashboard .dashboard__data section .section__title {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .page-template-dashboard .dashboard__data section {
    padding: 2em 1em;
  }
  .page-template-dashboard .dashboard__data section .section__title {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .page-template-dashboard .dashboard__data .parents-pronostic__bg {
    margin-top: 1em;
  }
  .page-template-dashboard .dashboard__data .parents-pronostic__inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .page-template-dashboard .dashboard__data section {
    padding: 1em 0;
  }
}
@media screen and (max-width: 480px) {
  .page-template-dashboard .dashboard__data .my-pronostic__bg, .page-template-dashboard .dashboard__data .average-pronostic__bg {
    margin-bottom: 2em;
    padding: 0.5em;
  }
  .page-template-dashboard .dashboard__data .my-pronostic__inner {
    padding: 0;
  }
  .page-template-dashboard .dashboard__data .my-pronostic__inner > .d-flex > div {
    padding: 0 10px;
  }
  .page-template-dashboard .dashboard__data .average-pronostic {
    padding-top: 0;
  }
  .page-template-dashboard .dashboard__data .average-pronostic__inner {
    padding: 0.5em 10px;
  }
  .page-template-dashboard .dashboard__data .average-pronostic > .d-flex {
    flex-direction: column-reverse;
  }
  .page-template-dashboard .dashboard__data section {
    padding: 0;
  }
  .page-template-dashboard .dashboard__data section > .d-flex {
    flex-direction: column;
  }
  .page-template-dashboard .dashboard__data section .section__title {
    padding-top: calc(0.5em + 70px);
    padding-bottom: 1em;
  }
  .page-template-dashboard .dashboard__data section .section__title:after {
    position: absolute;
    content: "";
    background-color: #c9a69b;
    left: 50% !important;
    top: 0;
    transform: translateX(-50%);
    height: calc(0.5em + 55px);
    width: 2px;
  }
  .page-template-dashboard .dashboard__data .parents-pronostic {
    padding-top: calc(0.5em + 70px);
    padding-bottom: 1em;
  }
  .page-template-dashboard .dashboard__data .parents-pronostic__item {
    padding: 1em 0;
  }
  .page-template-dashboard .dashboard__data .parents-pronostic__item--inner {
    padding: 0.5em;
  }
  .page-template-dashboard .dashboard__data .parents-pronostic__item--inner .pink-border > .d-flex > div {
    padding: 0 10px;
  }
  .page-template-dashboard .dashboard__data .parents-pronostic__title:before {
    height: calc(0.5em + 55px);
  }
}

.page-template-pronostic form {
  display: flex;
  flex-wrap: wrap;
}
.page-template-pronostic form [type=radio] {
  position: absolute;
  margin: 0;
  opacity: 0;
}
.page-template-pronostic form [type=radio] + label {
  position: relative !important;
  display: inline-block;
  min-height: 21px;
  padding: 0 0 0 31px;
  cursor: pointer;
  z-index: 1;
  font-weight: 400;
  line-height: 21px;
  margin-right: 15px;
}
.page-template-pronostic form [type=radio] + label:before {
  content: "";
  display: block;
  left: 0;
  top: -1px;
  position: absolute;
  width: 21px;
  height: 21px;
  border: 1px solid var(--c-input-border);
  background: #fff;
  z-index: 2;
  box-sizing: border-box;
  pointer-events: none;
  border-radius: 50%;
}
.page-template-pronostic form [type=radio] + label:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 11px;
  left: 11px;
  margin: -8px 0 0 -7px;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  border-radius: 50%;
  background: var(--c-action);
}
.page-template-pronostic form [type=radio]:checked + label:after {
  opacity: 1;
}
.page-template-pronostic form [type=radio]:focus {
  outline: none;
}
.page-template-pronostic form textarea {
  resize: none;
}
.page-template-pronostic form legend, .page-template-pronostic form label.legend {
  font-family: "Ostrich sans", serif;
  font-weight: 900;
}
.page-template-pronostic form legend, .page-template-pronostic form label.legend {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .page-template-pronostic form legend, .page-template-pronostic form label.legend {
    font-size: calc(18px + 6 * ((100vw - 320px) / 1110));
  }
}
@media screen and (min-width: 1430px) {
  .page-template-pronostic form legend, .page-template-pronostic form label.legend {
    font-size: 24px;
  }
}
.page-template-pronostic form .input-wrapper {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 5px 15px 15px;
}
@media screen and (min-width: 769px) {
  .page-template-pronostic form .input-wrapper.half-width {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 769px) {
  .page-template-pronostic form .input-wrapper.full-width input[type=datetime-local] {
    max-width: calc(50% - 15px);
  }
}
.page-template-pronostic form .input-wrapper-submit {
  text-align: center;
}
.page-template-pronostic form .questions {
  padding: 10px 0;
}
.page-template-pronostic form .questions fieldset {
  padding: 0 0 15px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--c-text);
}
@media screen and (max-width: 990px) {
  .page-template-pronostic form .questions fieldset {
    flex-direction: column;
    align-items: flex-start;
  }
}
.page-template-pronostic form .questions legend {
  flex: 1;
}
/************************************
 * TITLES
 */
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-family: "Ostrich sans", serif;
  font-weight: 500;
  font-size: 3.6em;
  color: var(--c-text);
  line-height: 1.2;
  text-align: center;
  /*@include breakpoint(max-width $bp-medium - 1) {
      font-size: 2.8em;
  }*/
}
h1,
.h1 {
  font-size: 36px;
}
@media screen and (min-width: 320px) {
  h1,
.h1 {
    font-size: calc(36px + 20 * ((100vw - 320px) / 1110));
  }
}
@media screen and (min-width: 1430px) {
  h1,
.h1 {
    font-size: 56px;
  }
}

h2,
.h2 {
  margin-top: 0;
  margin-bottom: 1em;
  font-family: "Ostrich sans", serif;
  font-weight: 400;
  color: var(--c-default);
  line-height: 1.3;
  /*@include breakpoint(max-width $bp-medium - 1) {
      font-size: 2.8em;
  }
  @include breakpoint(max-width $bp-xsmall - 1){
    font-size: 1.6em;
  }*/
}
h2,
.h2 {
  font-size: 23.92px;
}
@media screen and (min-width: 320px) {
  h2,
.h2 {
    font-size: calc(23.92px + 10.12 * ((100vw - 320px) / 1110));
  }
}
@media screen and (min-width: 1430px) {
  h2,
.h2 {
    font-size: 34.04px;
  }
}

h3,
.h3 {
  margin-top: 0;
  margin-bottom: 0.8em;
  font-family: "Ostrich sans", serif;
  font-weight: 400;
  font-size: 1.5em;
  color: var(--c-default);
  line-height: 1.2;
  /*@include breakpoint(max-width $bp-xsmall - 1){
      font-size: 1.2em;
  }*/
}
@media (max-width: 767px) {
  h3,
.h3 {
    font-size: 1.3em;
  }
}

h4,
.h4 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 1.5em;
  font-weight: 500;
  color: var(--c-default);
  line-height: 1.2;
}

h5,
.h5 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.2em;
  font-weight: 700;
  color: var(--c-default);
}

h6,
.h6 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1em;
  font-weight: 500;
  color: var(--c-default);
}

/************************************
 * LISTES
 */
ul,
ol {
  /*padding-left: 25px;
  margin: 25px 0;

  li {
    margin-bottom: 10px;
  }*/
}
ul.nostyle,
ol.nostyle {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.nostyle li,
ol.nostyle li {
  margin-bottom: 0;
}

/*ul {
  list-style-type: disc;

  ul {
    list-style-type: circle;
  }
}

ol {
  list-style-type: decimal;
}*/
/************************************
 * PARAGRAPH
 */
* + p {
  margin-top: 0.5em;
}

/************************************
 * LINKS
 */
a {
  color: var(--c-link);
  text-decoration: none;
  transition: 0.3s ease;
  /*&:visited {
      color: var(--c-link-visited;
  }*/
  /*&:visited {
    color: var(--c-link-visited);
  }*/
}
a:hover {
  color: var(--c-link-hover);
}
a:active, a:focus, a:visited {
  color: var(--c-link);
  outline: 0;
}

/************************************
 * TEXT STYLES
 */
strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

sup {
  font-size: 60%;
  line-height: normal;
  vertical-align: top;
}

/************************************
 * IMAGE
 */
img {
  max-width: 100%;
  height: auto;
  border: none;
  image-rendering: optimizeQuality;
}

/************************************
 * VIDEO
 */
video {
  max-width: 100%;
  height: auto;
}

/************************************
 * AUDIO
 */
/* ============================================ *
 * Global
 * ============================================ */
#page-wrapper {
  overflow: hidden;
}

/*.site-main {
    @include wrap();
    position: relative;
}*/
.std {
  color: var(--c-text);
  /*p, ul, ol {
      line-height: 1.5;
  }*/
  /*@include breakpoint(max-width $bp-small - 1) {
      font-size: .9em;
  }*/
}
.std p {
  margin: 1.3em 0 0;
}
.std ul {
  padding-left: 25px;
  margin: 1.3em 0;
  list-style: none;
}
.std ul li:before {
  content: "•";
  display: inline-block;
  vertical-align: top;
  width: 1.2em;
  margin-left: -1.2em;
  color: var(--c-text);
  font-size: 20px;
  line-height: 1.8rem;
}
.std ul li ul {
  margin-top: 1em;
}
.std ul li ul, .std ul li ul:last-child {
  margin-bottom: 1em;
}
.std blockquote {
  margin: 2em 8% 2em 16%;
  padding-left: 8%;
  border-left: 3px solid var(--c-text);
}
.std h1, .std h2, .std h3, .std h4, .std h5, .std h6 {
  margin-top: 1.5em;
  font-family: "August Script", cursive;
}
.std *:first-child {
  margin-top: 0;
}
.std *:last-child {
  margin-bottom: 0;
}
.std a.btn {
  text-decoration: none;
}

div.slick-slider .slick-slide {
  outline: none;
}
div.slick-slider .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
div.slick-slider .slick-dots li {
  margin: 0 2px;
}
div.slick-slider .slick-dots li button {
  position: relative;
  display: block;
  height: 6px;
  width: 6px;
  padding: 0;
  border: 0;
  background: transparent;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  cursor: pointer;
}
div.slick-slider .slick-dots li button:hover, div.slick-slider .slick-dots li button:focus {
  outline: none;
}
div.slick-slider .slick-dots li button:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 1;
}
@media (min-width: 768px) {
  div.slick-slider .slick-dots li button, div.slick-slider .slick-dots li button:before {
    width: 9px;
    height: 9px;
  }
}
div.slick-slider .slick-dots li.slick-active button:before {
  background-color: #000;
  opacity: 1;
}

.slick-arrow.slick-prev, .slick-arrow.slick-next {
  display: block;
  width: 15%;
  height: 100%;
  z-index: 10;
  font-size: 0;
  text-indent: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  padding: 0;
  border: 0;
  background: transparent;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  /*&:before {
    content: "";
    display: block;
    height: 100%;
    background: url($path-images + 'arrow.svg') no-repeat center;
    background-size: contain;
    opacity: 1;
  }

  &:hover {
    &:before {
      opacity: .75;
    }
  }*/
}
.slick-arrow.slick-prev {
  left: 0;
  /*&:before {
    transform: rotate(180deg);
  }*/
}
.slick-arrow.slick-next {
  right: 0;
}

.close-link {
  font-size: 0;
  text-indent: 100%;
  overflow: hidden;
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 30px;
  top: 30px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #000;
  outline: none;
  cursor: pointer;
}
.close-link:before, .close-link:after {
  content: "";
  display: block;
  width: 21px;
  border-top: 3px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -11px;
}
.close-link:before {
  transform: rotate(45deg);
}
.close-link:after {
  transform: rotate(-45deg);
}
.close-link:hover {
  /*&:before,
  &:after {
      border-color: #fff;
  }*/
}
@media (max-width: 989px) {
  .close-link {
    right: 10px;
    top: 10px;
  }
  .close-link:before, .close-link:after {
    width: 20px;
    margin-left: -10px;
  }
}

#back-to-top {
  font-size: 0;
  text-indent: 100%;
  overflow: hidden;
  display: block;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #000;
  text-align: center;
  outline: none;
  position: fixed;
  right: 30px;
  bottom: 40px;
  z-index: 1000;
  transition: transform 0.3s ease;
  transform: translate(0, 120px);
}
#back-to-top:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/arrow.svg") no-repeat center;
  background-size: 50% auto;
  transform: rotate(-90deg);
  position: absolute;
  top: 0;
  left: 0;
}
#back-to-top.active {
  transform: translate(0);
}
@media (min-width: 990px) {
  #back-to-top {
    width: 60px;
    height: 60px;
    right: 50px;
    bottom: 60px;
  }
}
/*# sourceMappingURL=styles.css.map */
