/*
FLEX
--
/*$positions: justify-content & align-items
If only one value, will be used for the two properties
Use 'null' to not declare a propertie, ex: flex(center null)
*/
/*
FILL
--
$mode = 'parent' || 'viewport' || 'window'
$fullH fill width AND height
*/
/*
ADD WEBFONT
--
$path in context of the fonts folder
*/
/*
FLUID TYPE
--
https://css-tricks.com/snippets/css/fluid-typography/
*/
/* 
RESPONSIVE FONT SIZES
--
https://www.smashingmagazine.com/2015/06/responsive-typography-with-sass-maps
*/
/*
TEXT TRUNCATE
--
requires inline-block or block for proper styling
*/
/*
PSEUDO BACKGROUND
--
Use in :before or :after
Parent element should be positioned
*/
/*
BACKGROUND WITH SHADOW
--
Make background with :after and fancy shadow with :before
*/
/*======================================================================*\
==========================================================================

							UTILS : HELPERS

==========================================================================
\*======================================================================*/
@import url("https://fonts.googleapis.com/css?family=Karla:400,700|Oswald:400,700&display=swap");
.transition, #header, .c-adminTools, .c-button, .c-roundButton, .c-navLink, .collecteRewards {
  transition-property: all;
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.list-reset, .collecteTabs__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.is-none {
  display: none !important;
}

/*======================================================================*\
==========================================================================

								RESET

==========================================================================
\*======================================================================*/
body {
  margin: 0;
  padding: 0;
}

button, input, select, textarea {
  border: 0;
  outline: 0;
  box-shadow: none;
  background-color: transparent;
  font-family: inherit;
  font-size: 100%;
}

img {
  display: block;
  max-width: 100%;
  font-size: 10px;
}

svg {
  max-height: 100%;
}

a {
  text-decoration: none;
  outline: 0;
}

button {
  cursor: pointer;
}

html {
  box-sizing: border-box;
}

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

/*======================================================================*\
==========================================================================

								LAYERS

==========================================================================
\*======================================================================*/
html {
  scroll-behavior: smooth;
}

body {
  background-color: #f2efe9;
}
body.overlay-active {
  overflow: hidden;
}
body.overlay-active #header {
  transform: translateY(-100%);
}

#global {
  position: relative;
}

#main {
  position: relative;
  z-index: 3;
}

#header {
  position: fixed;
  top: 0;
  z-index: 4;
}

#footer {
  position: relative;
  z-index: 2;
}
#footer--under {
  z-index: 1;
}

/*======================================================================*\
==========================================================================

							TYPOGRAPHY

==========================================================================
\*======================================================================*/
html {
  font-family: "Karla", sans-serif;
  line-height: 1.3;
  color: #656565;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  html {
    font-size: calc(15px + 5 * ((100vw - 320px) / 1080));
  }
}
@media screen and (min-width: 1400px) {
  html {
    font-size: 20px;
  }
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child {
  margin-top: 0;
}

h1, .h1, .t-pageTitle, .collecteHeader__title, .collecteCount__value, .collecteStatus.is-success .collecteDatas .collecteDatas__item__icon {
  font-size: 24px;
}
@media screen and (min-width: 750px) {
  h1, .h1, .t-pageTitle, .collecteHeader__title, .collecteCount__value, .collecteStatus.is-success .collecteDatas .collecteDatas__item__icon {
    font-size: 29px;
  }
}
@media screen and (min-width: 1050px) {
  h1, .h1, .t-pageTitle, .collecteHeader__title, .collecteCount__value, .collecteStatus.is-success .collecteDatas .collecteDatas__item__icon {
    font-size: 35px;
  }
}

h1 {
  margin-top: 2em;
}

h2, .h2, .t-title, .c-reward__amount div, .collecteInfoBloc__title {
  font-size: 16px;
}
@media screen and (min-width: 750px) {
  h2, .h2, .t-title, .c-reward__amount div, .collecteInfoBloc__title {
    font-size: 19px;
  }
}
@media screen and (min-width: 1050px) {
  h2, .h2, .t-title, .c-reward__amount div, .collecteInfoBloc__title {
    font-size: 23px;
  }
}

h2 {
  margin-top: 2.2em;
}

h3, .h3, .collecteHeader__excerpt, .collecteStatus.is-success .collecteDatas .collecteDatas__item__txt div, .collecteDatas__item__icon {
  font-size: 13px;
}
@media screen and (min-width: 750px) {
  h3, .h3, .collecteHeader__excerpt, .collecteStatus.is-success .collecteDatas .collecteDatas__item__txt div, .collecteDatas__item__icon {
    font-size: 16px;
  }
}
@media screen and (min-width: 1050px) {
  h3, .h3, .collecteHeader__excerpt, .collecteStatus.is-success .collecteDatas .collecteDatas__item__txt div, .collecteDatas__item__icon {
    font-size: 19px;
  }
}

h3 {
  margin-top: 1.7em;
}

h4, .h4, .t-miniTitle, .c-contributor__infos, .header__share__item.-title, .collecteTabs__list__item, .collecteDatas__item__txt div, .collecteRewards__label, .c-notify__message, .c-button, .c-navLink, .c-reward__title, .c-reward__excerpt, .collecteInfoBloc__marker {
  font-size: 12px;
}
@media screen and (min-width: 750px) {
  h4, .h4, .t-miniTitle, .c-contributor__infos, .header__share__item.-title, .collecteTabs__list__item, .collecteDatas__item__txt div, .collecteRewards__label, .c-notify__message, .c-button, .c-navLink, .c-reward__title, .c-reward__excerpt, .collecteInfoBloc__marker {
    font-size: 14px;
  }
}
@media screen and (min-width: 1050px) {
  h4, .h4, .t-miniTitle, .c-contributor__infos, .header__share__item.-title, .collecteTabs__list__item, .collecteDatas__item__txt div, .collecteRewards__label, .c-notify__message, .c-button, .c-navLink, .c-reward__title, .c-reward__excerpt, .collecteInfoBloc__marker {
    font-size: 17px;
  }
}

h4 {
  margin-top: 1em;
}

h5, .h5, .c-adminTools__bt, .c-reward__select, .c-contributor__message, .content > figure figcaption, .collecteCount__goal, .collecteProgress__amount {
  font-size: 11px;
}
@media screen and (min-width: 750px) {
  h5, .h5, .c-adminTools__bt, .c-reward__select, .c-contributor__message, .content > figure figcaption, .collecteCount__goal, .collecteProgress__amount {
    font-size: 13px;
  }
}
@media screen and (min-width: 1050px) {
  h5, .h5, .c-adminTools__bt, .c-reward__select, .c-contributor__message, .content > figure figcaption, .collecteCount__goal, .collecteProgress__amount {
    font-size: 15px;
  }
}

h5 {
  margin-top: 0.8em;
}

h6, .h6, .c-reward__amount, .c-reward__date, .collecteDatas__item__txt {
  font-size: 9px;
}
@media screen and (min-width: 750px) {
  h6, .h6, .c-reward__amount, .c-reward__date, .collecteDatas__item__txt {
    font-size: 11px;
  }
}
@media screen and (min-width: 1050px) {
  h6, .h6, .c-reward__amount, .c-reward__date, .collecteDatas__item__txt {
    font-size: 13px;
  }
}

h6 {
  margin-top: 0.7;
}

p, .p, ul li {
  font-size: 12px;
  font-family: "Karla", sans-serif;
}
@media screen and (min-width: 750px) {
  p, .p, ul li {
    font-size: 14px;
  }
}
@media screen and (min-width: 1050px) {
  p, .p, ul li {
    font-size: 17px;
  }
}

p {
  margin-top: 1em;
}

ul {
  margin-top: 1em;
}
ul li {
  margin-top: 0.4em;
  line-height: 1.1;
}

p a,
li a {
  color: #00CC67;
  font-weight: 900;
  text-decoration: underline;
}
p a:hover,
li a:hover {
  color: #2F3037;
}

.t-pageTitle, .collecteHeader__title, .collecteCount__value, .t-title, .c-reward__amount div, .collecteInfoBloc__title, .t-miniTitle, .c-contributor__infos, .header__share__item.-title, .collecteTabs__list__item, .collecteDatas__item__txt div, .collecteRewards__label {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}

.t-pageTitle strong, .collecteHeader__title strong, .collecteCount__value strong {
  font-weight: 700;
}

/*======================================================================*\
==========================================================================

						LAYOUTS : LIB

==========================================================================
\*======================================================================*/
/*======================================================================*\
==========================================================================

							LAYOUT : COL

==========================================================================
\*======================================================================*/
.l-col, .l-page__content {
  width: 100%;
  max-width: 1050px;
  padding-left: calc( 1.5vh +  2.5vw);
  padding-right: calc( 1.5vh +  2.5vw);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1155px) {
  .l-col, .l-page__content {
    padding-left: 0;
    padding-right: 0;
  }
}
.l-col.-content, .-content.l-page__content {
  max-width: 685px;
}
@media screen and (min-width: 1560px) {
  .l-col.-content, .-content.l-page__content {
    padding-left: 0;
    padding-right: 0;
  }
}

/*======================================================================*\
==========================================================================

							LAYOUT : MARGIN

==========================================================================
\*======================================================================*/
.l-marginTop, .l-margin {
  margin-top: calc( 7.45vh +  4.25vw);
}

.l-marginBottom, .l-margin {
  margin-bottom: calc( 7.45vh +  4.25vw);
}

/*======================================================================*\
==========================================================================

							LAYOUT : PADDING

==========================================================================
\*======================================================================*/
.l-paddingTop, .l-padding {
  padding-top: calc( 7.45vh +  4.25vw);
}

.l-padding.-titleTop {
  padding-top: calc( 21.85vh +  12.25vw);
  padding-bottom: 0 !important;
}
@media screen and (min-width: 750px) {
  .l-padding.-titleTop {
    padding-top: calc( 16.09vh +  9.05vw);
  }
}
@media screen and (min-width: 1050px) {
  .l-padding.-titleTop {
    padding-top: calc( 29.05vh +  16.25vw);
  }
}
@media screen and (min-width: 1200px) {
  .l-padding.-titleTop {
    padding-top: calc( 29.05vh +  16.25vw);
  }
}
@media screen and (min-width: 1400px) {
  .l-padding.-titleTop {
    padding-top: calc( 14.65vh +  8.25vw);
  }
}

.l-paddingBottom, .l-padding {
  padding-bottom: calc( 7.45vh +  4.25vw);
}

.l-padding.-titleBottom {
  padding-bottom: calc( 21.85vh +  12.25vw);
  padding-top: 0 !important;
}
@media screen and (min-width: 750px) {
  .l-padding.-titleBottom {
    padding-bottom: calc( 16.09vh +  9.05vw);
  }
}
@media screen and (min-width: 1050px) {
  .l-padding.-titleBottom {
    padding-bottom: calc( 29.05vh +  16.25vw);
  }
}
@media screen and (min-width: 1200px) {
  .l-padding.-titleBottom {
    padding-bottom: calc( 29.05vh +  16.25vw);
  }
}
@media screen and (min-width: 1400px) {
  .l-padding.-titleBottom {
    padding-bottom: calc( 14.65vh +  8.25vw);
  }
}

.l-padding.-title {
  padding-top: calc( 21.85vh +  12.25vw);
  padding-bottom: calc( 21.85vh +  12.25vw);
}
@media screen and (min-width: 750px) {
  .l-padding.-title {
    padding-top: calc( 16.09vh +  9.05vw);
    padding-bottom: calc( 16.09vh +  9.05vw);
  }
}
@media screen and (min-width: 1050px) {
  .l-padding.-title {
    padding-top: calc( 29.05vh +  16.25vw);
    padding-bottom: calc( 29.05vh +  16.25vw);
  }
}
@media screen and (min-width: 1200px) {
  .l-padding.-title {
    padding-top: calc( 29.05vh +  16.25vw);
    padding-bottom: calc( 29.05vh +  16.25vw);
  }
}
@media screen and (min-width: 1400px) {
  .l-padding.-title {
    padding-top: calc( 14.65vh +  8.25vw);
    padding-bottom: calc( 14.65vh +  8.25vw);
  }
}

/*======================================================================*\
==========================================================================

							LAYOUT : JUMP

==========================================================================
\*======================================================================*/
.l-jump:not(:first-child) {
  margin-top: calc( 0.875vh +  1.375vw);
}
.l-jump:not(:first-child).-double {
  margin-top: calc( 1.5vh +  2.5vw);
}
.l-jump:not(:first-child).-gap {
  margin-top: calc( 0.5vh +  0.7vw);
}

/*======================================================================*\
==========================================================================

							LAYOUT : CENTER

==========================================================================
\*======================================================================*/
.l-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-center.-col {
  flex-direction: column;
}

.l-page {
  position: relative;
}
@media screen and (min-width: 1050px) {
  .l-page.-collecte .l-page__content {
    grid-template-columns: 685px 1fr;
  }
}
@media screen and (max-width: 1050px) {
  .l-page.-collecte .l-page__content__aside #asideCounter {
    display: none;
  }
}

.l-page__bg {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #00CC67;
  max-height: 80vh;
}
.l-page__bg:before {
  content: "";
  display: block;
  padding-top: 60%;
}
.l-page__bg img {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  object-fit: cover;
}

.l-page__content {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: calc( 0.875vh +  1.375vw);
}
@media screen and (min-width: 1050px) {
  .l-page__content {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*======================================================================*\
==========================================================================

						COMPONENTS : LIB

==========================================================================
\*======================================================================*/
/*======================================================================*\
==========================================================================

							ADMIN TOOLS

==========================================================================
\*======================================================================*/
.c-adminTools {
  position: fixed;
  z-index: 1000;
  left: calc( 0.5vh +  0.7vw);
  bottom: calc( 0.5vh +  0.7vw);
  background-color: #2F3037;
  display: flex;
  justify-content: space--between;
  align-items: center;
  border-radius: 8px;
}
@media screen and (max-width: 750px) {
  .c-adminTools {
    display: none;
  }
}

.c-adminTools__bt {
  position: relative;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  padding: calc( 0.7vh +  0.5vw ) calc( 0.5vh +  0.7vw );
}
.c-adminTools__bt:hover {
  color: #00CC67;
}
.c-adminTools__bt:first-child {
  padding-left: 1.2em;
}
.c-adminTools__bt:last-child {
  padding-right: 1.2em;
}
.c-adminTools__bt > [class^="fa"] {
  display: none;
}
.c-adminTools__bt > [class^="fa"].fa-spin {
  display: inline-block;
  margin-right: calc( 0.5vh +  0.7vw);
}

/*======================================================================*\
==========================================================================

							BASE NOTIFY

==========================================================================
\*======================================================================*/
.c-notify {
  position: fixed;
  width: 100%;
  z-index: 1000;
  left: 0;
  bottom: 0;
  background-color: #2F3037;
  transform: translateY(100%);
  transition-property: transform;
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.c-notify.is-open {
  transform: translateY(0%);
}
.c-notify.error {
  background-color: red;
}
.c-notify.valid {
  background-color: green;
}

.c-notify__content {
  padding: 1.75;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-notify__message {
  font-family: "Oswald", sans-serif;
  color: #fff;
  margin-right: 3.5;
}

.c-notify__btn {
  flex: none;
  cursor: pointer;
  flex: none;
  color: #fff;
  font-family: "Oswald", sans-serif;
}

.c-button, .c-roundButton {
  position: relative;
  display: inline-block;
  background-color: #00CC67;
  border-bottom: 0.25em solid #00a352;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}
.c-button:hover, .c-roundButton:hover {
  transform: scale(1.05);
  text-shadow: 0 1px 0px rgba(47, 48, 55, 0.3);
}
.-outline.c-button, .-outline.c-roundButton {
  background-color: transparent !important;
  border: 2px solid #00CC67;
  color: #00CC67;
  text-shadow: none !important;
}
.is-disabled.c-button, .is-disabled.c-roundButton {
  pointer-events: none;
  background-color: #9b9b9b;
  border-bottom-color: #686868;
}
.is-disabled.-outline.c-button, .is-disabled.-outline.c-roundButton {
  border-color: #9b9b9b;
  color: #9b9b9b;
}
.-accent.c-button, .-accent.c-roundButton {
  background-color: #ff0000;
  border-bottom-color: #990000;
}
[data-network="facebook"].c-button, [data-network="facebook"].c-roundButton, .-facebook.c-button, .-facebook.c-roundButton {
  background-color: #3b5998;
  border-bottom-color: #1e2e4f;
}
[data-network="twitter"].c-button, [data-network="twitter"].c-roundButton, .-twitter.c-button, .-twitter.c-roundButton {
  background-color: #1da1f2;
  border-bottom-color: #0967a0;
}
[data-network="messenger"].c-button, [data-network="messenger"].c-roundButton, .-messenger.c-button, .-messenger.c-roundButton {
  background-color: #fff;
  color: #0092ff;
  border-bottom-color: #9b9b9b;
}
[data-network="whatsapp"].c-button, [data-network="whatsapp"].c-roundButton, .-whatsapp.c-button, .-whatsapp.c-roundButton {
  background-color: #00cc67;
  border-bottom-color: #006634;
}

.c-button {
  padding: 0.8em 1.1em;
  color: #fff;
  font-weight: 700;
  border: 0;
  border-radius: 8px;
  font-family: "Karla", sans-serif;
}
.c-button > [class^="fa"],
.c-button .c-button__icon {
  margin-right: calc( 0.5vh +  0.7vw);
}

.c-button__icon [class^="fa"]:nth-child(2),
.c-button__label span:nth-child(2) {
  display: none;
}
.is-loading .c-button__icon [class^="fa"]:nth-child(1),
.is-loading .c-button__label span:nth-child(1) {
  display: none;
}
.is-loading .c-button__icon [class^="fa"]:nth-child(2),
.is-loading .c-button__label span:nth-child(2) {
  display: inline-block;
}

.c-button, .c-roundButton {
  position: relative;
  display: inline-block;
  background-color: #00CC67;
  border-bottom: 0.25em solid #00a352;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}
.c-button:hover, .c-roundButton:hover {
  transform: scale(1.05);
  text-shadow: 0 1px 0px rgba(47, 48, 55, 0.3);
}
.-outline.c-button, .-outline.c-roundButton {
  background-color: transparent !important;
  border: 2px solid #00CC67;
  color: #00CC67;
  text-shadow: none !important;
}
.is-disabled.c-button, .is-disabled.c-roundButton {
  pointer-events: none;
  background-color: #9b9b9b;
  border-bottom-color: #686868;
}
.is-disabled.-outline.c-button, .is-disabled.-outline.c-roundButton {
  border-color: #9b9b9b;
  color: #9b9b9b;
}
.-accent.c-button, .-accent.c-roundButton {
  background-color: #ff0000;
  border-bottom-color: #990000;
}
[data-network="facebook"].c-button, [data-network="facebook"].c-roundButton, .-facebook.c-button, .-facebook.c-roundButton {
  background-color: #3b5998;
  border-bottom-color: #1e2e4f;
}
[data-network="twitter"].c-button, [data-network="twitter"].c-roundButton, .-twitter.c-button, .-twitter.c-roundButton {
  background-color: #1da1f2;
  border-bottom-color: #0967a0;
}
[data-network="messenger"].c-button, [data-network="messenger"].c-roundButton, .-messenger.c-button, .-messenger.c-roundButton {
  background-color: #fff;
  color: #0092ff;
  border-bottom-color: #9b9b9b;
}
[data-network="whatsapp"].c-button, [data-network="whatsapp"].c-roundButton, .-whatsapp.c-button, .-whatsapp.c-roundButton {
  background-color: #00cc67;
  border-bottom-color: #006634;
}

.c-roundButton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #fff;
  font-size: 9px;
}
@media screen and (min-width: 750px) {
  .c-roundButton {
    font-size: 11px;
  }
}
@media screen and (min-width: 1050px) {
  .c-roundButton {
    font-size: 13px;
  }
}
@media screen and (min-width: 1050px) {
  .c-roundButton {
    width: 36px;
    height: 36px;
    font-size: 11px;
  }
}
@media screen and (min-width: 1050px) and (min-width: 750px) {
  .c-roundButton {
    font-size: 13px;
  }
}
@media screen and (min-width: 1050px) and (min-width: 1050px) {
  .c-roundButton {
    font-size: 15px;
  }
}

.c-navLink {
  position: relative;
  font-family: "Karla", sans-serif;
  color: #9b9b9b;
  font-weight: bold;
}
.c-navLink:hover {
  color: #2F3037;
}
.c-navLink::before {
  content: '';
  display: block;
  position: absolute;
  top: -30%;
  left: -5%;
  width: 110%;
  height: 160%;
}

.c-bloc {
  background-color: #fff;
  border-radius: 8px;
  border-bottom: 0.2em solid #e9e3d9;
}
@media screen and (min-width: 1050px) {
  .c-bloc.-compact .c-bloc__content {
    padding: calc( 0.875vh +  1.375vw);
  }
}

.c-bloc__content {
  padding: calc( 1.5vh +  2.5vw);
}
.c-bloc__content + .c-bloc__content {
  padding-top: 0;
}

.c-reward__img {
  position: relative;
}
.c-reward__img:before {
  content: "";
  display: block;
  padding-top: 60%;
}
.c-reward__img img {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  object-fit: contain;
}

.c-reward__amount {
  margin-top: calc( 0.5vh +  0.7vw);
}
.c-reward__amount div {
  font-weight: 700;
  color: #2F3037;
}
.c-reward__amount::after {
  content: '';
  display: block;
  margin-top: calc( 0.5vh +  0.7vw);
  width: 3.7em;
  height: 4px;
  background-color: #2F3037;
}

.c-reward__title {
  font-weight: 700;
  color: #2F3037;
}

.c-reward__excerpt {
  font-weight: 400;
  margin-top: calc( 0.375vh +  0.475vw);
}

.c-reward__date {
  margin-top: calc( 0.875vh +  1.375vw);
}
.c-reward__date div {
  color: #2F3037;
  font-weight: 700;
}

.c-reward__select {
  margin-top: calc( 0.875vh +  1.375vw);
  border-top: 1px solid #f2efe9;
  padding-top: calc( 0.875vh +  1.375vw);
  display: flex;
  align-items: center;
}
.c-reward__select input {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: 700;
  margin-left: calc( 0.5vh +  0.7vw);
  margin-right: auto;
  max-width: 60px;
  border: 1px solid #f2efe9;
  padding: calc( 0.5vh +  0.7vw);
  border-radius: 8px;
}
.c-reward__select strong {
  color: #2F3037;
}

.c-reward__button {
  margin-top: calc( 0.875vh +  1.375vw);
}
.c-reward__button > * {
  display: block;
  width: 100%;
}

.c-contributor {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: calc( 0.875vh +  1.375vw) 0;
}
@media screen and (min-width: 1050px) {
  .c-contributor {
    padding: calc( 0.875vh +  1.375vw) calc( 0.5625vh +  0.8125vw);
  }
}
.c-contributor:first-child {
  padding-top: 0;
}
.c-contributor:not(:last-child) {
  border-bottom: 1px solid #f2efe9;
}

.c-contributor__icon {
  flex: none;
  color: #2F3037;
  font-size: 3em;
}

.c-contributor__infos {
  flex: 0 0 20%;
  margin-left: calc( 0.875vh +  1.375vw);
}

.c-contributor__infos__name {
  color: #2F3037;
}

.c-contributor__infos__amount {
  color: #00CC67;
}

.c-contributor__message {
  flex: 1 0 0%;
  margin-left: auto;
  margin-top: 0;
  padding-left: calc( 2.75vh +  4.75vw);
}

/*======================================================================*\
==========================================================================

							HOMEPAGE

==========================================================================
\*======================================================================*/
/*======================================================================*\
==========================================================================

								HEADER

==========================================================================
\*======================================================================*/
.header {
  display: flex;
  align-items: center;
  background-color: #fff;
  width: 100%;
  padding: calc( 0.375vh +  0.475vw) calc( 1.5vh +  2.5vw);
  box-shadow: 0px 3px 0px rgba(62, 57, 47, 0.0635927);
}

.header__logo {
  flex: none;
  width: 3em;
  max-width: 60px;
}

.header__nav {
  display: flex;
  margin-left: calc( 0.875vh +  1.375vw);
}
@media screen and (max-width: 580px) {
  .header__nav {
    display: none;
  }
}

.header__share {
  flex: none;
  margin-left: auto;
  display: flex;
  align-items: center;
}

.header__share__item:not(:last-child) {
  margin-right: calc( 0.5vh +  0.7vw);
}
.header__share__item.-title {
  color: #9b9b9b;
}

/*======================================================================*\
==========================================================================

							FOOTER

==========================================================================
\*======================================================================*/
.footer {
  background-color: #fff;
}

@media screen and (min-width: 750px) {
  .footer__ape {
    display: flex;
    align-items: center;
  }
}

.footer__ape__infos {
  flex: 1 0 60%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-right: calc( 1.5vh +  2.5vw);
}
@media screen and (min-width: 1050px) {
  .footer__ape__infos {
    padding-right: 0;
  }
}

.footer__ape__infos__img {
  flex: 1 0 20%;
  max-width: 95px;
}

.footer__ape__infos__title {
  flex: 1 0 80%;
  padding-left: calc( 0.875vh +  1.375vw);
  margin-top: 0;
  color: #000;
  line-height: 1;
}
@media screen and (max-width: 1050px) {
  .footer__ape__infos__title {
    font-size: 13px;
  }
}
@media screen and (max-width: 1050px) and (min-width: 750px) {
  .footer__ape__infos__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1050px) and (min-width: 1050px) {
  .footer__ape__infos__title {
    font-size: 19px;
  }
}

.footer__ape__infos__txt {
  flex: 1 0 100%;
  margin-top: calc( 0.875vh +  1.375vw);
}
.footer__ape__infos__txt strong {
  color: #2F3037;
  border-bottom: 1px dashed #2F3037;
}

.footer__ape__buttons {
  flex: 1 0 40%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-top: calc( 2.75vh +  4.75vw);
}
.footer__ape__buttons > * {
  white-space: nowrap;
}
.footer__ape__buttons > *:not(:last-child) {
  margin-bottom: calc( 0.5vh +  0.7vw);
}
@media screen and (min-width: 1050px) {
  .footer__ape__buttons {
    margin-top: 0;
    padding-left: calc( 2.75vh +  4.75vw);
  }
}

.footer__links {
  background-color: #f2efe9;
  padding: calc( 1.5vh +  2.5vw) 0;
}

.footer__links__content {
  text-align: right;
}
.footer__links__content > * {
  font-weight: 400 !important;
}
.footer__links__content > *:not(:last-child) {
  margin-right: calc( 0.5vh +  0.7vw);
}

.content > h1,
.content > h2,
.content > h3 {
  font-family: "Oswald", sans-serif;
}
.content > h3 {
  font-weight: 400;
}
.content > figure {
  margin: 0;
}
.content > figure img {
  border-radius: 8px;
}
.content > figure figcaption {
  text-align: center;
  margin-top: 0.5em;
  color: #656565;
  padding: 0 calc( 1.5vh +  2.5vw);
}

.content-jump {
  display: block;
  margin-top: 7.7;
  margin-bottom: 7.7;
}
.content-jump + .content-jump {
  margin-top: -2.31;
}

.collecteHeader {
  text-align: center;
}

.collecteHeader__title {
  color: #2F3037;
}
.collecteHeader__title strong {
  font-weight: 700;
}

.collecteHeader__excerpt {
  font-weight: 400;
  margin-top: calc( 0.5vh +  0.7vw);
}

.collecteImage {
  position: relative;
}
.collecteImage:before {
  content: "";
  display: block;
  padding-top: 60%;
}
.collecteImage img {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  object-fit: cover;
}

.collecteTabs {
  border-bottom: 1px solid #f2efe9;
  position: sticky;
  background-color: #fff;
  z-index: 2;
}

.collecteTabs__list {
  display: flex;
  padding: 0 calc( 1.5vh +  2.5vw);
}

.collecteTabs__list__item {
  padding: calc( 0.875vh +  1.375vw) calc( 0.5vh +  0.7vw);
  color: #9b9b9b;
  cursor: pointer;
}
.collecteTabs__list__item:hover {
  color: #2F3037;
}
.collecteTabs__list__item.is-active {
  font-weight: 700;
  border-bottom: 4px solid #2F3037;
  color: #2F3037;
}
@media screen and (min-width: 1050px) {
  .collecteTabs__list__item[data-disabled="true"] {
    display: none;
  }
}

.collecteContent[data-active-tab="1"] .collecteContent__panel:nth-child(1) {
  display: block;
}
.collecteContent[data-active-tab="2"] .collecteContent__panel:nth-child(2) {
  display: block;
}
.collecteContent[data-active-tab="3"] .collecteContent__panel:nth-child(3) {
  display: block;
}
.collecteContent[data-active-tab="4"] .collecteContent__panel:nth-child(4) {
  display: block;
}

.collecteContent__panel {
  display: none;
}
.collecteContent__panel.is-active {
  display: block;
}

.collecteContent__panel__button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: calc( 0.875vh +  1.375vw);
}

.collecteInfoBloc {
  padding-left: calc( 0.5vh +  0.7vw);
  padding-right: calc( 0.5vh +  0.7vw);
}
.collecteInfoBloc:not(:first-child) {
  padding-top: calc( 1.5vh +  2.5vw);
}
.collecteInfoBloc:not(:last-child) {
  padding-bottom: calc( 1.5vh +  2.5vw);
  border-bottom: 1px solid #f2efe9;
}

.collecteInfoBloc__marker {
  display: flex;
  color: #656565;
}
.collecteInfoBloc__marker + .collecteInfoBloc__title {
  margin-top: calc( 0.5vh +  0.7vw);
}

.collecteInfoBloc__marker__icon {
  color: #00CC67;
  margin-right: calc( 0.5vh +  0.7vw);
}

.collecteInfoBloc__title {
  color: #2F3037;
}

@media screen and (min-width: 1050px) {
  .collecteMobileStatus {
    display: none;
  }
}

.collecteStatus.is-success .collecteCount {
  text-align: center;
}
.collecteStatus.is-success .collecteCount .collecteCount__value {
  color: #2F3037;
}
.collecteStatus.is-success .collecteProgress,
.collecteStatus.is-success .collecteInfos,
.collecteStatus.is-success .collecteAction {
  display: none;
}
.collecteStatus.is-success .collecteDatas {
  background-color: #f2efe9;
  padding: calc( 0.5vh +  0.7vw);
  border-radius: 8px;
}
.collecteStatus.is-success .collecteDatas .collecteDatas__item {
  justify-content: center;
  padding: 0;
  border: none;
}
.collecteStatus.is-success .collecteDatas .collecteDatas__item__icon {
  position: relative;
  color: #00CC67;
}
.collecteStatus.is-success .collecteDatas .collecteDatas__item__icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  left: 10%;
  top: 20%;
  width: 80%;
  height: 60%;
  border-radius: 50%;
}
.collecteStatus.is-success .collecteDatas .collecteDatas__item__icon [class^="fa"] {
  position: relative;
}
.collecteStatus.is-success .collecteDatas .collecteDatas__item__txt div {
  color: #00CC67;
  font-weight: 700;
}
.collecteStatus.is-success .collecteSuccess {
  display: block;
}

.collecteCount {
  line-height: 1;
}

.collecteCount__value {
  font-weight: 700;
  color: #00CC67;
}

.collecteProgress {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: calc( 0.5vh +  0.7vw);
}

.collecteProgress__bar {
  position: relative;
  height: 0.5em;
  flex: 1 0 0%;
  background-color: #f2efe9;
  border-radius: 200px;
}

.collecteProgress__bar__progress {
  position: absolute;
  width: 20%;
  height: 100%;
  background-color: #00CC67;
  border-radius: inherit;
}

.collecteProgress__amount {
  flex: none;
  padding-left: calc( 0.5vh +  0.7vw);
}

.collecteInfos {
  margin-top: calc( 0.5vh +  0.7vw);
}

.collecteDatas {
  display: flex;
}

.collecteDatas__item {
  display: flex;
  align-items: center;
}
.collecteDatas__item:nth-child(1) {
  padding-right: calc( 0.5625vh +  0.8125vw);
  border-right: 1px solid #f2efe9;
}
.collecteDatas__item:nth-child(2) {
  padding-left: calc( 0.5625vh +  0.8125vw);
  justify-content: flex-end;
}

.collecteDatas__item__icon {
  display: inline-block;
  color: #9b9b9b;
  margin-right: calc( 0.5vh +  0.7vw);
}

.collecteDatas__item__txt {
  line-height: 1.1;
  display: inline-block;
}
.collecteDatas__item__txt div {
  color: #2F3037;
}

.collecteAction {
  margin-top: calc( 1.5vh +  2.5vw);
}
.collecteAction > * {
  width: 100%;
}
.collecteAction > *:not(:first-child) {
  margin-top: calc( 0.5vh +  0.7vw);
}
.l-page__content__aside .collecteAction > *:not(:first-child) {
  display: none;
}

.collecteSuccess {
  display: none;
  margin-top: calc( 0.5vh +  0.7vw);
}

.collecteRewards {
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: rgba(47, 48, 55, 0.9);
  visibility: hidden;
  opacity: 0;
}
.collecteRewards.is-open {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 1050px) {
  .collecteRewards {
    position: relative;
    display: block;
    margin-top: calc( 0.875vh +  1.375vw);
    background-color: transparent;
    visibility: visible;
    opacity: 1;
  }
}

.collecteRewards__toggle {
  position: absolute;
  top: 0;
  right: 0;
  padding: calc( 0.875vh +  1.375vw);
}

.collecteRewards__toggle__button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1050px) {
  .collecteRewards__toggle__button {
    display: none;
  }
}

.collecteRewards__label {
  position: relative;
  width: 90%;
  left: 5%;
  padding: calc( 0.5vh +  0.7vw);
  color: #fff;
  text-align: center;
  background-color: #006634;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 1050px) {
  .collecteRewards__label {
    display: none;
  }
}

.collecteRewards__list {
  position: relative;
  overflow: auto;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (min-width: 1050px) {
  .collecteRewards__list {
    display: block;
    padding-left: 0;
  }
}

@media screen and (max-width: 1050px) {
  .collecteRewards__list__content {
    display: flex;
    padding: 0 10vw;
  }
}

.collecteRewards__list__content__item {
  min-width: 70vw;
}
.collecteRewards__list__content__item:not(:last-child) {
  margin-right: calc( 1.5vh +  2.5vw);
}
@media screen and (min-width: 1050px) {
  .collecteRewards__list__content__item {
    min-width: auto;
    margin-right: 0 !important;
  }
  .collecteRewards__list__content__item:not(:first-child) {
    margin-top: calc( 0.875vh +  1.375vw);
  }
}

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