:root {
  --rufina-font: "Rufina", sans-serif;
  --poppins-font: "Poppins", sans-serif;
  --unite: 0.044vw;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

[data-aos=fade-out] {
  opacity: 1;
  transition-property: opacity;
}
[data-aos=fade-out].aos-animate {
  opacity: 0;
}

@keyframes scale {
  100% {
    transform: scale(1);
  }
}
@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
/**
*
* General Styles
*
***/
* {
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

body {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 28px;
  background-color: #fff;
}

#Lp-mind-me {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.container {
  padding: 0 15px;
  width: 100%;
  max-width: 1690px;
  margin-left: auto;
  margin-right: auto;
}

.bold {
  font-weight: bold !important;
}

.semibold {
  font-weight: 600 !important;
}

.italic {
  font-style: italic !important;
}

.pointerDef {
  cursor: default;
}

.btn {
  border-radius: 35px;
  min-width: 130px;
  background: #fff;
  color: #4F2F41;
  border: 3px solid #fff;
  padding: 12px 30px;
  font-size: 24px;
  font-family: var(--poppins-font);
  font-weight: 700;
  text-decoration: none;
  width: -moz-max-content;
  width: max-content;
}
.btn.btn-withborder-1.active {
  background: #4F2F41;
  color: #FFC759;
  border: 3px solid #FFC759;
}
.btn.btn-withborder-1:hover {
  background: #4F2F41;
  color: #FFC759;
  border: 3px solid #FFC759;
}
.btn:hover {
  background: #4F2F41;
  color: #fff;
  border: 3px solid #4F2F41;
}
.btn.btn-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn.btn-icon .icon-btn {
  margin-right: 5px;
  width: 35px;
  height: 35px;
}
.btn.btn-icon .icon-btn img,
.btn.btn-icon .icon-btn svg {
  width: 35px;
  height: auto;
}
.btn.btn-icon .icon-btn img.hover,
.btn.btn-icon .icon-btn svg.hover {
  display: none;
}
.btn.btn-icon:hover .icon-btn img,
.btn.btn-icon:hover .icon-btn svg {
  display: none;
}
.btn.btn-icon:hover .icon-btn img.hover,
.btn.btn-icon:hover .icon-btn svg.hover {
  display: block;
}
.btn.btn-yellow {
  background: #FFC759;
  color: #4F2F41;
  border: 3px solid #FFC759;
}
.btn.btn-yellow:hover {
  background: #4F2F41;
  color: #FFC759;
  border: 3px solid #4F2F41;
}
.btn.btn-transparnt {
  background: transparent;
  color: #fff;
  border: none;
}
.btn.btn-transparnt:hover {
  color: #FFC759;
}
@media screen and (max-width: 1920px) {
  .btn {
    border-radius: 35px;
    padding: 5px 24px;
    font-size: 19px;
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (max-width: 1024px) {
  .btn {
    border-radius: 35px;
    padding: 5px 24px;
    font-size: 19px;
    width: -moz-max-content;
    width: max-content;
  }
  .btn .btn-icon .icon-btn {
    margin-right: 5px;
    width: 30px;
    height: 30px;
  }
  .btn .btn-icon .icon-btn img,
  .btn .btn-icon .icon-btn svg {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .btn {
    max-width: -moz-max-content;
    max-width: max-content;
    width: 95%;
    margin: 0 auto;
    font-family: "Poppins";
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    font-style: normal;
    text-align: center;
  }
  .btn.btn-icon .icon-btn {
    display: none;
  }
}

.dIn900 {
  display: none;
}
@media screen and (max-width: 900px) {
  .dIn900 {
    display: block;
  }
}

.notDIn900 {
  display: block;
}
@media screen and (max-width: 900px) {
  .notDIn900 {
    display: none;
  }
}

/**
*
* General Styles
*
***/
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9;
}
header nav {
  margin-top: 15px;
}
header nav ul {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
header nav ul li .logo {
  width: auto;
  height: 230px;
}
header nav ul li .right-side {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}
header nav ul li .right-side .timer-header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
header nav ul li .right-side .timer-header .prc {
  font-size: 46px;
  font-family: var(--poppins-font);
  font-weight: 700;
  color: #FFC759;
  margin-right: 5px;
}
header nav ul li .right-side .timer-header .prc sup {
  font-size: 20px;
}
header nav ul li .right-side .timer-header .date-limit {
  line-height: 21px;
  font-size: 18px;
  font-family: var(--poppins-font);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
header nav ul li .right-side .timer-header .date-limit .fst-snt {
  font-weight: 600;
  color: #FFC759;
}
header nav ul li .right-side .timer-header .date-limit .snd-snt {
  font-weight: 300;
  color: #FFF;
}
@media screen and (max-width: 1920px) {
  header nav ul li .logo {
    width: auto;
    height: calc(var(--unite) * 230);
  }
  header nav ul li .right-side .timer-header .prc {
    margin-right: 5px;
  }
}
@media screen and (max-width: 1024px) {
  header nav ul li .logo {
    width: auto;
    height: 80px;
  }
  header nav ul li .right-side .timer-header .prc {
    font-size: 39px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 900px) {
  header {
    z-index: 99;
  }
  header nav ul li .logo {
    width: 100px;
    height: auto;
  }
  header nav ul li .right-side .timer-header .prc {
    line-height: 17px;
    font-size: 26px;
  }
  header nav ul li .right-side .timer-header .prc sup {
    font-size: 20px;
  }
  header nav ul li .right-side .timer-header .date-limit {
    line-height: 19px;
    font-size: 14px;
    font-family: var(--poppins-font);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  header nav ul li .right-side .timer-header .date-limit .fst-snt {
    font-weight: 600;
    color: #FFC759;
  }
  header nav ul li .right-side .timer-header .date-limit .snd-snt {
    font-weight: 300;
    color: #FFF;
  }
  header nav ul li .right-side .btn.btn-yellow.btn-icon {
    display: none;
  }
}

.menu-don {
  border-top-left-radius: 24px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  max-width: 1570px;
  margin: 0 auto;
  position: relative;
  transition: none;
  bottom: -100%;
  z-index: 10;
}
.menu-don.sticky {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.16));
  background: #055814;
  max-width: unset;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  padding: 10px 47px 50px 47px;
  transition: bottom 0.5s cubic-bezier(0, 0.4, 0, 0.89);
  width: 90%;
  max-height: 173px;
}
.menu-don .menu-don-items {
  max-width: 1310px;
  margin: 0 auto;
  width: 100%;
}
.menu-don .menu-don-items .title span {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-align: left;
  color: #ffffff;
  margin: 9px 0;
  display: block;
}
.menu-don .menu-don-items .body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-don .menu-don-items .body .btn-wrap {
  position: relative;
}
.menu-don .menu-don-items .body .btn-wrap.btn-don-action .btn {
  min-width: unset;
  max-width: 130px;
  max-height: 70px;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 24px;
}
.menu-don .menu-don-items .body .btn-wrap .calcule {
  display: none;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  font-style: normal;
  text-align: center;
  color: #ffc759;
  white-space: pre;
  align-items: baseline;
  justify-content: flex-start;
  position: absolute;
  left: 0;
}
.menu-don .menu-don-items .body .btn-wrap .calcule.active {
  display: flex;
}
.menu-don .menu-don-items .body .btn-wrap .calcule img {
  width: 26.5px;
  height: auto;
}
.menu-don .menu-don-items .body .btn-wrap .calcule span {
  margin-left: 5px;
}
.menu-don .menu-don-items .body .input-wrap {
  height: 70px;
  border-radius: 35px;
  background: #ffffff;
  border: 3px solid #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
.menu-don .menu-don-items .body .input-wrap:hover {
  background: #4F2F41;
  color: #FFC759;
  border: 3px solid #FFC759;
}
.menu-don .menu-don-items .body .input-wrap:hover input {
  background: #4F2F41;
  color: #FFC759;
  border-bottom: 1px solid #FFC759;
}
.menu-don .menu-don-items .body .input-wrap:hover .curancy {
  color: #FFC759;
}
.menu-don .menu-don-items .body .input-wrap .calcule {
  display: none;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  font-style: normal;
  text-align: center;
  color: #ffc759;
  white-space: pre;
  align-items: baseline;
  justify-content: flex-start;
  position: absolute;
  left: 0;
  bottom: -30px;
}
.menu-don .menu-don-items .body .input-wrap .calcule.active {
  display: flex;
}
.menu-don .menu-don-items .body .input-wrap .calcule img {
  width: 26.5px;
  height: auto;
}
.menu-don .menu-don-items .body .input-wrap .calcule span {
  margin-left: 5px;
}
.menu-don .menu-don-items .body .input-wrap input {
  font-family: "Poppins";
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: #4f2f41;
  border: none;
  border-bottom: 1px solid #4f2f41;
  margin-right: 30px;
}
.menu-don .menu-don-items .body .input-wrap .curancy {
  font-family: "Poppins";
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  color: #4f2f41;
}
@media screen and (max-width: 1920px) {
  .menu-don {
    margin-top: 131px;
  }
  .menu-don .menu-don-items .body .btn-wrap .btn {
    padding: 12px 30px;
    font-size: 22px;
    font-family: var(--poppins-font);
    font-weight: 700;
  }
  .menu-don .menu-don-items .body .btn-wrap.btn-don-action .btn {
    font-size: 22px;
  }
}
@media screen and (max-width: 1440px) {
  .menu-don {
    margin-top: unset;
  }
  .menu-don .menu-don-items .body .btn-wrap .btn {
    padding: 12px 18px;
    font-size: 20px;
    font-family: var(--poppins-font);
    font-weight: 700;
  }
  .menu-don .menu-don-items .body .btn-wrap.btn-don-action .btn {
    font-size: 20px;
    padding: 12px 18px;
  }
  .menu-don .menu-don-items .body .input-wrap {
    max-height: 70px;
    height: unset;
    border-radius: 35px;
    background: #ffffff;
    border: 3px solid #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 12px 18px;
  }
  .menu-don .menu-don-items .body .input-wrap input {
    font-size: 20px;
  }
}
@media screen and (max-width: 1120px) {
  .menu-don .menu-don-items .body .btn-wrap .btn {
    padding: 7px 14px;
    font-size: 20px;
    font-family: var(--poppins-font);
    font-weight: 700;
  }
  .menu-don .menu-don-items .body .btn-wrap.btn-don-action .btn {
    font-size: 18px;
    padding: 7px 14px;
  }
  .menu-don .menu-don-items .body .input-wrap {
    max-height: 70px;
    height: unset;
    border-radius: 35px;
    background: #ffffff;
    border: 3px solid #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 7px 14px;
  }
}
@media screen and (max-width: 900px) {
  .menu-don {
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.16));
    background: #055814;
    max-width: unset;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    transition: all 0.5s cubic-bezier(0, 0.4, 0, 0.89);
    height: 100%;
    padding: 15px;
    width: 100%;
    border-radius: 0;
    max-height: 0;
  }
  .menu-don.active {
    max-height: 1000px;
  }
  .menu-don.sticky {
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.16));
    background: #055814;
    max-width: unset;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    transition: all 0.5s cubic-bezier(0, 0.4, 0, 0.89);
    height: 100%;
    padding: 15px;
    width: 100%;
    border-radius: 0;
    max-height: 0;
  }
  .menu-don .logo-Menu {
    width: 100px;
    height: 59px;
  }
  .menu-don #closeDone {
    font-size: 29px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9999999;
    cursor: pointer;
  }
  .menu-don .menu-don-items {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding-top: 15px;
  }
  .menu-don .menu-don-items .title span {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: normal !important;
    line-height: normal;
    font-style: normal;
    text-align: left;
    color: #ffffff;
    text-align: center;
  }
  .menu-don .menu-don-items .body {
    flex-direction: column;
    gap: 37px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 100px;
  }
  .menu-don .menu-don-items .body .btn-wrap {
    position: relative;
    min-width: 100%;
    width: 100%;
    z-index: 9999999999;
    position: absolute;
    bottom: 0;
  }
  .menu-don .menu-don-items .body .btn-wrap.btn-don-action {
    position: relative;
    bottom: unset;
  }
  .menu-don .menu-don-items .body .btn-wrap.btn-don-action .btn {
    font-size: 22px;
    font-family: "Poppins";
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    font-style: normal;
    text-align: center;
    width: 100%;
    max-width: unset;
    max-height: 55px;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
  }
  .menu-don .menu-don-items .body .btn-wrap .btn {
    padding: 12px 30px;
    font-size: 22px;
    font-family: var(--poppins-font);
    font-weight: 700;
    width: 100%;
    max-width: unset;
    justify-content: center;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .menu-don .menu-don-items .body .btn-wrap .calcule {
    font-family: "Poppins";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #ffc759;
  }
  .menu-don .menu-don-items .body .input-wrap {
    position: relative;
    min-width: 100%;
    padding-left: 20px;
    padding-right: 15px;
    height: 55px;
  }
  .menu-don .menu-don-items .body .input-wrap .calcule {
    font-family: "Poppins";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #ffc759;
  }
  .menu-don .menu-don-items .body .input-wrap .input {
    width: 85%;
  }
  .menu-don .menu-don-items .body .input-wrap .input input {
    width: 100%;
    margin-right: 0px;
  }
}

section {
  overflow: hidden;
}
section.banner {
  background: rgb(0, 36, 5);
  background: linear-gradient(123deg, rgb(0, 36, 5) 0%, rgb(90, 117, 91) 100%);
  background-image: url("../images/banner.png");
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
  background-position: top;
  background-size: cover;
  padding-top: 280px;
  height: -moz-max-content;
  height: max-content;
  padding-bottom: 42px;
}
section.banner .video-link {
  position: absolute;
  display: flex;
  align-items: baseline;
  justify-content: center;
  top: 615px;
  right: 339px;
  width: 380px;
  z-index: 9;
  box-shadow: inset rgba(0, 0, 0, 0.62) 0px -41px 20px 1px;
}
section.banner .video-link .icon-btn {
  margin-right: 5px;
}
section.banner .video-link .btn .text-btn {
  font-size: 20px;
  font-weight: 600;
}
section.banner .banner-cnt {
  position: relative;
}
section.banner .banner-cnt .items {
  max-width: 1310px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.banner .banner-cnt .items .item-1 {
  width: 48%;
}
section.banner .banner-cnt .items .item-1 h1 {
  font-size: 76px;
  line-height: 86px;
  font-family: var(--rufina-font);
  font-weight: 700;
  position: relative;
  color: #FFC759;
  transform: scale(0.94);
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}
section.banner .banner-cnt .items .item-1 h1 span {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
  margin-right: 6px;
  margin-bottom: 6px;
}
section.banner .banner-cnt .items .item-1 h1 span:nth-child(1) {
  animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
section.banner .banner-cnt .items .item-1 h1 span:nth-child(2) {
  animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
section.banner .banner-cnt .items .item-1 h1 span:nth-child(3) {
  animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
section.banner .banner-cnt .items .item-1 h1 span:nth-child(4) {
  animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
section.banner .banner-cnt .items .item-1 h1 span:nth-child(5) {
  animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
section.banner .banner-cnt .items .item-1 h1 span:nth-child(6) {
  animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
section.banner .banner-cnt .items .item-1 h1::after {
  content: "";
  display: inline-block;
  width: 72px;
  height: 72px;
  background: url("../images/illustrations/smily01.png") no-repeat center;
  background-size: 72px;
}
section.banner .banner-cnt .items .item-1 h3 {
  font-size: 58px;
  line-height: 68px;
  font-family: var(--rufina-font);
  font-weight: 400;
  color: #fff;
}
section.banner .banner-cnt .items .item-1 p {
  margin-top: 5px;
  font-family: var(--poppins-font);
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  color: #fff;
}
section.banner .banner-cnt .items .item-1 p span {
  color: #FFC759;
}
@media screen and (max-width: 1920px) {
  section.banner {
    background: rgb(0, 36, 5);
    background: linear-gradient(123deg, rgb(0, 36, 5) 0%, rgb(90, 117, 91) 100%);
    background-image: url("../images/banner.png");
    width: 100%;
    background-repeat: no-repeat;
    position: relative;
    background-position: top;
    background-size: cover;
    padding-top: calc(var(--unite) * 280);
    height: -moz-max-content;
    height: max-content;
    padding-bottom: 42px;
  }
  section.banner .video-link {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    /* right: calc(var(--unite) * 274); */
    width: calc(var(--unite) * 438);
    z-index: 9;
    min-height: 66px;
    box-shadow: inset rgba(0, 0, 0, 0.62) 0px -41px 20px 1px;
    bottom: 25%;
    top: unset;
    right: 14%;
  }
  section.banner .video-link .icon-btn {
    margin-right: 5px;
  }
  section.banner .video-link .btn .text-btn {
    font-size: 20px;
    font-weight: 600;
  }
  section.banner .banner-cnt {
    position: relative;
  }
  section.banner .banner-cnt .items {
    max-width: 1310px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  section.banner .banner-cnt .items .item-1 {
    width: 60%;
  }
  section.banner .banner-cnt .items .item-1 h1 {
    font-size: calc(var(--unite) * 76);
    line-height: calc(var(--unite) * 86);
    font-family: var(--rufina-font);
    font-weight: 700;
    position: relative;
    color: #FFC759;
  }
  section.banner .banner-cnt .items .item-1 h1::after {
    content: "";
    display: inline-block;
    width: calc(var(--unite) * 72);
    height: calc(var(--unite) * 72);
    background: url("../images/illustrations/smily01.png") no-repeat center;
    background-size: calc(var(--unite) * 72);
  }
  section.banner .banner-cnt .items .item-1 h3 {
    font-size: calc(var(--unite) * 58);
    line-height: calc(var(--unite) * 68);
    font-family: var(--rufina-font);
    font-weight: 400;
    color: #fff;
  }
  section.banner .banner-cnt .items .item-1 p {
    margin-top: 5px;
    font-family: var(--poppins-font);
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    color: #fff;
  }
  section.banner .banner-cnt .items .item-1 p span {
    color: #FFC759;
  }
}
@media screen and (max-width: 1440px) {
  section.banner .video-link {
    bottom: 25%;
    top: unset;
    right: 18%;
  }
}
@media screen and (max-width: 1024px) {
  section.banner {
    background: rgb(0, 36, 5);
    background: linear-gradient(123deg, rgb(0, 36, 5) 0%, rgb(90, 117, 91) 100%);
    background-image: url(../images/banner.png);
    width: 100%;
    height: calc(var(--unite) * 1164);
    background-repeat: no-repeat;
    position: relative;
    background-position: top;
    background-size: cover;
    padding-top: calc(var(--unite) * 234);
  }
  section.banner .video-link {
    position: absolute;
    display: flex;
    align-items: baseline;
    justify-content: center;
    top: calc(var(--unite) * 787);
    right: calc(var(--unite) * 147);
    width: calc(var(--unite) * 509);
    z-index: 9;
    box-shadow: inset rgba(0, 0, 0, 0.62) 0px -41px 20px 1px;
  }
  section.banner .banner-cnt .items {
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  section.banner .banner-cnt .items .item-1 {
    width: 63%;
  }
}
@media screen and (max-width: 900px) {
  section.banner {
    background: #023109;
    width: 100%;
    background-repeat: no-repeat;
    position: relative;
    background-position: top center;
    background-size: cover;
    max-height: unset;
    height: unset;
  }
  section.banner .video-link {
    position: relative;
    width: 100%;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    box-shadow: unset;
  }
  section.banner .video-link a {
    display: none;
  }
  section.banner .banner-mob {
    height: auto;
    width: 100%;
  }
  section.banner .banner-cnt .items .item-1 {
    margin-bottom: 60px;
    width: 100%;
    text-align: center;
  }
  section.banner .banner-cnt .items .item-1 h1::after {
    width: 45px;
    height: 45px;
    background-size: 45px;
  }
  section.banner .banner-cnt .items .item-1 h1 span {
    font-family: "Rufina";
    font-size: 38px;
    font-weight: bold;
    line-height: 48px;
    font-style: normal;
    text-align: center;
    color: #ffc759;
  }
  section.banner .banner-cnt .items .item-1 h1 br {
    display: none;
  }
  section.banner .banner-cnt .items .item-1 h3 {
    font-family: "Rufina";
    font-size: 28px;
    font-weight: normal;
    line-height: 38px;
    font-style: normal;
    text-align: center;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 19px;
  }
  section.banner .banner-cnt .items .item-1 h3 br {
    display: none;
  }
  section.banner .banner-cnt .items .item-1 p {
    font-family: "Poppins";
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    font-style: normal;
    text-align: left;
  }
  section.banner .banner-cnt .items .item-1 p br.noMob {
    display: none;
  }
}
section.bloc-2 {
  background-image: url("../images/bloc2.png");
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  position: relative;
  background-position: top;
  background-size: cover;
  position: relative;
}
section.bloc-2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  background-color: #055814;
  opacity: 0.8;
}
section.bloc-2 .item {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
section.bloc-2 .item p {
  font-family: var(--poppins-font);
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  max-width: 610px;
  width: 100%;
  margin: auto;
}
section.bloc-2 .item p span {
  color: #FFC759;
}
section.bloc-2 .ulistr1 {
  width: 95px;
  position: absolute;
  bottom: 0;
  z-index: 99999999999;
  filter: invert(100%);
  right: 15%;
}
section.bloc-2 .ulistr2 {
  width: 135px;
  position: absolute;
  bottom: 0;
  z-index: 99999999999;
  filter: invert(100%);
  left: 15%;
}
section.bloc-2 .ulistr3 {
  width: 48px;
  position: absolute;
  bottom: 20%;
  z-index: 99999999999;
  right: 25%;
}
@media screen and (max-width: 1920px) {
  section.bloc-2 {
    background-image: url("../images/bloc2.png");
    width: 100%;
    height: calc(var(--unite) * 600);
    background-repeat: no-repeat;
    position: relative;
    background-position: top;
    background-size: cover;
    position: relative;
  }
  section.bloc-2::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background-color: #055814;
    opacity: 0.8;
  }
  section.bloc-2 .item {
    z-index: 2;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  section.bloc-2 .item p {
    font-family: var(--poppins-font);
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    max-width: 610px;
    width: 100%;
    margin: auto;
  }
  section.bloc-2 .item p span {
    color: #FFC759;
  }
}
@media screen and (max-width: 1024px) {
  section.bloc-2 {
    height: 500px;
  }
}
@media screen and (max-width: 900px) {
  section.bloc-2 {
    height: unset;
    min-height: 300px;
  }
  section.bloc-2 .item p {
    margin-top: 150px;
    margin-bottom: 150px;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    font-style: normal;
    text-align: center;
  }
  section.bloc-2 .ulistr1 {
    width: 63px;
    position: absolute;
    bottom: 0;
    z-index: 99999999999;
    filter: invert(100%);
    right: 10%;
  }
  section.bloc-2 .ulistr2 {
    width: 85px;
    position: absolute;
    bottom: 0;
    z-index: 99999999999;
    filter: invert(100%);
    left: 10%;
  }
}
section.bloc-des {
  width: 100%;
  height: 1054px;
  background-repeat: no-repeat;
  position: relative;
  background-position: top left;
  position: relative;
  background-size: cover;
}
section.bloc-des .bloc-item .desc .temoignage {
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
}
section.bloc-des .bloc-item .desc .temoignage::before {
  content: "";
  width: 24px;
  height: 15px;
  background-image: url(../images/illustrations/arrow-down-s-line.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: -28px;
  top: 50%;
  transform: translateY(-50%);
}
section.bloc-des .bloc-item .desc .temoignage.active::before {
  content: "";
  background-image: url("../images/illustrations/arrow-up-s-line.svg");
}
section.bloc-des.pg-1 {
  background-image: url("../images/desc-1.png");
  background-position: cover;
}
section.bloc-des.pg-1 .bloc-item {
  height: 100%;
  position: relative;
}
section.bloc-des.pg-1 .bloc-item .desc {
  background-color: #FFF4DD;
  padding: 90px 160px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 70%;
}
section.bloc-des.pg-1 .bloc-item .desc h2 {
  font-size: 58px;
  line-height: 68px;
  font-family: var(--rufina-font);
  font-weight: 700;
  position: relative;
  color: #055814;
}
section.bloc-des.pg-1 .bloc-item .desc h2::after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url("../images/illustrations/reshot-icon-baby-bottle.png") no-repeat center;
  background-size: 48px;
}
section.bloc-des.pg-1 .bloc-item .desc p {
  margin: 15px 0;
  font-family: var(--poppins-font);
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 40px;
  color: #4F2F41;
}
section.bloc-des.pg-1 .bloc-item .desc .temoignage {
  display: block;
  margin-top: 40px;
  font-family: var(--poppins-font);
  font-size: 24px;
  line-height: 30px;
  color: #4F2F41;
  font-weight: 500;
  position: relative;
  padding-left: 40px;
}
section.bloc-des.pg-1 .bloc-item .desc .temoignage::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("../images/illustrations/double-quote.png") no-repeat center;
  background-size: 32px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
section.bloc-des.pg-2 {
  background-image: url("../images/desc-2.png");
  background-position: cover;
}
section.bloc-des.pg-2 .bloc-item {
  height: 100%;
  position: relative;
}
section.bloc-des.pg-2 .bloc-item .desc {
  background-color: #FCF2F8;
  padding: 90px 160px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 70%;
}
section.bloc-des.pg-2 .bloc-item .desc h2 {
  font-size: 58px;
  line-height: 68px;
  font-family: var(--rufina-font);
  font-weight: 700;
  position: relative;
  color: #055814;
}
section.bloc-des.pg-2 .bloc-item .desc h2::after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url("../images/illustrations/reshot-icon-school-HMCLQB56JX.svg") no-repeat center;
  background-size: 60px;
}
section.bloc-des.pg-2 .bloc-item .desc p {
  margin: 15px 0;
  font-family: var(--poppins-font);
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 40px;
  color: #4F2F41;
}
section.bloc-des.pg-2 .bloc-item .desc .temoignage {
  display: block;
  margin-top: 40px;
  font-family: var(--poppins-font);
  font-size: 24px;
  line-height: 30px;
  color: #4F2F41;
  font-weight: 500;
  position: relative;
  padding-left: 40px;
}
section.bloc-des.pg-2 .bloc-item .desc .temoignage::after {
  content: "";
  display: inline-block;
  width: calc(var(--unite) * 32);
  height: calc(var(--unite) * 32);
  background: url("../images/illustrations/double-quote.png") no-repeat center;
  background-size: 32px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
section.bloc-des.pg-3 {
  background-image: url("../images/desc-3.png");
  background-position: cover;
}
section.bloc-des.pg-3 .bloc-item {
  height: 100%;
  position: relative;
}
section.bloc-des.pg-3 .bloc-item .desc {
  background-color: #ECFAEF;
  padding: 90px 160px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 70%;
}
section.bloc-des.pg-3 .bloc-item .desc h2 {
  font-size: 58px;
  line-height: 68px;
  font-family: var(--rufina-font);
  font-weight: 700;
  position: relative;
  color: #055814;
}
section.bloc-des.pg-3 .bloc-item .desc h2::after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url("../images/illustrations/reshot-icon-confetti-539ARKNWB8.svg") no-repeat center;
  background-size: 48px;
}
section.bloc-des.pg-3 .bloc-item .desc p {
  margin: 15px 0;
  font-family: var(--poppins-font);
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 40px;
  color: #4F2F41;
}
section.bloc-des.pg-3 .bloc-item .desc .temoignage {
  display: block;
  margin-top: 40px;
  font-family: var(--poppins-font);
  font-size: 24px;
  line-height: 30px;
  color: #4F2F41;
  font-weight: 500;
  position: relative;
  padding-left: 40px;
}
section.bloc-des.pg-3 .bloc-item .desc .temoignage::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("../images/illustrations/double-quote.png") no-repeat center;
  background-size: 32px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
section.bloc-des.pg-4 {
  background-image: url("../images/desc-4.png");
  background-size: cover;
  background-position: center;
  position: relative;
}
section.bloc-des.pg-4::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  background-color: #15591A;
  opacity: 0.8;
}
section.bloc-des.pg-4 .bloc-item {
  z-index: 10;
  height: 100%;
  position: relative;
}
section.bloc-des.pg-4 .bloc-item .desc {
  background-color: #fff;
  padding: 90px 160px;
  position: absolute;
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
  width: 65%;
  z-index: 10;
}
section.bloc-des.pg-4 .bloc-item .desc h2 {
  font-size: 58px;
  line-height: 68px;
  font-family: var(--rufina-font);
  font-weight: 700;
  position: relative;
  color: #055814;
}
section.bloc-des.pg-4 .bloc-item .desc h2::after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url("../images/illustrations/Groupe 271@2x.png") no-repeat center;
  background-size: 48px;
}
section.bloc-des.pg-4 .bloc-item .desc p {
  margin: 15px 0;
  font-family: var(--poppins-font);
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 40px;
  color: #4F2F41;
}
section.bloc-des.pg-4 .bloc-item .desc p span:last-child {
  line-height: 32px;
}
section.bloc-des.pg-4 .bloc-item .desc .temoignage {
  display: block;
  margin-top: 40px;
  font-family: var(--poppins-font);
  font-size: 24px;
  line-height: 30px;
  color: #4F2F41;
  font-weight: 500;
  position: relative;
  padding-left: 40px;
}
section.bloc-des.pg-4 .bloc-item .desc .temoignage::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("../images/illustrations/double-quote.png") no-repeat center;
  background-size: calc(var(--unite) * 32);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
section.bloc-des.rev {
  background-position: top right;
}
@media screen and (max-width: 1920px) {
  section.bloc-des {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 1000px;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  section.bloc-des.pg-1 {
    background-image: url("../images/desc-1.png");
  }
  section.bloc-des.pg-1 .bloc-item {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding: 0;
  }
  section.bloc-des.pg-1 .bloc-item .desc {
    background-color: #FFF4DD;
    padding: calc(var(--unite) * 90) calc(var(--unite) * 160);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 70%;
  }
  section.bloc-des.pg-1 .bloc-item .desc h2 {
    font-size: calc(var(--unite) * 58);
    line-height: calc(var(--unite) * 68);
    font-family: var(--rufina-font);
    font-weight: 700;
    position: relative;
    color: #055814;
  }
  section.bloc-des.pg-1 .bloc-item .desc h2::after {
    content: "";
    display: inline-block;
    width: calc(var(--unite) * 48);
    height: calc(var(--unite) * 48);
    background: url("../images/illustrations/reshot-icon-baby-bottle.png") no-repeat center;
    background-size: calc(var(--unite) * 48);
  }
  section.bloc-des.pg-1 .bloc-item .desc p {
    margin: 15px 0;
    font-family: var(--poppins-font);
    font-size: calc(var(--unite) * 22);
    line-height: calc(var(--unite) * 30);
    font-weight: 400;
    margin-bottom: 40px;
    color: #4F2F41;
  }
  section.bloc-des.pg-1 .bloc-item .desc .temoignage {
    display: block;
    margin-top: 40px;
    font-family: var(--poppins-font);
    font-size: calc(var(--unite) * 24);
    line-height: calc(var(--unite) * 30);
    color: #4F2F41;
    font-weight: 500;
    position: relative;
    padding-left: calc(var(--unite) * 40);
  }
  section.bloc-des.pg-1 .bloc-item .desc .temoignage::after {
    content: "";
    display: inline-block;
    width: calc(var(--unite) * 32);
    height: calc(var(--unite) * 32);
    background: url("../images/illustrations/double-quote.png") no-repeat center;
    background-size: calc(var(--unite) * 32);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  section.bloc-des.pg-2 {
    background-image: url("../images/desc-2.png");
  }
  section.bloc-des.pg-2 .bloc-item {
    height: 100%;
    position: relative;
  }
  section.bloc-des.pg-2 .bloc-item .desc {
    background-color: #FCF2F8;
    padding: calc(var(--unite) * 90) calc(var(--unite) * 160);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 70%;
  }
  section.bloc-des.pg-2 .bloc-item .desc h2 {
    font-size: calc(var(--unite) * 58);
    line-height: calc(var(--unite) * 68);
    font-family: var(--rufina-font);
    font-weight: 700;
    position: relative;
    color: #055814;
  }
  section.bloc-des.pg-2 .bloc-item .desc h2::after {
    content: "";
    display: inline-block;
    width: calc(var(--unite) * 48);
    height: calc(var(--unite) * 48);
    background: url("../images/illustrations/reshot-icon-school-HMCLQB56JX.svg") no-repeat center;
    background-size: calc(var(--unite) * 60);
  }
  section.bloc-des.pg-2 .bloc-item .desc p {
    margin: 15px 0;
    font-family: var(--poppins-font);
    font-size: calc(var(--unite) * 22);
    line-height: calc(var(--unite) * 30);
    font-weight: 400;
    margin-bottom: 40px;
    color: #4F2F41;
  }
  section.bloc-des.pg-2 .bloc-item .desc .temoignage {
    display: block;
    margin-top: 40px;
    font-family: var(--poppins-font);
    font-size: calc(var(--unite) * 24);
    line-height: calc(var(--unite) * 30);
    color: #4F2F41;
    font-weight: 500;
    position: relative;
    padding-left: calc(var(--unite) * 40);
  }
  section.bloc-des.pg-2 .bloc-item .desc .temoignage::after {
    content: "";
    display: inline-block;
    width: calc(var(--unite) * 32);
    height: calc(var(--unite) * 32);
    background: url("../images/illustrations/double-quote.png") no-repeat center;
    background-size: calc(var(--unite) * 32);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  section.bloc-des.pg-3 {
    background-image: url("../images/desc-3.png");
  }
  section.bloc-des.pg-3 .bloc-item {
    height: 100%;
    position: relative;
  }
  section.bloc-des.pg-3 .bloc-item .desc {
    background-color: #ECFAEF;
    padding: calc(var(--unite) * 90) calc(var(--unite) * 160);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 70%;
  }
  section.bloc-des.pg-3 .bloc-item .desc h2 {
    font-size: calc(var(--unite) * 58);
    line-height: calc(var(--unite) * 68);
    font-family: var(--rufina-font);
    font-weight: 700;
    position: relative;
    color: #055814;
  }
  section.bloc-des.pg-3 .bloc-item .desc h2::after {
    content: "";
    display: inline-block;
    width: calc(var(--unite) * 48);
    height: calc(var(--unite) * 48);
    background: url("../images/illustrations/reshot-icon-confetti-539ARKNWB8.svg") no-repeat center;
    background-size: calc(var(--unite) * 48);
  }
  section.bloc-des.pg-3 .bloc-item .desc p {
    margin: 15px 0;
    font-family: var(--poppins-font);
    font-size: calc(var(--unite) * 22);
    line-height: calc(var(--unite) * 30);
    font-weight: 400;
    margin-bottom: 40px;
    color: #4F2F41;
  }
  section.bloc-des.pg-3 .bloc-item .desc p span:last-child {
    line-height: 30px;
  }
  section.bloc-des.pg-3 .bloc-item .desc .temoignage {
    display: block;
    margin-top: 40px;
    font-family: var(--poppins-font);
    font-size: calc(var(--unite) * 24);
    line-height: calc(var(--unite) * 30);
    color: #4F2F41;
    font-weight: 500;
    position: relative;
    padding-left: calc(var(--unite) * 40);
  }
  section.bloc-des.pg-3 .bloc-item .desc .temoignage::after {
    content: "";
    display: inline-block;
    width: calc(var(--unite) * 32);
    height: calc(var(--unite) * 32);
    background: url("../images/illustrations/double-quote.png") no-repeat center;
    background-size: calc(var(--unite) * 32);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  section.bloc-des.pg-4 {
    background-image: url("../images/desc-4.png");
    background-size: cover;
    background-position: center;
    position: relative;
  }
  section.bloc-des.pg-4::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background-color: #15591A;
    opacity: 0.8;
  }
  section.bloc-des.pg-4 .bloc-item {
    z-index: 2;
    height: 100%;
    position: relative;
  }
  section.bloc-des.pg-4 .bloc-item .desc {
    background-color: #fff;
    padding: calc(var(--unite) * 90) calc(var(--unite) * 160);
    position: absolute;
  }
  section.bloc-des.pg-4 .bloc-item .desc h2 {
    font-size: calc(var(--unite) * 58);
    line-height: calc(var(--unite) * 68);
    font-family: var(--rufina-font);
    font-weight: 700;
    position: relative;
    color: #055814;
  }
  section.bloc-des.pg-4 .bloc-item .desc h2::after {
    content: "";
    display: inline-block;
    width: calc(var(--unite) * 48);
    height: calc(var(--unite) * 48);
    background: url("../images/illustrations/Groupe 271@2x.png") no-repeat center;
    background-size: calc(var(--unite) * 48);
  }
  section.bloc-des.pg-4 .bloc-item .desc p {
    margin: 15px 0;
    font-family: var(--poppins-font);
    font-size: calc(var(--unite) * 22);
    line-height: calc(var(--unite) * 30);
    font-weight: 400;
    margin-bottom: 40px;
    color: #4F2F41;
  }
  section.bloc-des.pg-4 .bloc-item .desc .temoignage {
    display: block;
    margin-top: 40px;
    font-family: var(--poppins-font);
    font-size: calc(var(--unite) * 24);
    line-height: calc(var(--unite) * 30);
    color: #4F2F41;
    font-weight: 500;
    position: relative;
    padding-left: calc(var(--unite) * 40);
  }
  section.bloc-des.pg-4 .bloc-item .desc .temoignage::after {
    content: "";
    display: inline-block;
    width: calc(var(--unite) * 32);
    height: calc(var(--unite) * 32);
    background: url("../images/illustrations/double-quote.png") no-repeat center;
    background-size: calc(var(--unite) * 32);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  section.bloc-des.rev {
    background-position: top right;
  }
  section.bloc-des .bloc-item {
    height: 100%;
    position: relative;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: 100% !important;
    padding: 0 !important;
  }
  section.bloc-des .bloc-item .desc {
    position: relative !important;
    top: unset !important;
    bottom: unset !important;
    transform: unset !important;
  }
  section.bloc-des.pg-1 .bloc-item, section.bloc-des.pg-3 .bloc-item {
    justify-content: flex-end !important;
  }
  section.bloc-des.pg-1 .bloc-item .desc, section.bloc-des.pg-3 .bloc-item .desc {
    right: 75px !important;
    width: 60% !important;
  }
  section.bloc-des.pg-2 .bloc-item {
    justify-content: flex-start !important;
  }
  section.bloc-des.pg-2 .bloc-item .desc {
    left: 75px !important;
    width: 60% !important;
  }
  section.bloc-des.pg-4 .bloc-item {
    justify-content: flex-start !important;
  }
}
@media screen and (max-width: 1024px) {
  section.bloc-des.pg-1 .bloc-item .desc {
    padding: calc(var(--unite) * 75) calc(var(--unite) * 85);
  }
  section.bloc-des.pg-1 .bloc-item .desc h2 {
    font-size: calc(var(--unite) * 58);
    line-height: calc(var(--unite) * 68);
    font-family: var(--rufina-font);
    font-weight: 700;
    position: relative;
    color: #055814;
  }
  section.bloc-des.pg-1 .bloc-item .desc h2 br {
    display: none;
  }
  section.bloc-des.pg-1 .bloc-item .desc h2::after {
    content: "";
    display: inline-block;
    width: calc(var(--unite) * 48);
    height: calc(var(--unite) * 48);
    background: url("../images/illustrations/reshot-icon-baby-bottle.png") no-repeat center;
    background-size: calc(var(--unite) * 48);
  }
  section.bloc-des.pg-1 .bloc-item .desc p {
    margin: 11px 0;
    font-family: var(--poppins-font);
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 24px;
    color: #4F2F41;
  }
  section.bloc-des.pg-1 .bloc-item .desc .temoignage {
    display: block;
    margin-top: 20px;
    font-family: var(--poppins-font);
    font-size: 18px;
    line-height: 20px;
    color: #4F2F41;
    font-weight: 500;
    position: relative;
    padding-left: calc(var(--unite) * 40);
  }
  section.bloc-des.pg-1 .bloc-item .desc .temoignage::after {
    content: "";
    display: inline-block;
    width: calc(var(--unite) * 32);
    height: calc(var(--unite) * 32);
    background: url("../images/illustrations/double-quote.png") no-repeat center;
    background-size: calc(var(--unite) * 32);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  section.bloc-des.pg-2 .bloc-item .desc {
    padding: calc(var(--unite) * 75) calc(var(--unite) * 85);
  }
  section.bloc-des.pg-2 .bloc-item .desc h2 {
    font-size: calc(var(--unite) * 58);
    line-height: calc(var(--unite) * 68);
    font-family: var(--rufina-font);
    font-weight: 700;
    position: relative;
    color: #055814;
  }
  section.bloc-des.pg-2 .bloc-item .desc h2 br {
    display: none;
  }
  section.bloc-des.pg-2 .bloc-item .desc h2::after {
    content: "";
    display: inline-block;
    width: calc(var(--unite) * 48);
    height: calc(var(--unite) * 48);
    background: url("../images/illustrations/reshot-icon-school-HMCLQB56JX.svg") no-repeat center;
    background-size: calc(var(--unite) * 60);
  }
  section.bloc-des.pg-2 .bloc-item .desc p {
    margin: 11px 0;
    font-family: var(--poppins-font);
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 24px;
    color: #4F2F41;
  }
  section.bloc-des.pg-2 .bloc-item .desc .temoignage {
    display: block;
    margin-top: 20px;
    font-family: var(--poppins-font);
    font-size: 18px;
    line-height: 20px;
    color: #4F2F41;
    font-weight: 500;
    position: relative;
    padding-left: calc(var(--unite) * 40);
  }
  section.bloc-des.pg-2 .bloc-item .desc .temoignage::after {
    content: "";
    display: inline-block;
    width: calc(var(--unite) * 32);
    height: calc(var(--unite) * 32);
    background: url("../images/illustrations/double-quote.png") no-repeat center;
    background-size: calc(var(--unite) * 32);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  section.bloc-des.pg-3 .bloc-item .desc {
    padding: calc(var(--unite) * 75) calc(var(--unite) * 85);
  }
  section.bloc-des.pg-3 .bloc-item .desc h2 {
    font-size: calc(var(--unite) * 58);
    line-height: calc(var(--unite) * 68);
    font-family: var(--rufina-font);
    font-weight: 700;
    position: relative;
    color: #055814;
  }
  section.bloc-des.pg-3 .bloc-item .desc h2 br {
    display: none;
  }
  section.bloc-des.pg-3 .bloc-item .desc h2::after {
    content: "";
    display: inline-block;
    width: calc(var(--unite) * 48);
    height: calc(var(--unite) * 48);
    background: url("../images/illustrations/reshot-icon-confetti-539ARKNWB8.svg") no-repeat center;
    background-size: calc(var(--unite) * 48);
  }
  section.bloc-des.pg-3 .bloc-item .desc p {
    margin: 11px 0;
    font-family: var(--poppins-font);
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 24px;
    color: #4F2F41;
  }
  section.bloc-des.pg-3 .bloc-item .desc .temoignage {
    display: block;
    margin-top: 20px;
    font-family: var(--poppins-font);
    font-size: 18px;
    line-height: 20px;
    color: #4F2F41;
    font-weight: 500;
    position: relative;
    padding-left: calc(var(--unite) * 40);
  }
  section.bloc-des.pg-3 .bloc-item .desc .temoignage::after {
    content: "";
    display: inline-block;
    width: calc(var(--unite) * 32);
    height: calc(var(--unite) * 32);
    background: url("../images/illustrations/double-quote.png") no-repeat center;
    background-size: calc(var(--unite) * 32);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  section.bloc-des.pg-4 .bloc-item .desc {
    padding: calc(var(--unite) * 60) calc(var(--unite) * 70);
  }
  section.bloc-des.pg-4 .bloc-item .desc h2 {
    font-size: calc(var(--unite) * 58);
    line-height: calc(var(--unite) * 68);
    font-family: var(--rufina-font);
    font-weight: 700;
    position: relative;
    color: #055814;
  }
  section.bloc-des.pg-4 .bloc-item .desc h2 br {
    display: none;
  }
  section.bloc-des.pg-4 .bloc-item .desc h2::after {
    content: "";
    display: inline-block;
    width: calc(var(--unite) * 48);
    height: calc(var(--unite) * 48);
    background: url("../images/illustrations/Groupe 271@2x.png") no-repeat center;
    background-size: calc(var(--unite) * 48);
  }
  section.bloc-des.pg-4 .bloc-item .desc p {
    margin: 11px 0;
    font-family: var(--poppins-font);
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 24px;
    color: #4F2F41;
  }
  section.bloc-des.pg-4 .bloc-item .desc p span:last-child {
    line-height: 20px;
  }
  section.bloc-des.pg-4 .bloc-item .desc .temoignage {
    display: block;
    margin-top: 20px;
    font-family: var(--poppins-font);
    font-size: 18px;
    line-height: 20px;
    color: #4F2F41;
    font-weight: 500;
    position: relative;
    padding-left: calc(var(--unite) * 40);
  }
  section.bloc-des.pg-4 .bloc-item .desc .temoignage::after {
    content: "";
    display: inline-block;
    width: calc(var(--unite) * 32);
    height: calc(var(--unite) * 32);
    background: url("../images/illustrations/double-quote.png") no-repeat center;
    background-size: calc(var(--unite) * 32);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  section.bloc-des.rev {
    background-position: top right;
  }
}
@media screen and (max-width: 900px) {
  section.bloc-des .desc h2 {
    font-family: "Rufina" !important;
    font-size: 32px !important;
    line-height: normal !important;
    font-weight: bold !important;
    font-style: normal !important;
    text-align: left !important;
    color: #055814 !important;
  }
  section.bloc-des .desc h2::after {
    content: "";
    width: 32px !important;
    height: 33px !important;
    background-size: 32px auto !important;
  }
  section.bloc-des .desc p {
    font-family: "Poppins" !important;
    font-size: 16px !important;
    font-weight: normal !important;
    line-height: 24px !important;
    font-style: normal !important;
    text-align: left !important;
    color: #4f2f41 !important;
  }
  section.bloc-des .desc a.temoignage {
    font-family: "Poppins" !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    font-style: normal !important;
    text-align: left !important;
    color: #4f2f41 !important;
    width: 90% !important;
    padding-left: 33px !important;
  }
  section.bloc-des .desc a.temoignage::after {
    content: "";
    display: inline-block;
    width: 24px !important;
    height: 23px !important;
    background: url(../images/illustrations/double-quote.png) no-repeat center;
    background-size: 24px auto !important;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  section.bloc-des.pg-1 {
    background-image: unset;
  }
  section.bloc-des.pg-1 .bloc-item {
    justify-content: center !important;
    flex-direction: column;
    width: 100% !important;
  }
  section.bloc-des.pg-1 .bloc-item .mobBg {
    width: 100%;
    height: auto;
  }
  section.bloc-des.pg-1 .bloc-item .desc {
    right: unset !important;
    width: unset !important;
    margin: -20% 15px 10px;
  }
  section.bloc-des.pg-2 {
    background-image: unset;
  }
  section.bloc-des.pg-2 .bloc-item {
    justify-content: center !important;
    flex-direction: column;
    width: 100% !important;
  }
  section.bloc-des.pg-2 .bloc-item .mobBg {
    width: 100%;
    height: auto;
  }
  section.bloc-des.pg-2 .bloc-item .desc {
    right: unset !important;
    left: unset !important;
    width: unset !important;
    margin: -20% 15px 10px;
  }
  section.bloc-des.pg-3 {
    background-image: unset;
  }
  section.bloc-des.pg-3 .bloc-item {
    justify-content: center !important;
    flex-direction: column;
    width: 100% !important;
  }
  section.bloc-des.pg-3 .bloc-item .mobBg {
    width: 100%;
    height: auto;
  }
  section.bloc-des.pg-3 .bloc-item .desc {
    right: unset !important;
    width: unset !important;
    margin: -20% 15px 10px;
  }
  section.bloc-des.pg-4 {
    background-position: top center;
  }
  section.bloc-des.pg-4 .bloc-item {
    justify-content: center !important;
    width: 99% !important;
  }
  section.bloc-des.pg-4 .bloc-item .desc {
    width: 90% !important;
    margin: 15px auto;
    left: unset !important;
    right: unset !important;
    bottom: unset !important;
    top: unset !important;
  }
}
section.don-section {
  background-image: url("../images/desc-5.png");
  background-repeat: no-repeat;
  position: relative;
  background-position: top;
  background-size: cover;
}
section.don-section .section-don-item {
  margin: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}
section.don-section .section-don-item .section-don-header h2 {
  font-family: "Rufina";
  font-size: 58px;
  font-weight: bold;
  line-height: 68px;
  font-style: normal;
  text-align: center;
  color: #055814;
}
section.don-section .section-don-item .section-don-header p {
  font-family: "Poppins";
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  font-style: normal;
  text-align: center;
  color: #4f2f41;
}
section.don-section .section-don-item .section-don-body {
  margin-top: 49px;
}
section.don-section .section-don-item .section-don-body .items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.don-section .section-don-item .section-don-body .items .item {
  width: 23%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 290px;
}
section.don-section .section-don-item .section-don-body .items .item .btn-section {
  width: 100%;
}
section.don-section .section-don-item .section-don-body .items .item .btn-section .btn {
  min-width: unset;
  padding: 20px 0;
  width: 290px;
  height: 70px;
  border-radius: 35px;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.3));
  font-family: "Poppins";
  font-size: 22px;
  font-weight: bold;
  line-height: 106px;
  font-style: normal;
  text-align: center;
}
section.don-section .section-don-item .section-don-body .items .item .btn-section .btn span {
  width: 100%;
  text-align: center;
}
section.don-section .section-don-item .section-don-body .items .item .btn-section > span {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-align: center;
  color: #4f2f41;
  width: 100%;
  display: block;
  margin: 15px 0 29px;
}
section.don-section .section-don-item .section-don-body .items .item .image {
  width: 290px;
  height: 290px;
  border-radius: 24px;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.16));
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
section.don-section .section-don-item .section-don-body .items .item .image::after {
  content: "";
  width: 59.6px;
  height: 67.9px;
  background-image: url(../images/illustrations/Fleche_22.png);
  position: absolute;
  top: -15.6px;
  right: 4px;
  background-size: contain;
  background-repeat: no-repeat;
}
section.don-section .section-don-item .section-don-body .items .item .image img {
  width: 75%;
  height: auto;
}
section.don-section .section-don-item .section-don-body .items .item .footer-itm {
  font-family: "Poppins";
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  font-style: normal;
  text-align: center;
  color: #4f2f41;
  width: 80%;
  margin-top: 25px;
}
section.don-section .section-don-item .section-don-footer {
  margin-top: 20px;
  padding: 0 30px;
  max-width: 1255px;
  margin-left: auto;
  margin-right: auto;
}
section.don-section .section-don-item .section-don-footer .title-dec {
  margin: 29px 0 29px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.don-section .section-don-item .section-don-footer .title-dec h3 {
  font-family: "Rufina";
  font-size: 36px;
  font-weight: bold;
  line-height: 46px;
  font-style: normal;
  text-align: center;
  color: #055814;
  padding: 0 41px;
}
section.don-section .section-don-item .section-don-footer .title-dec span {
  border-color: #4f2f41;
  border-width: 1px;
  border-style: solid;
  height: 1px;
  flex: 1;
}
section.don-section .section-don-item .section-don-footer .footer-don-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.don-section .section-don-item .section-don-footer .footer-don-item .desc {
  height: 80px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  width: 50%;
  background: #055815;
  overflow: hidden;
}
section.don-section .section-don-item .section-don-footer .footer-don-item .desc .item {
  display: flex;
  align-items: center;
}
section.don-section .section-don-item .section-don-footer .footer-don-item .desc .item:nth-child(1) {
  width: calc(30% + 40px);
  padding-right: 12px;
  background: #FFC759;
  position: relative;
}
section.don-section .section-don-item .section-don-footer .footer-don-item .desc .item:nth-child(1) span {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  font-style: normal;
  text-align: center;
  color: #4f2f41;
  width: 100%;
}
section.don-section .section-don-item .section-don-footer .footer-don-item .desc .item:nth-child(1)::after {
  content: "";
  right: -8%;
  top: -6px;
  z-index: 99999999;
  position: absolute;
  background: #055815;
  width: 20px;
  height: 80px;
  transform: rotate(165deg);
}
section.don-section .section-don-item .section-don-footer .footer-don-item .desc .item:nth-child(1)::before {
  content: "";
  right: -8%;
  bottom: -6px;
  z-index: 99999999;
  position: absolute;
  background: #055815;
  width: 20px;
  height: 80px;
  transform: rotate(-165deg);
}
section.don-section .section-don-item .section-don-footer .footer-don-item .desc .item:nth-child(2) {
  width: 77px;
  background: #055815;
  margin-left: 10px;
  z-index: 99999999;
}
section.don-section .section-don-item .section-don-footer .footer-don-item .desc .item:nth-child(2) img {
  width: 48px;
  height: auto;
  opacity: 0.2;
}
section.don-section .section-don-item .section-don-footer .footer-don-item .desc .item:nth-child(3) {
  width: calc(66% - 70px);
  background: #055815;
}
section.don-section .section-don-item .section-don-footer .footer-don-item .desc .item:nth-child(3) span {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  font-style: normal;
  text-align: center;
  color: #ffffff;
}
section.don-section .section-don-item .section-don-footer .footer-don-item .arrow {
  width: 23%;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}
section.don-section .section-don-item .section-don-footer .footer-don-item .arrow img {
  width: 61px;
  height: auto;
  margin-right: 15px;
}
section.don-section .section-don-item .section-don-footer .footer-don-item .arrow span {
  font-family: "Poppins";
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  font-style: normal;
  text-align: left;
  color: #4f2f41;
}
section.don-section .section-don-item .section-don-footer .footer-don-item .btn-item {
  width: auto;
  display: flex;
  justify-content: flex-end;
}
section.don-section .section-don-item .section-don-footer .footer-don-item .btn-item a {
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.3));
  min-width: 290px;
  height: 70px;
  justify-content: center;
}
@media screen and (max-width: 1920px) {
  section.don-section .section-don-item {
    margin: 0;
    padding-top: calc(var(--unite) * 100);
    padding-bottom: calc(var(--unite) * 100);
  }
  section.don-section .section-don-item .section-don-header h2 {
    font-size: calc(var(--unite) * 58);
    line-height: calc(var(--unite) * 68);
  }
  section.don-section .section-don-item .section-don-header p {
    font-size: calc(var(--unite) * 22);
    line-height: calc(var(--unite) * 30);
  }
  section.don-section .section-don-item .section-don-body {
    max-width: 1255px;
    margin: 49px auto 0;
  }
  section.don-section .section-don-item .section-don-body .items .item .btn-section .btn {
    padding: 22px 0;
    width: 100%;
    height: calc(var(--unite) * 70);
    border-radius: calc(var(--unite) * 35);
    font-size: 22px;
    line-height: calc(var(--unite) * 30);
    min-width: calc(var(--unite) * 290);
  }
  section.don-section .section-don-item .section-don-body .items .item .btn-section .btn span {
    width: 100%;
    text-align: center;
  }
  section.don-section .section-don-item .section-don-body .items .item .btn-section > span {
    font-size: 16px;
    line-height: 20px;
    margin: 15px 0 29px;
  }
  section.don-section .section-don-item .section-don-body .items .item .image {
    width: 290px;
    height: 290px;
    border-radius: calc(var(--unite) * 24);
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.16));
  }
  section.don-section .section-don-item .section-don-body .items .item .image img {
    width: 75%;
    height: auto;
  }
  section.don-section .section-don-item .section-don-body .items .item .footer-itm {
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    width: 80%;
    margin-top: 25px;
  }
  section.don-section .section-don-item .section-don-footer {
    margin-top: 20px;
    padding: 0 30px;
  }
  section.don-section .section-don-item .section-don-footer .title-dec {
    margin: 29px 0 29px;
  }
  section.don-section .section-don-item .section-don-footer .title-dec h3 {
    font-family: "Rufina";
    font-size: 36px;
    line-height: 46px;
    padding: 0 41px;
  }
  section.don-section .section-don-item .section-don-footer .footer-don-item .desc {
    height: 80px;
  }
  section.don-section .section-don-item .section-don-footer .footer-don-item .desc .item:nth-child(1) {
    width: calc(30% + 40px);
    padding-right: 12px;
  }
  section.don-section .section-don-item .section-don-footer .footer-don-item .desc .item:nth-child(1) span {
    font-size: 20px;
    line-height: 26px;
    width: 100%;
  }
  section.don-section .section-don-item .section-don-footer .footer-don-item .desc .item:nth-child(1)::after {
    content: "";
    right: -8%;
    top: -6px;
    z-index: 99999999;
    position: absolute;
    background: #055815;
    width: 20px;
    height: 80px;
    transform: rotate(165deg);
  }
  section.don-section .section-don-item .section-don-footer .footer-don-item .desc .item:nth-child(1)::before {
    content: "";
    right: -8%;
    bottom: -6px;
    z-index: 99999999;
    position: absolute;
    background: #055815;
    width: 20px;
    height: 80px;
    transform: rotate(-165deg);
  }
  section.don-section .section-don-item .section-don-footer .footer-don-item .desc .item:nth-child(2) {
    width: 77px;
    margin-left: 10px;
    z-index: 99999999;
  }
  section.don-section .section-don-item .section-don-footer .footer-don-item .desc .item:nth-child(2) img {
    width: 48px;
  }
  section.don-section .section-don-item .section-don-footer .footer-don-item .desc .item:nth-child(3) {
    width: calc(66% - 70px);
  }
  section.don-section .section-don-item .section-don-footer .footer-don-item .desc .item:nth-child(3) span {
    font-size: 20px;
    line-height: 26px;
  }
  section.don-section .section-don-item .section-don-footer .footer-don-item .arrow {
    width: 23%;
  }
  section.don-section .section-don-item .section-don-footer .footer-don-item .arrow img {
    margin-right: 15px;
  }
  section.don-section .section-don-item .section-don-footer .footer-don-item .arrow span {
    font-family: "Poppins";
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1024px) {
  section.don-section .section-don-item {
    margin: 0;
    padding-top: calc(var(--unite) * 100);
    padding-bottom: calc(var(--unite) * 100);
  }
  section.don-section .section-don-item .section-don-header h2 {
    font-size: calc(var(--unite) * 58);
    line-height: calc(var(--unite) * 68);
  }
  section.don-section .section-don-item .section-don-header p {
    font-size: 22px;
    line-height: 30px;
  }
  section.don-section .section-don-item .section-don-body {
    margin-top: 49px;
  }
  section.don-section .section-don-item .section-don-body .items {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  section.don-section .section-don-item .section-don-body .items .item {
    width: 23%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-width: 290px;
    margin-bottom: 50px;
  }
  section.don-section .section-don-item .section-don-body .items .item .btn-section .btn {
    padding: 20px 0;
    width: 290px;
    height: 70px;
    border-radius: 35px;
    font-size: 22px;
    line-height: 30px;
  }
  section.don-section .section-don-item .section-don-body .items .item .btn-section .btn span {
    width: 100%;
    text-align: center;
  }
  section.don-section .section-don-item .section-don-body .items .item .btn-section > span {
    font-size: 16px;
    line-height: 20px;
    margin: 15px 0 29px;
  }
  section.don-section .section-don-item .section-don-body .items .item .image {
    width: 290px;
    height: 290px;
    border-radius: 24px;
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.16));
  }
  section.don-section .section-don-item .section-don-body .items .item .image img {
    width: 75%;
    height: auto;
  }
  section.don-section .section-don-item .section-don-body .items .item .footer-itm {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    width: 80%;
    margin-top: 25px;
  }
  section.don-section .section-don-item .section-don-footer {
    margin-top: 20px;
    padding: 0 30px;
  }
  section.don-section .section-don-item .section-don-footer .title-dec {
    margin: 29px 0 29px;
  }
  section.don-section .section-don-item .section-don-footer .title-dec h3 {
    font-family: "Rufina";
    font-size: 36px;
    line-height: 46px;
    padding: 0 41px;
  }
  section.don-section .section-don-item .section-don-footer .footer-don-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  section.don-section .section-don-item .section-don-footer .footer-don-item .desc {
    height: 80px;
    width: 76%;
    margin-bottom: 20px;
  }
  section.don-section .section-don-item .section-don-footer .footer-don-item .desc .item:nth-child(1) {
    width: 30%;
  }
  section.don-section .section-don-item .section-don-footer .footer-don-item .desc .item:nth-child(1) span {
    font-size: 20px;
    line-height: 26px;
    width: 100%;
  }
  section.don-section .section-don-item .section-don-footer .footer-don-item .desc .item:nth-child(1)::after {
    content: "";
    right: -8%;
    top: -6px;
    z-index: 99999999;
    position: absolute;
    background: #055815;
    width: 20px;
    height: 80px;
    transform: rotate(165deg);
  }
  section.don-section .section-don-item .section-don-footer .footer-don-item .desc .item:nth-child(1)::before {
    content: "";
    right: -8%;
    bottom: -6px;
    z-index: 99999999;
    position: absolute;
    background: #055815;
    width: 20px;
    height: 80px;
    transform: rotate(-165deg);
  }
  section.don-section .section-don-item .section-don-footer .footer-don-item .desc .item:nth-child(2) {
    width: 77px;
    z-index: 999999;
  }
  section.don-section .section-don-item .section-don-footer .footer-don-item .desc .item:nth-child(2) img {
    width: 48px;
  }
  section.don-section .section-don-item .section-don-footer .footer-don-item .desc .item:nth-child(3) {
    width: calc(66% - 70px);
  }
  section.don-section .section-don-item .section-don-footer .footer-don-item .desc .item:nth-child(3) span {
    font-size: 20px;
    line-height: 26px;
  }
  section.don-section .section-don-item .section-don-footer .footer-don-item .arrow {
    width: 23%;
    margin-right: 35px;
  }
  section.don-section .section-don-item .section-don-footer .footer-don-item .arrow img {
    margin-right: 15px;
  }
  section.don-section .section-don-item .section-don-footer .footer-don-item .arrow span {
    font-family: "Poppins";
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 900px) {
  section.don-section {
    background-image: url("../images/desc-5-2.png");
    background-size: cover;
  }
  section.don-section .section-don-item .section-don-header h2 {
    font-family: "Rufina";
    font-size: 32px;
    font-weight: bold;
    line-height: 42px;
    font-style: normal;
    text-align: center;
    color: #055814;
  }
  section.don-section .section-don-item .section-don-header p {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    font-style: normal;
    text-align: center;
    color: #4f2f41;
  }
  section.don-section .section-don-item .section-don-body .items {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5%;
  }
  section.don-section .section-don-item .section-don-body .items .item {
    width: 47%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-width: unset;
    margin-bottom: 50px;
    max-width: 250px;
  }
  section.don-section .section-don-item .section-don-body .items .item .btn-section .btn {
    font-family: "Poppins";
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    font-style: normal;
    text-align: center;
    color: #4f2f41;
    padding: 12px 7px;
    height: unset;
    width: -moz-fit-content;
    width: fit-content;
  }
  section.don-section .section-don-item .section-don-body .items .item .btn-section > span {
    font-family: "Poppins";
    font-size: 11px;
    font-weight: normal;
    line-height: 16px;
    font-style: normal;
    text-align: center;
    color: #4f2f41;
  }
  section.don-section .section-don-item .section-don-body .items .item .btn-section > span > span {
    display: block;
  }
  section.don-section .section-don-item .section-don-body .items .item .image {
    width: 100%;
    height: unset;
    border-radius: 24px;
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.16));
    padding-bottom: 100%;
  }
  section.don-section .section-don-item .section-don-body .items .item .image img {
    width: 75%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  section.don-section .section-don-item .section-don-body .items .item .image::after {
    width: 37.4px;
    height: 42.6px;
  }
  section.don-section .section-don-item .section-don-body .items .item .footer-itm {
    font-family: "Poppins";
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    font-style: normal;
    text-align: center;
    color: #4f2f41;
  }
  section.don-section .section-don-item .section-don-footer {
    margin-top: 20px;
    padding: 0;
  }
  section.don-section .section-don-item .section-don-footer .title-dec h3 {
    font-family: "Rufina";
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    font-style: normal;
    text-align: center;
    color: #055814;
    padding: 0 10px;
  }
  section.don-section .section-don-item .section-don-footer .footer-don-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    margin: 0 auto;
  }
  section.don-section .section-don-item .section-don-footer .footer-don-item .desc {
    width: 100%;
    margin-bottom: 0;
  }
  section.don-section .section-don-item .section-don-footer .footer-don-item .desc .item:nth-child(1) {
    width: 40%;
  }
  section.don-section .section-don-item .section-don-footer .footer-don-item .desc .item:nth-child(1)::before {
    right: -8%;
    bottom: -6px;
    z-index: 99;
    width: 18px;
    height: 80px;
  }
  section.don-section .section-don-item .section-don-footer .footer-don-item .desc .item:nth-child(1)::after {
    right: -8%;
    top: -6px;
    z-index: 99;
    width: 18px;
    height: 80px;
  }
  section.don-section .section-don-item .section-don-footer .footer-don-item .desc .item:nth-child(2) {
    width: unset;
    z-index: 999999;
  }
  section.don-section .section-don-item .section-don-footer .footer-don-item .desc .item:nth-child(2) img {
    width: 39px;
  }
  section.don-section .section-don-item .section-don-footer .footer-don-item .arrow {
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  section.don-section .section-don-item .section-don-footer .footer-don-item .arrow img {
    width: 49px;
    height: auto;
  }
  section.don-section .section-don-item .section-don-footer .footer-don-item .arrow span {
    font-family: "Poppins";
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    font-style: normal;
    text-align: left;
    color: #4f2f41;
  }
  section.don-section .section-don-item .section-don-footer .footer-don-item .btn-item {
    width: 100%;
  }
  section.don-section .section-don-item .section-don-footer .footer-don-item .btn-item a.btn {
    width: 354px;
    height: 61px;
    max-width: 354px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.don-section .section-don-item .section-don-footer .footer-don-item .btn-item a.btn.btn-icon .icon-btn {
    display: inline-block;
    width: 28px;
    height: 28px;
  }
  section.don-section .section-don-item .section-don-footer .footer-don-item .btn-item a.btn.btn-icon .icon-btn img {
    width: 28px;
    height: auto;
  }
}
section.historique {
  background-image: url("../images/historique.png");
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
  background-position: top;
  background-size: cover;
  position: relative;
  padding: 100px 0;
}
section.historique::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  background-color: #055814;
  opacity: 0.8;
}
section.historique .historique-cnt {
  position: relative;
  z-index: 10;
}
section.historique .historique-cnt .historique-header h2 {
  font-family: "Rufina";
  font-size: 58px;
  font-weight: bold;
  line-height: 68px;
  font-style: normal;
  text-align: center;
  color: #ffc759;
}
section.historique .historique-cnt .historique-body {
  margin: 56px auto;
}
section.historique .historique-cnt .historique-body .body-cnt {
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  width: 1005px;
}
section.historique .historique-cnt .historique-body .body-cnt .item {
  padding: 0 30px 30px 30px;
  width: 33%;
  border-bottom: 1px solid #fff;
}
section.historique .historique-cnt .historique-body .body-cnt .item:nth-child(1) {
  border-right: 1px solid #fff;
}
section.historique .historique-cnt .historique-body .body-cnt .item:nth-child(2) {
  border-right: 1px solid #fff;
}
section.historique .historique-cnt .historique-body .body-cnt .item:nth-child(4) {
  border-right: 1px solid #fff;
  border-bottom: none;
  padding-top: 30px;
  width: 50%;
}
section.historique .historique-cnt .historique-body .body-cnt .item:nth-child(4) p {
  width: 70%;
  margin: 0 auto;
}
section.historique .historique-cnt .historique-body .body-cnt .item:nth-child(5) {
  border-bottom: none;
  padding-top: 30px;
  width: 50%;
}
section.historique .historique-cnt .historique-body .body-cnt .item:nth-child(5) p {
  width: 70%;
  margin: 0 auto;
}
section.historique .historique-cnt .historique-body .body-cnt .item p {
  font-family: "Poppins";
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  font-style: normal;
  text-align: center;
  color: #ffffff;
}
section.historique .historique-cnt .historique-body .body-cnt .item p .title {
  font-family: "Rufina";
  font-size: 36px;
  font-weight: bold;
  line-height: 46px;
  font-style: normal;
  text-align: center;
  color: #ffc759;
  display: block;
  margin-bottom: 20px;
}
section.historique .historique-cnt .historique-footer h4 {
  font-family: "Rufina";
  font-size: 36px;
  font-weight: bold;
  line-height: 46px;
  font-style: normal;
  text-align: center;
  color: #ffc759;
  margin-bottom: 29px;
}
section.historique .historique-cnt .historique-footer a {
  margin: 0 auto;
}
@media screen and (max-width: 1920px) {
  section.historique {
    background-image: url("../images/historique.png");
    width: 100%;
    background-repeat: no-repeat;
    position: relative;
    background-position: top;
    background-size: cover;
    position: relative;
    padding: calc(var(--unite) * 100) 0;
    height: -moz-max-content;
    height: max-content;
  }
  section.historique::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background-color: #055814;
    opacity: 0.8;
  }
  section.historique .historique-cnt {
    position: relative;
    z-index: 2;
  }
  section.historique .historique-cnt .historique-header h2 {
    font-family: "Rufina";
    font-size: calc(var(--unite) * 58);
    font-weight: bold;
    line-height: calc(var(--unite) * 68);
    font-style: normal;
    text-align: center;
    color: #ffc759;
  }
  section.historique .historique-cnt .historique-body {
    margin: calc(var(--unite) * 56) auto;
  }
  section.historique .historique-cnt .historique-body .body-cnt {
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    width: calc(var(--unite) * 1005);
  }
  section.historique .historique-cnt .historique-body .body-cnt .item {
    padding: 0 calc(var(--unite) * 30) calc(var(--unite) * 30) calc(var(--unite) * 30);
    width: 33%;
    border-bottom: 1px solid #fff;
  }
  section.historique .historique-cnt .historique-body .body-cnt .item:nth-child(1) {
    border-right: 1px solid #fff;
  }
  section.historique .historique-cnt .historique-body .body-cnt .item:nth-child(2) {
    border-right: 1px solid #fff;
  }
  section.historique .historique-cnt .historique-body .body-cnt .item:nth-child(4) {
    border-right: 1px solid #fff;
    border-bottom: none;
    padding-top: calc(var(--unite) * 30);
  }
  section.historique .historique-cnt .historique-body .body-cnt .item:nth-child(5) {
    border-bottom: none;
    padding-top: calc(var(--unite) * 30);
  }
  section.historique .historique-cnt .historique-body .body-cnt .item p {
    font-family: "Poppins";
    font-size: calc(var(--unite) * 22);
    font-weight: 300;
    line-height: calc(var(--unite) * 30);
    font-style: normal;
    text-align: center;
    color: #ffffff;
  }
  section.historique .historique-cnt .historique-body .body-cnt .item p .title {
    font-family: "Rufina";
    font-size: calc(var(--unite) * 36);
    font-weight: bold;
    line-height: calc(var(--unite) * 46);
    font-style: normal;
    text-align: center;
    color: #ffc759;
    display: block;
    margin-bottom: calc(var(--unite) * 20);
  }
  section.historique .historique-cnt .historique-footer h4 {
    font-family: "Rufina";
    font-size: calc(var(--unite) * 36);
    font-weight: bold;
    line-height: calc(var(--unite) * 46);
    font-style: normal;
    text-align: center;
    color: #ffc759;
    margin-bottom: calc(var(--unite) * 29);
  }
  section.historique .historique-cnt .historique-footer a {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  section.historique {
    height: -moz-max-content;
    height: max-content;
  }
  section.historique::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background-color: #055814;
    opacity: 0.8;
  }
  section.historique .historique-cnt {
    position: relative;
    z-index: 2;
  }
  section.historique .historique-cnt .historique-header h2 {
    font-family: "Rufina";
    font-size: calc(var(--unite) * 58);
    font-weight: bold;
    line-height: calc(var(--unite) * 68);
    font-style: normal;
    text-align: center;
    color: #ffc759;
  }
  section.historique .historique-cnt .historique-body {
    margin: calc(var(--unite) * 56) auto;
  }
  section.historique .historique-cnt .historique-body .body-cnt {
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    width: 98%;
  }
  section.historique .historique-cnt .historique-body .body-cnt .item {
    padding: 0 calc(var(--unite) * 30) calc(var(--unite) * 30) calc(var(--unite) * 30);
    width: 33%;
    border-bottom: 1px solid #fff;
  }
  section.historique .historique-cnt .historique-body .body-cnt .item:nth-child(1) {
    border-right: 1px solid #fff;
  }
  section.historique .historique-cnt .historique-body .body-cnt .item:nth-child(2) {
    border-right: 1px solid #fff;
  }
  section.historique .historique-cnt .historique-body .body-cnt .item:nth-child(4) {
    border-right: 1px solid #fff;
    border-bottom: none;
    padding-top: 30px;
  }
  section.historique .historique-cnt .historique-body .body-cnt .item:nth-child(5) {
    border-bottom: none;
    padding-top: 30px;
  }
  section.historique .historique-cnt .historique-body .body-cnt .item p {
    font-family: "Poppins";
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    font-style: normal;
    text-align: center;
    color: #ffffff;
  }
  section.historique .historique-cnt .historique-body .body-cnt .item p .title {
    font-family: "Rufina";
    font-size: 34px;
    font-weight: bold;
    line-height: 46px;
    font-style: normal;
    text-align: center;
    color: #ffc759;
    display: block;
    margin-bottom: calc(var(--unite) * 20);
  }
  section.historique .historique-cnt .historique-footer h4 {
    font-family: "Rufina";
    font-size: calc(var(--unite) * 36);
    font-weight: bold;
    line-height: calc(var(--unite) * 46);
    font-style: normal;
    text-align: center;
    color: #ffc759;
    margin-bottom: calc(var(--unite) * 29);
  }
  section.historique .historique-cnt .historique-footer a {
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  section.historique .historique-cnt .historique-header h2 {
    font-family: "Rufina";
    font-size: 32px;
    font-weight: bold;
    line-height: 42px;
    font-style: normal;
    text-align: center;
    color: #ffc759;
  }
  section.historique .historique-cnt .historique-footer h4 {
    font-family: "Rufina";
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
    font-style: normal;
    text-align: center;
    color: #ffc759;
    margin-bottom: 20px;
  }
  section.historique .historique-cnt .historique-footer h4 br {
    display: none;
  }
  section.historique .historique-cnt .historique-footer a {
    margin-bottom: 20px;
  }
  section.historique .historique-cnt .historique-body .body-cnt {
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    width: 98%;
  }
  section.historique .historique-cnt .historique-body .body-cnt .item {
    width: 49% !important;
    border-bottom: 1px solid #fff !important;
    border-right: unset !important;
    padding-top: 0 !important;
  }
  section.historique .historique-cnt .historique-body .body-cnt .item:nth-child(1) {
    border-right: 1px solid #fff !important;
  }
  section.historique .historique-cnt .historique-body .body-cnt .item:nth-child(3) {
    border-right: 1px solid #fff !important;
  }
  section.historique .historique-cnt .historique-body .body-cnt .item:nth-child(5) {
    border: unset !important;
  }
  section.historique .historique-cnt .historique-body .body-cnt .item p {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    font-style: normal;
    text-align: center;
    color: #ffffff;
    padding: 0;
    width: 100% !important;
  }
  section.historique .historique-cnt .historique-body .body-cnt .item p .title {
    font-family: "Rufina";
    font-size: 22px;
    font-weight: bold;
    line-height: 46px;
    font-style: normal;
    text-align: center;
    color: #ffc759;
  }
}

footer .footer-item {
  padding: 60px 0 200px 0;
}
footer .footer-item .logo {
  width: 203px;
  margin-bottom: 20px;
  margin: 0 auto;
}
footer .footer-item .logo a {
  width: 100%;
}
footer .footer-item .logo a img {
  width: 100%;
  height: auto;
}
footer .footer-item .link-footer {
  text-align: center;
}
footer .footer-item .link-footer a {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  font-style: normal;
  color: #4f2f41;
  margin-bottom: 20px;
}
footer .footer-item .link-footer a:hover {
  text-decoration: underline;
}
footer .footer-item .ml {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 20px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
footer .footer-item .ml img {
  width: 80px;
  height: auto;
  margin-right: 10px;
}
footer .footer-item .ml p {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  font-style: normal;
  color: #4f2f41;
}
@media screen and (max-width: 900px) {
  footer .footer-item {
    padding: 60px 0;
  }
}

.svgAreaEtoile {
  position: absolute;
  pointer-events: none;
  width: 50px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  opacity: 0.6;
}
.svgAreaEtoile img {
  animation: startFlickr 8s infinite linear;
  transition: all 5s ease-in-out;
  width: 100%;
  height: auto;
  position: relative;
}
@media screen and (max-width: 991px) {
  .svgAreaEtoile .svgAreaEtoile {
    width: 20px !important;
    height: 29px !important;
  }
}

section.bloc-des .tem-des {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 29px;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
section.bloc-des .tem-des.active {
  max-height: 500px;
}
section.bloc-des .tem-des .avatar {
  max-width: 130px;
  min-width: 130px;
  height: 130px;
  margin-right: 20px;
}
section.bloc-des .tem-des .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.bloc-des .tem-des .dsc p {
  font-family: "Poppins" !important;
  font-size: 22px !important;
  font-weight: 300 !important;
  line-height: 30px !important;
  font-style: italic !important;
  text-align: left !important;
  color: #055814 !important;
  margin: 0 !important;
}
@media screen and (max-width: 1920px) {
  section.bloc-des .tem-des .dsc p {
    font-size: calc(var(--unite) * 24) !important;
    line-height: calc(var(--unite) * 32) !important;
    width: 90%;
  }
}
@media screen and (max-width: 900px) {
  section.bloc-des .tem-des {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  section.bloc-des .tem-des .dsc p {
    font-family: "Poppins" !important;
    font-size: 15px !important;
    font-weight: 300 !important;
    line-height: 24px !important;
    font-style: italic !important;
    text-align: left !important;
    color: #055814 !important;
    margin: 0 !important;
  }
}

/* Video Modal
-----------------------------------------*/
.video-modal,
.video-modal .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
}

.video-modal {
  overflow: hidden;
  position: fixed;
  opacity: 0;
  transform: translate(500%, 0%);
  transition: transform 0s linear 0s;
  /* using flexbox for vertical centering */
  /* Flexbox display */
  display: flex;
  /* Vertical alignment */
  align-items: center;
  transform-style: preserve-3d;
}

.video-modal .overlay {
  z-index: 0;
  background: rgba(13, 1, 61, 0.82); /* overlay color */
  opacity: 0;
  transition: opacity 0.2s ease-out 0.05s;
}

.video-modal-content {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  margin: 0 auto;
  overflow-y: visible;
  background: #000;
  width: calc(100% - 12em);
  height: 0;
  padding-top: calc((100% - 12em) * 0.5625); /* 16:9 calc */
}

/* Scaling to fit within the current Viewport size:
   When viewport aspect ratio is greater than 16:9
   work off the height instead of the width for calc */
@media (min-aspect-ratio: 16/9) {
  .video-modal-content {
    width: 0;
    height: calc(100vh - 10em);
    padding-top: 0;
    padding-left: calc((100vh - 10em) * 1.7778); /* 16:9 calc */
  }
}
/* Mobile Layout Tweaks - side margins reduced */
@media (max-width: 640px) {
  .video-modal-content {
    width: calc(100% - 1em);
    padding-top: calc((100% - 1em) * 0.5625); /* 16:9 calc */
  }
}
/* modal close button */
.close-video-modal {
  display: block;
  position: absolute;
  left: 0;
  top: -40px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

/* set the iframe element to stretch to fit its parent element */
iframe#youtube {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

iframe#youtube-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

/* show the modal: 
   add class to the body to reveal */
.show-video-modal .video-modal {
  opacity: 1;
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
}

.show-video-modal .video-modal .overlay {
  opacity: 1;
}

.show-video-modal .video-modal-content {
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
}

@keyframes startFlickr {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes glow {
  0% {
    box-shadow: 0 0 -28px 3px #99B900;
  }
  40% {
    box-shadow: 0 0 15px 3px #99B900;
  }
  60% {
    box-shadow: 0 0 15px 3px #99B900;
  }
  100% {
    box-shadow: 0 0 -28px 3px #99B900;
  }
}/*# sourceMappingURL=style.css.map */