@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap);
HTML {
  font-size: 16px;
}

BODY {
  margin: 0;
  padding: 0;
  background: #161200;
}
BODY.fixd {
  height: 100vh;
  overflow-y: hidden;
  padding-right: 15px;
}

*, BODY, INPUT, SPAN, TD, TEXTAREA {
  font-family: "Open Sans", sans-serif;
  font-size: 0.9rem;
}

H1, H2, H3, H4, H5, H6, H7 {
  color: #A17D04;
  letter-spacing: -0.5px;
  font-family: "Open Sans";
}

H1 {
  font-weight: 300;
  font-size: 2rem;
  line-height: 2rem;
}

H2 {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 2rem;
}

H3 {
  font-weight: 200;
  font-size: 2rem;
  line-height: 2rem;
  letter-spacing: 0.4px;
}

H6 {
  color: #ffffff;
  font-weight: 200;
  font-size: 1rem;
  line-height: 1.2rem;
  letter-spacing: 0.4px;
}

P {
  font-size: 0.9rem;
  color: #3C3000;
  text-align: left;
}
P.small {
  font-size: 0.75rem;
}
P.center, P.centre {
  text-align: center;
}
P.droite {
  text-align: right;
}
P.gauche {
  text-align: left;
}
P.caps {
  text-transform: uppercase;
  color: #3C3000;
  font-size: 0.86rem;
  margin-bottom: 1.5rem !important;
}
P.leg {
  font-size: 0.8rem;
  color: #725b00;
  margin: 0;
}

#app-img IMG {
  max-width: 100%;
}

#app-titre {
  margin-bottom: 0;
}

#app-desc {
  color: #ffffff;
  margin-top: 0;
  font-weight: 200;
}
#app-desc I {
  color: #CEF19D;
  font-style: normal;
  font-size: 1rem;
}
#app-desc I:before {
  content: "/";
  display: inline-block;
  color: #A17D04;
  font-size: 1.5rem;
  transform: rotate(-7deg);
  position: relative;
  top: 2px;
  font-weight: 500;
}
#app-desc .kfig {
  padding-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 0;
}
#app-desc .kfig SPAN {
  font-size: 1rem;
  font-weight: 300;
  text-align: center;
}
#app-desc .kfig SPAN:not(:first-child) {
  border-left: 2px solid #A17D04;
}
#app-desc .kfig SPAN B {
  font-weight: 300;
  font-size: 0.7rem;
  display: block;
  padding-top: 0.5rem;
  text-transform: uppercase;
}

.app-re7 HEADER SPAN.logo {
  position: relative;
  display: inline-block;
  max-width: 80px;
  float: left;
  margin-right: 2rem;
  margin-top: 0.5rem;
}
.app-re7 HEADER SPAN.logo:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.75rem;
  right: -12px;
  height: 4rem;
  width: 2px;
  background-color: #CEF19D;
  transform: rotate(12deg);
}
.app-re7 HEADER SPAN.logo IMG.logo {
  max-width: 100%;
}
.app-re7 HEADER H1 {
  margin: 1rem 0 0;
  padding-top: 0.5rem;
}
.app-re7 HEADER P {
  color: #98b467;
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 200;
}

BODY.index .app-re7 HEADER span.logo {
  display: none;
}

.re7-menu.masq {
  display: none;
}
.re7-menu HEADER {
  padding: 1rem 0;
}
.re7-menu HEADER SPAN.logo {
  position: relative;
  display: inline-block;
  max-width: 80px;
  float: left;
  margin-right: 2rem;
  margin-top: 0.5rem;
}
.re7-menu HEADER SPAN.logo:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.75rem;
  right: -12px;
  height: 4rem;
  width: 2px;
  background-color: #CEF19D;
  transform: rotate(12deg);
}
.re7-menu HEADER SPAN.logo IMG.logo {
  max-width: 100%;
}
.re7-menu HEADER SPAN.logo {
  margin-top: -0.5rem;
}
.re7-menu HEADER H1 {
  margin: 0;
  padding-top: 0.5rem;
}
.re7-menu HEADER P {
  color: #98b467;
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 200;
}
.re7-menu UL {
  margin: 1rem;
  padding: 0;
  display: grid;
  grid-row-gap: 1rem;
  max-width: 100%;
}
@media screen and (max-width: 47.9rem) {
  .re7-menu UL {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 48rem) {
  .re7-menu UL {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 1rem;
  }
}
.re7-menu LI {
  list-style-type: none;
  cursor: pointer;
  background-color: #3d4432;
}
.re7-menu LI .photo {
  height: 200px;
  background-size: cover;
}
.re7-menu LI H2 {
  margin: 0;
  padding: 0.5rem 1rem 1rem;
}

BUTTON {
  background-color: #A17D04;
  border-radius: 2rem;
  color: #ffffff;
  padding: 1.4rem 4rem;
  letter-spacing: -0.5px;
  font-family: "Open Sans";
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 1.4rem;
  border: 0;
  cursor: pointer;
  display: inline-block;
}
BUTTON:hover {
  background-image: linear-gradient(to right, #A17D04, #c79a05);
}
BUTTON:focus {
  outline: unset;
}
BUTTON:not(.run):not(.done) {
  border-left: 2px solid white;
  border-right: 2px solid white;
  box-shadow: 0 0 0 5px #161200 inset;
}
BUTTON.run {
  background-color: transparent;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 200;
  line-height: 8rem;
  padding: 0;
  padding-top: 4rem;
  width: 8rem;
}
BUTTON.run:hover {
  background-image: unset;
}
BUTTON.run {
  position: relative;
}
BUTTON.lastmn {
  background-image: unset;
}
BUTTON.lastmn:before {
  border: 2px solid orange;
}
BUTTON.lastsec {
  background-image: unset;
}
BUTTON.lastsec:before {
  border: 2px solid red;
}
BUTTON.done {
  background-color: #3d4432;
  border: 2px solid #f9b528;
  color: #ffffff;
  padding: 1rem 1.4rem;
  border-radius: 2rem;
  line-height: 1.4rem;
  font-size: 1rem;
  background-image: unset;
}

@media screen and (max-width: 47.9rem) {
  .wrap {
    width: 100%;
  }
  .wrap H1, .wrap P {
    padding: 1rem;
  }
}
@media screen and (min-width: 48rem) {
  .wrap {
    max-width: 960px;
    margin: 0 auto;
  }
}

SECTION.content .re7-view.run {
  opacity: 0.75;
}
SECTION.content .re7-view .item {
  padding: 1rem;
}
SECTION.content .re7-view .item.etape {
  border-top: 2px solid rgba(164, 246, 48, 0.35);
  margin: 0;
}
SECTION.content .re7-view .item:not(.etape) {
  border-top: 3px dotted #3d4432;
  margin: 0 1rem;
  padding: 1rem 0;
}
SECTION.content .re7-view .item:not(.done) {
  background-color: transparent;
}
SECTION.content .re7-view .item.done {
  background-color: #3d4432;
}
SECTION.content .re7-view .item .desc {
  padding: 0.25rem 0.9rem;
  color: #A17D04;
  font-weight: bold;
}
SECTION.content .re7-view .item .info {
  padding: 0.25rem 2rem;
  color: transparent;
}
SECTION.content .re7-view .item .ingred, SECTION.content .re7-view .item .instr {
  color: #ffffff;
}
SECTION.content .re7-view .item .ingred I, SECTION.content .re7-view .item .instr I {
  color: #CEF19D;
  font-style: normal;
  font-size: 1rem;
}
SECTION.content .re7-view .item .ingred I:before, SECTION.content .re7-view .item .instr I:before {
  content: "/";
  display: inline-block;
  color: #A17D04;
  font-size: 1.5rem;
  transform: rotate(-7deg);
  position: relative;
  top: 2px;
  font-weight: 500;
}
SECTION.content .re7-view .item.done .ingred, SECTION.content .re7-view .item.done .instr {
  color: #d1d1d1;
}
SECTION.content .re7-view .item.done .info {
  color: rgba(164, 246, 48, 0.6);
}
SECTION.content .re7-view .item UL {
  margin: 0;
  padding: 0.25rem 0;
}
SECTION.content .re7-view .item UL LI {
  list-style-type: none;
  padding: 0.2rem 0.8rem;
  font-weight: 200;
}
SECTION.content .re7-view .item UL.ingred {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}
SECTION.content .re7-view .item UL.ingred LI {
  padding: 0.5rem 0.8rem;
  background-color: #3d4432;
  border-radius: 0.4rem;
  border: 1px solid #161200;
}
SECTION.content .re7-view .item UL.instr {
  padding-top: 1rem;
}
SECTION.content .re7-view .item UL.instr LI {
  position: relative;
  left: 1rem;
  width: calc(100% - 3rem);
}
SECTION.content .re7-view .item UL.instr LI:before {
  content: "";
  display: inline-block;
  background-color: #A17D04;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.4rem;
  position: absolute;
  left: 0;
  top: 10px;
}
SECTION.content .re7-view .item P.centre {
  margin: 0;
}

P.rdonut {
  position: relative;
}
P.rdonut SPAN {
  display: none;
}
P.rdonut SPAN.ring {
  display: inherit;
  position: absolute;
}
@media screen and (min-width: 48rem) {
  P.rdonut SPAN.ring {
    top: 3rem;
  }
}
@media screen and (max-width: 47.9rem) {
  P.rdonut SPAN.ring {
    top: 4rem;
  }
}
P.rdonut SPAN.ring {
  left: 50%;
  z-index: -1;
  margin-left: -88px;
  max-width: 160px;
}
P.rdonut .donut-ring {
  stroke: #3d4432;
}
P.rdonut .donut-segment {
  transform-origin: center;
  stroke: #067aee;
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
}
P.rdonut .donut-segment.lastmn {
  stroke: #f9b528;
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
}
P.rdonut .donut-segment.lastsec {
  stroke: #fa1705;
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
}

.site-info {
  background-color: #3C3000;
  margin: 0 !important;
  text-align: center;
  padding: 3rem;
  font-size: 0.9rem;
  color: #ffffff !important;
}
.site-info A {
  text-decoration: none;
}
.site-info A:not(.tge-sign),
.site-info A:not(.tge-sign):visited,
.site-info A:not(.tge-sign):focus {
  color: #ffffff !important;
}
.site-info SPAN.tge-sign, .site-info A.tge-sign {
  color: #dbd7d2 !important;
  font-weight: 200;
  font-size: 0.85rem;
  vertical-align: top;
}
.site-info .qrcode {
  display: block;
  text-align: center;
  margin-bottom: 2rem;
}
.site-info .qrcode IMG {
  max-width: 200px;
}/*# sourceMappingURL=re7.css.map */