/*!**************************************************************************************************************************************************************************************************************!*\
  !*** 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: #f4f8fa;
  color: #000;
  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;
}

#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 0px 30px rgba(115, 128, 157, 0.1);
}
.home .eco-c-Header {
  background: transparent;
  color: #fff;
}
.eco-c-Header-content {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 16px;
}
.eco-c-Header-logo {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 400;
  flex-shrink: 0;
}
.eco-c-Header-logo a {
  color: currentColor;
  text-decoration: none;
}
.eco-c-Header-logo span {
  text-transform: uppercase;
}
.eco-c-Header-logo 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-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: #296184;
  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;
}

.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 {
  display: inline-block;
  position: relative;
  color: #fff;
  background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 5px;
  text-decoration: none;
  padding: 10px 25px;
}
.eco-c-Btn span,
.wp-element-button span,
.nav-links span {
  display: inline-block;
  position: relative;
  transition: transform 0.2s linear;
}
.eco-c-Btn svg,
.wp-element-button svg,
.nav-links svg {
  width: 26px;
  height: 26px;
  transform: translate(0, -50%) rotate(-90deg);
  position: absolute;
  top: 50%;
  right: 10px;
  opacity: 0;
  transition: all 0.2s linear;
}
.eco-c-Btn svg path,
.wp-element-button svg path,
.nav-links svg path {
  fill: currentColor;
}
.eco-c-Btn:hover,
.wp-element-button:hover,
.nav-links:hover {
  background: linear-gradient(to right, #1dc8cc 0%, #2cdd9b 100%);
}
.eco-c-Btn:hover span,
.wp-element-button:hover span,
.nav-links:hover span {
  transform: translate(-10px, 0);
}
.eco-c-Btn:hover svg,
.wp-element-button:hover svg,
.nav-links:hover svg {
  opacity: 1;
  right: 0px;
}
.eco-c-Btn[data-type=transparent],
.wp-element-button[data-type=transparent],
.nav-links[data-type=transparent] {
  background: transparent;
  border: 1px #fff solid;
}
.eco-c-Btn[data-type=transparent]:hover,
.wp-element-button[data-type=transparent]:hover,
.nav-links[data-type=transparent]:hover {
  background: #fff;
  color: #3e4555;
}
.eco-c-Btn[data-type=blue],
.wp-element-button[data-type=blue],
.nav-links[data-type=blue] {
  background: linear-gradient(to right, #4facfe 0%, #0575e6 100%);
}
.eco-c-Btn[data-type=blue]:hover,
.wp-element-button[data-type=blue]:hover,
.nav-links[data-type=blue]:hover {
  background: linear-gradient(to right, #0575e6 0%, #4facfe 100%);
}
.eco-c-Btn[data-size=big],
.wp-element-button[data-size=big],
.nav-links[data-size=big] {
  padding: 15px 35px;
}
.eco-c-Btn[data-size=big]:hover svg,
.wp-element-button[data-size=big]:hover svg,
.nav-links[data-size=big]:hover svg {
  right: 5px;
}
.eco-c-Btn[data-size=small],
.wp-element-button[data-size=small],
.nav-links[data-size=small] {
  padding: 5px 15px;
  font-size: 14px;
}
.eco-c-Btn[data-size=small] svg,
.wp-element-button[data-size=small] svg,
.nav-links[data-size=small] svg {
  width: 20px;
  height: 20px;
}
.eco-c-Btn[data-weight=bold],
.wp-element-button[data-weight=bold],
.nav-links[data-weight=bold] {
  font-weight: bold;
}

.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;
}

.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-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-meteoPage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  width: var(--viewport-width);
  height: var(--viewport-height);
  overflow: hidden;
}
.eco-c-meteoPage iframe {
  border: none;
  width: 100%;
}
.eco-c-meteoPage-section {
  overflow: hidden;
  position: relative;
}
.eco-c-meteoPage-windy {
  height: 100%;
}
.eco-c-meteoPage-rainViewer {
  height: calc(100% + 36px);
  transform: translate(0, -36px);
}

.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);
}

/* 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: 1200px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.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 .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;
}
