#block-footer {
  margin-top: 200px;
  background-color: #FAF2EB;
}
@media (max-width: 991px) {
  #block-footer {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  #block-footer {
    margin-top: 120px;
    position: relative;
  }
  #block-footer:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    height: 196px;
    background-image: url("/themes/custom/charlesetalice_theme/assets/css/ca_layout/../../images/shapes/footer-wave.svg#svgView(preserveAspectRatio(none))");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 100% 100%;
  }
}
#block-footer #footer {
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(-140px);
          transform: translateY(-140px);
}
#block-footer #footer:before {
  content: "";
  position: absolute;
  right: 0;
  top: -150px;
  height: 300px;
  width: 145px;
  background-image: url("/themes/custom/charlesetalice_theme/assets/css/ca_layout/../../images/fruits/pears_footer.png");
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 1;
}
@media (max-width: 991px) {
  #block-footer #footer {
    -webkit-transform: unset;
            transform: unset;
  }
  #block-footer #footer:before {
    content: "";
    position: absolute;
    right: 0px;
    top: -100px;
    height: 180px;
    width: 140px;
    background-image: url(/themes/custom/charlesetalice_theme/assets/css/ca_layout/../../images/fruits/pears_footer.png);
    background-repeat: no-repeat;
    background-position: top left;
    z-index: 1;
    background-size: contain;
  }
}
@media (min-width: 992px) {
  #block-footer #footer {
    -webkit-transform: none;
            transform: none;
  }
}
#block-footer .footer .container {
  margin: 0 auto;
}
@media (max-width: 575px) {
  #block-footer .footer .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 576px) {
  #block-footer .footer .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  #block-footer .footer .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  #block-footer .footer .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  #block-footer .footer .container {
    max-width: 1200px;
  }
}
#block-footer .footer--top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  #block-footer .footer--top .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 130px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
#block-footer .footer--top .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
#block-footer .footer--top .left .logo {
  position: absolute;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  left: -57px;
  top: -30px;
  z-index: 2;
}
@media (min-width: 992px) {
  #block-footer .footer--top .left .logo {
    left: 120px;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 991px) {
  #block-footer .footer--top .left .logo {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    left: -36px;
    top: -59px;
  }
}
@media (min-width: 992px) {
  #block-footer .footer--top .left {
    padding-left: 130px;
  }
}
#block-footer .footer--top .right {
  width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  #block-footer .footer--top .right {
    padding-right: 130px;
  }
}
#block-footer .footer--top .field--name-field-image {
  position: relative;
}
#block-footer .footer--top .field--name-field-image:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 77px;
  width: 61px;
  background-image: url("/themes/custom/charlesetalice_theme/assets/css/ca_layout/../../images/categories-icon/feuilles_gauche.svg");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-63deg);
          transform: rotate(-63deg);
}
@media (min-width: 992px) {
  #block-footer .footer--top .field--name-field-image:after {
    content: "";
    position: absolute;
    right: 70px;
    bottom: 60px;
    height: 49px;
    width: 45px;
    background-image: url("/themes/custom/charlesetalice_theme/assets/css/ca_layout/../../images/categories-icon/feuilles_droite.svg");
    background-position: center center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 991px) {
  #block-footer .footer--top .field--name-field-image:after {
    content: "";
    position: absolute;
    right: -15px;
    bottom: 10px;
    height: 49px;
    width: 45px;
    background-image: url("/themes/custom/charlesetalice_theme/assets/css/ca_layout/../../images/categories-icon/feuilles_droite.svg");
    background-position: center center;
    background-repeat: no-repeat;
  }
}
#block-footer .footer--top .field--name-field-main-cta {
  text-align: center;
  position: relative;
  bottom: 10px;
  max-width: 320px;
  margin: 0 auto 40px;
}
@media (min-width: 992px) {
  #block-footer .footer--top .field--name-field-main-cta {
    margin: 0 auto;
    text-align: right;
    bottom: 45px;
  }
}
#block-footer .footer--top .field--name-field-ctas a {
  margin-bottom: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 26px;
}
#block-footer .footer--top .field--name-field-social-title {
  color: #512851;
  font-size: 20px;
  text-align: center;
  margin-top: 13px;
  margin-bottom: 20px;
  font-family: "Sniglet", cursive;
}
#block-footer .footer--top .field--name-field-social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
}
#block-footer .footer--top .field--name-field-social-media img {
  max-width: 30px;
  height: auto;
}
#block-footer .footer hr {
  width: 75%;
  border: none;
  margin: 0 auto;
  border-top: 2px solid #512851;
}
#block-footer .footer--middle .field--name-field-title-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 40px;
  color: #512851;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  #block-footer .footer--middle .field--name-field-title-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 90px;
  }
}
#block-footer .footer--middle .field--name-field-title-cta .field__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#block-footer .footer--middle .field--name-field-title-cta .field--name-field-title {
  width: 66%;
  text-align: center;
  font-size: 15px;
  margin-bottom: 22px;
  font-family: "Sniglet", cursive;
}
@media (min-width: 992px) {
  #block-footer .footer--middle .field--name-field-title-cta .field--name-field-title {
    width: auto;
  }
}
#block-footer .footer--middle .field--name-field-title-cta a {
  padding: 11px 25px;
  font-size: 13px;
  border-radius: 18px;
  font-family: "Sen", sans-serif;
}
#block-footer .footer--bottom {
  background: white;
  padding: 12px;
}
#block-footer .footer--bottom .menu {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
#block-footer .footer--bottom .menu .menu-item {
  padding: 0;
  color: #321732;
  font-size: 13px;
}
#block-footer .footer--bottom .menu .menu-item:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=footer.css.map */
