/*!**************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/css/main.scss ***!
  \**************************************************************************************************************************************************************************************************************/
/* 01 - Settings */
:root {
  --viewport-width: 100vw;
  --viewport-height: 100vh;
  --color-white: #ffffff;
}

/* 02 - Base (Reset, normalize, etc...) */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  margin-top: 0 !important;
}

body {
  background-color: #f5f5f7;
  color: #222222;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.is-layout-flex {
  display: flex;
}

.is-layout-flex.is-content-justification-center {
  justify-content: center;
}

a {
  color: #F6366A;
}
a:hover {
  text-decoration: none;
}

#wpadminbar {
  display: none;
}

/* 03 - Components */
.eco-c-Header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  transition: all 0.3s linear;
  background: #ffffff;
  color: #3e4555;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
}
.home .eco-c-Header {
  background: transparent;
  color: #fff;
}
.eco-c-Header-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
}
.eco-c-Header-Navigation .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.eco-c-Header-Navigation .menu > li > a {
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.eco-c-Header-Navigation .menu > li > a:hover {
  background: #F6366A;
  color: #fff;
}
.eco-c-Header-Navigation .menu > li.current-menu-ancestor > a, .eco-c-Header-Navigation .menu > li.current-menu-item > a, .eco-c-Header-Navigation .menu > li:hover > a {
  background: #F6366A;
  color: #fff;
}
.eco-c-Header-Navigation .menu-item {
  position: relative;
}
.eco-c-Header-Navigation .menu-item a {
  display: block;
  padding: 10px;
  font-size: 12px;
  color: #313131;
  text-decoration: none;
  border-radius: 4px;
}
.eco-c-Header-Navigation .menu-item-has-children ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-width: 300px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
}
.eco-c-Header-Navigation .menu-item-has-children ul li > a {
  color: #000;
  font-size: 14px;
}
.eco-c-Header-Navigation .menu-item-has-children ul li > a:hover {
  background: rgba(233, 56, 111, 0.04);
}
.eco-c-Header-Navigation .menu-item-has-children ul li.current-menu-item > a {
  background: rgba(233, 56, 111, 0.04);
}
.eco-c-Header-Navigation .menu-item-has-children:hover ul {
  display: block;
}
.eco-c-Header-login {
  width: 200px;
  text-align: right;
}
.eco-c-Header-logo {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  flex-shrink: 0;
  width: 200px;
}
.eco-c-Header-logo a {
  color: currentColor;
  text-decoration: none;
}
.eco-c-Header-logo span {
  text-transform: uppercase;
}
.eco-c-Header-menu {
  flex-grow: 1;
  text-align: right;
}
.eco-c-Header-menu ul.menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.eco-c-Header-menu ul {
  margin: 0;
}
.eco-c-Header-menu ul > li {
  font-weight: 300;
  font-size: 15px;
  position: relative;
}
.eco-c-Header-menu ul > li + li:before {
  position: absolute;
  top: 50%;
  width: 1px;
  background: #fff;
  height: 10px;
  margin-top: -5px;
  left: 0;
  content: "";
  opacity: 0.85;
}
.eco-c-Header-menu ul > li a {
  text-decoration: none;
  color: currentColor;
  opacity: 0.75;
  transform: opacity 0.2s linear;
  display: block;
  padding: 5px 10px;
}
.eco-c-Header-menu ul > li a:hover {
  opacity: 1;
}
.eco-c-Header[data-scroll=true] {
  background: #ffffff;
  color: #3e4555;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.eco-c-Footer {
  height: 400px;
  background: linear-gradient(45deg, rgb(168, 29, 132) 0, rgb(234, 57, 111) 100%);
  position: relative;
  color: #fff;
}
.eco-c-Footer > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.25;
  z-index: 1;
}
.eco-c-Footer-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.eco-c-Footer-linkList {
  flex-grow: 1;
}
.eco-c-Footer-copy {
  flex-shrink: 0;
  text-align: center;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-size: 14px;
}
.eco-c-Footer-copy .menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.eco-c-Footer-copy a {
  color: #fff;
  text-decoration: none;
}
.eco-c-Footer-copy a:hover {
  text-decoration: underline;
}

.eco-c-Content {
  padding: 60px 0 40px 0;
  min-height: 80vh;
}
.home .eco-c-Content {
  padding-top: 0;
}
@media screen and (max-width: 959px) {
  .eco-c-Content {
    padding: 60px 0 20px 0;
  }
}

.eco-c-sidebar {
  flex-shrink: 0;
  width: 350px;
  color: #3e4555;
}
.eco-c-sidebar-list {
  margin: 0;
  padding: 0;
}
.eco-c-sidebar-list li {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  padding: 20px;
}
.eco-c-sidebar-list li figure {
  margin: 0;
}
.eco-c-sidebar-list li + li {
  margin: 20px 0 0 0;
}
.eco-c-sidebar-title {
  padding: 0 0 16px 0;
}
.eco-c-sidebar .wp-block-group p {
  font-size: 14px;
  line-height: 1.3;
}
.eco-c-sidebar .wp-block-group p + p {
  margin-top: 16px;
}
.eco-c-sidebar .wp-block-group p a {
  color: #24d2b4;
}
.eco-c-sidebar .wp-block-group p a:hover {
  text-decoration: none;
}

.eco-c-sidebarBlock {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  padding: 20px;
  position: relative;
}
.eco-c-sidebarBlock-readingTime {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  top: -25px;
  left: 50%;
  margin-left: -35px;
  background: linear-gradient(to right, #1dc8cc 0%, #2cdd9b 100%);
}
.eco-c-sidebarBlock-readingTime > svg {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
}
.eco-c-sidebarBlock-details {
  padding-top: 20px;
}
.eco-c-sidebarBlock-details ul li + li {
  margin-top: 8px;
}
.eco-c-sidebarBlock[data-type=readingTime] {
  padding-top: 50px;
  text-align: center;
}
.eco-c-sidebarBlock[data-type=readingTime] p {
  font-size: 14px;
}
.eco-c-sidebarBlock[data-type=readingTime] p span {
  font-size: 28px;
  display: block;
  font-weight: bold;
  padding-bottom: 5px;
}
.eco-c-sidebarBlock + .eco-c-sidebarBlock {
  margin-top: 20px;
}

.eco-c-article {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  display: flex;
  align-items: stretch;
  color: #3e4555;
}
.eco-c-article + .eco-c-article {
  margin-top: 40px;
}
.eco-c-article-thumb {
  flex-shrink: 0;
  width: 300px;
  overflow: hidden;
  position: relative;
}
.eco-c-article-thumb a {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.eco-c-article-thumb a:hover {
  width: 110%;
  height: 110%;
}
.eco-c-article-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eco-c-article-content {
  flex-grow: 1;
  padding: 20px;
}
.eco-c-article-title a {
  color: currentColor;
  text-decoration: none;
}
.eco-c-article-meta {
  padding: 0 0 16px 0;
  color: #8d97ad;
}
.eco-c-article-date {
  font-size: 12px;
}
.eco-c-article-summary {
  font-size: 15px;
}
.eco-c-article-more {
  padding-top: 16px;
  text-align: right;
}

.eco-c-Btn,
.wp-element-button,
.nav-links,
.wpcf7-submit,
.ymc-smart-filter-container .pagination-load-more .btn-load {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 10px;
  border-radius: 4px;
  background: #F6366A;
  border: none;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  justify-content: center;
}
.eco-c-Btn span,
.wp-element-button span,
.nav-links span,
.wpcf7-submit span,
.ymc-smart-filter-container .pagination-load-more .btn-load span {
  color: currentColor;
}
.eco-c-Btn svg,
.wp-element-button svg,
.nav-links svg,
.wpcf7-submit svg,
.ymc-smart-filter-container .pagination-load-more .btn-load svg {
  width: 16px;
  height: 16px;
  pointer-events: none;
}
.eco-c-Btn svg path,
.wp-element-button svg path,
.nav-links svg path,
.wpcf7-submit svg path,
.ymc-smart-filter-container .pagination-load-more .btn-load svg path {
  fill: currentColor;
}
.eco-c-singlePage {
  padding-top: 20px;
}
.eco-c-singlePage-header {
  width: 100%;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #1a445e;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.5);
  border-radius: 4px;
}
.eco-c-singlePage-header:before {
  content: "";
  display: block;
  position: relative;
  width: 1px;
  margin-left: -1px;
  padding-top: 31.25%;
  float: left;
}
.eco-c-singlePage-header:after {
  content: "";
  display: block;
  position: relative;
  clear: both;
}
.eco-c-singlePage-header > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.25;
  border-radius: 4px;
}
.eco-c-singlePage-title {
  text-align: center;
  position: relative;
  z-index: 2;
  color: #fff;
}
.eco-c-singlePage-title > a {
  font-size: 16px;
  display: inline-block;
}
.eco-c-singlePage-h1 {
  padding-bottom: 40px;
}
.eco-c-singlePage-wrapper {
  display: flex;
  align-items: flex-start;
  padding-top: 40px;
}
.eco-c-singlePage-content {
  flex-grow: 1;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  padding: 30px;
}
.eco-c-singlePage-sidebar {
  margin-left: 40px;
}
@media screen and (max-width: 559px) {
  .eco-c-singlePage-h1 {
    padding-bottom: 20px;
  }
}

.eco-c-infoBulle {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 16px;
  height: 16px;
  cursor: pointer;
  transform: translate(0, -1px);
}
.eco-c-infoBulle[data-show=true] .eco-c-infoBulle-content {
  width: 370px;
  max-width: calc(100vw - 40px);
  height: auto;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.5);
  margin: 0;
  overflow: visible;
  white-space: normal;
  clip: auto;
}
.eco-c-infoBulle > img {
  position: absolute;
  top: 0;
  left: 0;
}
.eco-c-infoBulle-content {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.3;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.eco-c-infoBulle-content:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 6px;
  margin-left: -6px;
}
.eco-c-infoBulle-content > span {
  display: block;
  padding-bottom: 4px;
}
.eco-c-infoBulle-content a {
  color: #24d2b4;
}
.eco-c-infoBulle-content a:hover {
  text-decoration: none;
}

.eco-c-singlePostAuthor {
  padding-top: 20px;
}
.eco-c-singlePostAuthor-title {
  padding-bottom: 40px;
}
.eco-c-singlePostAuthor-categories {
  margin-top: -20px;
  padding-bottom: 20px;
}
.eco-c-singlePostAuthor-wrapper {
  display: flex;
  align-items: flex-start;
  padding-top: 40px;
}
.eco-c-singlePostAuthor-content {
  flex-grow: 1;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  padding: 30px;
}
.eco-c-singlePostAuthor-sidebar {
  margin-left: 40px;
}

.eco-c-singlePost {
  padding-top: 20px;
}
.eco-c-singlePost-title {
  padding-bottom: 40px;
}
.eco-c-singlePost-resume {
  margin: 0 0 20px 0;
  padding: 16px;
  background: #fcfafa;
  border: 1px #dedede solid;
  line-height: 1.4;
  font-size: 14px;
  border-radius: 4px;
}
.eco-c-singlePost-categories {
  margin-top: -20px;
  padding-bottom: 20px;
}
.eco-c-singlePost-wrapper {
  display: flex;
  align-items: flex-start;
  padding-top: 40px;
}
.eco-c-singlePost-content {
  flex-grow: 1;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  padding: 30px;
}
.eco-c-singlePost-sidebar {
  margin-left: 40px;
}

.eco-c-tagCategories {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4px;
}
.eco-c-tagCategories-item a {
  display: inline-flex;
  padding: 5px;
  border-radius: 2px;
  background: #f4f8fa;
  text-decoration: none;
  font-size: 12px;
  white-space: nowrap;
  color: currentColor;
}
.eco-c-tagCategories-item a:hover {
  background: #e2edf2;
}

.eco-c-homeContent {
  padding-top: 40px;
  display: flex;
}
.eco-c-homeContent-main {
  flex-grow: 1;
  margin-right: 40px;
}

.eco-c-homeHeader {
  min-height: 600px;
  display: flex;
  align-items: center;
  position: relative;
  background: #1a445e;
  color: #fff;
}
.eco-c-homeHeader > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.25;
}
.eco-c-homeHeader-content {
  display: flex;
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.eco-c-homeHeader-title {
  text-transform: uppercase;
  font-size: 46px;
  padding-bottom: 16px;
  line-height: 1;
}
.eco-c-homeHeader-title span {
  font-weight: 300;
}
.eco-c-homeHeader-title span:last-child {
  font-weight: 900;
  margin-left: 10px;
}
.eco-c-homeHeader-description {
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  line-height: 1.4;
}
.eco-c-homeHeader-actions a {
  margin: 10px;
}

.eco-c-home {
  width: var(--viewport-width);
  height: var(--viewport-height);
  font-size: 0;
  background: #1a445e;
}
.eco-c-home-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
}
.eco-c-home > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.25;
}
.eco-c-home h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 54px;
  font-weight: 400;
  flex-shrink: 0;
  gap: 4px;
}
.eco-c-home h1 span {
  text-transform: uppercase;
}
.eco-c-home h1 span:last-child {
  font-weight: 900;
  background: linear-gradient(to right, #1dc8cc 0%, #2cdd9b 100%);
  padding: 0 3px;
  margin-left: 3px;
  border-radius: 4px;
  color: #fff;
}
.eco-c-home p {
  font-size: 16px;
  text-align: center;
  padding-top: 8px;
  line-height: 1.4;
}

.eco-c-homeLanding {
  padding-top: 70px;
  text-align: center;
}
.eco-c-homeLanding h2 {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  padding-bottom: 16px;
  font-size: 26px;
}
.eco-c-homeLanding-intro {
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  transition: all 0.3s linear;
  background: #ffffff;
  color: #3e4555;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.eco-c-homeLanding-intro img {
  margin-left: -10px;
}
.eco-c-homeLanding-intro h1 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 30px;
  color: #000000;
  letter-spacing: 1px;
}
.eco-c-homeLanding-intro p {
  font-size: 14px;
  letter-spacing: 1px;
}
.eco-c-homeLanding-section {
  padding: 60px 16px;
  line-height: 1.4;
}
.eco-c-homeLanding-project {
  position: relative;
}
.eco-c-homeLanding-project h2 {
  font-size: 36px;
}
.eco-c-homeLanding-project p {
  padding-bottom: 16px;
  line-height: 1.4;
}
.eco-c-homeLanding-project > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}
.eco-c-homeLanding-project-ctn {
  position: relative;
  z-index: 1;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.eco-c-homeLanding-how {
  color: #ffffff;
  background: linear-gradient(45deg, rgb(168, 29, 132) 0, rgb(234, 57, 111) 100%);
}
.eco-c-homeLanding-how p {
  padding-bottom: 16px;
}
.eco-c-homeLanding-how ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0 0 0;
  margin: 0 auto;
  max-width: 100%;
  width: 900px;
}
.eco-c-homeLanding-how ul li {
  text-align: center;
}
.eco-c-homeLanding-how ul li span {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  color: rgb(168, 29, 132);
  font-weight: bold;
  font-size: 20px;
  align-items: center;
  justify-content: center;
}
.eco-c-homeLanding-how ul li div {
  padding-top: 10px;
}
.eco-c-homeLanding-how ul li div strong {
  display: block;
  padding-bottom: 4px;
}
.eco-c-homeLanding-why ul {
  padding-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  gap: 16px;
  margin: 0 auto;
  max-width: 100%;
  width: 1200px;
}
.eco-c-homeLanding-why ul li {
  background: #ffffff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 32px;
}
.eco-c-homeLanding-why ul li svg {
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
}
.eco-c-homeLanding-why ul li svg path, .eco-c-homeLanding-why ul li svg rect {
  fill: #F6366A;
}
.eco-c-homeLanding-why ul li svg path[stroke], .eco-c-homeLanding-why ul li svg rect[stroke] {
  fill: none;
  stroke: #F6366A;
}
.eco-c-homeLanding-why ul li span {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 16px;
  text-transform: uppercase;
  font-size: 16px;
}
.eco-c-homeLanding-faq {
  color: #ffffff;
  background: linear-gradient(45deg, rgb(168, 29, 132) 0, rgb(234, 57, 111) 100%);
}
.eco-c-homeLanding-faq details {
  max-width: 100%;
  width: 900px;
  margin: 20px auto 0 auto;
  text-align: left;
}
.eco-c-homeLanding-faq details summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
}
.eco-c-homeLanding-faq details p {
  padding-top: 16px;
  line-height: 1.4;
}
.eco-c-homeLanding-contact {
  background: #d9d7a0;
  position: relative;
}
.eco-c-homeLanding-contact > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
}
.eco-c-homeLanding-contact-ctn {
  position: relative;
  z-index: 1;
}
.eco-c-homeLanding-contact-form {
  background: #ffffff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 32px;
  max-width: 100%;
  margin: 20px auto 0 auto;
  width: 600px;
  text-align: left;
}
.eco-c-homeLanding-contact-form label {
  font-weight: 600;
  display: block;
  padding-bottom: 4px;
}
.eco-c-homeLanding-contact-form br {
  display: none;
}
.eco-c-homeLanding-contact-form .wpcf7-form-control-wrap {
  margin-bottom: 8px;
  display: block;
}
.eco-c-homeLanding-contact-form .wpcf7-not-valid-tip {
  font-size: 14px;
  displau: block;
  padding-top: 4px;
}
.eco-c-homeLanding-contact-form input[type=text], .eco-c-homeLanding-contact-form input[type=email], .eco-c-homeLanding-contact-form select, .eco-c-homeLanding-contact-form textarea {
  width: 100%;
  height: 40px;
  background: #ffffff;
  border: 1px solid gray;
  border-radius: 4px;
  padding: 0 8px;
}
.eco-c-homeLanding-contact-form textarea {
  min-height: 80px;
  resize: vertical;
  padding: 8px;
}
.eco-c-homeLanding-contact-form .rgpd {
  font-size: 14px;
  padding-bottom: 8px;
}
.eco-c-homeLanding-contact-form .rgpd em {
  color: #F6366A;
}
@media screen and (max-width: 599px) {
  .eco-c-homeLanding-section {
    padding: 40px 16px;
  }
  .eco-c-homeLanding-section h2 {
    font-size: 22px;
  }
  .eco-c-homeLanding-how ul {
    flex-direction: column;
  }
  .eco-c-homeLanding-how ul li {
    width: 100%;
  }
  .eco-c-homeLanding-faq details summary {
    font-size: 16px;
  }
  .eco-c-homeLanding-faq details p {
    font-size: 14px;
  }
  .eco-c-homeLanding-why ul {
    grid-template-columns: 1fr;
  }
  .eco-c-homeLanding-why ul li {
    padding: 16px 16px 16px 72px;
    position: relative;
    text-align: left;
  }
  .eco-c-homeLanding-why ul li svg {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translate(0, -50%);
  }
  .eco-c-homeLanding-why ul li span {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 467px) {
  .eco-c-homeLanding-why ul li {
    text-align: center;
    padding: 16px;
  }
  .eco-c-homeLanding-why ul li svg {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
  }
  .eco-c-homeLanding-why ul li span {
    justify-content: center;
  }
  .eco-c-homeLanding-contact-form {
    padding: 16px;
  }
}

.eco-c-ressourcesList {
  padding: 16px;
}
.eco-c-ressourcesList-header {
  margin-bottom: 32px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2px;
}
.eco-c-ressourcesList-header-content > div {
  padding-top: 4px;
}
.eco-c-ressourcesList-header-menu ul {
  display: flex;
  gap: 10px 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 10px;
}
.eco-c-ressourcesList-header-menu ul a[data-current=true] {
  opacity: 0.4;
  pointer-events: none;
}
.eco-c-ressourcesList-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  grid-gap: 16px;
  gap: 16px;
}
@media screen and (max-width: 1439px) {
  .eco-c-ressourcesList-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 959px) {
  .eco-c-ressourcesList-content {
    grid-template-columns: 1fr;
  }
  .eco-c-ressourcesList-header {
    flex-direction: column;
  }
  .eco-c-ressourcesList-header-content {
    width: 100%;
  }
  .eco-c-ressourcesList-header-menu {
    width: 100%;
  }
  .eco-c-ressourcesList-header-menu ul {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 539px) {
  .eco-c-ressourcesList-header {
    text-align: center;
    margin-bottom: 16px;
  }
  .eco-c-ressourcesList-header-menu ul {
    width: 100%;
    justify-content: center;
  }
}

.eco-c-ressource {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  display: flex;
  align-items: stretch;
  color: #3e4555;
  padding: 16px;
  position: relative;
}
.eco-c-ressource-thumb {
  flex-shrink: 0;
  position: relative;
  width: 140px;
}
.eco-c-ressource-thumb > div {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.eco-c-ressource-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eco-c-ressource-content {
  flex-grow: 1;
  padding: 0 0 0 16px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
}
.eco-c-ressource-content h2 {
  font-size: 20px;
  padding-bottom: 10px;
  padding-right: 35px;
  position: relative;
}
.eco-c-ressource-content h2 svg {
  position: absolute;
  top: 3px;
  right: 0;
  z-index: 1;
  width: 25px;
  height: 15px;
}
.eco-c-ressource-content p {
  font-size: 14px;
  padding-bottom: 10px;
}
.eco-c-ressource-link {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.eco-c-ressource[data-type=livre] .eco-c-ressource-thumb {
  width: 140px;
}
.eco-c-ressource[data-type=medias] .eco-c-ressource-thumb > div, .eco-c-ressource[data-type=video] .eco-c-ressource-thumb > div, .eco-c-ressource[data-type=outil-plateforme] .eco-c-ressource-thumb > div, .eco-c-ressource[data-type=carte-atlas] .eco-c-ressource-thumb > div {
  position: relative;
  transform: none;
  left: auto;
  top: auto;
}
.eco-c-ressource[data-type=medias] .eco-c-ressource-thumb img, .eco-c-ressource[data-type=video] .eco-c-ressource-thumb img, .eco-c-ressource[data-type=outil-plateforme] .eco-c-ressource-thumb img, .eco-c-ressource[data-type=carte-atlas] .eco-c-ressource-thumb img {
  height: auto;
  aspect-ratio: 1;
}
.eco-c-ressource[data-type=video] .eco-c-ressource-thumb {
  width: 200px;
}
.eco-c-ressource[data-type=video] .eco-c-ressource-thumb img {
  aspect-ratio: 16/9;
}
.eco-c-ressource[data-type=outil-plateforme] .eco-c-ressource-thumb img, .eco-c-ressource[data-type=carte-atlas] .eco-c-ressource-thumb img {
  object-fit: contain;
}
@media screen and (max-width: 539px) {
  .eco-c-ressource {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  .eco-c-ressource-thumb {
    height: 220px;
  }
  .eco-c-ressource-content {
    padding-left: 0;
    width: 100%;
    min-height: 0;
  }
  .eco-c-ressource-link {
    justify-content: center;
  }
  .eco-c-ressource[data-type=medias] .eco-c-ressource-thumb {
    height: auto;
  }
}

.eco-c-listingPage {
  padding-top: 20px;
}
.eco-c-listingPage-title {
  text-align: center;
  position: relative;
  z-index: 2;
  color: #fff;
}
.eco-c-listingPage-title > a {
  font-size: 16px;
  display: inline-block;
}
.eco-c-listingPage-h1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.eco-c-listingPage-h1 h1 {
  flex-grow: 1;
}
.eco-c-listingPage-sorting {
  min-width: 280px;
}
.eco-c-listingPage-sorting .ymc-extra-sort .sort-container {
  padding: 0;
}
.eco-c-listingPage-sorting .ymc-extra-sort .sort-container .dropdown-filter {
  margin-bottom: 0;
}
.eco-c-listingPage-wrapper {
  padding-top: 40px;
}
.eco-c-listingPage-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 20px;
}
.eco-c-listingPage-sidebar {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  flex-shrink: 0;
}
.eco-c-listingPage-list {
  max-width: calc(100% - 350px - 20px);
  flex-grow: 1;
}
.eco-c-listingPage-list .ymc-smart-filter-container .container-posts .post-custom-layout .post-item {
  background: #fff;
  padding: 16px;
  border-radius: 4px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border: none;
}
@media screen and (max-width: 1199px) {
  .eco-c-listingPage-content {
    gap: 20px;
  }
  .eco-c-listingPage-sidebar {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
  }
  .eco-c-listingPage-sidebar .ymc-extra-search {
    width: auto;
    margin: 0;
  }
  .eco-c-listingPage-sidebar .ymc-extra-search .search-layout {
    min-width: 280px;
  }
  .eco-c-listingPage-list {
    max-width: 100%;
  }
}
@media screen and (max-width: 569px) {
  .eco-c-listingPage-sidebar {
    flex-direction: column;
    gap: 10px;
  }
  .eco-c-listingPage-sidebar .ymc-extra-search {
    width: 100%;
  }
}

.eco-c-objectPost {
  height: 100%;
  flex-direction: column;
  gap: 16px;
}
.eco-c-objectPost-img {
  flex-shrink: 0;
  font-size: 0;
}
.eco-c-objectPost-img img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center;
}
.eco-c-objectPost-ctn {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
  justify-content: flex-start;
}
.eco-c-objectPost-ctn h2 {
  flex-grow: 1;
  font-size: 16px;
  padding-bottom: 0;
}
.eco-c-objectPost-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  border-radius: 4px;
  color: #fff;
}

.ymc-smart-filter-container .container-posts .post-custom-layout .post-item a {
  color: #222222;
  text-decoration: none;
  display: flex;
}

.eco-c-filters {
  padding-top: 16px;
  display: block;
  position: relative;
}
.eco-c-filters-reset {
  display: none;
}
.eco-c-filters-toggle {
  display: none;
}
.eco-c-filters-block header {
  padding-bottom: 16px;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.eco-c-filters-block ul li {
  padding-left: 24px;
  padding-bottom: 8px;
}
.eco-c-filters-block ul li:last-child {
  padding-bottom: 0;
}
.eco-c-filters-block ul li a {
  display: block;
  position: relative;
  color: #222222;
  text-decoration: none;
  font-size: 14px;
}
.eco-c-filters-block ul li a.active {
  color: #F6366A;
}
.eco-c-filters-block ul li a.active:before {
  background: #F6366A;
  border-color: #F6366A;
}
.eco-c-filters-block ul li a.active svg {
  display: block;
}
.eco-c-filters-block ul li a:before {
  position: absolute;
  top: 0;
  left: -24px;
  height: 16px;
  width: 16px;
  border: 1px solid #222222;
  content: "";
  border-radius: 4px;
}
.eco-c-filters-block ul li a svg {
  display: none;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 1px;
  left: -23px;
}
.eco-c-filters-block ul li a svg path {
  stroke: #fff;
}
.eco-c-filters-block ul li ul {
  padding-top: 8px;
}
@media screen and (max-width: 1199px) {
  .eco-c-filters {
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
  }
  .eco-c-filters-reset[data-show=true] {
    display: block;
  }
  .eco-c-filters-toggle {
    display: block;
  }
  .eco-c-filters-list {
    position: absolute;
    z-index: 3;
    background: #ffffff;
    padding: 16px;
    border-radius: 4px;
    top: 100%;
    left: 0;
    max-width: 320px;
    overflow-y: auto;
    max-height: 320px;
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    display: none;
  }
  .eco-c-filters[data-open=true] .eco-c-filters-list {
    display: block;
  }
}
@media screen and (max-width: 569px) {
  .eco-c-filters {
    width: 100%;
  }
  .eco-c-filters-list {
    max-width: 100%;
    width: 100%;
  }
  .eco-c-filters-toggle {
    flex-grow: 1;
  }
  .eco-c-filters-toggle button {
    width: 100%;
  }
  .eco-c-filters-reset {
    font-size: 14px;
    flex-shrink: 0;
  }
}

.ymc-extra-search .search-layout .search-form .form-inner {
  margin-bottom: 16px;
}
.ymc-extra-search .search-layout .search-form .clear {
  right: 5px;
}
.ymc-extra-search .search-layout .search-form .clear i {
  color: #F6366A;
}
.ymc-extra-search .search-layout .search-form .search-form__input {
  padding: 0 8px;
  border: 1px solid #c6c6c6;
  color: #222222;
  border-radius: 4px 0 0 4px;
  border-right: none;
  font-size: 12px;
  height: 32px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}
.ymc-extra-search .search-layout .search-form .search-form__submit {
  border-radius: 0 4px 4px 0;
  border: 1px #F6366A solid;
  color: #fff;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 14px;
  height: 32px;
  padding-left: 28px;
  background: #F6366A url("../images/icons/search.svg") 8px center no-repeat;
  background-size: 16px 16px;
}
@media screen and (max-width: 1199px) {
  .ymc-extra-search .search-layout .search-form .form-inner {
    margin-bottom: 0;
  }
}

.eco-c-navigation {
  padding: 40px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.eco-c-navigation .screen-reader-text {
  display: none;
}
.eco-c-navigation a {
  text-decoration: none;
  color: var(--color-white);
}

.eco-c-Form input[type=text],
.eco-c-Form input[type=email] {
  height: 32px;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.eco-c-Form-line {
  padding-bottom: 16px;
}
.eco-c-Form-line p {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}
.eco-c-Form-line p br {
  display: none;
}
.eco-c-Form-line p > label {
  flex: 1 1;
}
.eco-c-Form-line p > label > span {
  display: block;
  margin-top: 4px;
  width: 100%;
}
.eco-c-Form-line p > label > span input {
  width: 100%;
}
.eco-c-Form-rgpd {
  font-size: 14px;
  padding-bottom: 16px;
}
.eco-c-Form-rgpd em {
  color: #F6366A;
}
@media screen and (max-width: 559px) {
  .eco-c-Form-line p {
    flex-direction: column;
  }
  .eco-c-Form-line p > label {
    width: 100%;
  }
}

.eco-c-singleItem {
  padding-top: 40px;
}
.eco-c-singleItem-wrapper {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  padding: 30px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
}
.eco-c-singleItem-sidebar {
  width: 40%;
  flex-shrink: 0;
}
.eco-c-singleItem-content {
  flex-grow: 1;
}
.eco-c-singleItem-thumbsWrapper {
  display: flex;
}
.eco-c-singleItem-media img, .eco-c-singleItem-multipleMedias img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center;
}
.eco-c-singleItem h1 {
  padding-bottom: 20px;
}
.eco-c-singleItem-description {
  padding-bottom: 20px;
}
.eco-c-singleItem-description p + p {
  margin-top: 16px;
}
.eco-c-singleItem-status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
}
.eco-c-singleItem-carac {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.eco-c-singleItem-carac + .eco-c-singleItem-carac {
  margin-top: 16px;
}

/* 04 - Utils */
/* Screen reader only */
.eco-u-srOnly {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.eco-u-wrapper {
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.eco-u-wrapper[data-size=small] {
  width: 1100px;
}
@media screen and (max-width: 1471px) {
  .eco-u-wrapper {
    margin-left: 16px;
    margin-right: 16px;
    max-width: calc(100% - 32px);
  }
  .eco-u-wrapper[data-size=small] {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1068px) {
  .eco-u-wrapper {
    margin-left: 16px;
    margin-right: 16px;
  }
}

.eco-u-wysiwyg h2 {
  padding-top: 20px;
  padding-bottom: 30px;
}
.eco-u-wysiwyg h2:first-child {
  padding-top: 0;
}
.eco-u-wysiwyg h3,
.eco-u-wysiwyg h4,
.eco-u-wysiwyg h5,
.eco-u-wysiwyg h6 {
  padding-top: 10px;
  padding-bottom: 20px;
}
.eco-u-wysiwyg h3:first-child,
.eco-u-wysiwyg h4:first-child,
.eco-u-wysiwyg h5:first-child,
.eco-u-wysiwyg h6:first-child {
  padding-top: 0;
}
.eco-u-wysiwyg p {
  line-height: 1.4;
  padding-bottom: 16px;
}
.eco-u-wysiwyg p:last-child {
  padding-bottom: 0;
}
.eco-u-wysiwyg p > a {
  color: #24d2b4;
}
.eco-u-wysiwyg p > a:hover {
  text-decoration: none;
}
.eco-u-wysiwyg ul, .eco-u-wysiwyg ol {
  list-style: disc inside;
  padding-left: 16px;
  padding-bottom: 16px;
}
.eco-u-wysiwyg ul:last-child, .eco-u-wysiwyg ol:last-child {
  padding-bottom: 0;
}
.eco-u-wysiwyg ul li + li, .eco-u-wysiwyg ol li + li {
  padding-top: 3px;
}
.eco-u-wysiwyg ol {
  list-style: decimal;
}
.eco-u-wysiwyg .wp-block-media-text {
  display: grid;
  grid-gap: 20px;
  gap: 20px;
  padding-bottom: 16px;
}
.eco-u-wysiwyg .wp-block-media-text:last-child {
  padding-bottom: 0;
}
.eco-u-wysiwyg .wp-block-media-text__media {
  margin: 0;
}
.eco-u-wysiwyg .wp-block-image {
  margin: 0;
  padding-bottom: 16px;
}
.eco-u-wysiwyg .wp-block-image:last-child {
  padding-bottom: 0;
}

.eco-u-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #F6366A transparent;
}
.eco-u-scrollbar::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.eco-u-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}
.eco-u-scrollbar::-webkit-scrollbar-thumb {
  background-color: #F6366A;
  border-radius: 8px;
  border: 0;
  min-height: 24px;
}
.eco-u-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #F6366A;
}
