<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "silkaregular";
  src: url("fonts/silka/silka-regular-webfont.woff2") format("woff2"),
  url("fonts/silka/silka-regular-webfont.woff") format("woff"),
  url("fonts/silka/silka-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "silkasemibold";
  src: url("fonts/silka/silka-semibold-webfont.woff2") format("woff2"),
  url("fonts/silka/silka-semibold-webfont.woff") format("woff"),
  url("fonts/silka/silka-semibold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "silkabold";
  src: url("fonts/silka/silka-bold-webfont.woff2") format("woff2"),
  url("fonts/silka/silka-bold-webfont.woff") format("woff"),
  url("fonts/silka/silka-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "silkablack";
  src: url("fonts/silka/silka-black-webfont.woff2") format("woff2"),
  url("fonts/silka/silka-black-webfont.woff") format("woff"),
  url("fonts/silka/silka-black-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CoveredByYourGrace-Regular";
  src: url("fonts/covered-by-your-grace/CoveredByYourGrace-Regular.ttf");
  font-weight: 400;
}

html {
  margin-top: 32px !important;
  font-size: 62.5%;
  font-size: calc(1em * 0.625);
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-family: silkaregular, sans-serif;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
  align-items: center;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.7;
}

body.page {
  background-color: #fdefe5;
}

a {
  color: #e60768;
}

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

.font-brand {
  color: #e60768 !important;
}

small,
.small {
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
}

small.disclaimer,
.small.disclaimer {
  font-size: 10px;
}

img {
  -khtml-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: silkablack;
  line-height: 1;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

h1, .h1-like,
h2, .h2-like {
  margin-top: 0;
  margin-bottom: 3rem;
  font-size: 4rem;
}

@media (max-width: 767px) {
  h1, .h1-like,
  .content-box h2, .content-box .h2-like {
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 3rem;
  }
}

h2 strong {
  color: #E40063;
}

h2.u-small {
  font-size: 2.5rem;
  line-height: 1.4;
}

h3, .h3-like {
  font-size: 1.4rem;
  text-transform: uppercase;
}

a {
  text-decoration: none;
  background-color: transparent;
}

.u-small {
  font-size: 0.8em;
}

.u-bold {
  font-family: silkabold;
}

/*Before Header*/
.body-background-container {
  width: calc(100vw - 50px);
  z-index: -1;
  background-color: #fbefe6;
  overflow: hidden;
  position: absolute;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-height: 100vh;
  border-top: 5px solid #e40063;
}

/*Filtre d'opacité sur image de fond si besoin*/
/*.body-background-container:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #00000030;
  position: absolute;
  top: 0;
  left: 0;
}*/

img.body-background {
  height: auto;
  min-width: 100%;
  object-fit: cover;
}

/*Header*/
header h1.logo {
  background-size: 100% auto;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 3rem 0;
  margin: 5rem 0 5rem 0;
}

header h1.logo img {
  display: block;
  height: auto;
  max-height: 190px;
  max-width: 80%;
}

@media (max-width: 1200px) {
  header h1.logo img {
    width: 70%;
  }
}

@media (max-width: 1023px) {
  header h1.logo img {
    width: 60%;
  }
}

@media (max-width: 767px) {
  header h1.logo {
    margin: 5rem 0 2rem 0;
  }

  header h1.logo img {
    width: 30rem;
  }
}

/*Pink tags*/

.pink-tags {
  list-style: none;
}

@media (max-width: 767px) {
  .pink-tags {
    display: none;
  }
}

.pink-tags li {
  background-color: #e40063;
  color: #fff;
  font-family: "CoveredByYourGrace-Regular", cursive;
  font-size: 24px;
  position: absolute;
  display: flex;
  align-items: center;
  height: 30px;
  padding: 0 15px;
  line-height: 1;
}

.pink-tags li:after,
.pink-tags li:before {
  position: absolute;
}

/*Position labels*/
.pink-tags li.pink-tag-top-left {
  top: 130px;
  left: 20%;
  border-radius: 0 4px 4px 0;
}

.pink-tags li.pink-tag-top-right {
  top: 90px;
  right: 20%;
  border-radius: 4px 0 0 4px;
}

.pink-tags li.pink-tag-bottom-left {
  top: 366px;
  left: 23%;
  border-radius: 0 4px 4px 0;
}

.pink-tags li.pink-tag-bottom-right {
  top: 301px;
  right: 31%;
  border-radius: 4px 0 0 4px;
}

/*Add triangles to labels*/

.pink-tags li.pink-tag-top-left:before,
.pink-tags li.pink-tag-bottom-left:before,
.pink-tags li.pink-tag-top-right:after,
.pink-tags li.pink-tag-bottom-right:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  top: 0;
}

.pink-tags li.pink-tag-top-left:before,
.pink-tags li.pink-tag-bottom-left:before {
  border-right: 18px solid #e40063;
  left: -18px;
}

.pink-tags li.pink-tag-top-right:after,
.pink-tags li.pink-tag-bottom-right:after {
  border-left: 18px solid #e40063;
  right: -18px;
}

/*Content*/
main.content {
  flex: 1;
  max-width: 1100px;
  background: url('../../images/adopte_un_arbre/shutterstock_783084157.jpg');
  background-size: cover;
  background-color: #fbefe6bd;
  min-height: 60rem;
  width: 100%;
  border-radius: 9px 9px 0 0;
  margin-top: 50px;
  padding-top: 75px;
  padding-bottom: 90px;
  position: relative;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  main.content {
    margin-top: 5rem;
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
}

.intro-promo {
  position: absolute;
  top: -29rem;
  left: -7rem;
  z-index: -1;
}

@media (max-width: 1200px) {
  .intro-promo {
    left: -3rem;
    transform: scale(0.9);
  }
}

@media (max-width: 1023px) {
  .intro-promo {
    left: -8rem;
    top: -28rem;
    transform: scale(0.7);
  }
}

@media (max-width: 767px) {
  .intro-promo {
    top: -26rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

main.content:before {
  position: absolute;
  top: -6rem;
  left: 50%;
  width: 9rem;
  height: 9rem;
  background: url(../../images/adopte_un_arbre/svg/logo-pl.svg) no-repeat center;
  content: "";
  background-size: contain;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  main.content:before {
    top: -6rem;
  }
}

.content .container-fluid {
  position: relative;
  z-index: 5;
}

.content .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0 8rem;
}

@media (max-width: 767px) {
  .content .content-wrapper {
    flex-direction: column;
    padding: 0 2rem;
  }
}

.content .content-box,
.content .action-box {
  flex: 1 1 auto;
}

.content .content-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem;
  background-color: white;
  border-radius: 20px;
  filter: drop-shadow(0px 0px 8px #00000052);
}

.content-box .subtitle {
  font-family: "CoveredByYourGrace-Regular";
  font-size: 3rem;
  margin: 0 0 1rem 0;
  color: #E40063;
  line-height: 1;
}

/*Bloc d'action (droite)*/
.action-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 4rem 4rem 4rem 8rem;
}

.action-box &gt; * {
  margin-top: 2rem;
}

.cgu-col {
  background-color: #e60768;
  height: 100vh;
  width: 70px;
  position: fixed;
  bottom: 0;
  top: auto;
  left: 0;
  z-index: 35;
}

.cgu-col .bottom-position {
  position: absolute;
  bottom: 69px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.84px;
  line-height: 24px;
  text-transform: uppercase;
}

.cgu-col a {
  color: #f9f8f6;
  text-decoration: none;
}

.cgu-col a:hover {
  text-decoration: none;
  color: #ffffff;
}

.page-progress {
  position: fixed;
  bottom: 0;
  top: auto;
  width: 100%;
  left: 0;
  height: 6px;
  border-radius: 0;
  background-color: transparent;
  z-index: 35;
  display: none;
}

.page-progress .progress-bar {
  background-color: #e60768;
  border-top: 1px solid #fff;
}

footer {
  height: 57px;
  background-color: #e40063;
  flex: 0 0 57px;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 1;
}

@media (max-width: 767px) {
  footer {
    flex: auto;
    height: auto;
  }
}

footer a {
  color: #fff;
}

footer .menu-main-footer-menu-container,
.menu-social-footer-menu-container {
  flex: 1 auto;
  display: flex;
  align-items: center;
}

footer .menu-main-footer-menu-container ul,
.menu-social-footer-menu-container ul {
  list-style: none;
  display: flex;
  margin-bottom: 0 !important;
  width: auto;
  padding-inline-start: 0 !important;
}

.menu-social-footer-menu-container ul {
  justify-content: center;
}

footer .menu-main-footer-menu-container ul li:not(last-child),
.menu-social-footer-menu-container ul li:not(last-child) {
  margin-right: 20px;
}

@media (max-width: 767px) {
  footer .menu-main-footer-menu-container ul li:not(last-child),
  .menu-social-footer-menu-container ul li:last-child {
    margin-right: 0;
  }
}

#menu-main-footer-menu a {
  font-size: 14px;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  letter-spacing: 2.5px;
}

#menu-main-footer-menu a:hover {
  color: #fff;
}

.menu-social-footer-menu-container {
  flex-direction: row-reverse;
}

#menu-social-footer-menu a {
  font-size: 0;
  line-height: 0;
}

.footer-social {
  display: flex;
}

.footer-social a:after {
  font-size: 18px;
  height: 18px;
  width: 18px;
  display: flex;
  background-size: contain !important;
}

.footer-facebook a:after {
  content: "";
  background: url(../../images/adopte_un_arbre/svg/facebook.svg);
}

.footer-instagram a:after {
  content: "";
  background: url(../../images/adopte_un_arbre/svg/instagram.svg);
}

.footer-youtube a:after {
  content: "";
  background: url(../../images/adopte_un_arbre/svg/youtube.svg);
}

.footer-pinterest a:after {
  content: "";
  background: url(../../images/adopte_un_arbre/svg/pinterest.svg);
}

footer .footer-container {
  max-width: 1200px;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1230px) {
  footer .footer-container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (max-width: 767px) {
  footer .footer-container {
    flex-direction: column;
    padding: 2rem 0;
  }

  footer .footer-container &gt; * {
    margin: 1rem 0;
  }
}

footer a {
  text-decoration: none;
}

footer ul {
  margin: 0;
}

footer .footer-logo {
  margin-left: 10px;
}

footer .footer-logo a {
  display: block;
}

@media (max-width: 767px) {
  footer .footer-logo {
    margin-left: 0;
  }
}

.footer-logo img {
  height: 43px;
}

.mobile-direct-links {
  display: none !important;
}

.icon-box {
  position: relative;
  text-align: center;
  display: block;
  color: #534f47;
}

.icon-box .icon {
  display: block;
  margin-bottom: 10px;
}

.icon-box .icon svg {
  max-width: 50px;
  max-height: 62px;
  display: inline-block;
}

.btn {
  appearance: none;
  border: none;
  display: -ms-inline-flexbox;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  font-family: silkasemibold;
  font-size: 1.8rem;
  line-height: 1;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-primary {
  color: #fff;
  background-color: #e60768;
  border-color: #e60768;
}

.btn-primary:hover {
  color: #fff;
  background-color: #cd065d;
  border-color: #cd065d;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show &gt; .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #cd065d;
  border-color: #cd065d;
}

.footer-retour-button {
  display: none;
}

.retour-button {
  text-align: center;
  position: relative;
  z-index: 30;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 50px;
}

.retour-button a {
  display: inline-block;
  position: relative;
  font-weight: 600;
  letter-spacing: 1px;
}

.retour-button a svg {
  position: relative;
  right: 0;
  -webkit-transition: right 300ms ease;
  -moz-transition: right 300ms ease;
  -o-transition: right 300ms ease;
  transition: right 300ms ease;
  fill: #534f47;
  margin-right: 5px;
  width: 33px;
  height: 17px;
}

.retour-button a:hover {
  text-decoration: none;
  color: #e60768 !important;
}

.retour-button a:hover svg {
  right: 8px;
  fill: #e60768;
}

.with-warning {
  position: relative;
}

.with-warning .warning-icon {
  position: absolute;
  top: 35px;
  right: 0;
}

.g-recaptcha {
  padding: 30px 0 0;
}

.g-recaptcha &gt; div {
  margin: 0 auto;
}

.ornament-leaf {
  position: absolute;
  top: 60%;
  left: 10%;
  display: none;
}

.ornament-photos-and-tag {
  position: absolute;
  top: 166px;
  right: 20px;
  display: block;
  width: 360px;
  height: 690px;
  z-index: 25;
}

.ornament-photos-and-tag .etiquette {
  position: absolute;
  top: -20px;
  left: -55px;
}

.ornament-photos-and-tag .photo {
  position: absolute;
  top: 220px;
  right: -50px;
}

.ornament-tag {
  position: absolute;
  top: -230px;
  right: -300px;
  display: block;
  width: 239px;
  height: 594px;
  z-index: 25;
}

.ornament-tag .name {
  position: absolute;
  top: 474px;
  left: 0;
  width: 100%;
  color: #ffffff;
  font-family: "Satisfy", cursive;
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  min-height: 74px;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ornament-left-bottom-code {
  position: absolute;
  bottom: 100px;
  left: 140px;
  width: 275px;
  height: 220px;
  z-index: 35;
}

.ornament-left-bottom-code img {
  position: absolute;
  display: block;
}

.ornament-left-bottom-code img.bee-img {
  top: 0;
  left: 0;
  width: 94px;
  z-index: 5;
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.ornament-left-bottom-code img.flower-img {
  bottom: 0;
  right: 0;
  width: 206px;
}

.ornament-left-bottom-code:hover .bee-img {
  animation: hover 2s ease-in-out infinite;
}

@keyframes hover {
  0% {
    transform: translateY(0px) rotate(-20deg);
  }
  50% {
    transform: translateY(-15px) rotate(-10deg);
  }
  100% {
    transform: translateY(0px) rotate(-20deg);
  }
}

.with-arrow-turn {
  position: relative;
}

.with-arrow-turn::after {
  content: "";
  background: url("../../images/adopte_un_arbre/arrow-black.png") no-repeat;
  width: 74px;
  height: 109px;
  position: absolute;
  right: -72px;
  top: -14px;
}

@media (max-width: 1023px) {

  .pink-tags li.pink-tag-bottom-right {
    right: 20% !important;
  }
}

@media (max-width: 991.98px) {

  .wooden-label {
    height: 350px !important;
    position: absolute !important;
    top: -250px !important;
    right: 10px !important;
    width: auto;
  }

  .pink-tags li.pink-tag-bottom-left {
    left: 15% !important;
  }

  .pink-tags li.pink-tag-bottom-right {
    right: 10% !important;
  }

  img.body-background {
    min-width: 200%;
  }
}

.btn-next,
.submitFormField input[type="submit"],
.submitFormField button[type="submit"] {
  position: relative;
  display: inline-flex;
  height: 50px !important;
  border-radius: 10px 5px 5px 10px;
  margin: 0 !important;
  min-width: unset;
  color: white !important;
  background-color: #E40063;
}

.submitFormField input[type="submit"]:hover,
.submitFormField button[type="submit"]:hover,
.submitFormField:hover [type="submit"] {
  background-color: #cd065d;
}

.btn-next-wrapper,
.submitFormField {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}

.btn-next-wrapper:before,
.btn-next-wrapper:after,
.submitFormField:before,
.submitFormField:after {
  content: "";
  position: absolute;
  right: -15px;
  width: 32px;
  height: 15px;
  border-radius: 5px;
  background: #e60768;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
}

.btn-next-wrapper:before,
.submitFormField:before {
  top: 9px;
  -webkit-transform: rotate(65deg);
  -ms-transform: rotate(65deg);
  transform: rotate(65deg);
}

.btn-next-wrapper:after,
.submitFormField:after {
  bottom: 9px;
  -webkit-transform: rotate(-65deg);
  -ms-transform: rotate(-65deg);
  transform: rotate(-65deg);
}

.btn-next-wrapper:hover .btn-next,
.submitFormField:hover [type="submit"] {
  background-color: #cd065d;
  border-color: #cd065d;
}

.btn-next-wrapper:hover:after,
.btn-next-wrapper:hover:before,
.submitFormField:hover:after,
.submitFormField:hover:before {
  background-color: #cd065d;
  border-color: #cd065d;
}

.nav-buttons {
  width: 100%;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*Not apply btn styles for consents modale*/
.module-tracker .btn-next,
.module-tracker .submitFormField input[type="submit"],
.module-tracker .submitFormField button[type="submit"] {
  height: 30px !important;
  margin: 1rem !important;
}
.module-tracker .btn-next-wrapper:before,
.module-tracker .btn-next-wrapper:after,
.module-tracker .submitFormField:before,
.module-tracker .submitFormField:after {
  content: none;
}

/* End new buttons style*/

/* HOME PAGE*/

.home-pink-arrow {
  margin-left: -15px;
}

.is-home-page .btn-next-wrapper {
  width: 180px;
}

.is-home-page .content-box h3 {
  padding-right: 76px;
  text-align: initial;
  font-size: 20px;
  line-height: 24px;
}

.is-home-page .out-of-stock {
  padding: 1em 2em;
  background: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}

/*Home page 2*/

.is-home-page .social-media-share-text .col-md-9 {
  flex: 0 0 100% !important;
  max-width: 100%;
}


/*THANK YOU PAGE*/

.col-md-6.social-media-share-wrapper {
  margin-top: 68px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding: 3em 0 1.5em;
}

/*IE*/
.col-md-6.social-media-share-wrapper h3 {
  font-weight: 700;
}

/*IE*/


.social-media-share-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.social-media-share-text h3 {
  font-weight: 700;
  font-size: 16px;
  color: #3f503d;
  text-align: center;
}

.social-media-share-text h3 a {
  font-size: 30px;
  line-height: 36px;
}

.pml-card h4 {
  color: #3f503d;
}

.social-link {
  text-align: center;
}

.social-link a {
  display: flex;
  flex-direction: column;
}

/*Timeline*/

.timeline {
  justify-content: center;
  margin: 40px auto;
}

.timeline .month {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  text-align: center;
}

.timeline img {
  max-width: 250%;
  width: auto;
}

.timeline p {
  margin-top: 20px;
  font-weight: 600;
}

.month span {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: #3f503d;
}

.timeline .month:not(:last-child):after {
  position: absolute;
  height: 60px;
  width: 60px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: url("../../images/adopte_un_arbre/svg/pink-arrow-rigt.svg");
  top: 0;
  right: -20px;
}

.month.may .image-wrapper,
.month.july .image-wrapper,
.month.september .image-wrapper,
.month.november .image-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}

.month.may .image-wrapper span,
.month.july .image-wrapper span,
.month.september .image-wrapper span,
.month.november .image-wrapper span {
  font-family: "CoveredByYourGrace-Regular";
  color: #e60768;
  margin-top: 10px;
  left: 0;
  font-weight: 400;
}

.month.may .image-wrapper:after {
  left: -26px;
}

.month.september .image-wrapper:after {
  left: 20px;
}

/* PML SECTION*/

.pml-section {
  position: static;
  width: 100vw;
  background: linear-gradient(0deg, #ffffff 0%, #fdefe5 100%);
  display: flex;
  justify-content: center;
  padding: 0 15px;
}

.pml-section &gt; .row {
  width: 100%;
  max-width: 1200px;
}

.pml-link {
  position: relative;
}

.pml-card {
  background-color: #fff;
  padding: 30px 20px;
  position: absolute;
  right: 100px;
  top: calc(50% - 90px);
  max-width: 380px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  filter: drop-shadow(0px 5px 10px #00000052);
}

.pml-image {
  max-width: 380px;
  border-radius: 5px;
}

.is-inscription-page .ornament-bottom-left {
  position: absolute;
  bottom: 20px !important;
  left: -260px !important;
  z-index: 5;
  width: 290px;
}

.wooden-label-group {
  position: absolute;
  top: -31rem;
  right: 3rem;
  width: 23rem;
  z-index: 1;
}

.wooden-label-group img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .wooden-label-group {
    display: none;
  }
}

/*Illustration homme*/
.illus-homme-cagettes {
  position: absolute;
  bottom: 1rem;
  left: -12rem;
  height: 260px;
  width: 148px;
  margin: 0;
}

@media (max-width: 650px) {

  .illus-homme-cagettes {
    display: none;
  }
}

/*Masquer provisoirement le bloc d'action (bouton participer)*/
body.masque-bouton-jeu .action-box &gt; * {
  display: none;
}
</pre></body></html>