@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Caveat:wght@400..700&display=swap");
.maincolor {
  color: #89C3AB;
}

.sndcolor {
  color: #353843;
}

.thirdcolor {
  color: #1EFEA1;
}

.dark {
  color: #747474;
}

.light {
  color: #E0D8C7;
}

.white {
  color: #FFFFFF;
}

.black {
  color: #000000;
}

.text {
  color: #4A4A4A;
}

.bgmain {
  background: #89C3AB;
}

.bgsnd {
  background: #353843;
}

.bgthird {
  background: #1EFEA1;
}

.bgdark {
  background: #747474;
}

.bglight {
  background: #E0D8C7;
}

.bgdark {
  background: #747474;
}

.bgwhite {
  background: #FFFFFF;
}

.bgtext {
  background: #4A4A4A;
}

html, body {
  color: #4A4A4A;
}

* {
  font-family: "Archivo", sans-serif;
}

html, body {
  font-size: 16px;
  line-height: normal;
  font-style: normal;
  margin: 10px 0;
  font-weight: 400;
}

.heading {
  font-family: "Archivo", sans-serif;
  position: relative;
}
.heading--n1, .heading--n1 * {
  font-size: 55px;
  font-weight: 600;
}
.heading--n2, .heading--n2 * {
  font-size: 45px;
  font-weight: 500;
  line-height: 45px;
}
.heading--n3, .heading--n3 * {
  font-size: 40px;
  font-weight: 400;
}
.heading--n4, .heading--n4 * {
  font-size: 28px;
  font-weight: 700;
}
.heading_brush-1::after {
  content: "";
  background: url("../../assets/images/brush_linear_1.png") no-repeat;
  background-position: bottom left;
  background-size: 100%;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.heading_brush-2::after {
  content: "";
  background: url("../../assets/images/brush_linear_2.png") no-repeat;
  background-position: left top;
  background-size: 450px;
  width: 100%;
  height: 130px;
  display: block;
  position: absolute;
  bottom: -15px;
  left: -20px;
  z-index: -1;
}
.heading_brush-3::after {
  content: "";
  background: url("../../assets/images/brush_linear_white_1.png") no-repeat;
  width: 100%;
  height: 150px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.heading_brush-4::after {
  content: "";
  background: url("../../assets/images/brush_white_2.png") no-repeat;
  background-size: 600px;
  background-position: 60% 55%;
  width: 100%;
  height: 120px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.heading_brush-6::after {
  content: "";
  background: url("../../assets/images/brush_linear_3.png") no-repeat;
  background-position: center;
  background-size: 400px;
  width: 100%;
  height: 100px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 35px);
  z-index: -1;
}
.heading_brush-7::after {
  content: "";
  background: url("../../assets/images/brush_linear_4.png") no-repeat;
  background-position: center;
  background-size: 400px;
  width: 100%;
  height: 100px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 15px);
  z-index: -1;
}
.heading_brush-8::after {
  content: "";
  background: url("../../assets/images/brush_linear_5.png") no-repeat;
  background-position: center bottom;
  background-size: 175px;
  width: 100%;
  height: 50px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 10px);
  z-index: -1;
}
.heading span {
  font-family: "Caveat", cursive;
  font-size: 40px;
  font-weight: 400;
  display: block;
}

span {
  line-height: inherit;
}

hr {
  border: none;
}

.list--unstyled {
  padding: 0px;
  margin: 0px;
}
.list--unstyled li {
  padding: 0px;
  list-style-type: none;
}

@media (max-width: 767px) {
  .heading--n1 {
    font-size: 40px;
    font-weight: 400;
  }
  .heading--n2 {
    font-size: 35px;
  }
  .heading--n2 *, .heading--n2 span {
    font-size: 35px !important;
  }
}
.btn {
  appearance: none;
  --webkit-appearance: none;
  --moz-webkit-appearance: none;
  border: none;
  border-radius: 0;
  background: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  width: fit-content;
  padding: 7px 14px;
  font-size: 12px;
  transition: 0.3s;
}
.btn:hover, .btn:focus, .btn:active {
  transition: 0.3s;
}
.btn--main {
  background: linear-gradient(320deg, rgba(30, 254, 161, 0.29) 0%, rgb(137, 195, 171) 100%);
  color: black;
  border: 1px solid transparent;
  text-transform: uppercase;
}
.btn--main:hover, .btn--main:focus, .btn--main:active {
  background: transparent;
  color: #89C3AB;
  border: 1px solid #89C3AB;
}
.btn--main-outline {
  background: transparent;
  color: #89C3AB;
  border: 1px solid #89C3AB;
}
.btn--main-outline:hover, .btn--main-outline:focus, .btn--main-outline:active {
  background: linear-gradient(320deg, rgba(30, 254, 161, 0.29) 0%, rgb(137, 195, 171) 100%);
  color: #FFFFFF;
  border: 1px solid transparent;
}
.btn--white {
  background: white;
  color: black;
  border: 1px solid white;
}
.btn--white:hover, .btn--white:focus, .btn--white:active {
  background: transparent;
  color: white;
  border: 1px solid white;
}
.btn--white-outline {
  background: transparent;
  color: white;
  border: 1px solid white;
}
.btn--white-outline:hover, .btn--white-outline:focus, .btn--white-outline:active {
  background: white;
  color: black;
  border: 1px solid white;
}
.btn--arrow {
  background: transparent;
  color: black;
  padding: 0 20px 0 0;
  position: relative;
  text-transform: uppercase;
}
.btn--arrow::after {
  content: "";
  background: url("../../assets/images/arrow_forward.svg") no-repeat;
  background-position: right;
  background-size: 12px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: 0.3s;
}
.btn--arrow:hover::after, .btn--arrow:focus::after, .btn--arrow:active::after {
  transform: translate(5px, -50%);
}

form {
  position: relative;
}
form label {
  color: #4A4A4A;
  font-weight: 500;
  font-size: 15px !important;
  margin-bottom: 0;
}
form input {
  border: 1px solid #666E5C;
  height: 40px;
  padding: 5px 0;
  color: #89C3AB;
  background: #353843;
  display: block;
  width: 100%;
  margin: 13px 0 30px 0;
  border-radius: 5px;
  padding: 0 10px;
}
form input:focus {
  box-shadow: none;
  border-bottom: 1px solid #89C3AB;
  outline: none;
}
form input::placeholder {
  font-size: 15px;
  color: #353843;
  transition: all 0.3s;
}
form input:focus::placeholder {
  font-size: 12px;
}
form input[type=checkbox] {
  width: 10%;
}
form input[type=radio] {
  height: 15px;
  display: inline;
  width: auto;
}
form textarea {
  border: 1px solid #666E5C;
  padding: 10px;
  color: #89C3AB;
  background: #353843;
  display: block;
  width: 100%;
  margin: 13px 0 10px 0;
  border-radius: 5px;
  height: 100px;
}
form textarea::placeholder {
  color: #353843;
  font-size: 15px;
  transition: all 0.3s;
}
form textarea:focus::placeholder {
  font-size: 14px;
}
form textarea:focus::placeholder {
  font-size: 15px;
}
form input[type=checkbox] {
  opacity: 0;
  position: absolute;
  z-index: -10000;
}
form label.checking {
  display: block;
  position: relative;
  padding-left: 30px;
  font-family: "Archivo", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #4A4A4A;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: left;
  font-weight: 400;
}
form label.checking::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #4A4A4A;
  position: absolute;
  left: 0;
  border-radius: 3px;
  top: 0px;
  opacity: 1;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
form input[type=checkbox]:checked ~ .checking::before {
  width: 10px;
  top: -2px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
form .message_success {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
}
form .message_success p {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 700;
}
form .message_fail {
  display: none;
  color: red;
}

.rank-math-breadcrumb {
  display: none;
}
@media (width > 767px) {
  .rank-math-breadcrumb {
    display: block;
  }
}
.rank-math-breadcrumb p {
  margin: 0;
  padding: 0;
}

.breadcrumbs {
  margin: 20px 0;
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs .separator::after {
  content: none;
}

.breadcrumbs a, .breadcrumbs span {
  color: #747474;
  font-weight: 700;
  font-size: 13px;
}
.breadcrumbs a, .breadcrumbs .separator {
  margin-right: 10px;
}
.breadcrumbs .separator {
  position: relative;
  top: -1px;
}
.breadcrumbs a {
  color: #89C3AB;
}

.single-post .bg_white {
  background: white;
}
.single-post .shadow {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.single-post .mt_low {
  margin-top: -120px;
}
@media (min-width: 992px) {
  .single-post .mt_low {
    margin-top: -300px;
  }
}
.single-post .head {
  height: 200px;
  position: relative;
}
.single-post .head img {
  position: absolute;
  max-width: unset;
  height: 100%;
  width: auto;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 49%;
}
@media (min-width: 768px) {
  .single-post .head {
    height: 330px;
  }
}
@media (min-width: 992px) {
  .single-post .head h1 {
    text-align: left;
    font-size: 50px;
  }
  .single-post .head h1::after {
    margin-left: 0;
    height: 12px;
    width: 220px;
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .single-post .head {
    height: 485px;
  }
  .single-post .head img {
    left: 50%;
  }
}
.single-post #contenu h1 {
  color: #89C3AB;
  margin-bottom: 25px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}
.single-post #contenu .main_img {
  max-height: 447px;
}
.single-post #contenu .paragraphe_intro p {
  font-size: 17px;
  font-weight: 500;
}
.single-post #contenu .sepa {
  display: block;
  width: 60px;
  height: 5px;
  background: #DB1D3D;
  margin: 20px 0;
}
.single-post #contenu .texte_majuscule p {
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
}
.single-post #contenu .texte_gras p {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
}
.single-post #contenu .sous_titre h2 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  color: #89C3AB;
}
.single-post #contenu .picture_sub_title {
  color: #0046AA;
  font-size: 13px;
  line-height: 19px;
  font-style: italic;
}
.single-post #contenu .citation {
  margin: 25px 0;
}
.single-post #contenu .citation .quote {
  display: flex;
  flex-direction: column;
}
.single-post #contenu .citation .quote img:first-of-type {
  margin: 10px auto 0 0;
}
.single-post #contenu .citation .quote p {
  text-align: center;
  font-size: 36px;
  line-height: 41px;
  font-weight: 300;
  color: #89C3AB;
  text-transform: uppercase;
  font-style: italic;
}
.single-post #contenu .citation .quote img:last-of-type {
  margin: 10px 0 0 auto;
}
.single-post #contenu .share {
  margin-top: 40px;
}
.single-post #contenu .share .sepa_rsx {
  content: "";
  width: 145px;
  height: 7px;
  display: block;
  margin: 35px auto 35px 0;
  background: rgb(70, 188, 205);
  background: linear-gradient(90deg, rgb(70, 188, 205) 0%, rgb(70, 188, 205) 33.33%, rgb(236, 100, 100) 33.33%, rgb(228, 103, 111) 66.66%, rgb(185, 120, 172) 66.66%, rgb(180, 122, 179) 100%);
}
.single-post #contenu .share .rsx_actu {
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
}
.single-post #contenu .share .rsx_actu a {
  display: block;
  margin: 25px 20px 25px 0;
}
.single-post #contenu .share .rsx_actu a:first-of-type {
  margin-top: 28px;
}
.single-post #contenu .share .rsx_actu a:last-of-type {
  margin-top: 26px;
  margin-left: 1px;
}
.single-post #contenu iframe {
  max-width: calc(100vw - 30px);
  margin: auto;
  display: block;
}
@media (min-width: 992px) {
  .single-post #contenu h1 {
    font-size: 40px;
    line-height: 54px;
  }
  .single-post #contenu .paragraphe_intro p {
    font-size: 18px;
  }
  .single-post #contenu .citation .quote {
    flex-direction: row;
  }
  .single-post #contenu .citation .quote img:first-of-type {
    margin: 20px 25px auto;
  }
  .single-post #contenu .citation .quote p {
    text-align: left;
    font-size: 36px;
    line-height: 44px;
  }
  .single-post #contenu .citation .quote img:last-of-type {
    margin: auto 0 20px 0;
  }
}

.woocommerce-info {
  border-top-color: #89C3AB !important;
}
.woocommerce-info::before {
  color: #89C3AB !important;
}

.woocommerce-error li {
  font-size: 15px !important;
}

.woocommerce-privacy-policy-text p {
  font-size: 15px !important;
}

.woocommerce-MyAccount-navigation {
  width: 27%;
}
.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 10px;
  padding: 10px;
  background: #E0D8C7;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #89C3AB;
}

.woocommerce div.product div.images img {
  width: auto !important;
  margin: auto;
}

#burger {
  background-color: transparent;
  border: none;
  height: 50px;
  cursor: pointer;
  display: flex;
  transform: scale(0.5);
  padding: 0;
  position: absolute;
  top: 10px;
  right: -5px;
}
#burger.opened {
  z-index: 100000000000;
}
#burger .line {
  fill: none;
  stroke: #E0D8C7;
  stroke-width: 4;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
#burger .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 4;
}
#burger .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 4;
}
#burger .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 4;
}
#burger.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 4;
  stroke: #E0D8C7 !important;
}
#burger.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 4;
  stroke: #E0D8C7 !important;
}
#burger.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 4;
  stroke: #E0D8C7 !important;
}

header#top_menu {
  width: 100vw;
  position: fixed;
  z-index: 1000000000000000;
  height: 73px;
  border-bottom: 1px solid #E0D8C7;
  transition: 0.5s;
}
header#top_menu.open {
  background: black;
}
header#top_menu.open .logoContainer .baseline {
  opacity: 1;
  transition: 0.5s;
}
header#top_menu .barre {
  background: #E0D8C7;
  width: 1px;
  height: 100%;
  display: block;
  top: 0px;
  position: absolute;
  left: 50%;
}
header#top_menu::before {
  content: "";
  background: #E0D8C7;
  width: 1px;
  height: 100%;
  display: block;
  top: 0px;
  position: absolute;
  left: 25px;
}
header#top_menu::after {
  content: "";
  background: #E0D8C7;
  width: 1px;
  height: 100%;
  display: block;
  top: 0px;
  position: absolute;
  right: 25px;
}
header#top_menu.scrolled {
  background: white;
}
header#top_menu.scrolled .logoContainer .logo {
  filter: grayscale(100%) invert(100%);
}
header#top_menu.scrolled .logoContainer .baseline {
  opacity: 1;
  transition: 0.5s;
}
header#top_menu.scrolled #burger .line {
  stroke: #4A4A4A;
}
header#top_menu .logoContainer {
  height: 73px;
  display: block;
  margin: auto auto auto 23px;
  display: flex;
  z-index: 100000000000000;
  position: relative;
  width: 50%;
}
header#top_menu .logoContainer .logo {
  width: 44px;
  height: 44px;
  margin: auto 0 auto 5px;
  transition: filter 0.5s;
}
header#top_menu .logoContainer .baseline {
  margin-left: 15px;
  opacity: 0;
}
header#top_menu nav {
  height: calc(100dvh - 73px);
  width: 100vw;
  background: black;
  position: fixed;
  top: -110vh;
  z-index: 1000000;
  right: 0;
  transition: 1s;
  background-image: url(../images/menuBg.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
}
header#top_menu nav::before {
  content: "";
  background: #E0D8C7;
  width: 1px;
  height: calc(100dvh - 73px);
  display: block;
  top: 0px;
  left: 50%;
  position: absolute;
}
header#top_menu nav.open {
  transition: 0.5s;
  top: 73px;
}
header#top_menu nav img {
  position: absolute;
}
header#top_menu nav ul {
  padding-top: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 25px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 25px;
}
header#top_menu nav ul::before {
  content: "";
  background: #E0D8C7;
  width: 1px;
  height: calc(100dvh - 73px);
  display: block;
  top: -50px;
  position: absolute;
}
header#top_menu nav ul::after {
  content: "";
  background: #E0D8C7;
  width: 1px;
  height: calc(100dvh - 73px);
  display: block;
  top: -50px;
  position: absolute;
  right: 25px;
}
header#top_menu nav ul li {
  margin: 0 0 34px 0;
  padding: 0 0 0 2px;
  list-style: none;
}
header#top_menu nav ul li:nth-child(3)::after {
  content: "";
  background: #E0D8C7;
  width: 100vw;
  height: 1px;
  display: block;
  margin-top: 34px;
  margin-left: -27px;
}
header#top_menu nav ul li a {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4.68px;
  text-transform: uppercase;
  color: white;
}
@media (width >= 992px) {
  header#top_menu {
    transform: translateX(-50%);
    left: 50%;
    height: 96px;
    padding: 0;
    transition: all 0.5s ease-out;
    top: 0;
  }
  header#top_menu::before {
    left: 100px;
  }
  header#top_menu::after {
    right: 100px;
  }
  header#top_menu.scrolled .headerContainer nav ul li a {
    color: #4A4A4A;
  }
  header#top_menu .headerContainer {
    height: 96px;
    display: flex;
    align-items: center;
  }
  header#top_menu .headerContainer .logoContainer {
    width: auto;
    min-width: 150px;
    margin: auto auto auto 0;
  }
  header#top_menu .headerContainer nav {
    width: unset;
    height: unset;
    position: relative;
    top: unset;
    right: unset;
    background: unset;
    width: 100%;
    display: flex;
    flex-direction: row;
    background-image: unset;
  }
  header#top_menu .headerContainer nav::after {
    display: none;
  }
  header#top_menu .headerContainer nav::before {
    display: none;
  }
  header#top_menu .headerContainer nav .logo_dk {
    display: block;
    width: 130px;
  }
  header#top_menu .headerContainer nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  header#top_menu .headerContainer nav ul::before {
    display: none;
  }
  header#top_menu .headerContainer nav ul::after {
    display: none;
  }
  header#top_menu .headerContainer nav ul li {
    list-style-type: none;
    margin: 0;
  }
  header#top_menu .headerContainer nav ul li:nth-child(3)::after {
    display: none;
  }
  header#top_menu .headerContainer nav ul li a {
    font-size: 14px;
    letter-spacing: 3.64px;
  }
}
@media (width >= 1400px) {
  header#top_menu .container-lg {
    max-width: 1320px !important;
  }
}

header {
  position: fixed;
  top: 0;
  width: 100vw;
  background-color: #353843;
  padding: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 9999;
}
header a {
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  font-size: 15px;
  font-weight: 400;
}
header a:hover, header a:focus, header a:active {
  color: #89C3AB;
}
header::before {
  content: "";
  background: linear-gradient(-90deg, rgba(137, 195, 171, 0) 0%, rgb(73, 234, 156) 100%);
  background-position: top left;
  background-size: 200px;
  width: 200px;
  height: 600px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  transform: rotate(15deg) translate(-70%, 0%);
}
header .menu-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
}
header .menu-desktop {
  display: block;
}
header .menu-desktop .logo-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
header .menu-mobile {
  display: none;
}
header .menu-mobile .menu-wrapper {
  position: absolute;
  left: 100%;
  transform: translateX(0%);
  transition: 0.3s;
}

@media (max-width: 991px) {
  header::before {
    content: none;
  }
  header .menu-desktop {
    display: none;
  }
  header .menu-mobile {
    display: block;
  }
  header .menu-mobile.active .menu-wrapper {
    transform: translateX(-100%);
  }
  header .menu-mobile .menu-toggle {
    position: absolute;
    top: 50%;
    right: 32px;
    transform: translateY(-50%);
  }
  header .menu-mobile .logo-wrapper img {
    max-height: 50px;
    width: auto;
  }
  header .menu-mobile .menu-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    background: #353843;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    z-index: 9999999999;
    padding: 40px;
    overflow-y: scroll;
  }
  header .menu-mobile .menu-wrapper::before {
    content: "";
    background: radial-gradient(circle, rgba(30, 254, 161, 0.3) 0%, rgba(137, 195, 171, 0) 60%);
    border-radius: 50%;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -250px);
    z-index: 0;
  }
  header .menu-mobile .menu-wrapper::after {
    content: "";
    background: radial-gradient(circle, rgba(30, 254, 161, 0.3) 0%, rgba(137, 195, 171, 0) 60%);
    border-radius: 50%;
    display: block;
    width: 300px;
    height: 300px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-50%, 33%);
    z-index: 0;
  }
  header .menu-mobile .menu-wrapper .close-menu {
    position: absolute;
    top: 32px;
    right: 32px;
  }
  header .menu-mobile .menu-wrapper .close-menu svg {
    width: 30px;
    height: 30px;
  }
  header .menu-mobile .menu-wrapper .close-menu svg path {
    fill: white;
  }
  header .menu-mobile .menu-wrapper .menu {
    width: 100%;
    margin-top: 40px;
  }
  header .menu-mobile .menu-wrapper .menu > li:not(.logo-wrapper) > a {
    display: block;
    padding: 20px 30px 20px 0;
    border-bottom: 1px solid #747474;
    position: relative;
  }
  header .menu-mobile .menu-wrapper .menu > li:not(.logo-wrapper) > a::after {
    content: "";
    background: url("../../assets/images/arrow_green.svg") no-repeat;
    background-position: center;
    background-size: 15px;
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  header .menu-mobile .menu-wrapper .menu > li:not(.logo-wrapper) > a.btn {
    width: 100%;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 600;
  }
  header .menu-mobile .menu-wrapper .menu > li:not(.logo-wrapper) > a.btn::after {
    content: none;
  }
  header .menu-mobile .menu-wrapper .menu > li:not(.logo-wrapper):nth-last-child(4) a {
    border: none;
  }
  header .menu-mobile .menu-wrapper .menu .social {
    margin: 60px 0;
  }
  header .menu-mobile .menu-wrapper .menu .social ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 0 0 20px;
  }
  header .menu-mobile .menu-wrapper .menu .social ul li a img {
    width: 40px;
    height: 40px;
  }
  header .menu-mobile .menu-wrapper .menu .social span {
    color: white;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
  }
  header .menu-mobile .menu-wrapper .menu .logo-wrapper {
    text-align: center;
  }
}
footer {
  background: #353843;
  padding-top: 30px;
  margin-top: 150px;
  position: relative;
}
footer::before {
  content: "";
  background: radial-gradient(circle, rgba(30, 254, 161, 0.3) 0%, rgba(137, 195, 171, 0) 60%);
  border-radius: 50%;
  display: block;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  z-index: -1;
}
footer .links {
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 50px;
}
footer ul {
  padding: 0;
}
footer ul li {
  list-style: none;
  margin-bottom: 15px;
}
footer a {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
}
footer a:hover, footer a:focus, footer a:active {
  color: #89C3AB;
}
footer .logo {
  position: relative;
  height: 100%;
  text-align: center;
}
footer .logo::before {
  content: "";
  background: url("../../assets/images/egoistes-ensemble-logo_black.png") no-repeat;
  background-size: 750px;
  background-position: center;
  display: block;
  width: 850px;
  height: 450px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 40px);
  z-index: 1;
}
footer .logo::after {
  content: "";
  background: radial-gradient(circle, rgba(30, 254, 161, 0.3) 0%, rgba(137, 195, 171, 0) 60%);
  border-radius: 50%;
  display: block;
  width: 654px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
footer .logo img {
  position: relative;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
footer .email {
  margin: 40px 0 10px;
}
footer .social {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}
footer .social::after {
  content: "";
  background: url("../../assets/images/brush_footer.png") no-repeat;
  background-position: center;
  background-size: 170px;
  width: 169px;
  height: 35px;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: -1;
}
footer .social > span {
  color: white;
  text-transform: uppercase;
}
footer .social ul {
  display: flex;
  flex-direction: row;
  padding-left: 10px;
  margin: 0;
}
footer .social ul li {
  margin-right: 10px;
  margin-bottom: 0;
}
footer .social ul li:last-child {
  margin: 0;
}
footer .bandeau {
  background: rgb(18, 152, 96);
  background: linear-gradient(270deg, rgb(18, 152, 96) 0%, rgb(30, 254, 161) 44%, rgb(18, 152, 96) 100%);
  height: 40px;
  width: 100%;
  position: relative;
  display: block;
}

@media (max-width: 767px) {
  footer > .container::before {
    content: "";
    background: url(../../assets/images/egoistes-ensemble-logo_black.png) no-repeat;
    background-size: 850px 900px;
    background-position: bottom center;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
  }
  footer > .container::after {
    content: "";
    background: radial-gradient(circle, rgba(30, 254, 161, 0.3) 0%, rgba(137, 195, 171, 0) 60%);
    border-radius: 50%;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -250px);
    z-index: 0;
  }
  footer .row > div:first-child {
    order: 2;
  }
  footer .row > div:nth-child(2) {
    order: 1;
  }
  footer .row > div:last-child {
    order: 3;
    margin-bottom: 15px;
  }
  footer a.btn {
    width: 150px;
  }
  footer .logo {
    margin-bottom: 100px;
  }
  footer .logo::before, footer .logo::after {
    content: none;
  }
  footer .links {
    padding-bottom: 0;
  }
  footer .links ul {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    width: 100%;
  }
  footer .links ul li {
    text-align: center;
    margin: 0 0 15px;
  }
  footer .links ul li a.btn {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  footer .links:last-child li:last-child a, footer .links:last-child li:nth-last-child(2) a {
    text-transform: initial;
    font-size: 14px;
    text-decoration: underline;
  }
  footer .social {
    flex-direction: column;
    margin: 40px 0 !important;
  }
  footer .social::after {
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
  }
  footer .social span {
    order: 2;
  }
  footer .social ul {
    order: 1;
    left: 0;
    transform: none;
    padding: 0;
    justify-content: center;
    gap: 0 15px;
  }
  footer .social ul li {
    margin-bottom: 10px;
  }
  footer .social ul li img {
    width: 40px;
    height: 40px;
  }
}
.home main {
  padding-top: 0;
}
.home .introduction {
  background-color: #353843;
  color: white;
  padding-bottom: 200px;
}
.home .introduction .heading--n1 {
  margin-top: 150px;
  position: relative;
  z-index: 999;
}
.home .introduction .typed-cursor {
  display: none;
}
.home .introduction .author {
  position: relative;
  z-index: 999;
  text-transform: uppercase;
}
.home .introduction .buttons {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 99;
}
.home .introduction .btn {
  z-index: 9;
}
.home .introduction .btn--main {
  background: linear-gradient(160deg, rgb(137, 195, 171) 41%, rgb(73, 234, 157) 100%);
}
.home .introduction .btn--main:hover, .home .introduction .btn--main:focus, .home .introduction .btn--main:active {
  background: transparent;
}
.home .introduction .btn--main:hover svg path, .home .introduction .btn--main:focus svg path, .home .introduction .btn--main:active svg path {
  fill: #89C3AB;
}
.home .introduction .btn--main svg {
  margin-right: 10px;
}
.home .introduction .btn--main svg path {
  transition: 0.3s;
}
.home .introduction .thumbnail-wrapper {
  z-index: 9;
}
.home .section-2 {
  background: linear-gradient(180deg, rgba(234, 234, 234, 0) 40%, rgb(234, 234, 234) 100%);
  position: relative;
}
.home .section-2::before {
  content: "";
  background: url("../../assets/images/brush_white.png") no-repeat;
  background-position: center;
  background-size: cover;
  width: 3500px;
  height: 900px;
  display: block;
  position: absolute;
  top: -650px;
  left: 50%;
  transform: translateX(-45%);
}
.home .section-2::after {
  content: "";
  background: url("../../assets/images/radial-gradient.png") no-repeat;
  background-position: center;
  background-size: contain;
  width: 350px;
  height: 350px;
  display: block;
  position: absolute;
  top: -200px;
  right: 0;
  transform: translateX(175px);
}
.home .section-2 .content {
  position: relative;
  z-index: 9;
  padding-top: 25px;
}
.home .section-2 .content .heading {
  max-width: 500px;
  width: 100%;
  line-height: 20px;
  margin-bottom: 100px;
  position: relative;
}
.home .section-2 .content .heading::after {
  background-position: center;
  background-size: contain;
  width: 230px;
  height: 190px;
  right: 0;
  left: unset;
  transform: translate(0, 50%);
}
.home .section-2 .content .heading span {
  display: inline-block;
  font-family: "Archivo", sans-serif;
  font-size: 45px;
  font-weight: 500;
}
.home .section-2 .content .carts {
  margin-bottom: -50px;
}
.home .section-2 .content .carts .cart {
  position: relative;
  padding: 20px;
  background-color: white;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 100%;
}
.home .section-2 .content .carts .cart::before {
  content: "";
  background: linear-gradient(160deg, rgb(137, 195, 171) 41%, rgb(73, 234, 157) 100%);
  transform: scaleX(-1);
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.home .section-2 .content .carts .cart * {
  text-decoration: none;
  color: #4A4A4A;
  text-align: center;
}
.home .section-2 .content .carts .cart:hover::before, .home .section-2 .content .carts .cart:focus::before, .home .section-2 .content .carts .cart:active::before {
  height: 100%;
}
.home .section-2 .content .carts .cart .cart-inner {
  position: relative;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
.home .section-2 .content .carts .cart .title {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
.home .section-2 .content .carts .cart .arrow-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
}
.home .section-2 .content .image-wrapper {
  position: absolute;
  bottom: 0;
  right: calc(50% - 500px);
  transform: translateX(50%);
  width: 400px;
}
.home .section-3 {
  padding: 150px 0;
}
.home .section-3 .swiper-about {
  overflow: hidden;
  position: relative;
  padding-bottom: 100px;
  margin-left: -150px;
}
.home .section-3 .swiper-about .swiper-buttons {
  position: absolute;
  bottom: 50px;
  right: 53px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
.home .section-3 .swiper-about .swiper-button-prev,
.home .section-3 .swiper-about .swiper-button-next {
  position: relative;
  border: 1px solid #89C3AB;
  height: 30px;
  width: 50px;
  background-color: transparent;
  transition: 0.3s;
  left: 0;
  right: 0;
}
.home .section-3 .swiper-about .swiper-button-prev::after,
.home .section-3 .swiper-about .swiper-button-next::after {
  content: "";
  background: url("../../assets/images/arrow_forward.svg") no-repeat;
  background-position: center;
  background-size: 10px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home .section-3 .swiper-about .swiper-button-prev:hover, .home .section-3 .swiper-about .swiper-button-prev:focus, .home .section-3 .swiper-about .swiper-button-prev:active,
.home .section-3 .swiper-about .swiper-button-next:hover,
.home .section-3 .swiper-about .swiper-button-next:focus,
.home .section-3 .swiper-about .swiper-button-next:active {
  background-color: #89C3AB;
}
.home .section-3 .swiper-about .swiper-button-prev:hover::after, .home .section-3 .swiper-about .swiper-button-prev:focus::after, .home .section-3 .swiper-about .swiper-button-prev:active::after,
.home .section-3 .swiper-about .swiper-button-next:hover::after,
.home .section-3 .swiper-about .swiper-button-next:focus::after,
.home .section-3 .swiper-about .swiper-button-next:active::after {
  background: url("../../assets/images/arrow_forward_white.svg") no-repeat;
  background-position: center;
  background-size: 10px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home .section-3 .swiper-about .swiper-button-prev {
  order: 1;
}
.home .section-3 .swiper-about .swiper-button-prev::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.home .section-3 .swiper-about .swiper-button-prev:hover::after, .home .section-3 .swiper-about .swiper-button-prev:focus::after, .home .section-3 .swiper-about .swiper-button-prev:active::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.home .section-3 .swiper-about .swiper-button-next {
  order: 2;
}
.home .section-3 .heading {
  margin-bottom: 40px;
}
.home .section-3 .heading span {
  display: block;
}
.home .section-3 .description {
  padding-left: 70px;
  position: relative;
  max-width: 400px;
  margin-bottom: 40px;
}
.home .section-3 .description::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #89C3AB;
  position: absolute;
  top: 0;
  left: 50px;
}
.home .section-3 .chapeau * {
  font-weight: 700;
  font-size: 28px;
}
.home .section-3 .download {
  margin-bottom: 20px;
}
.home .section-3 .download a {
  text-transform: uppercase;
  color: #4A4A4A;
  font-size: 13px;
}
.home .figures {
  position: relative;
}
.home .figures::before {
  content: "";
  background: url("../../assets/images/brush_grey.png") no-repeat;
  background-size: 800px;
  background-position: top;
  display: block;
  width: 800px;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-33%);
  z-index: -1;
}
.home .figures .figures-inner {
  background: linear-gradient(160deg, rgb(137, 195, 171) 41%, rgb(73, 234, 157) 100%);
  position: relative;
  border-radius: 10px;
  padding-bottom: 40px;
}
.home .figures .figures-inner::before {
  content: "";
  background: #89C3AB;
  width: 500px;
  height: 100%;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -35%);
  z-index: -1;
}
.home .figures .heading {
  text-align: center;
  width: max-content;
  position: relative;
  left: 50%;
  transform: translate(-50%, -25%);
  padding: 0 100px;
  margin-bottom: 50px;
}
.home .figures .figure {
  color: white;
  text-align: center;
  font-size: 50px;
  font-weight: 600;
}
.home .figures .figure .unit {
  font-size: 22px;
  font-weight: 400;
  margin-top: 10px;
}
.home .objectives {
  position: relative;
  padding-top: 100px;
  margin-bottom: 100px;
}
.home .objectives .image-background {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -125px);
  width: 100%;
  height: 500px;
  z-index: -1;
}
.home .objectives .image-background::before {
  content: "";
  background: rgb(53, 56, 67);
  background: linear-gradient(270deg, rgb(53, 56, 67) 69%, rgba(53, 56, 67, 0.4) 100%);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home .objectives .image-background::after {
  content: "";
  background: rgb(53, 56, 67);
  background: radial-gradient(circle, rgba(30, 254, 161, 0.3) 0%, rgba(137, 195, 171, 0) 60%);
  border-radius: 50%;
  display: block;
  width: 354px;
  height: 300px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, -25%);
}
.home .objectives .image-background img {
  height: 100%;
  object-fit: cover;
}
.home .objectives .heading {
  z-index: 1;
  text-align: center;
}
.home .objectives .heading span {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.home .objectives .items::before {
  content: "";
  background: url("../../assets/images/smile.png") no-repeat;
  background-size: 100%;
  display: block;
  width: 742px;
  height: 365px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(calc(50% - 100px), 125px);
}
.home .objectives .items .swiper-objectives {
  padding: 0 12px;
}
.home .objectives .items .swiper-objectives .swiper-slide .item {
  height: 99%;
}
.home .objectives .items .swiper-objectives .swiper-buttons {
  position: absolute;
  bottom: 50px;
  right: 53px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
.home .objectives .items .swiper-objectives .swiper-button-prev,
.home .objectives .items .swiper-objectives .swiper-button-next {
  position: relative;
  border: 1px solid #353843;
  height: 30px;
  width: 50px;
  background-color: transparent;
  transition: 0.3s;
  left: 0;
  right: 0;
}
.home .objectives .items .swiper-objectives .swiper-button-prev::after,
.home .objectives .items .swiper-objectives .swiper-button-next::after {
  content: "";
  background: url("../../assets/images/arrow_forward_black.svg") no-repeat;
  background-position: center;
  background-size: 10px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home .objectives .items .swiper-objectives .swiper-button-prev:hover, .home .objectives .items .swiper-objectives .swiper-button-prev:focus, .home .objectives .items .swiper-objectives .swiper-button-prev:active,
.home .objectives .items .swiper-objectives .swiper-button-next:hover,
.home .objectives .items .swiper-objectives .swiper-button-next:focus,
.home .objectives .items .swiper-objectives .swiper-button-next:active {
  background-color: #353843;
}
.home .objectives .items .swiper-objectives .swiper-button-prev:hover::after, .home .objectives .items .swiper-objectives .swiper-button-prev:focus::after, .home .objectives .items .swiper-objectives .swiper-button-prev:active::after,
.home .objectives .items .swiper-objectives .swiper-button-next:hover::after,
.home .objectives .items .swiper-objectives .swiper-button-next:focus::after,
.home .objectives .items .swiper-objectives .swiper-button-next:active::after {
  background: url("../../assets/images/arrow_forward_white.svg") no-repeat;
  background-position: center;
  background-size: 10px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home .objectives .items .swiper-objectives .swiper-button-prev {
  order: 1;
}
.home .objectives .items .swiper-objectives .swiper-button-prev::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.home .objectives .items .swiper-objectives .swiper-button-prev:hover::after, .home .objectives .items .swiper-objectives .swiper-button-prev:focus::after, .home .objectives .items .swiper-objectives .swiper-button-prev:active::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.home .objectives .items .swiper-objectives .swiper-button-next {
  order: 2;
}
.home .objectives .btn--main {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 40px 0;
}
.home .challenges {
  margin-bottom: 100px;
}
.home .challenges .heading {
  text-align: center;
  margin-bottom: 40px;
}
.home .challenges .heading::after {
  content: "";
  background: #353843;
  background: radial-gradient(circle, rgba(30, 254, 161, 0.3) 0%, rgba(137, 195, 171, 0) 60%);
  border-radius: 50%;
  display: block;
  width: 354px;
  height: 300px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-50%, 50%);
}
.home .challenges .acf-map {
  height: 500px;
}
.home .challenges .acf-map .gm-style-iw {
  padding-left: 0;
}
.home .challenges .acf-map .gm-style-iw-chr {
  position: absolute;
  top: 0;
  right: 0;
}
.home .challenges .acf-map .gm-style-iw-d {
  padding-bottom: 0;
  padding-right: 45px;
  overflow: auto !important;
}
.home .challenges .acf-map .plan__map__popin {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.home .challenges .acf-map .plan__map__popin .plan__map__img {
  width: 166px;
  height: 195px;
}
.home .challenges .acf-map .plan__map__popin .plan__map__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .challenges .acf-map .plan__map__popin .plan__map__content {
  padding-left: 25px;
  max-width: 300px;
}
.home .challenges .acf-map .plan__map__popin .plan__map__content .date {
  text-transform: uppercase;
  color: #89C3AB;
  margin-bottom: 10px;
  font-size: 15px;
}
.home .challenges .acf-map .plan__map__popin .plan__map__content .plan__map__btn {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.home .sponsors {
  margin-bottom: 40px;
}
.home .sponsors .heading {
  text-align: center;
  margin-bottom: 75px;
}
.home .sponsors .items--sponsors {
  position: relative;
}
.home .sponsors .items--sponsors::before {
  content: "";
  background: linear-gradient(180deg, rgba(234, 234, 234, 0) 40%, rgb(234, 234, 234) 100%);
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.home .sponsors .items--sponsors .swiper-slide:nth-child(even) {
  margin-top: 40px;
}
.home .sponsors .item .video-trigger {
  cursor: auto;
}
.home .sponsors .item.video_available:hover .video-trigger--with-icon::before, .home .sponsors .item.video_available:hover .video-trigger--with-icon::after, .home .sponsors .item.video_available:focus .video-trigger--with-icon::before, .home .sponsors .item.video_available:focus .video-trigger--with-icon::after, .home .sponsors .item.video_available:active .video-trigger--with-icon::before, .home .sponsors .item.video_available:active .video-trigger--with-icon::after {
  transform: translate(-50%, calc(-50% - 25px)) scale(1);
}
.home .sponsors .item.video_available:hover .thumbnail::before, .home .sponsors .item.video_available:focus .thumbnail::before, .home .sponsors .item.video_available:active .thumbnail::before {
  height: 100%;
}
.home .sponsors .item.video_available .video-trigger {
  cursor: pointer;
}
.home .sponsors .video-trigger--with-icon::before, .home .sponsors .video-trigger--with-icon::after {
  transform: translate(-50%, calc(-50% - 25px)) scale(0);
}
.home .sponsors .infos .thumbnail::before {
  content: "";
  background: linear-gradient(0deg, rgba(30, 254, 161, 0.29) 0%, rgb(137, 195, 171) 100%);
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.home .sponsors .infos .text {
  position: absolute;
  bottom: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  padding: 10px;
  color: white;
}
.home .sponsors .infos .text * {
  margin: 0;
}
.home .sponsors .infos .text .name {
  font-weight: 500;
}
.home .sponsors .infos .text .job {
  font-size: 15px;
}
.home .sponsors .btn--arrow {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 60px 0;
}
.home .partners .heading {
  text-align: center;
  margin-bottom: 100px;
}
.home .partners .items--partners {
  position: relative;
}
.home .partners .items--partners::before {
  content: "";
  background: url("../../assets/images/smile.png") no-repeat;
  background-size: 100%;
  display: block;
  width: 742px;
  height: 365px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, 50px);
  z-index: 1;
}
.home .partners .items--partners::after {
  content: "";
  background: #353843;
  background: radial-gradient(circle, rgba(30, 254, 161, 0.3) 0%, rgba(137, 195, 171, 0) 60%);
  border-radius: 50%;
  display: block;
  width: 354px;
  height: 300px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, -25%);
  z-index: 0;
}
.home .partners .items--partners .item {
  position: relative;
  background-color: white;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 200px;
  padding: 20px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}
.home .partners .items--partners .item:hover .title-wrapper, .home .partners .items--partners .item:focus .title-wrapper, .home .partners .items--partners .item:active .title-wrapper {
  opacity: 1;
}
.home .partners .items--partners .item .logo {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.home .partners .items--partners .item .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home .partners .items--partners .item .title-wrapper {
  opacity: 0;
  background: linear-gradient(0deg, rgba(30, 254, 161, 0.29) 0%, rgb(137, 195, 171) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.home .partners .items--partners .item .title-wrapper .title {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
}
.home .partners .btn--arrow {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 60px 0;
}
.home .news {
  position: relative;
  padding-top: 25px;
}
.home .news::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(234, 234, 234, 0) 40%, rgb(234, 234, 234) 100%);
  transform: rotate(180deg);
}
.home .news .heading {
  z-index: 1;
  text-align: center;
}
.home .news .items {
  margin-top: 50px;
}
.home .news .btn--main {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 40px 0;
}

@media (min-width: 991px) {
  .home .sponsors .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home .sponsors .swiper-wrapper .swiper-slide {
    width: 23% !important;
    height: 235px;
    margin-bottom: 20px;
    margin-right: 0px !important;
  }
  .home .partners .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    transform: translateX(0) !important;
    gap: 50px 0;
  }
  .home .partners .swiper-wrapper .swiper-slide {
    width: 23% !important;
  }
}
@media (max-width: 991px) {
  .home .introduction .heading--n1 {
    margin-top: 100px;
  }
  .home .objectives .items .item .thumbnail img {
    width: 100%;
    object-fit: cover;
  }
  .home .objectives .items .swiper-objectives .swiper-buttons {
    bottom: 100px;
    right: 50%;
    transform: translateX(50%);
  }
  .home .objectives .btn--main {
    margin: 80px 0 40px;
  }
  .home .sponsors .swiper-wrapper .swiper-slide:nth-child(even) {
    margin-top: 0;
  }
  .home .sponsors .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
  .home .partners .heading {
    margin-bottom: 50px;
  }
  .home .partners .items--partners::before {
    content: none;
  }
}
@media (max-width: 767px) {
  .home .introduction {
    padding-bottom: 75px;
  }
  .home .introduction .heading--n1 {
    text-align: center;
    margin: 50px 0 20px;
  }
  .home .introduction .typed-cursor {
    display: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .home .introduction .author {
    text-align: center;
    margin-bottom: 30px;
  }
  .home .introduction .buttons {
    margin: 30px 0;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
  .home .introduction .buttons > * {
    width: 140px;
  }
  .home .section-2 {
    margin-bottom: 300px;
  }
  .home .section-2::after {
    width: 500px;
    height: 500px;
    top: -400px;
  }
  .home .section-2 .content .heading {
    padding: 0 10px;
  }
  .home .section-2 .content .cart img {
    max-width: 75px;
  }
  .home .section-2 .content .carts {
    margin-bottom: -400px;
  }
  .home .section-2 .content .carts div[class^=col-]:last-child > .cart .cart-inner img {
    display: none;
  }
  .home .section-3 .row > div:first-child {
    order: 2;
  }
  .home .section-3 .row > div:last-child {
    order: 1;
  }
  .home .section-3 .description {
    padding-left: 20px;
    max-width: 100%;
  }
  .home .section-3 .description::before {
    left: 0;
  }
  .home .section-3 .description .chapeau > * {
    margin-bottom: 10px;
  }
  .home .section-3 .description .chapeau * {
    font-weight: 600;
    line-height: 30px;
  }
  .home .section-3 .description p {
    margin-bottom: 0;
  }
  .home .section-3 .swiper-about {
    margin-top: 30px;
    margin-left: 0;
  }
  .home .section-3 .swiper-about .swiper-buttons {
    right: 50%;
    transform: translateX(50%);
  }
  .home .figures > .container {
    padding: 0;
  }
  .home .figures .figures-inner {
    border-radius: 0;
  }
  .home .figures .figures-inner::before {
    transform: translate(-50%, -10%);
    width: 600px;
  }
  .home .figures .figures-inner .heading {
    width: 100%;
    padding: 0;
    transform: translate(-50%, 0%);
  }
  .home .figures .figures-inner .heading::after {
    background-size: 100%;
    width: 100%;
    max-width: 350px;
  }
  .home .figures .figures-inner .figure {
    margin-bottom: 40px;
  }
  .home .objectives {
    margin-bottom: 25px;
  }
  .home .objectives .heading::after {
    background-size: 100%;
  }
  .home .objectives .items::before {
    background: url("../../assets/images/brush_white.png") no-repeat;
    width: 120%;
    background-size: cover;
    transform: translate(50%, 150px) rotate(-8deg);
    right: 50%;
  }
  .home .challenges .heading::after {
    transform: translate(200px, 100px);
  }
  .home .news .item .thumbnail img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .home .sponsors .heading::after {
    background-size: 100%;
  }
  .home .partners .heading::after {
    background-size: 100%;
  }
}
html {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  word-wrap: break-word;
}

.container {
  max-width: 1146px;
  padding: 0 32px;
}

main {
  margin-top: 122px;
  padding-top: 50px;
}

.video-trigger {
  position: relative;
  cursor: pointer;
}
.video-trigger--with-icon::before, .video-trigger--with-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.video-trigger--with-icon::before {
  width: 53px;
  height: 59px;
  background: url("../../assets/images/resume_icon.svg") no-repeat;
  z-index: 9;
}
.video-trigger--with-icon::after {
  width: 128px;
  height: 110px;
  background: linear-gradient(320deg, rgba(30, 254, 161, 0.29) 0%, rgb(137, 195, 171) 100%);
  border: 2px solid white;
}
.video-trigger--with-icon:hover::before, .video-trigger--with-icon:hover::after, .video-trigger--with-icon:focus::before, .video-trigger--with-icon:focus::after, .video-trigger--with-icon:active::before, .video-trigger--with-icon:active::after {
  transform: translate(-50%, -50%) scale(1.05);
}

.video-wrapper {
  display: none;
}

.modal-wrapper {
  position: fixed;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.3s;
}
.modal-wrapper.active {
  display: block;
  transform: translate(-50%, -50%) scale(1);
  z-index: 9999999999;
  width: 100vw;
  height: 100vh;
  max-width: 954px;
  height: 540px;
}
.modal-wrapper .video-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.modal-wrapper .video-wrapper video {
  width: auto;
  height: 99%;
  object-fit: contain;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.modal-wrapper .video-wrapper iframe {
  width: 100%;
  height: 99%;
}
.modal-wrapper .synbird-widget {
  display: block;
  width: 100%;
  height: 100%;
}
.modal-wrapper .synbird-widget > * {
  width: 100%;
  height: calc(100% - 3px);
}
.modal-wrapper .modal {
  display: block;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999999;
}
.overlay.active {
  display: block;
}
.overlay.active:hover, .overlay.active:focus, .overlay.active:active {
  cursor: pointer;
}

.skewed {
  mask-image: url("../../assets/images/parallelogram.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: center;
}

#filter_tax {
  margin: 50px 0 -50px;
}
#filter_tax a {
  margin: 0 10px;
  text-decoration: none;
  color: #4A4A4A;
  padding: 7px 14px;
  border: 1px solid #353843;
}
#filter_tax a:hover, #filter_tax a:focus, #filter_tax a:active, #filter_tax a.active {
  border-color: #89C3AB;
  color: #89C3AB;
}

.items, #list, .yarpp {
  margin-top: 100px;
}
.items a, #list a, .yarpp a {
  text-decoration: none;
}
.items a:hover .item, .items a:focus .item, .items a:active .item, #list a:hover .item, #list a:focus .item, #list a:active .item, .yarpp a:hover .item, .yarpp a:focus .item, .yarpp a:active .item {
  box-shadow: 0px 4px 4px 3px rgba(0, 0, 0, 0.25);
  transform: translateY(-10px);
}
.items a:hover .btn--arrow::after, .items a:focus .btn--arrow::after, .items a:active .btn--arrow::after, #list a:hover .btn--arrow::after, #list a:focus .btn--arrow::after, #list a:active .btn--arrow::after, .yarpp a:hover .btn--arrow::after, .yarpp a:focus .btn--arrow::after, .yarpp a:active .btn--arrow::after {
  transform: translate(5px, -50%);
}
.items .item, #list .item, .yarpp .item {
  background-color: white;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  height: 100%;
  transition: 0.3s;
  display: block;
}
.items .item .thumbnail, .items .item .img, #list .item .thumbnail, #list .item .img, .yarpp .item .thumbnail, .yarpp .item .img {
  height: 240px;
}
.items .item .bottom-wrapper, .items .item .new_info, #list .item .bottom-wrapper, #list .item .new_info, .yarpp .item .bottom-wrapper, .yarpp .item .new_info {
  padding: 30px 20px;
}
.items .item .bottom-wrapper *, .items .item .new_info *, #list .item .bottom-wrapper *, #list .item .new_info *, .yarpp .item .bottom-wrapper *, .yarpp .item .new_info * {
  color: #4A4A4A;
}
.items .item .bottom-wrapper .title, .items .item .new_info .title, #list .item .bottom-wrapper .title, #list .item .new_info .title, .yarpp .item .bottom-wrapper .title, .yarpp .item .new_info .title {
  margin-bottom: 20px;
}
.items .item .bottom-wrapper .text, .items .item .bottom-wrapper .small-description, .items .item .new_info .text, .items .item .new_info .small-description, #list .item .bottom-wrapper .text, #list .item .bottom-wrapper .small-description, #list .item .new_info .text, #list .item .new_info .small-description, .yarpp .item .bottom-wrapper .text, .yarpp .item .bottom-wrapper .small-description, .yarpp .item .new_info .text, .yarpp .item .new_info .small-description {
  font-weight: 300;
  margin-bottom: 20px;
  height: 70px;
}
.items .item .bottom-wrapper .btn, .items .item .new_info .btn, #list .item .bottom-wrapper .btn, #list .item .new_info .btn, .yarpp .item .bottom-wrapper .btn, .yarpp .item .new_info .btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
}

#loader {
  display: none;
}

.separator::after {
  content: "";
  background: linear-gradient(0deg, rgba(30, 254, 161, 0.29) 0%, rgb(137, 195, 171) 100%);
  width: 85px;
  height: 3px;
  display: block;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 20px 0;
}

.display-desktop {
  display: block !important;
}
.display-desktop_flex {
  display: flex !important;
}

.display-mobile {
  display: none !important;
}
.display-mobile_flex {
  display: none !important;
}

@media (max-width: 991px) {
  main {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .display-desktop {
    display: none !important;
  }
  .display-desktop_flex {
    display: none !important;
  }
  .display-mobile {
    display: block !important;
  }
  .display-mobile_flex {
    display: flex !important;
  }
}

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