@import "../../node_modules/aos/dist/aos.css";
@import "../../node_modules/quill/dist/quill.core.css";
@import "../../node_modules/quill/dist/quill.snow.css";
@import "../../node_modules/quill/dist/quill.bubble.css";
body #copyright-lezards {
  padding: 15px;
  font-size: 11px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bleu);
}
body #copyright-lezards p {
  margin: 0 !important;
  padding: 0 !important;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
body #copyright-lezards p a.texte {
  font-size: 1.1em;
  font-weight: bold;
  display: block;
  letter-spacing: -0.2px;
  transition: all 0.3s ease;
  margin-left: 5px;
}
body #copyright-lezards p a.texte:hover {
  transform: translateY(2px);
}

@keyframes bloom {
  0% {
    width: 0px;
    height: 0px;
    opacity: 0.8;
  }
  100% {
    width: 300px;
    height: 300px;
    opacity: 0.1;
  }
}
body header#header {
  position: sticky;
  top: 0px;
  z-index: 999;
  background: var(--bleu);
  color: var(--gris);
  font-size: 14px;
  line-height: 1.1;
  font-weight: 500;
  padding: 0 15px;
}
body header#header .top .container {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0;
  height: 75px;
  z-index: 999;
}
body header#header .top .container .left {
  height: 45px;
  padding: 0 15px;
}
body header#header .top .container .left nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  height: 45px;
}
body header#header .top .container .left nav ul li a {
  padding: 5px 15px;
  transition: all 0.3s ease;
  display: block;
}
body header#header .top .container .left nav ul li:hover a {
  color: var(--or);
  transform: translateY(2px);
}
body header#header .top .container .left nav ul li.current-menu-item a {
  color: var(--or);
}
body header#header .top .container .right {
  height: 45px;
  padding: 0 15px;
}
body header#header .top .container .right nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  height: 45px;
}
body header#header .top .container .right nav ul li a {
  padding: 5px 15px;
  transition: all 0.3s ease;
  display: block;
}
body header#header .top .container .right nav ul li:hover a {
  color: var(--or);
  transform: translateY(2px);
}
body header#header .top .container .right nav ul li.current-menu-item a {
  color: var(--or);
}
body header#header .top .container .right nav ul li.icone {
  font-size: 16px;
}
body header#header .top .container .right nav ul li.basket {
  position: relative;
}
body header#header .top .container .right nav ul li.basket #carttotal {
  position: absolute;
  right: 5px;
  width: 17px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--or);
  color: var(--bleu);
  font-size: 11px;
  font-weight: bold;
  line-height: 11px;
  top: 0;
  border-radius: 50%;
}
body header#header .top .container .right nav ul li.basket #carttotal:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0px;
  height: 0px;
  border-radius: 50%;
  background: var(--or);
}
body header#header .top .container .right nav ul li.basket #carttotal.animated:before {
  animation: bloom 0.7s ease backwards;
}
body header#header .top .container .barre {
  position: absolute;
  top: 100%;
  transform: translateY(-50%);
  height: 60px;
  z-index: 999;
  background: white;
  border-radius: var(--radius);
  padding: 10px 30px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--bleu);
}
body header#header .top .container .barre .logo {
  flex: 0 0 auto;
  font-family: "Didoni", sans-serif;
  -webkit-font-smoothing: auto;
  color: var(--bleu);
  font-size: 40px;
  font-weight: normal;
  line-height: 40px;
  letter-spacing: -1.3px;
}
body header#header .top .container .barre .logo a {
  display: flex;
  align-items: flex-end;
  transform: translateY(5px);
}
body header#header .top .container .barre .logo a span {
  width: 8px;
  height: 8px;
  background: var(--bleu);
  border-radius: 50%;
  display: block;
  transform: translate(2px, -12px);
}
body header#header .top .container .barre .logo img {
  height: 35px;
  width: auto;
  transform: translateY(3px);
}
body header#header .top .container .barre nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
body header#header .top .container .barre nav ul li a {
  display: block;
  font-size: 16px;
  line-height: 16px;
  transition: all 0.3s ease;
  padding: 5px 20px;
}
body header#header .top .container .barre nav ul li:hover a {
  transform: translateY(2px);
  color: rgba(1, 43, 58, 0.6) !important;
}
body header#header .top .container .barre nav ul li.current-menu-item, body header#header .top .container .barre nav ul li.current-page-ancestor {
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  body header#header {
    display: none;
  }
}
body #mobile-header {
  display: none;
}
@media screen and (max-width: 980px) {
  body #mobile-header {
    display: block;
  }
}
body #mobile-header .barre {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: white;
  height: 60px;
  padding: 0;
  border-radius: 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 9998;
}
body #mobile-header .barre .logo {
  flex: 0 0 auto;
  font-family: "Didoni", sans-serif;
  -webkit-font-smoothing: auto;
  color: var(--bleu);
  font-size: 34px;
  font-weight: normal;
  line-height: 34px;
  letter-spacing: -1.3px;
  padding: 0 0 0 15px;
  display: flex;
  align-items: center;
}
body #mobile-header .barre .logo a {
  display: flex;
  align-items: flex-end;
  transform: translateY(5px);
}
body #mobile-header .barre .logo a span {
  width: 8px;
  height: 8px;
  background: var(--bleu);
  border-radius: 50%;
  display: block;
  transform: translate(2px, -12px);
}
body #mobile-header .barre .zone-droite {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}
body #mobile-header .barre .zone-droite .account {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
body #mobile-header .barre .zone-droite .basket {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px 0 10px;
  position: relative;
}
body #mobile-header .barre .zone-droite .basket #carttotalmobile {
  position: absolute;
  right: 7px;
  width: 17px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--or);
  color: var(--bleu);
  font-size: 11px;
  font-weight: bold;
  line-height: 11px;
  top: 7px;
  border-radius: 50%;
}
body #mobile-header .barre .zone-droite .basket #carttotalmobile:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0px;
  height: 0px;
  border-radius: 50%;
  background: var(--or);
}
body #mobile-header .barre .zone-droite .basket #carttotalmobile.animated:before {
  animation: bloom 0.7s ease backwards;
}
body #mobile-header .barre .zone-droite .dots {
  width: 60px;
  height: 60px;
  border-left: solid 1px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
body #mobile-header .barre .zone-droite .dots .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  transition: all 0.1s ease;
  width: 24px;
  height: 16px;
}
body #mobile-header .barre .zone-droite .dots .wrapper .dot {
  width: 4px;
  height: 4px;
  transition: all 0.1s ease;
  border-radius: 4px;
  background: var(--bleu);
  align-self: center;
  justify-self: center;
}
body #mobile-header #nav-mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 60px 30px 30px;
  z-index: 8888;
  background: var(--bleu);
  color: white;
  font-size: 15px;
}
body #mobile-header #nav-mobile svg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  transform: translate(-20%, -20%);
}
body #mobile-header #nav-mobile nav, body #mobile-header #nav-mobile li {
  position: relative;
  z-index: 1;
  list-style: none;
}
body #mobile-header #nav-mobile li.oneyear {
  font-weight: 500;
  color: var(--or);
  padding: 10px 0;
}
body #mobile-header #nav-mobile li.open-search {
  font-size: 20px;
  margin-top: 20px;
}
body #mobile-header #nav-mobile #mobile_main {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
body #mobile-header #nav-mobile #mobile_main li a {
  font-size: 30px;
  font-weight: 500;
  padding: 20px 0;
  display: block;
}
body #mobile-header #nav-mobile #mobile_main li.current-menu-item, body #mobile-header #nav-mobile #mobile_main li.current-page-ancestor {
  color: var(--or);
}
body #mobile-header #nav-mobile #mobile_gauche {
  list-style: none;
  margin: 0;
  padding: 0;
}
body #mobile-header #nav-mobile #mobile_gauche li a {
  padding: 10px 0;
  display: block;
}
body #mobile-header #nav-mobile #mobile_gauche li.current-menu-item, body #mobile-header #nav-mobile #mobile_gauche li.current-page-ancestor {
  color: var(--or);
}
body #mobile-header.open .barre {
  box-shadow: none;
  background: transparent;
}
body #mobile-header.open .barre .logo {
  visibility: hidden;
}
body #mobile-header.open .barre .zone-droite .account, body #mobile-header.open .barre .zone-droite .basket {
  display: none;
}
body #mobile-header.open .barre .zone-droite .dots {
  background: white;
}
body #mobile-header.open .barre .zone-droite .dots .wrapper {
  grid-template-areas: "a b c" "d e f" "g h i";
  width: 18px;
  height: 16px;
}
body #mobile-header.open .barre .zone-droite .dots .wrapper .dot:nth-child(1) {
  grid-area: a;
}
body #mobile-header.open .barre .zone-droite .dots .wrapper .dot:nth-child(2) {
  grid-area: c;
}
body #mobile-header.open .barre .zone-droite .dots .wrapper .dot:nth-child(3) {
  grid-area: e;
}
body #mobile-header.open .barre .zone-droite .dots .wrapper .dot:nth-child(4) {
  grid-area: g;
}
body #mobile-header.open .barre .zone-droite .dots .wrapper .dot:nth-child(5) {
  grid-area: i;
}
body #mobile-header.open .barre .zone-droite .dots .wrapper .dot:nth-child(6) {
  display: none;
}
body #mobile-header.open #nav-mobile {
  display: block;
  animation: appearFromTop 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) backwards;
}
body .zone-bouton {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body .zone-bouton .ngo_button {
  font-size: 15px;
  border-radius: 60px;
  height: 60px;
  padding: 5px 5px 5px 30px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
body .zone-bouton .ngo_button .label {
  flex: 1;
  margin-right: 30px;
  position: relative;
  display: block;
  flex-direction: column;
  height: 50px;
  transition: all 0.3s ease;
}
body .zone-bouton .ngo_button .label span {
  height: 50px;
  display: flex;
  align-items: center;
  text-align: left;
}
body .zone-bouton .ngo_button .icone {
  height: 50px;
  width: 50px;
  flex: 0 0 auto;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
body .zone-bouton .ngo_button .icone i,
body .zone-bouton .ngo_button .icone svg {
  position: absolute;
  font-size: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50px, calc(-50% + 2px));
  transition: all 0.2s ease;
}
body .zone-bouton .ngo_button .icone:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  background: var(--bleu);
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
body .zone-bouton .ngo_button:hover .label {
  transform: translateY(-100%);
}
body .zone-bouton .ngo_button:hover .icone i,
body .zone-bouton .ngo_button:hover .icone svg {
  transform: translate(-50%, calc(-50% + 2px));
  transition-delay: 0.1s;
}
body .zone-bouton .ngo_button:hover .icone:before {
  width: 50px;
  height: 50px;
}
body .zone-bouton.right {
  align-items: flex-end;
}
body .zone-bouton.center {
  align-items: center;
}
body .zone-bouton.invert .ngo_button {
  flex-direction: row-reverse;
  padding: 5px 30px 5px 5px;
}
body .zone-bouton.invert .ngo_button .label {
  margin-left: 30px;
  margin-right: 0px;
}
body .likes_buttons {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  body .likes_buttons {
    flex-direction: column;
  }
}
body .likes_buttons .ungive_a_like,
body .likes_buttons .give_a_like,
body .likes_buttons .give_a_like_disconnect {
  height: 54px;
  border-radius: 30px;
  background: var(--or);
  color: var(--bleu);
  font-size: 14px;
  line-height: 14px;
  padding: 0 30px;
  border-radius: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-align: center;
}
body .likes_buttons .ungive_a_like i,
body .likes_buttons .ungive_a_like svg,
body .likes_buttons .give_a_like i,
body .likes_buttons .give_a_like svg,
body .likes_buttons .give_a_like_disconnect i,
body .likes_buttons .give_a_like_disconnect svg {
  font-size: 20px;
  margin-right: 10px;
}
body .likes_buttons .ungive_a_like:hover,
body .likes_buttons .give_a_like:hover,
body .likes_buttons .give_a_like_disconnect:hover {
  transform: translateY(3px);
  background: var(--bleu);
  color: white;
}
body .likes_buttons .ungive_a_follow,
body .likes_buttons .give_a_follow, body .likes_buttons .give_a_follow_disconnect {
  height: 54px;
  border-radius: 30px;
  background: var(--gris);
  color: var(--bleu);
  font-size: 14px;
  line-height: 14px;
  padding: 0 30px;
  border-radius: 54px;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
  transition: all 0.3s ease;
}
body .likes_buttons .ungive_a_follow i,
body .likes_buttons .ungive_a_follow svg,
body .likes_buttons .give_a_follow i,
body .likes_buttons .give_a_follow svg, body .likes_buttons .give_a_follow_disconnect i,
body .likes_buttons .give_a_follow_disconnect svg {
  font-size: 20px;
  margin-right: 10px;
}
body .likes_buttons .ungive_a_follow:hover,
body .likes_buttons .give_a_follow:hover, body .likes_buttons .give_a_follow_disconnect:hover {
  transform: translateY(3px);
  background: var(--bleu);
  color: white;
}

body .eligibility-pass {
  max-width: 260px;
  border-radius: 5px;
  padding: 30px;
  margin: 0 auto;
}
body .eligibility-pass .datas {
  padding-left: 30px;
  margin: 20px 0 50px;
}
body .eligibility-pass .datas .group {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

body .temoignages {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  body .temoignages {
    padding: 30px 0;
  }
}
body .temoignages .bulle {
  width: 33vw;
  aspect-ratio: 1/1;
  background: linear-gradient(to bottom, #012b3a, rgba(1, 43, 58, 0));
  border-radius: 50%;
  transform: rotateZ(-40deg);
  position: absolute;
  left: 0;
  top: 0;
}
body .temoignages .glide__track {
  max-width: 1050px;
  margin: 0 auto;
}
body .temoignages .glide__bullets {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
}
body .temoignages .glide__bullets button {
  height: 4px;
  outline: none;
  border: none;
  background: var(--bleu);
  padding: 0;
  margin: 0;
  width: 50px;
  border-radius: 0;
  display: block;
  opacity: 0.4;
}
body .temoignages .glide__bullets button.glide__bullet--active {
  opacity: 1;
}
body .temoignages .temoignage {
  display: flex;
  align-items: stretch;
  background: var(--bleu);
  color: white;
  position: relative;
  max-width: 1050px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  body .temoignages .temoignage {
    flex-direction: column;
  }
}
body .temoignages .temoignage:before {
  content: "";
  width: 150px;
  height: 120px;
  background-image: url("../../assets/img/quote.png");
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 10px;
  left: 10px;
  background-repeat: no-repeat;
  z-index: 0;
}
body .temoignages .temoignage:after {
  content: "";
  width: 150px;
  height: 120px;
  background-image: url("../../assets/img/quote.png");
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-repeat: no-repeat;
  z-index: 0;
  transform-origin: center;
  transform: rotateZ(180deg);
}
body .temoignages .temoignage .photo {
  position: relative;
  padding: 60px;
  flex: 1;
  opacity: 0;
  transform: translateX(-30%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  body .temoignages .temoignage .photo {
    padding: 30px 60px;
    transform: translateY(20px);
  }
}
body .temoignages .temoignage .photo img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
}
body .temoignages .temoignage .infos {
  flex: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  body .temoignages .temoignage .infos {
    padding: 30px;
  }
}
body .temoignages .temoignage .infos .logo {
  height: 47px;
  width: auto;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(-30%);
  transition: all 0.3s ease;
  transition-delay: 0.1s;
}
body .temoignages .temoignage .infos .middle {
  margin-bottom: 30px;
  opacity: 0;
  transform: translateX(30%);
  transition: all 0.3s ease;
  transition-delay: 0.2s;
}
body .temoignages .temoignage .infos .bottom {
  opacity: 0;
  transform: translateY(30%);
  transition: all 0.3s ease;
  transition-delay: 0.3s;
}
body .temoignages .temoignage.glide__slide--active .photo {
  transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  body .temoignages .temoignage.glide__slide--active .photo {
    transform: translateY(20px);
  }
}
body .temoignages .temoignage.glide__slide--active .infos .logo,
body .temoignages .temoignage.glide__slide--active .infos .middle,
body .temoignages .temoignage.glide__slide--active .infos .bottom {
  transform: translateX(0);
  opacity: 1;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}

body .sous-menu {
  display: flex;
  position: relative;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
  position: sticky;
  top: 0;
  margin: 50px -30px;
}
body .sous-menu::-webkit-scrollbar {
  display: none;
}
body .sous-menu:after {
  content: "";
  width: 100vw;
  background: white;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
body .sous-menu a {
  height: 60px;
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  color: black;
  border-right: solid 1px var(--bleu);
  text-decoration: none;
  background: white;
  transition: background 0.3s ease;
  padding: 0 10px;
  flex: 1;
  text-align: center;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
body .sous-menu a::-webkit-scrollbar {
  display: none;
}
body .sous-menu a:hover, body .sous-menu a.current {
  background: var(--gris);
}

body .top-listing .first-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
  font-size: 16px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
body .top-listing .first-line div {
  font-size: 11px;
  text-transform: uppercase;
  line-height: 13px;
}
body .top-listing .first-line div:nth-child(1) {
  flex: 0 0 5%;
}
body .top-listing .first-line div:nth-child(2) {
  flex: 0 0 50%;
  padding: 0 20px;
}
body .top-listing .first-line div:nth-child(3) {
  flex: 0 0 15%;
  padding: 0 20px;
}
body .top-listing .first-line div:nth-child(4) {
  flex: 0 0 15%;
  padding: 0 20px;
}
body .top-listing .first-line div:nth-child(5) {
  flex: 0 0 15%;
  padding: 0 20px;
}
@media screen and (max-width: 980px) {
  body .top-listing .first-line div:nth-child(5), body .top-listing .first-line div:nth-child(4) {
    display: none;
  }
  body .top-listing .first-line div:nth-child(3) {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  body .top-listing .first-line div:nth-child(5), body .top-listing .first-line div:nth-child(4), body .top-listing .first-line div:nth-child(3) {
    display: none;
  }
  body .top-listing .first-line div:nth-child(1) {
    flex: 1;
    padding: 0 10px;
  }
  body .top-listing .first-line div:nth-child(2) {
    flex: 4;
    padding: 0 10px;
  }
}
body .top-listing .line-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
  font-size: 16px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease !important;
}
body .top-listing .line-item .rank {
  flex: 0 0 8%;
  font-family: "Didoni", Helvetica, Arial, sans-serif;
  font-size: 30px;
  height: 40px;
  line-height: 48px;
  overflow: hidden;
  white-space: nowrap;
}
body .top-listing .line-item .name {
  flex: 0 0 47%;
  font-family: "Didoni", Helvetica, Arial, sans-serif;
  font-size: 30px;
  padding: 0 20px;
  height: 40px;
  line-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .top-listing .line-item .country {
  flex: 0 0 15%;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 20px;
}
body .top-listing .line-item .lastincome {
  flex: 0 0 15%;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 20px;
}
body .top-listing .line-item .employees {
  flex: 0 0 15%;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 20px;
}
body .top-listing .line-item:hover {
  color: var(--or);
  transform: translateY(3px) translateX(10px) !important;
}
@media screen and (max-width: 980px) {
  body .top-listing .line-item .employees, body .top-listing .line-item .lastincome {
    display: none;
  }
  body .top-listing .line-item .rank {
    flex: 1;
  }
  body .top-listing .line-item .name {
    flex: 3;
  }
  body .top-listing .line-item .country {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  body .top-listing .line-item .employees, body .top-listing .line-item .country, body .top-listing .line-item .lastincome {
    display: none;
  }
  body .top-listing .line-item .rank {
    flex: 1;
    font-size: 20px;
    line-height: 20px;
    padding: 0 10px;
    height: auto;
  }
  body .top-listing .line-item .name {
    flex: 4;
    font-size: 20px;
    line-height: 20px;
    padding: 0 10px;
    height: auto;
  }
}
body .top-listing.contenders .first-line div:nth-child(1) {
  flex: 0 0 55%;
}
body .top-listing.contenders .first-line div:nth-child(2) {
  flex: 0 0 15%;
  padding: 0 20px;
}
body .top-listing.contenders .first-line div:nth-child(3) {
  flex: 0 0 15%;
  padding: 0 20px;
}
body .top-listing.contenders .first-line div:nth-child(4) {
  flex: 0 0 15%;
  padding: 0 20px;
}
body .top-listing.contenders .line-item .name {
  flex: 0 0 55%;
  padding: 0 20px 0 0;
}
body .top-listing.contenders .line-item .country {
  flex: 0 0 15%;
  padding: 0 20px;
}

body .news_feed {
  align-items: stretch;
  padding: 50px 30px 50px 30px;
  border-radius: 5px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
}
body .news_feed::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1400px) {
  body .news_feed {
    max-width: 100%;
    padding: 30px;
  }
}
body .news_feed .news {
  border-radius: 5px;
  background: var(--bleu);
  color: white;
  position: relative;
  height: auto;
  padding: 30px;
  aspect-ratio: 3/4;
  width: 450px;
  flex: 0 0 auto;
  max-width: 80%;
  overflow: hidden;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  body .news_feed .news {
    width: 80%;
    aspect-ratio: auto;
  }
}
body .news_feed .news:before {
  content: "";
  background: var(--or);
  position: absolute;
  right: 50px;
  bottom: 30px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  transition: all 0.4s ease;
  transition-delay: 0.1s;
}
body .news_feed .news img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  mix-blend-mode: luminosity;
  transition: all 0.3s ease;
  max-width: none;
}
body .news_feed .news .top {
  position: relative;
  z-index: 10;
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
  body .news_feed .news .top {
    padding-right: 1rem;
    margin-bottom: 30px;
  }
}
body .news_feed .news .top .ong {
  font-family: "Didoni", sans-serif;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
body .news_feed .news .top .baseline {
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  margin-bottom: 10px;
  max-height: 36px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
body .news_feed .news .top h2 {
  max-height: 215px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
body .news_feed .news .top h2 a {
  font-size: 30px;
  font-weight: bold;
  line-height: 34px;
  display: block;
  color: inherit;
  color: white;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  body .news_feed .news .top h2 a {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-height: 1000px) {
  body .news_feed .news .top h2 a {
    font-size: 22px;
    line-height: 28px;
  }
}
body .news_feed .news .bottom {
  position: relative;
  z-index: 10;
  font-size: 12px;
  padding-right: 6rem;
  line-height: 15px;
}
body .news_feed .news .bottom .author {
  font-weight: 300;
}
body .news_feed .news .bottom .author span {
  font-weight: bold;
}
body .news_feed .news .bottom .author em {
  text-transform: uppercase;
  font-weight: 300;
  display: block;
}
body .news_feed .news .bottom .date {
  font-weight: bold;
  margin-top: 5px;
}
body .news_feed .news .bottom .more {
  position: absolute;
  right: 20px;
  bottom: 0px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  font-size: 24px;
}
body .news_feed .news:hover {
  transform: translateY(2px);
  box-shadow: 2px 10px 25px rgba(0, 0, 0, 0.3);
  color: var(--bleu);
}
body .news_feed .news:hover:before {
  transform: scale(24);
}
body .news_feed .news:hover .top h2 a {
  color: var(--bleu);
}
body .news_feed .news:hover img {
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  left: -20px;
  top: -20px;
}
body .news_feed .news:hover .bottom .more {
  color: var(--bleu);
}
body .news_feed.archive {
  display: block;
  width: auto;
  padding: 0;
  background: transparent;
  margin: 0 -15px;
}
@media screen and (max-width: 980px) {
  body .news_feed.archive {
    margin: 0;
  }
}
body .news_feed.archive .news {
  width: calc(33.333333% - 30px);
  max-width: 100%;
  margin: 15px;
  transition: none;
}
@media screen and (max-width: 980px) {
  body .news_feed.archive .news {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 768px) {
  body .news_feed.archive .news {
    width: 100%;
    margin: 15px 0;
  }
}
body .news_feed.related {
  display: grid;
  width: auto;
  gap: 25px;
  padding: 0;
  background: transparent;
  grid-template-columns: repeat(3, 1fr);
}
body .news_feed.related .news {
  width: 100%;
  max-width: 100%;
}
body .news_feed.related .news .top h2 a {
  font-size: 25px;
  line-height: 30px;
}
body .newsfilters {
  display: flex;
  gap: 40px;
  margin-bottom: 80px;
  align-items: center;
  justify-content: flex-end;
  margin-top: -40px;
}
@media screen and (max-width: 1190px) {
  body .newsfilters {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  body .newsfilters {
    flex-direction: column;
  }
}
body .newsfilters button[type=reset] {
  color: var(--or);
  appearance: none;
  outline: none;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.6;
}
body .newsfilters button[type=reset]:hover {
  opacity: 1;
}
body .newsfilters .filter {
  position: relative;
}
body .newsfilters .filter:after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  font-weight: 300;
  color: var(--or);
  right: 15px;
  bottom: 17px;
  pointer-events: none;
}
body .newsfilters .filter select {
  background: var(--bleu);
  outline: solid 2px var(--or);
  border: none;
  border-radius: 60px;
  height: 60px;
  padding: 0 40px 0 20px;
  color: var(--or);
  font-size: 15px;
  font-weight: normal;
  cursor: pointer;
  appearance: none;
}
body .newsfilters .filter:hover:after {
  color: var(--bleu);
  font-weight: 400;
}
body .newsfilters .filter:hover select {
  background: var(--or);
  color: var(--bleu);
}

body.home .news_feed {
  padding: 50px 0 50px 30px;
  cursor: url("../../assets/img/cursor-swipe.png"), auto;
}
@media screen and (max-width: 1400px) {
  body.home .news_feed {
    max-width: 100%;
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  body.home .news_feed {
    padding: 20px 0px;
  }
}
body.home .news_feed ul.glide__slides {
  padding-left: calc((100vw - 1410px) / 2);
}
@media screen and (max-width: 1400px) {
  body.home .news_feed ul.glide__slides {
    padding-left: 0px;
  }
}
body.home .news_feed ul.glide__slides .news {
  max-width: 450px;
}

body .hotest_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  body .hotest_tags {
    flex-direction: column;
    gap: 20px;
  }
}
body .hotest_tags .colonne {
  flex: 1;
  border-top: solid 1px rgba(0, 0, 0, 0.2);
}
body .hotest_tags .colonne h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
}
body .hotest_tags .colonne article {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  padding: 20px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  body .hotest_tags .colonne article {
    padding: 15px 0;
  }
}
body .hotest_tags .colonne article img {
  width: 100%;
  aspect-ratio: 2/1;
  object-fit: cover;
  border-radius: 5px;
}
body .hotest_tags .colonne article h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  margin: 0;
  height: 46px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body .hotest_tags .colonne article h3 {
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
  }
}
body .hotest_tags .colonne article:hover {
  background: var(--bleu);
  color: white;
}
body .hotest_tags .colonne article:last-child {
  border-bottom: none;
}

body .beautiful_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
body .beautiful_list li {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 15px 0;
  list-style: none;
  margin: 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 768px) {
  body .beautiful_list li {
    flex-direction: column;
    align-items: flex-start;
  }
}
body .beautiful_list li .titre {
  flex: 0 0 50%;
}
body .beautiful_list li .annee {
  flex: 0 0 20%;
}
body .beautiful_list li a {
  flex: 0 0 30%;
  display: flex;
  align-items: center;
  text-align: right;
  justify-content: flex-end;
  transition: all 0.3s ease;
}
body .beautiful_list li a i,
body .beautiful_list li a svg {
  margin-left: 10px;
}
body .beautiful_list li a:hover {
  transform: translateX(3px);
}
body .beautiful_list li:last-child {
  border: none;
}

body .influentials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
}
@media screen and (max-width: 980px) {
  body .influentials {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  body .influentials {
    grid-template-columns: repeat(1, 1fr);
    padding: 0px;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  body .influentials article.news {
    border-bottom: solid 1px rgba(255, 255, 255, 0.05);
    padding-bottom: 40px;
  }
}
body .influentials article.news img.featured {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  body .influentials article.news img.featured {
    width: 60%;
    margin: 0 auto 20px;
  }
}
body .influentials article.news .top .ong {
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  margin-bottom: 10px;
}
body .influentials article.news .top h2 {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 40px;
  margin-right: 6rem;
}
@media screen and (max-width: 980px) {
  body .influentials article.news .top h2 {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  body .influentials article.news .top h2 {
    margin-right: 1rem;
  }
}
body .influentials article.news .bottom {
  position: relative;
  z-index: 10;
  font-size: 12px;
  padding-right: 6rem;
  line-height: 15px;
}
body .influentials article.news .bottom .author {
  font-weight: 300;
}
body .influentials article.news .bottom .author span {
  font-weight: bold;
}
body .influentials article.news .bottom .author em {
  text-transform: uppercase;
  font-weight: 300;
  display: block;
}
body .influentials article.news .bottom .date {
  font-weight: bold;
  margin-top: 5px;
}
body .influentials article.news .bottom .more {
  position: absolute;
  right: 20px;
  bottom: -10px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  background: var(--or);
  font-size: 24px;
  transition: all 0.3s ease;
  cursor: pointer;
}
body .influentials article.news .bottom .more:hover {
  background: var(--bleu);
  color: var(--or);
  transform: translate(5px, 0px);
}
@media screen and (max-width: 980px) {
  body .influentials article.news:last-child {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  body .influentials article.news:last-child {
    display: block;
  }
}

body .longtext .short_part {
  display: none;
}
body .longtext .short_part .more {
  display: inline-block;
  padding: 10px 0;
  border-bottom: solid 1px var(--bleu);
  cursor: pointer;
  transition: all 0.3s ease;
  align-items: center;
  margin: 10px 0 30px 0;
}
body .longtext .short_part .more i,
body .longtext .short_part .more svg {
  margin-left: 6px;
}
body .longtext .short_part .more:hover {
  transform: translateY(2px);
}
body .longtext .full_part {
  display: block;
}
body .longtext .full_part .more {
  display: inline-block;
  padding: 10px 0;
  border-bottom: solid 1px var(--bleu);
  cursor: pointer;
  transition: all 0.3s ease;
  align-items: center;
  margin: 10px 0 30px 0;
}
body .longtext .full_part .more i,
body .longtext .full_part .more svg {
  margin-left: 6px;
}
body .longtext .full_part .more:hover {
  transform: translateY(2px);
}
body .longtext.reduce .short_part {
  display: block;
}
body .longtext.reduce .full_part {
  display: none;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    opacity: 0.6;
  }
}
body .shop.step1 {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 980px) {
  body .shop.step1 {
    gap: 10px;
  }
}
body .shop.step1 .product {
  flex: 0 0 calc(33.3333333% - 50px);
  border: solid 1px var(--violet);
  border-radius: 5px;
  padding: 35px 20px 20px 90px;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 980px) {
  body .shop.step1 .product {
    flex: 0 0 calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  body .shop.step1 .product {
    flex: 0 0 100%;
  }
}
body .shop.step1 .product:after {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 1px var(--violet);
  content: "";
  top: 35px;
  left: 25px;
  transition: all 0.3s ease;
}
body .shop.step1 .product:before {
  position: absolute;
  left: 10px;
  bottom: 20px;
  content: "NEW";
  color: var(--violet);
  font-size: 12px;
  font-weight: bold;
  transform: rotateZ(-90deg);
  transform-origin: top;
}
body .shop.step1 .product h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  margin: 0;
}
body .shop.step1 .product .price {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
  line-height: 30px;
  color: var(--violet);
  transition: all 0.3s ease;
}
body .shop.step1 .product .description {
  border-top: solid 1px rgba(205, 125, 247, 0.2);
  font-size: 13px;
  padding: 10px 0;
  line-height: 20px;
  font-weight: 300;
}
body .shop.step1 .product:hover, body .shop.step1 .product.active, body .shop.step1 .product.selected {
  background: var(--violet);
}
body .shop.step1 .product:hover .price, body .shop.step1 .product.active .price, body .shop.step1 .product.selected .price {
  color: white;
}
body .shop.step1 .product:hover:after, body .shop.step1 .product.active:after, body .shop.step1 .product.selected:after {
  border: solid 6px white;
}
body .shop.step1 .product.animated:after {
  animation: pulse 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) alternate-reverse infinite;
}

body .featured_sgo .featured_navigation {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  color: white;
  font-size: 18px;
  font-weight: 300;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  margin-bottom: 160px;
  max-width: 100vw;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
}
body .featured_sgo .featured_navigation::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 980px) {
  body .featured_sgo .featured_navigation {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  body .featured_sgo .featured_navigation {
    margin-bottom: 40px;
  }
}
body .featured_sgo .featured_navigation span {
  order: 1;
  padding: 20px 30px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 300;
}
body .featured_sgo .featured_navigation span:before {
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  background: white;
  position: absolute;
  width: 0px;
  transition: all 0.3s ease;
}
body .featured_sgo .featured_navigation span.world {
  order: 0;
}
body .featured_sgo .featured_navigation span.current {
  font-weight: bold;
}
body .featured_sgo .featured_navigation span.current:before {
  width: 100%;
}
body .featured_sgo .featured_navigation span:hover {
  font-weight: 500;
}
body .featured_sgo .sgos_grid {
  display: grid;
  width: auto;
  gap: 25px;
  padding: 0;
  background: transparent;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 980px) {
  body .featured_sgo .sgos_grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  body .featured_sgo .sgos_grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
body .featured_sgo .sgos_grid .loading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: white;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
body .featured_sgo .sgos_grid .loading i,
body .featured_sgo .sgos_grid .loading svg {
  margin-right: 20px;
  font-size: 24px;
}
body .featured_sgo .sgos_grid .loading.hidden {
  display: none;
}
body .featured_sgo .sgos_grid .sgo {
  border-radius: 5px;
  background: var(--bleu);
  color: white;
  position: relative;
  height: auto;
  padding: 30px;
  aspect-ratio: 3/4;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
body .featured_sgo .sgos_grid .sgo:before {
  content: "";
  background: var(--or);
  position: absolute;
  right: 50px;
  bottom: 30px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  transition: all 0.4s ease;
  transition-delay: 0.1s;
}
body .featured_sgo .sgos_grid .sgo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  mix-blend-mode: luminosity;
  transition: all 0.3s ease;
  max-width: none;
}
body .featured_sgo .sgos_grid .sgo .bottom {
  position: relative;
  z-index: 10;
  font-size: 12px;
  padding-right: 6rem;
  line-height: 15px;
  margin-bottom: 10px;
}
body .featured_sgo .sgos_grid .sgo .bottom h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  margin: 0 0 5px 0;
  text-transform: none;
}
body .featured_sgo .sgos_grid .sgo .bottom h3 {
  font-size: 15px;
  line-height: 18px;
  font-weight: normal;
  margin: 0;
}
body .featured_sgo .sgos_grid .sgo .bottom .more {
  position: absolute;
  right: 20px;
  bottom: -10px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  font-size: 24px;
}
body .featured_sgo .sgos_grid .sgo:hover {
  transform: translateY(2px);
  box-shadow: 2px 10px 25px rgba(0, 0, 0, 0.3);
  color: var(--bleu);
}
body .featured_sgo .sgos_grid .sgo:hover:before {
  transform: scale(24);
}
body .featured_sgo .sgos_grid .sgo:hover .top h2 a {
  color: var(--bleu);
}
body .featured_sgo .sgos_grid .sgo:hover img {
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  left: -20px;
  top: -20px;
}
body .featured_sgo .sgos_grid .sgo:hover .bottom .more {
  color: var(--bleu);
}
body .featured_sgo .sgos_grid .sgo.hidden {
  display: none;
}

section#search-zone {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(5px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-height: 100vh;
  z-index: 8889;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  box-shadow: 4px 8px 30px rgba(0, 0, 0, 0.1);
  padding: 0 30px;
}
@media screen and (max-width: 980px) {
  section#search-zone {
    padding: 15px;
    z-index: 9999;
  }
}
section#search-zone .search-bar {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
section#search-zone .search-bar .container {
  position: relative;
  padding: 0 60px;
}
@media screen and (max-width: 980px) {
  section#search-zone .search-bar .container {
    padding: 0 40px;
  }
}
section#search-zone .search-bar .container button[type=submit] {
  position: absolute;
  color: rgba(1, 43, 58, 0.4);
  left: 0;
  font-size: 40px;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
  border: none;
}
@media screen and (max-width: 980px) {
  section#search-zone .search-bar .container button[type=submit] {
    font-size: 20px;
  }
}
section#search-zone .search-bar .container button[type=submit]:hover {
  background: transparent;
  color: #012b3a;
  transform: translateY(calc(-50% + 5px));
}
section#search-zone .search-bar .container .fa-times {
  position: absolute;
  right: 0;
  color: rgba(1, 43, 58, 0.4);
  top: 50%;
  font-size: 40px;
  transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (max-width: 980px) {
  section#search-zone .search-bar .container .fa-times {
    font-size: 20px;
  }
}
section#search-zone .search-bar .container .fa-times:hover {
  color: var(--bleu);
}
section#search-zone .search-bar .container input[type=text] {
  height: 80px;
  color: var(--bleu);
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
}
section#search-zone .search-bar .container input[type=text]::placeholder {
  color: rgba(1, 43, 58, 0.4);
}
@media screen and (max-width: 980px) {
  section#search-zone .search-bar .container input[type=text] {
    font-size: 20px;
  }
}
section#search-zone .search-result {
  padding: 50px 0;
}
@media screen and (max-width: 980px) {
  section#search-zone .search-result {
    padding: 20px 0;
  }
}
section#search-zone .search-result .loading {
  display: none;
  align-items: center;
  justify-content: flex-start;
  color: var(--bleu);
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  padding: 30px;
}
section#search-zone .search-result .loading i,
section#search-zone .search-result .loading svg {
  margin-right: 20px;
  font-size: 24px;
}
section#search-zone .search-result .loading.visible {
  display: flex;
}
section#search-zone .search-result .top {
  display: flex;
  align-items: flex-end;
  margin-bottom: 50px;
  gap: 20px;
}
@media screen and (max-width: 980px) {
  section#search-zone .search-result .top {
    margin-bottom: 20px;
  }
}
section#search-zone .search-result .top span {
  font-size: 18px;
  padding: 10px 20px;
  position: relative;
  gap: 20px;
  cursor: pointer;
}
@media screen and (max-width: 980px) {
  section#search-zone .search-result .top span {
    font-size: 15px;
    line-height: 20px;
  }
}
section#search-zone .search-result .top span:before {
  content: "";
  width: 0;
  transition: all 0.3s ease;
  height: 2px;
  background: var(--bleu);
  bottom: 0;
  left: 0;
  position: absolute;
}
section#search-zone .search-result .top span.current, section#search-zone .search-result .top span:hover {
  font-weight: bold;
}
section#search-zone .search-result .top span.current:before, section#search-zone .search-result .top span:hover:before {
  width: 100%;
}
section#search-zone .search-result .profiles {
  display: grid;
  width: auto;
  gap: 25px;
  padding: 0;
  background: transparent;
  overflow: hidden;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 980px) {
  section#search-zone .search-result .profiles {
    grid-template-columns: repeat(1, 1fr);
  }
}
section#search-zone .search-result .profiles.hidden {
  display: none;
}
section#search-zone .search-result .profiles .loading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: white;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
section#search-zone .search-result .profiles .loading i,
section#search-zone .search-result .profiles .loading svg {
  margin-right: 20px;
  font-size: 24px;
}
section#search-zone .search-result .profiles .loading.hidden {
  display: none;
}
section#search-zone .search-result .profiles .sgo {
  border-radius: 5px;
  background: var(--bleu);
  color: white;
  position: relative;
  height: auto;
  padding: 30px;
  aspect-ratio: 3/4;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
section#search-zone .search-result .profiles .sgo:before {
  content: "";
  background: var(--or);
  position: absolute;
  right: 50px;
  bottom: 30px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  transition: all 0.4s ease;
  transition-delay: 0.1s;
}
section#search-zone .search-result .profiles .sgo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  mix-blend-mode: luminosity;
  transition: all 0.3s ease;
  max-width: none;
}
section#search-zone .search-result .profiles .sgo .bottom {
  position: relative;
  z-index: 10;
  font-size: 12px;
  padding-right: 6rem;
  line-height: 15px;
  margin-bottom: 10px;
}
section#search-zone .search-result .profiles .sgo .bottom h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  margin: 0 0 5px 0;
  text-transform: none;
}
section#search-zone .search-result .profiles .sgo .bottom h3 {
  font-size: 15px;
  line-height: 18px;
  font-weight: normal;
  margin: 0;
}
section#search-zone .search-result .profiles .sgo .bottom .more {
  position: absolute;
  right: 20px;
  bottom: -10px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  font-size: 24px;
}
section#search-zone .search-result .profiles .sgo:hover {
  transform: translateY(2px);
  box-shadow: 2px 10px 25px rgba(0, 0, 0, 0.3);
  color: var(--bleu);
}
section#search-zone .search-result .profiles .sgo:hover:before {
  transform: scale(24);
}
section#search-zone .search-result .profiles .sgo:hover .top h2 a {
  color: var(--bleu);
}
section#search-zone .search-result .profiles .sgo:hover img {
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  left: -20px;
  top: -20px;
}
section#search-zone .search-result .profiles .sgo:hover .bottom .more {
  color: var(--bleu);
}
section#search-zone .search-result .profiles .sgo.hidden {
  display: none;
}
section#search-zone .search-result .articles {
  align-items: stretch;
  background: white;
  padding: 50px 30px 50px 0;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
  cursor: url("../../assets/img/cursor-swipe.png"), auto;
  display: grid;
  width: auto;
  gap: 25px;
  padding: 0;
  background: transparent;
  grid-template-columns: repeat(3, 1fr);
}
section#search-zone .search-result .articles::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 980px) {
  section#search-zone .search-result .articles {
    grid-template-columns: repeat(1, 1fr);
  }
}
section#search-zone .search-result .articles .news {
  border-radius: 5px;
  background: var(--bleu);
  color: white;
  position: relative;
  height: auto;
  padding: 30px;
  aspect-ratio: 3/4;
  overflow: hidden;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
section#search-zone .search-result .articles .news:before {
  content: "";
  background: var(--or);
  position: absolute;
  right: 50px;
  bottom: 30px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  transition: all 0.4s ease;
  transition-delay: 0.1s;
}
section#search-zone .search-result .articles .news img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  mix-blend-mode: luminosity;
  transition: all 0.3s ease;
  max-width: none;
}
section#search-zone .search-result .articles .news .topish {
  position: relative;
  z-index: 10;
  padding-right: 4rem;
}
section#search-zone .search-result .articles .news .topish .ong {
  font-family: "Didoni", sans-serif;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
section#search-zone .search-result .articles .news .topish .baseline {
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  margin-bottom: 10px;
}
section#search-zone .search-result .articles .news .topish h2 a {
  font-size: 30px;
  font-weight: bold;
  line-height: 34px;
  display: block;
  color: inherit;
  color: white;
  transition: all 0.3s ease;
}
section#search-zone .search-result .articles .news .bottom {
  position: relative;
  z-index: 10;
  font-size: 12px;
  padding-right: 6rem;
  line-height: 15px;
}
section#search-zone .search-result .articles .news .bottom .author {
  font-weight: 300;
}
section#search-zone .search-result .articles .news .bottom .author span {
  font-weight: bold;
}
section#search-zone .search-result .articles .news .bottom .author em {
  text-transform: uppercase;
  font-weight: 300;
  display: block;
}
section#search-zone .search-result .articles .news .bottom .date {
  font-weight: bold;
  margin-top: 5px;
}
section#search-zone .search-result .articles .news .bottom .more {
  position: absolute;
  right: 20px;
  bottom: 0px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  font-size: 24px;
}
section#search-zone .search-result .articles .news:hover {
  transform: translateY(2px);
  box-shadow: 2px 10px 25px rgba(0, 0, 0, 0.3);
  color: var(--bleu);
}
section#search-zone .search-result .articles .news:hover:before {
  transform: scale(24);
}
section#search-zone .search-result .articles .news:hover .topish h2 a {
  color: var(--bleu);
}
section#search-zone .search-result .articles .news:hover img {
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  left: -20px;
  top: -20px;
}
section#search-zone .search-result .articles .news:hover .bottom .more {
  color: var(--bleu);
}
section#search-zone .search-result .articles.hidden {
  display: none;
}
section#search-zone .search-result .zone-bouton {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 50px;
}
section#search-zone .search-result .zone-bouton .ngo_button {
  font-size: 15px;
  border-radius: 60px;
  height: 60px;
  padding: 5px 5px 5px 30px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--bleu);
}
section#search-zone .search-result .zone-bouton .ngo_button .label {
  flex: 1;
  margin-right: 30px;
  position: relative;
  display: block;
  flex-direction: column;
  height: 50px;
  transition: all 0.3s ease;
  color: white;
}
section#search-zone .search-result .zone-bouton .ngo_button .label span {
  height: 50px;
  display: flex;
  align-items: center;
  text-align: left;
}
section#search-zone .search-result .zone-bouton .ngo_button .icone {
  height: 50px;
  width: 50px;
  flex: 0 0 auto;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  color: var(--bleu);
}
section#search-zone .search-result .zone-bouton .ngo_button .icone i,
section#search-zone .search-result .zone-bouton .ngo_button .icone svg {
  position: absolute;
  font-size: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50px, calc(-50% + 2px));
  transition: all 0.2s ease;
  color: var(--bleu);
}
section#search-zone .search-result .zone-bouton .ngo_button .icone:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  background: white;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
section#search-zone .search-result .zone-bouton .ngo_button:hover .label {
  transform: translateY(-100%);
}
section#search-zone .search-result .zone-bouton .ngo_button:hover .icone i,
section#search-zone .search-result .zone-bouton .ngo_button:hover .icone svg {
  transform: translate(-50%, calc(-50% + 2px));
  transition-delay: 0.1s;
}
section#search-zone .search-result .zone-bouton .ngo_button:hover .icone:before {
  width: 50px;
  height: 50px;
}
section#search-zone .search-result .zone-bouton.hidden {
  display: none;
}
section#search-zone.visible {
  display: block;
  animation: appearFromTop 0.3s ease;
}

body .asterix {
  font-size: 14px;
  font-weight: normal;
}
body .asterix a {
  color: var(--violet);
  text-decoration: underline;
}
body #pricing_table {
  margin: 40px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
}
body #pricing_table::-webkit-scrollbar {
  display: none;
}
body #pricing_table .lines {
  display: flex;
  border-top: solid 1px var(--violet);
  flex-wrap: nowrap;
}
body #pricing_table .lines .line {
  flex: 1;
  padding: 20px;
  border-left: solid 1px rgba(205, 125, 247, 0.2);
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  color: var(--violet);
  min-width: 240px;
}
body #pricing_table .lines .line:nth-child(1) {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  padding: 20px 0;
  flex: 1.5;
  border-left: none;
  color: var(--bleu);
}
body #pricing_table .lines .line:nth-child(2) {
  background: var(--bleu);
}
body #pricing_table .lines .line:nth-child(3) {
  background: rgba(1, 43, 58, 0.05);
}
body #pricing_table .lines .line:nth-child(5) {
  background: rgba(1, 43, 58, 0.05);
}
body #pricing_table .lines .line i,
body #pricing_table .lines .line svg {
  font-size: 24px;
}
body #pricing_table .lines.header {
  border: none;
}
body #pricing_table .lines.header .line {
  border-radius: 5px 5px 0 0;
}
body #pricing_table .lines.header .line i,
body #pricing_table .lines.header .line svg {
  font-size: 20px;
}
body #pricing_table .lines.header .line h3 {
  font-size: 20px;
  font-weight: bold;
  color: var(--bleu);
  text-align: left;
}
body #pricing_table .lines.header .line h3 small {
  display: block;
  font-size: 12px;
  line-height: 15px;
  font-style: italic;
  font-weight: 300;
}
body #pricing_table .lines.header .line .selection {
  font-size: 14px;
  text-align: left;
}
body #pricing_table .lines.header .line .price,
body #pricing_table .lines.header .line #selected_price {
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 100px;
}
body #pricing_table .lines.header .line:nth-child(2) h3 {
  color: white;
}
body #pricing_table .lines.header .line .ngo_button {
  font-size: 15px;
  border-radius: 60px;
  height: 60px;
  padding: 5px 5px 5px 30px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: white;
  color: var(--bleu);
  cursor: pointer;
}
body #pricing_table .lines.header .line .ngo_button .label {
  flex: 1;
  margin-right: 0px;
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 18px;
  flex-direction: column;
  height: 50px;
  transition: all 0.3s ease;
  color: var(--bleu);
}
body #pricing_table .lines.header .line .ngo_button .label span {
  height: 50px;
  display: flex;
  align-items: center;
  text-align: left;
  color: var(--bleu);
}
body #pricing_table .lines.header .line .ngo_button .icone {
  height: 50px;
  width: 50px;
  flex: 0 0 auto;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  color: white;
}
body #pricing_table .lines.header .line .ngo_button .icone i,
body #pricing_table .lines.header .line .ngo_button .icone svg {
  position: absolute;
  font-size: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50px, calc(-50% + 2px));
  transition: all 0.2s ease;
}
body #pricing_table .lines.header .line .ngo_button .icone:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  background: var(--bleu);
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
body #pricing_table .lines.header .line .ngo_button:hover {
  background: var(--violet);
}
body #pricing_table .lines.header .line .ngo_button:hover .label {
  transform: translateY(-100%);
}
body #pricing_table .lines.header .line .ngo_button:hover .label span {
  color: white;
}
body #pricing_table .lines.header .line .ngo_button:hover .icone {
  color: var(--violet);
}
body #pricing_table .lines.header .line .ngo_button:hover .icone i,
body #pricing_table .lines.header .line .ngo_button:hover .icone svg {
  transform: translate(-50%, calc(-50% + 2px));
  transition-delay: 0.1s;
}
body #pricing_table .lines.header .line .ngo_button:hover .icone:before {
  width: 50px;
  height: 50px;
  background: white;
}

body #the_badges {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 30px;
  justify-content: flex-end;
  transform: translateY(-20px);
}
body #the_badges #world_badge,
body #the_badges #regional_badge,
body #the_badges #contender_badge {
  flex: 0 0 auto;
}
body #the_badges #world_badge img,
body #the_badges #regional_badge img,
body #the_badges #contender_badge img {
  width: 100%;
  object-fit: contain;
  max-width: 170px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
  display: none;
}
body.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
  font-size: 15px;
  line-height: 18px;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-infos,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-error {
  background: var(--bleu);
  color: white;
  font-size: 15px;
  font-weight: 500;
  border-top-color: var(--or);
  border-radius: 5px;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message:before,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-infos:before,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-error:before {
  color: var(--or);
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message a,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-infos a,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-error a {
  color: var(--or);
}
body.woocommerce-account .woocommerce-MyAccount-content form {
  background: white;
  padding: 50px;
  border-radius: var(--radius);
}
body.woocommerce-account .woocommerce-MyAccount-content form h3 {
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 40px;
}
body.woocommerce-account .woocommerce-MyAccount-content form p.woocommerce-form-row,
body.woocommerce-account .woocommerce-MyAccount-content form p.form-row {
  background: rgba(0, 0, 0, 0.02);
  padding: 12px 10px 0;
  border-radius: var(--radius);
  border: solid 1px rgba(0, 0, 0, 0.1);
  position: relative;
  float: none;
  width: 100%;
  margin-bottom: 20px;
  min-height: 45px;
}
body.woocommerce-account .woocommerce-MyAccount-content form p.woocommerce-form-row label,
body.woocommerce-account .woocommerce-MyAccount-content form p.form-row label {
  position: absolute;
  left: 10px;
  top: -12px;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 2px 6px;
  border-radius: var(--radius);
  background: var(--bleu);
  color: white;
  letter-spacing: 0.05em;
}
body.woocommerce-account .woocommerce-MyAccount-content form p.woocommerce-form-row span em,
body.woocommerce-account .woocommerce-MyAccount-content form p.form-row span em {
  font-size: 12px;
  padding-left: 10px;
  transform: translateY(-2px);
}
body.woocommerce-account .woocommerce-MyAccount-content form p.woocommerce-form-row .select2 .selection .select2-selection,
body.woocommerce-account .woocommerce-MyAccount-content form p.form-row .select2 .selection .select2-selection {
  border: none;
  height: 40px;
  background: transparent;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
}
body.woocommerce-account .woocommerce-MyAccount-content form p.woocommerce-form-row input[type=text],
body.woocommerce-account .woocommerce-MyAccount-content form p.woocommerce-form-row input[type=email],
body.woocommerce-account .woocommerce-MyAccount-content form p.woocommerce-form-row input[type=password],
body.woocommerce-account .woocommerce-MyAccount-content form p.woocommerce-form-row input[type=tel],
body.woocommerce-account .woocommerce-MyAccount-content form p.woocommerce-form-row input[type=number],
body.woocommerce-account .woocommerce-MyAccount-content form p.woocommerce-form-row input[type=phone],
body.woocommerce-account .woocommerce-MyAccount-content form p.form-row input[type=text],
body.woocommerce-account .woocommerce-MyAccount-content form p.form-row input[type=email],
body.woocommerce-account .woocommerce-MyAccount-content form p.form-row input[type=password],
body.woocommerce-account .woocommerce-MyAccount-content form p.form-row input[type=tel],
body.woocommerce-account .woocommerce-MyAccount-content form p.form-row input[type=number],
body.woocommerce-account .woocommerce-MyAccount-content form p.form-row input[type=phone] {
  background: transparent;
  outline: none;
  border: none;
  height: 40px;
  padding: 0 10px;
  font-size: 15px;
  font-weight: 500;
}
body.woocommerce-account .woocommerce-MyAccount-content form button[type=submit].woocommerce-Button,
body.woocommerce-account .woocommerce-MyAccount-content form button[type=submit].button {
  font-size: 15px;
  border-radius: 60px;
  height: 60px;
  padding: 5px 30px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--bleu);
  color: var(--or);
  font-weight: normal;
}
body.woocommerce-account .woocommerce-MyAccount-content form button[type=submit].woocommerce-Button:hover,
body.woocommerce-account .woocommerce-MyAccount-content form button[type=submit].button:hover {
  background: var(--or);
  color: var(--bleu);
  transform: translateY(3px);
}
body.woocommerce-account .woocommerce-MyAccount-content form fieldset {
  border-radius: var(--radius);
  border: solid 1px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.02);
  padding: 50px 20px 30px 20px;
  margin-bottom: 50px;
  margin-top: 50px;
}
body.woocommerce-account .woocommerce-MyAccount-content form fieldset legend {
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 2px 6px;
  border-radius: var(--radius);
  background: var(--bleu);
  color: white;
  letter-spacing: 0.05em;
}
body.woocommerce-account .woocommerce-MyAccount-content form fieldset label {
  background: var(--or) !important;
  color: white;
  padding: 1px 4px !important;
}
body.woocommerce-account .woocommerce-MyAccount-content form fieldset input[type=text],
body.woocommerce-account .woocommerce-MyAccount-content form fieldset input[type=email],
body.woocommerce-account .woocommerce-MyAccount-content form fieldset input[type=password],
body.woocommerce-account .woocommerce-MyAccount-content form fieldset input[type=number],
body.woocommerce-account .woocommerce-MyAccount-content form fieldset input[type=phone] {
  background: transparent;
  outline: none;
  border: none;
  height: 40px;
  padding: 0 10px;
  font-size: 15px;
  font-weight: 500;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .mj-label {
  display: none;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses {
  background: white;
  padding: 50px;
  border-radius: var(--radius);
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses h3 {
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 20px;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses a.edit {
  background: var(--bleu);
  color: var(--or);
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s ease;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses a.edit:hover {
  background: var(--or);
  color: var(--bleu);
  transform: translateY(2px);
}
body.woocommerce-account .badge_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1190px) {
  body.woocommerce-account .badge_list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 980px) {
  body.woocommerce-account .badge_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  body.woocommerce-account .badge_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
body.woocommerce-account .badge_list img {
  width: 100%;
  height: auto;
}
body.woocommerce-account .info-notice {
  display: flex;
  align-items: flex-start;
  font-weight: 500;
  background: rgba(1, 43, 58, 0.05);
  padding: 10px;
  border-radius: 5px;
  border: solid 1px rgba(1, 43, 58, 0.1);
  margin: 10px 0;
}
body.woocommerce-account .info-notice i,
body.woocommerce-account .info-notice svg {
  margin-right: 10px;
  transform: translateY(2px);
  display: block;
}
body.woocommerce-account .info-notice a {
  color: var(--or);
  margin: 0 5px;
}
body.woocommerce-account .info-notice a:hover {
  text-decoration: underline;
}
body.woocommerce-account .account_list_of_sgo {
  margin-top: 50px;
  margin-bottom: 50px;
}
body.woocommerce-account .account_list_of_sgo .head {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  color: #b3b3b3;
  font-weight: 500;
  border-bottom: solid 1px var(--gris);
  padding: 10px;
}
body.woocommerce-account .account_list_of_sgo .head span.name {
  flex: 1.5;
}
body.woocommerce-account .account_list_of_sgo .head span.managers {
  flex: 1;
  text-align: left;
}
body.woocommerce-account .account_list_of_sgo .head span.status {
  flex: 0 0 150px;
  text-align: right;
}
body.woocommerce-account .account_list_of_sgo .line_item_sgo {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  border-bottom: solid 1px rgba(1, 43, 58, 0.1);
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  transition: all 0.3s ease;
}
body.woocommerce-account .account_list_of_sgo .line_item_sgo:hover {
  background: rgba(1, 43, 58, 0.05);
}
body.woocommerce-account .account_list_of_sgo .line_item_sgo span u {
  font-size: 12px;
  color: #b3b3b3;
  display: inline-block;
}
body.woocommerce-account .account_list_of_sgo .line_item_sgo span u:hover {
  text-decoration: underline;
}
body.woocommerce-account .account_list_of_sgo .line_item_sgo span.name {
  flex: 1.5;
  display: flex;
  flex-direction: column;
}
body.woocommerce-account .account_list_of_sgo .line_item_sgo span.name small {
  font-weight: normal;
  color: gray;
}
body.woocommerce-account .account_list_of_sgo .line_item_sgo span.managers {
  flex: 1;
  font-size: 12px;
  text-align: left;
}
body.woocommerce-account .account_list_of_sgo .line_item_sgo span.status {
  flex: 0 0 150px;
  font-size: 12px;
  text-align: right;
}
body.woocommerce-account .account_list_of_sgo .line_item_sgo span.status span.online {
  color: green;
}
body.woocommerce-account .account_list_of_sgo .line_item_sgo span.status span.pending {
  color: orangered;
}
body.woocommerce-account .account_list_of_sgo .line_item_sgo:last-child {
  border: none;
}
body.woocommerce-account .subscriptions_list .header {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  color: #b3b3b3;
  font-weight: 500;
  border-bottom: solid 1px var(--gris);
  padding: 10px;
}
body.woocommerce-account .subscriptions_list .header div.product {
  flex: 2;
}
body.woocommerce-account .subscriptions_list .header div.enddate {
  flex: 1;
}
body.woocommerce-account .subscriptions_list .header div.statut {
  flex: 0 0 150px;
}
body.woocommerce-account .subscriptions_list .line-item {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  border-bottom: solid 1px rgba(1, 43, 58, 0.1);
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  transition: all 0.3s ease;
  width: 100%;
}
body.woocommerce-account .subscriptions_list .line-item:hover {
  background: rgba(1, 43, 58, 0.05);
}
body.woocommerce-account .subscriptions_list .line-item div.products {
  flex: 2;
  display: flex;
  flex-direction: column;
}
body.woocommerce-account .subscriptions_list .line-item div.products small {
  font-weight: normal;
  color: gray;
  padding: 3px 0;
}
body.woocommerce-account .subscriptions_list .line-item div.enddate {
  flex: 1;
  font-size: 13px;
}
body.woocommerce-account .subscriptions_list .line-item div.statut {
  flex: 0 0 150px;
  font-size: 13px;
}
body.woocommerce-account .subscriptions_list .line-item:last-of-type {
  border: none;
}
body.woocommerce-account .membership_list .header {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  color: #b3b3b3;
  font-weight: 500;
  border-bottom: solid 1px var(--gris);
  padding: 10px;
}
body.woocommerce-account .membership_list .header div.product {
  flex: 2;
}
body.woocommerce-account .membership_list .header div.startdate {
  flex: 1;
}
body.woocommerce-account .membership_list .header div.enddate {
  flex: 1;
}
body.woocommerce-account .membership_list .header div.statut {
  flex: 0 0 150px;
}
body.woocommerce-account .membership_list .line-item {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  border-bottom: solid 1px rgba(1, 43, 58, 0.1);
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  transition: all 0.3s ease;
  width: 100%;
}
body.woocommerce-account .membership_list .line-item:hover {
  background: rgba(1, 43, 58, 0.05);
}
body.woocommerce-account .membership_list .line-item div.startdate {
  flex: 1;
}
body.woocommerce-account .membership_list .line-item div.product {
  flex: 2;
  display: flex;
  flex-direction: column;
}
body.woocommerce-account .membership_list .line-item div.product small {
  font-weight: normal;
  color: gray;
}
body.woocommerce-account .membership_list .line-item div.enddate {
  flex: 1;
  font-size: 13px;
}
body.woocommerce-account .membership_list .line-item div.statut {
  flex: 0 0 150px;
  font-size: 13px;
  text-transform: capitalize;
}
body.woocommerce-account .membership_list .line-item:last-child {
  border: none;
}
body.woocommerce-account .woocommerce-customer-details {
  background: white;
  padding: 50px;
  border-radius: 5px;
  margin-bottom: 15px;
}
body.woocommerce-account .woocommerce-customer-details h2 {
  font-size: 25px;
  color: var(--or);
  font-weight: 500;
}
body.woocommerce-account .woocommerce-customer-details address {
  padding: 0;
  margin: 0;
  border: none;
}
body.woocommerce-account .shop_table.subscription_details, body.woocommerce-account .shop_table.order_details {
  background: white;
  padding: 50px;
  border-radius: 5px;
  margin-bottom: 15px;
}
body.woocommerce-account .shop_table.subscription_details tbody tr,
body.woocommerce-account .shop_table.subscription_details thead tr,
body.woocommerce-account .shop_table.subscription_details tfoot tr, body.woocommerce-account .shop_table.order_details tbody tr,
body.woocommerce-account .shop_table.order_details thead tr,
body.woocommerce-account .shop_table.order_details tfoot tr {
  background: transparent;
  border: none;
}
body.woocommerce-account .shop_table.subscription_details tbody tr td,
body.woocommerce-account .shop_table.subscription_details tbody tr th,
body.woocommerce-account .shop_table.subscription_details thead tr td,
body.woocommerce-account .shop_table.subscription_details thead tr th,
body.woocommerce-account .shop_table.subscription_details tfoot tr td,
body.woocommerce-account .shop_table.subscription_details tfoot tr th, body.woocommerce-account .shop_table.order_details tbody tr td,
body.woocommerce-account .shop_table.order_details tbody tr th,
body.woocommerce-account .shop_table.order_details thead tr td,
body.woocommerce-account .shop_table.order_details thead tr th,
body.woocommerce-account .shop_table.order_details tfoot tr td,
body.woocommerce-account .shop_table.order_details tfoot tr th {
  background: transparent;
  border: none;
  border-bottom: solid 1px rgba(1, 43, 58, 0.1);
}
body.woocommerce-account .shop_table.subscription_details tbody tr td:first-child,
body.woocommerce-account .shop_table.subscription_details tbody tr th:first-child,
body.woocommerce-account .shop_table.subscription_details thead tr td:first-child,
body.woocommerce-account .shop_table.subscription_details thead tr th:first-child,
body.woocommerce-account .shop_table.subscription_details tfoot tr td:first-child,
body.woocommerce-account .shop_table.subscription_details tfoot tr th:first-child, body.woocommerce-account .shop_table.order_details tbody tr td:first-child,
body.woocommerce-account .shop_table.order_details tbody tr th:first-child,
body.woocommerce-account .shop_table.order_details thead tr td:first-child,
body.woocommerce-account .shop_table.order_details thead tr th:first-child,
body.woocommerce-account .shop_table.order_details tfoot tr td:first-child,
body.woocommerce-account .shop_table.order_details tfoot tr th:first-child {
  text-align: right;
  font-weight: normal;
  font-size: 0.9em;
}
body.woocommerce-account .shop_table.subscription_details tbody tr td:last-child,
body.woocommerce-account .shop_table.subscription_details tbody tr th:last-child,
body.woocommerce-account .shop_table.subscription_details thead tr td:last-child,
body.woocommerce-account .shop_table.subscription_details thead tr th:last-child,
body.woocommerce-account .shop_table.subscription_details tfoot tr td:last-child,
body.woocommerce-account .shop_table.subscription_details tfoot tr th:last-child, body.woocommerce-account .shop_table.order_details tbody tr td:last-child,
body.woocommerce-account .shop_table.order_details tbody tr th:last-child,
body.woocommerce-account .shop_table.order_details thead tr td:last-child,
body.woocommerce-account .shop_table.order_details thead tr th:last-child,
body.woocommerce-account .shop_table.order_details tfoot tr td:last-child,
body.woocommerce-account .shop_table.order_details tfoot tr th:last-child {
  font-weight: 500;
}
body.woocommerce-account .shop_table.subscription_details tbody tr td a.button,
body.woocommerce-account .shop_table.subscription_details tbody tr th a.button,
body.woocommerce-account .shop_table.subscription_details thead tr td a.button,
body.woocommerce-account .shop_table.subscription_details thead tr th a.button,
body.woocommerce-account .shop_table.subscription_details tfoot tr td a.button,
body.woocommerce-account .shop_table.subscription_details tfoot tr th a.button, body.woocommerce-account .shop_table.order_details tbody tr td a.button,
body.woocommerce-account .shop_table.order_details tbody tr th a.button,
body.woocommerce-account .shop_table.order_details thead tr td a.button,
body.woocommerce-account .shop_table.order_details thead tr th a.button,
body.woocommerce-account .shop_table.order_details tfoot tr td a.button,
body.woocommerce-account .shop_table.order_details tfoot tr th a.button {
  background: #012b3a;
  color: var(--or);
  border: solid 1px #012b3a;
  border-radius: 2px;
  outline: none;
  transition: all 0.3s ease;
}
body.woocommerce-account .shop_table.subscription_details tbody tr td a.button:hover,
body.woocommerce-account .shop_table.subscription_details tbody tr th a.button:hover,
body.woocommerce-account .shop_table.subscription_details thead tr td a.button:hover,
body.woocommerce-account .shop_table.subscription_details thead tr th a.button:hover,
body.woocommerce-account .shop_table.subscription_details tfoot tr td a.button:hover,
body.woocommerce-account .shop_table.subscription_details tfoot tr th a.button:hover, body.woocommerce-account .shop_table.order_details tbody tr td a.button:hover,
body.woocommerce-account .shop_table.order_details tbody tr th a.button:hover,
body.woocommerce-account .shop_table.order_details thead tr td a.button:hover,
body.woocommerce-account .shop_table.order_details thead tr th a.button:hover,
body.woocommerce-account .shop_table.order_details tfoot tr td a.button:hover,
body.woocommerce-account .shop_table.order_details tfoot tr th a.button:hover {
  background: var(--or);
  color: #012b3a;
}
body.woocommerce-account .woocommerce-Message {
  background: #012b3a;
  color: var(--or);
  border-top-color: var(--or);
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
}
body.woocommerce-account .woocommerce-Message:before {
  color: var(--or);
}
body.woocommerce-account .woocommerce-Message a.button {
  background: var(--or);
  color: #012b3a;
  font-size: 13px;
  font-weight: 500;
  border-radius: 2px;
}
body.woocommerce-account .woocommerce-Message a.button:hover {
  background: #012b3a;
  color: var(--or);
}
body.woocommerce-account .list_of_post {
  margin-top: 50px;
  margin-bottom: 50px;
}
body.woocommerce-account .list_of_post .head {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  color: #b3b3b3;
  font-weight: 500;
  border-bottom: solid 1px var(--gris);
  padding: 10px;
  gap: 20px;
}
body.woocommerce-account .list_of_post .head span.name {
  flex: 2;
}
body.woocommerce-account .list_of_post .head span.managers {
  flex: 1;
}
body.woocommerce-account .list_of_post .head span.status {
  flex: 0 0 100px;
}
body.woocommerce-account .list_of_post .head span.edit {
  flex: 0 0 50px;
  font-weight: normal;
  font-size: 12px;
  text-align: right;
}
body.woocommerce-account .list_of_post .line_item_post {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  border-bottom: solid 1px rgba(1, 43, 58, 0.1);
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  transition: all 0.3s ease;
  gap: 15px;
}
body.woocommerce-account .list_of_post .line_item_post:hover {
  background: rgba(1, 43, 58, 0.05);
}
body.woocommerce-account .list_of_post .line_item_post span.name {
  flex: 2;
  display: flex;
  flex-direction: column;
}
body.woocommerce-account .list_of_post .line_item_post span.name small {
  font-weight: normal;
  color: gray;
}
body.woocommerce-account .list_of_post .line_item_post span.managers {
  flex: 1;
  font-weight: normal;
  font-size: 12px;
}
body.woocommerce-account .list_of_post .line_item_post span.status {
  flex: 0 0 100px;
  text-transform: capitalize;
  font-weight: normal;
  font-size: 12px;
}
body.woocommerce-account .list_of_post .line_item_post span.edit {
  flex: 0 0 50px;
  font-weight: normal;
  font-size: 12px;
  text-align: right;
}
body.woocommerce-account .list_of_post .line_item_post:last-child {
  border: none;
}
body.woocommerce-account .followers_list .search {
  height: 50px;
  width: 100%;
  position: relative;
  border: solid 1px #012b3a;
  border-radius: 30px;
  display: flex;
  color: #012b3a;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  margin: 0 0 20px;
}
body.woocommerce-account .followers_list .search input[type=search] {
  flex: 1;
  appearance: none;
  outline: none;
  height: 60px;
  border: none;
  padding: 0 20px;
}
body.woocommerce-account .followers_list .search i,
body.woocommerce-account .followers_list .search svg {
  flex: 0 0 auto;
  font-size: 20px;
  padding: 0 15px;
}
body.woocommerce-account .followers_list ul {
  display: flex;
  flex-direction: column;
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
  list-style: none;
}
body.woocommerce-account .followers_list ul li {
  display: flex;
  align-items: center;
  padding: 8px 0;
}
body.woocommerce-account .followers_list ul li .avatar {
  margin-right: 15px;
  flex: 0 0 auto;
}
body.woocommerce-account .followers_list ul li .avatar img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
body.woocommerce-account .followers_list ul li .username {
  font-size: 15px;
  font-weight: 500;
  color: #012b3a;
  flex: 1;
}

body .comments-area {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  line-height: 25px;
}
body .comments-area .comment-respond {
  order: 1;
}
body .comments-area .comment-respond h2 {
  order: 2;
  color: var(--or);
  font-size: 30px;
  line-height: 37px;
  padding: 20px 0 0;
  margin-bottom: 20px;
}
body .comments-area .comment-respond form {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "a b b b" "a c c c";
  gap: 20px;
}
body .comments-area .comment-respond form p {
  margin: 0;
}
body .comments-area .comment-respond form .logged-in-as {
  font-size: 13px;
  line-height: 20px;
  grid-area: a;
}
body .comments-area .comment-respond form .logged-in-as a {
  text-decoration: underline;
}
body .comments-area .comment-respond form .comment-form-comment {
  grid-area: b;
}
body .comments-area .comment-respond form .comment-form-comment label {
  display: none;
}
body .comments-area .comment-respond form .comment-form-comment textarea {
  background: transparent;
  padding: 20px;
  border: none;
  outline: solid 1px rgba(0, 0, 0, 0.7);
}
body .comments-area .comment-respond form .form-submit {
  grid-area: c;
  justify-self: flex-end;
}
body .comments-area .comment-respond form .form-submit input[type=submit] {
  background: var(--or);
  color: var(--bleu);
  height: 60px;
  padding: 0 30px;
  border-radius: 60px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  transition: all 0.3s ease;
}
body .comments-area .comment-respond form .form-submit input[type=submit]:hover {
  background: var(--bleu);
  color: var(--or);
}
body .comments-area h3 {
  order: 2;
  color: var(--or);
  font-size: 25px;
  line-height: 30px;
  padding: 20px 0;
  font-weight: bold;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
body .comments-area .comment-list {
  order: 3;
}

body .form-loading {
  font-size: 15px;
  padding: 30px;
  display: flex;
  text-align: center;
  align-items: center;
  text-align: center;
  font-weight: 500;
  gap: 10px;
  width: 100%;
  justify-content: center;
}
body .custom_form {
  width: 100%;
  max-width: 479px;
  padding: 30px;
  margin: 0 auto;
  color: #676767;
  font-size: 14px;
  line-height: 20px;
}
body .custom_form h2 {
  color: var(--or);
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  margin-top: 60px;
  margin-bottom: 20px;
}
body .custom_form .message {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 20px;
}
body .custom_form .submitting {
  padding: 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  line-height: 25px;
  font-weight: normal;
}
body .custom_form .submitting i,
body .custom_form .submitting svg {
  font-size: 40px;
  margin-bottom: 20px;
  color: var(--or);
}
body .custom_form .submit {
  margin: 30px 0 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
body .custom_form .submit button.save {
  padding: 2px 0;
  border: none;
  background: transparent;
  color: var(--bleu);
  font-weight: 500;
  font-size: 13px;
}
body .custom_form .submit button.save:hover {
  color: var(--or);
  text-decoration: underline;
}
body .custom_form .submit button[type=submit] {
  background: var(--bleu);
  border: none;
  color: white;
}
body .custom_form .submit button[type=submit] label {
  font-size: 15px;
  font-weight: 500;
}
body .custom_form .submit button[type=submit] label span {
  color: white;
}
body .custom_form .submit button[type=submit] .icone {
  color: var(--bleu);
}
body .custom_form .submit button[type=submit] .icone:before {
  background: white;
}
body .custom_form .form-group {
  margin-bottom: 15px;
  position: relative;
}
body .custom_form .form-group .reponse {
  display: flex;
  align-items: stretch;
  gap: 30px;
  margin: 5px 0;
}
body .custom_form .form-group .reponse div {
  height: 40px;
  border: solid 1px var(--bleu);
  color: var(--bleu);
  font-size: 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
}
body .custom_form .form-group .reponse div.selected {
  background: var(--bleu);
  color: white;
}
body .custom_form .form-group .reponse div:hover {
  background: var(--bleu);
  color: white;
}
body .custom_form .form-group label {
  font-size: 14px;
  line-height: 20px;
  display: block;
}
body .custom_form .form-group label small {
  display: block;
  transform: translateY(-6px);
}
body .custom_form .form-group input[type=text],
body .custom_form .form-group input[type=email],
body .custom_form .form-group input[type=tel],
body .custom_form .form-group input[type=date] {
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.46);
  height: 40px;
  padding: 0 20px;
  color: var(--bleu);
  outline: none;
}
body .custom_form .form-group input[type=text]:focus,
body .custom_form .form-group input[type=email]:focus,
body .custom_form .form-group input[type=tel]:focus,
body .custom_form .form-group input[type=date]:focus {
  border-color: var(--or);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
body .custom_form .form-group.loading {
  opacity: 0.5;
  cursor: progress;
  pointer-events: none;
}
body .custom_form .form-group.loading:after {
  content: "\e1d4";
  font-family: "Font Awesome 6 pro";
  position: absolute;
  right: 10px;
  top: 34px;
}
body .custom_form .form-group.saved:after {
  content: "\f00c";
  font-family: "Font Awesome 6 pro";
  position: absolute;
  right: 10px;
  top: 34px;
  color: #8fd5c5;
}
body .custom_form .form-group.saved input {
  border-color: #8fd5c5 !important;
  color: #8fd5c5;
}
body .custom_form .form-group.error:after {
  content: "\f00d";
  font-family: "Font Awesome 6 pro";
  position: absolute;
  right: 10px;
  top: 34px;
  color: #8fd5c5;
}
body .custom_form .form-group.error input {
  border-color: red;
  color: red;
}
body .custom_form .form-group.organization span.create {
  text-decoration: underline;
  font-size: 14px;
  font-weight: 500;
  display: block;
  cursor: pointer;
}
body .custom_form .form-group.organization span.create:hover {
  color: var(--or);
}
body .custom_form .ngo_button {
  font-size: 15px;
  border-radius: 60px;
  height: 60px;
  padding: 5px 5px 5px 30px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
body .custom_form .ngo_button .label {
  flex: 1;
  margin-right: 30px;
  position: relative;
  display: block;
  flex-direction: column;
  height: 50px;
  transition: all 0.3s ease;
}
body .custom_form .ngo_button .label span {
  height: 50px;
  display: flex;
  align-items: center;
  text-align: left;
}
body .custom_form .ngo_button .icone {
  height: 50px;
  width: 50px;
  flex: 0 0 auto;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
body .custom_form .ngo_button .icone i,
body .custom_form .ngo_button .icone svg {
  position: absolute;
  font-size: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50px, calc(-50% + 2px));
  transition: all 0.2s ease;
}
body .custom_form .ngo_button .icone:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  background: var(--bleu);
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
body .custom_form .ngo_button:hover .label {
  transform: translateY(-100%);
}
body .custom_form .ngo_button:hover .icone i,
body .custom_form .ngo_button:hover .icone svg {
  transform: translate(-50%, calc(-50% + 2px));
  transition-delay: 0.1s;
}
body .custom_form .ngo_button:hover .icone:before {
  width: 50px;
  height: 50px;
}
body .pending-eligibility,
body .is-eligible {
  padding: 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  line-height: 25px;
  font-weight: normal;
}
body .pending-eligibility i,
body .pending-eligibility svg,
body .is-eligible i,
body .is-eligible svg {
  font-size: 40px;
  margin-bottom: 20px;
  color: var(--or);
}
body #blog_posting_custom_form {
  padding: 50px;
}
body #blog_posting_custom_form fieldset {
  background: rgba(1, 43, 58, 0.05);
  border-radius: 5px;
  padding: 20px;
  font-size: 13px;
  border: none;
  margin-bottom: 30px;
}
body #blog_posting_custom_form fieldset h4 {
  color: var(--or);
  margin: 30px 0 15px;
}
body #blog_posting_custom_form fieldset legend {
  background: var(--or);
  color: #012b3a;
  font-size: 12px;
  font-weight: bold;
  padding: 1px 10px;
  border-radius: 2px;
}
body #blog_posting_custom_form fieldset .quill-editor {
  background: white;
}
body #blog_posting_custom_form fieldset .quill-editor .ql-container {
  min-height: 250px;
}
body #blog_posting_custom_form .form-group {
  margin-bottom: 15px;
  position: relative;
}
body #blog_posting_custom_form .form-group.image {
  position: relative;
}
body #blog_posting_custom_form .form-group.image .loading {
  display: none;
}
body #blog_posting_custom_form .form-group.image input[type=file] {
  display: none;
}
body #blog_posting_custom_form .form-group.image input[type=file] + label {
  position: absolute;
  bottom: 0;
  left: 150px;
  transform: translate(-50%, 50%);
  font-size: 24px;
  width: 50px;
  height: 50px;
  background: #012b3a;
  color: var(--or);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
body #blog_posting_custom_form .form-group.image input[type=file] + label:hover {
  transform: translate(-50%, 52%);
}
body #blog_posting_custom_form .form-group.image .featured_preview img {
  width: 300px;
  height: 200px;
  object-fit: cover;
  border-radius: 5px;
}
body #blog_posting_custom_form .form-group.image.loading input[type=file] + label {
  display: none;
}
body #blog_posting_custom_form .form-group.image.loading .loading {
  display: block;
}
body #blog_posting_custom_form .form-group .reponse {
  display: flex;
  align-items: stretch;
  gap: 30px;
  margin: 5px 0;
}
body #blog_posting_custom_form .form-group .reponse div {
  height: 40px;
  border: solid 1px var(--bleu);
  color: var(--bleu);
  font-size: 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
}
body #blog_posting_custom_form .form-group .reponse div.selected {
  background: var(--bleu);
  color: white;
}
body #blog_posting_custom_form .form-group .reponse div:hover {
  background: var(--bleu);
  color: white;
}
body #blog_posting_custom_form .form-group label {
  line-height: 20px;
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}
body #blog_posting_custom_form .form-group label small {
  display: block;
  transform: translateY(-6px);
}
body #blog_posting_custom_form .form-group select,
body #blog_posting_custom_form .form-group input[type=text],
body #blog_posting_custom_form .form-group input[type=email],
body #blog_posting_custom_form .form-group input[type=tel],
body #blog_posting_custom_form .form-group input[type=date] {
  border-radius: 5px;
  border: none;
  box-shadow: 1px 1px 4px rgba(1, 43, 58, 0.05);
  height: 40px;
  padding: 0 20px;
  color: var(--bleu);
  outline: none;
}
body #blog_posting_custom_form .form-group select:focus,
body #blog_posting_custom_form .form-group input[type=text]:focus,
body #blog_posting_custom_form .form-group input[type=email]:focus,
body #blog_posting_custom_form .form-group input[type=tel]:focus,
body #blog_posting_custom_form .form-group input[type=date]:focus {
  border-color: var(--or);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
body #blog_posting_custom_form .form-group.submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body #blog_posting_custom_form .form-group.submit .ngo_button {
  font-size: 15px;
  border-radius: 60px;
  height: 60px;
  padding: 5px 5px 5px 30px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #012b3a;
  color: white;
  border: none;
  outline: none;
}
body #blog_posting_custom_form .form-group.submit .ngo_button .label {
  flex: 1;
  margin-right: 30px;
  position: relative;
  display: block;
  flex-direction: column;
  height: 50px;
  transition: all 0.3s ease;
}
body #blog_posting_custom_form .form-group.submit .ngo_button .label span {
  height: 50px;
  display: flex;
  align-items: center;
  text-align: left;
}
body #blog_posting_custom_form .form-group.submit .ngo_button .icone {
  height: 50px;
  width: 50px;
  flex: 0 0 auto;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  color: #012b3a;
}
body #blog_posting_custom_form .form-group.submit .ngo_button .icone i,
body #blog_posting_custom_form .form-group.submit .ngo_button .icone svg {
  position: absolute;
  font-size: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50px, calc(-50% + 2px));
  transition: all 0.2s ease;
}
body #blog_posting_custom_form .form-group.submit .ngo_button .icone:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  background: white;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
body #blog_posting_custom_form .form-group.submit .ngo_button:hover .label {
  transform: translateY(-100%);
}
body #blog_posting_custom_form .form-group.submit .ngo_button:hover .icone i,
body #blog_posting_custom_form .form-group.submit .ngo_button:hover .icone svg {
  transform: translate(-50%, calc(-50% + 2px));
  transition-delay: 0.1s;
}
body #blog_posting_custom_form .form-group.submit .ngo_button:hover .icone:before {
  width: 50px;
  height: 50px;
}
body #blog_posting_custom_form .form-group.submit .ngo_button.preview {
  background: var(--or);
  color: #012b3a;
}
body #blog_posting_custom_form .form-group.submit .ngo_button.preview .icone {
  color: var(--or);
}
body #blog_posting_custom_form .form-group.submit .ngo_button.preview .icone:before {
  background: #012b3a;
}

body .elementor-widget-container #message.updated {
  background: #012b3a;
  color: var(--or);
  padding: 10px;
  margin: 20px 30px;
  border-radius: 5px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 15px;
}
body .elementor-widget-container #message.updated p {
  margin: 0;
}
body .custom_reset_password {
  max-width: 900px;
  margin: 0 auto;
  padding: 50px;
  background: white;
  border-radius: 5px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.03);
}
body .custom_reset_password .lost_reset_password {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
  gap: 10px;
  padding: 0 30px 30px;
}
body .custom_reset_password .lost_reset_password p {
  font-weight: 500;
  max-width: 500px;
  text-align: center;
  line-height: 1.5;
}
body .custom_reset_password .lost_reset_password .form-row.form-row-first,
body .custom_reset_password .lost_reset_password .form-row.form-row-last {
  background: #efefef;
  width: 100%;
  max-width: 400px;
  border-radius: 60px;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 60px;
  position: relative;
}
body .custom_reset_password .lost_reset_password .form-row.form-row-first label,
body .custom_reset_password .lost_reset_password .form-row.form-row-first p,
body .custom_reset_password .lost_reset_password .form-row.form-row-last label,
body .custom_reset_password .lost_reset_password .form-row.form-row-last p {
  font-weight: bold;
  font-size: 10px;
  color: #012b3a;
  text-align: left;
}
body .custom_reset_password .lost_reset_password .form-row.form-row-first input[type=text],
body .custom_reset_password .lost_reset_password .form-row.form-row-first input[type=email],
body .custom_reset_password .lost_reset_password .form-row.form-row-first input[type=password],
body .custom_reset_password .lost_reset_password .form-row.form-row-last input[type=text],
body .custom_reset_password .lost_reset_password .form-row.form-row-last input[type=email],
body .custom_reset_password .lost_reset_password .form-row.form-row-last input[type=password] {
  height: 22px;
  background: transparent;
  outline: none;
  border: none;
  font-size: 14px;
  padding: 0;
  color: var(--or);
  font-weight: 500;
}
body .custom_reset_password .lost_reset_password .form-row.form-row-first input[type=text]::placeholder,
body .custom_reset_password .lost_reset_password .form-row.form-row-first input[type=email]::placeholder,
body .custom_reset_password .lost_reset_password .form-row.form-row-first input[type=password]::placeholder,
body .custom_reset_password .lost_reset_password .form-row.form-row-last input[type=text]::placeholder,
body .custom_reset_password .lost_reset_password .form-row.form-row-last input[type=email]::placeholder,
body .custom_reset_password .lost_reset_password .form-row.form-row-last input[type=password]::placeholder {
  color: var(--or);
  font-weight: 500;
}
body .custom_reset_password .lost_reset_password .form-row.form-row-first.form-row-first:before,
body .custom_reset_password .lost_reset_password .form-row.form-row-last.form-row-first:before {
  content: "\f0e0";
  position: absolute;
  left: 20px;
  font-size: 20px;
  font-weight: 300;
  color: var(--or);
  font-family: "Font Awesome 6 Pro";
}
body .custom_reset_password .lost_reset_password .form-row.form-row-first.form-row-last:before,
body .custom_reset_password .lost_reset_password .form-row.form-row-last.form-row-last:before {
  content: "\f30d";
  position: absolute;
  left: 20px;
  font-size: 20px;
  color: var(--or);
  font-weight: 300;
  font-family: "Font Awesome 6 Pro";
}
body .custom_reset_password .lost_reset_password button[type=submit] {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 60px;
  outline: none;
  background: var(--or);
  color: var(--bleu);
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s ease;
  padding: 0 30px;
  line-height: 15px;
  border: none;
}
body .custom_reset_password .lost_reset_password button[type=submit]:hover {
  background: #012b3a;
  color: var(--or);
  transform: translateY(5px);
}
body .custom_reset_password .lost_reset_password .woocommerce-password-hint {
  font-size: 11px;
  font-weight: 400;
  text-align: left;
}
body .custom_reset_password .lost_reset_password .woocommerce-password-strength {
  padding: 5px;
  font-size: 11px;
  margin-top: 10px;
  border-radius: 8px;
}
body .super_login_form {
  max-width: 1160px;
  margin: 0 auto;
  background: white;
  display: flex;
  position: relative;
  overflow: hidden;
  flex-wrap: wrap;
  border-radius: 5px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
}
@media screen and (max-width: 980px) {
  body .super_login_form {
    display: block;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: -30px;
    margin-bottom: -30px;
    border-radius: 0px;
    box-shadow: none;
  }
}
body .super_login_form .login {
  flex: 0 0 60%;
  margin: 0;
  padding: 80px 30px;
  position: relative;
  z-index: 100;
  overflow: hidden;
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 980px) {
  body .super_login_form .login {
    padding: 30px 15px;
  }
}
body .super_login_form .login .login-error {
  background: rgba(139, 0, 0, 0.1);
  border: solid 1px darkred;
  color: darkred;
  font-size: 11px;
  line-height: 16px;
  display: block;
  max-width: 400px;
  font-weight: 500;
  padding: 10px;
  text-align: center;
  margin: 10px auto 20px;
}
body .super_login_form .login .headerswtich {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
body .super_login_form .login .headerswtich h2 {
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
  margin: 20px 0 20px 0;
}
body .super_login_form .login .headerswtich .buttons {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body .super_login_form .login .headerswtich .buttons a {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 60px;
  outline: none;
  background: var(--or);
  color: var(--bleu);
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s ease;
  padding: 0 30px;
  line-height: 15px;
  border: none;
  text-align: center;
}
body .super_login_form .login .headerswtich .buttons a:hover {
  background: #012b3a;
  color: var(--or);
  transform: translateY(5px);
}
body .super_login_form .login .headerswtich .buttons a:nth-child(2) {
  background: var(--gris);
  color: #012b3a;
}
body .super_login_form .login .header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .super_login_form .login .header h1 {
  color: #012b3a;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 980px) {
  body .super_login_form .login .header h1 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
body .super_login_form .login .header small {
  font-size: 12px;
  color: var(--bleu);
  font-weight: 500;
  padding: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  body .super_login_form .login .header small {
    margin-bottom: 10px;
  }
}
body .super_login_form .login form {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
  gap: 10px;
  padding: 0 30px 30px;
}
@media screen and (max-width: 980px) {
  body .super_login_form .login form {
    padding: 0;
  }
}
body .super_login_form .login form .form-row {
  order: 4;
  margin-bottom: 0px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
body .super_login_form .login form .form-row button[type=submit] {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 60px;
  outline: none;
  background: var(--or);
  color: var(--bleu);
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s ease;
  padding: 0 30px;
  line-height: 15px;
  border: none;
  margin: 0;
}
body .super_login_form .login form .form-row button[type=submit]:hover {
  background: #012b3a;
  color: var(--or);
  transform: translateY(5px);
}
@media screen and (max-width: 980px) {
  body .super_login_form .login form .form-row {
    margin-top: 20px;
  }
}
body .super_login_form .login form .form-row .woocommerce-form-login__rememberme {
  font-weight: 500;
  font-size: 12px;
  color: var(--bleu);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  gap: 10px;
}
body .super_login_form .login form .form-row.form-row-first,
body .super_login_form .login form .form-row.form-row-last {
  background: #efefef;
  width: 100%;
  max-width: 400px;
  border-radius: 5px;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 60px;
  position: relative;
  order: 0;
}
body .super_login_form .login form .form-row.form-row-first label,
body .super_login_form .login form .form-row.form-row-last label {
  font-weight: bold;
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}
body .super_login_form .login form .form-row.form-row-first input[type=text],
body .super_login_form .login form .form-row.form-row-first input[type=email],
body .super_login_form .login form .form-row.form-row-first input[type=password],
body .super_login_form .login form .form-row.form-row-last input[type=text],
body .super_login_form .login form .form-row.form-row-last input[type=email],
body .super_login_form .login form .form-row.form-row-last input[type=password] {
  height: 22px;
  background: transparent;
  outline: none;
  border: none;
  font-size: 14px;
  padding: 0;
  color: #012b3a;
  font-weight: 500;
}
body .super_login_form .login form .form-row.form-row-first input[type=text]::placeholder,
body .super_login_form .login form .form-row.form-row-first input[type=email]::placeholder,
body .super_login_form .login form .form-row.form-row-first input[type=password]::placeholder,
body .super_login_form .login form .form-row.form-row-last input[type=text]::placeholder,
body .super_login_form .login form .form-row.form-row-last input[type=email]::placeholder,
body .super_login_form .login form .form-row.form-row-last input[type=password]::placeholder {
  color: #012b3a;
  font-weight: 500;
}
body .super_login_form .login form .form-row.form-row-first.form-row-first,
body .super_login_form .login form .form-row.form-row-last.form-row-first {
  order: 1;
}
body .super_login_form .login form .form-row.form-row-first.form-row-first:before,
body .super_login_form .login form .form-row.form-row-last.form-row-first:before {
  content: "\f0e0";
  position: absolute;
  left: 20px;
  font-size: 20px;
  font-weight: 300;
  color: var(--or);
  font-family: "Font Awesome 6 Pro";
}
body .super_login_form .login form .form-row.form-row-first.form-row-last,
body .super_login_form .login form .form-row.form-row-last.form-row-last {
  order: 2;
}
body .super_login_form .login form .form-row.form-row-first.form-row-last:before,
body .super_login_form .login form .form-row.form-row-last.form-row-last:before {
  content: "\f30d";
  position: absolute;
  left: 20px;
  font-size: 20px;
  color: var(--or);
  font-weight: 300;
  font-family: "Font Awesome 6 Pro";
}
body .super_login_form .login form .lost_password {
  order: 3;
  font-size: 11px;
  color: var(--bleu);
}
body .super_login_form .login form .lost_password:hover {
  color: var(--or);
}
body .super_login_form .login form .clear {
  display: none;
}
body .super_login_form .login .lost_reset_password {
  display: none;
}
body .super_login_form .login .lost_reset_password p {
  font-size: 11px;
  text-align: left;
  font-weight: 500;
  max-width: 70%;
  order: 1;
}
body .super_login_form .login .lost_reset_password button[type=submit] {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 60px;
  outline: none;
  background: var(--or);
  color: var(--bleu);
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s ease;
  padding: 0 30px;
  line-height: 15px;
  border: none;
}
body .super_login_form .login .lost_reset_password button[type=submit]:hover {
  background: #012b3a;
  color: var(--or);
  transform: translateY(5px);
}
@media screen and (max-width: 980px) {
  body .super_login_form .login .lost_reset_password button[type=submit] {
    padding: 10px 20px;
  }
}
body .super_login_form .login .lost_reset_password.visible {
  display: flex;
}
body .super_login_form .register {
  flex: 0 0 40%;
  background: var(--gris);
  color: #012b3a;
  padding: 30px;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 980px) {
  body .super_login_form .register {
    border-radius: 0;
  }
}
body .super_login_form .register .headerswitch {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .super_login_form .register .headerswitch h2 {
  color: var(--or);
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
  body .super_login_form .register .headerswitch h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
body .super_login_form .register .headerswitch small {
  font-size: 12px;
  color: var(--bleu);
  font-weight: 500;
  padding: 10px;
}
body .super_login_form .register .header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
body .super_login_form .register .header h2 {
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
  margin: 20px 0 20px 0;
}
body .super_login_form .register .header p {
  font-size: 12px;
  color: var(--bleu);
  font-weight: 500;
  padding: 10px;
}
body .super_login_form .register .header .buttons {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
body .super_login_form .register .header .buttons a {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 60px;
  outline: none;
  background: var(--or);
  color: var(--bleu);
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s ease;
  padding: 0 30px;
  line-height: 15px;
  border: none;
  text-align: center;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
body .super_login_form .register .header .buttons a:hover {
  background: #012b3a;
  color: var(--or);
  transform: translateY(5px);
}
body .super_login_form .register .header .buttons a i, body .super_login_form .register .header .buttons a svg {
  margin-left: 10px;
}
body .super_login_form .register form {
  flex-direction: column;
  align-items: center;
  border: none;
  gap: 10px;
  padding: 0 30px 30px;
}
@media screen and (max-width: 980px) {
  body .super_login_form .register form {
    padding: 0;
  }
}
body .super_login_form .register form .woocommerce-form-row--wide {
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  max-width: 400px;
  border-radius: 60px;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 60px;
  position: relative;
}
body .super_login_form .register form .woocommerce-form-row--wide label {
  font-weight: bold;
  font-size: 10px;
  color: var(--or);
}
body .super_login_form .register form .woocommerce-form-row--wide input[type=text],
body .super_login_form .register form .woocommerce-form-row--wide input[type=email],
body .super_login_form .register form .woocommerce-form-row--wide input[type=password] {
  height: 22px;
  background: transparent;
  outline: none;
  border: none;
  font-size: 14px;
  padding: 0;
  color: white;
  font-weight: 500;
}
body .super_login_form .register form .woocommerce-form-row--wide input[type=text]::placeholder,
body .super_login_form .register form .woocommerce-form-row--wide input[type=email]::placeholder,
body .super_login_form .register form .woocommerce-form-row--wide input[type=password]::placeholder {
  color: var(--or);
  font-weight: 500;
}
body .super_login_form .register form .woocommerce-form-row--wide:nth-child(2):before {
  content: "\f0e0";
  position: absolute;
  left: 20px;
  font-size: 20px;
  font-weight: 300;
  color: var(--or);
  font-family: "Font Awesome 6 Pro";
}
body .super_login_form .register form .woocommerce-form-row--wide:nth-child(3):before {
  content: "\f30d";
  position: absolute;
  left: 20px;
  font-size: 20px;
  font-weight: 300;
  color: var(--or);
  font-family: "Font Awesome 6 Pro";
}
body .super_login_form .register form .woocommerce-form-row--wide:nth-child(1):before {
  content: "\f007";
  position: absolute;
  left: 20px;
  font-size: 20px;
  font-weight: 300;
  color: var(--or);
  font-family: "Font Awesome 6 Pro";
}
body .super_login_form .register form .woocommerce-form-row--wide .woocommerce-password-strength {
  background: none;
  font-size: 11px;
  text-align: left;
  padding: 10px 0;
  font-weight: 500;
  color: var(--or);
}
body .super_login_form .register form .woocommerce-form-row--wide .woocommerce-password-hint {
  display: none;
}
body .super_login_form .register form .form-group.user-role {
  display: none;
}
body .super_login_form .register form .woocommerce-privacy-policy-text {
  font-size: 11px;
  color: var(--or);
  line-height: 16px;
  text-align: center;
  max-width: 70%;
  margin: 5px auto;
}
body .super_login_form .register form div.submit-row {
  display: flex;
  margin-top: 30px;
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
}
body .super_login_form .register form div.submit-row button[type=submit] {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 60px;
  outline: none;
  background: var(--or);
  color: var(--bleu);
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s ease;
  padding: 0 30px;
  line-height: 15px;
  border: none;
  margin: 0;
}
body .super_login_form .register form div.submit-row button[type=submit]:hover {
  background: #012b3a;
  color: var(--or);
  transform: translateY(5px);
}
body .super_login_form .register form div.submit-row .woocommerce-form-login__rememberme {
  font-weight: 500;
  font-size: 10px;
  color: var(--gris);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
body .super_login_form .register form .clear {
  display: none;
}
body .super_login_form .register form button[type=submit] {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 60px;
  outline: none;
  background: var(--or);
  color: var(--bleu);
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s ease;
  padding: 0 30px;
  line-height: 15px;
  border: none;
}
body .super_login_form .register form button[type=submit]:hover {
  background: #012b3a;
  color: var(--or);
  transform: translateY(5px);
}
body .super_login_form.register_mode .login {
  flex: 0 0 40%;
}
body .super_login_form.register_mode .login .headerswtich {
  display: flex;
  height: 100%;
}
body .super_login_form.register_mode .login .header {
  display: none;
}
body .super_login_form.register_mode .login .login-error {
  display: none;
}
body .super_login_form.register_mode .login form {
  display: none;
}
body .super_login_form.register_mode .login form.lost_reset_password {
  display: none !important;
}
body .super_login_form.register_mode .register {
  flex: 0 0 60%;
}
body .super_login_form.register_mode .register .header {
  display: none;
}
body .super_login_form.register_mode .register .headerswitch {
  display: flex;
}
body .super_login_form.register_mode .register form {
  display: flex;
}
body .super_login_form.register_mode .register .buttons {
  display: none;
}
body .super_login_form .woocommerce-notices-wrapper {
  position: absolute;
  bottom: -100px;
  left: 20px;
  right: 20px;
  background: none;
}
body .super_login_form .woocommerce-notices-wrapper ul {
  border: none;
  background: transparent;
  display: flex;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: #012b3a;
  margin: 0;
}
body .super_login_form .woocommerce-notices-wrapper ul::before {
  content: none;
}
body form#acf_sgo_form .acf-fields.-sidebar:before {
  background: rgba(1, 43, 58, 0.03);
}
body form#acf_sgo_form .acf-fields.-sidebar .acf-tab-wrap ul li a {
  color: #012b3a;
  font-weight: 500;
  font-size: 12px;
  padding: 12px 20px;
  text-transform: uppercase;
}
body form#acf_sgo_form .acf-fields {
  font-size: 13px;
  padding: 0 20px 0px calc(20% + 20px) !important;
}
body form#acf_sgo_form .acf-fields .acf-field {
  padding: 20px 10px;
  border: none;
}
body form#acf_sgo_form .acf-fields .acf-field .acf-label label {
  font-size: 15px;
}
body form#acf_sgo_form .acf-fields .acf-field .acf-label label .acf-required {
  color: var(--or);
}
body form#acf_sgo_form .acf-fields .acf-field .acf-label .description {
  font-size: 13px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
  max-width: 400px;
}
body form#acf_sgo_form .acf-fields .acf-field .acf-input select {
  height: 40px;
  padding: 0 15px;
  border-radius: 5px;
  border: solid 1px #707070;
  outline: none;
  font-size: 13px;
  font-weight: 500;
  color: #012b3a;
}
body form#acf_sgo_form .acf-fields .acf-field .acf-input .acf-input-wrap input[type=text], body form#acf_sgo_form .acf-fields .acf-field .acf-input .acf-input-wrap input[type=url], body form#acf_sgo_form .acf-fields .acf-field .acf-input .acf-input-wrap select, body form#acf_sgo_form .acf-fields .acf-field .acf-input .acf-input-wrap input[type=email] {
  height: 40px;
  padding: 0 15px;
  border-radius: 5px;
  border: solid 1px #707070;
  outline: none;
  font-size: 13px;
  font-weight: 500;
  color: #012b3a;
}
body form#acf_sgo_form .acf-fields .acf-field .acf-input .acf-input-wrap textarea {
  padding: 0 15px;
  border-radius: 5px;
  border: solid 1px #707070;
  outline: none;
  font-size: 13px;
  font-weight: 500;
  color: #012b3a;
}
body form#acf_sgo_form .acf-fields .acf-field .acf-input .acf-button {
  padding: 8px 20px;
  border: solid 1px #012b3a;
  color: #012b3a;
  border-radius: 3px;
  font-weight: 500;
}
body form#acf_sgo_form .acf-fields .acf-field .acf-input .acf-button:hover {
  background: #012b3a;
  color: var(--or);
}
body form#acf_sgo_form .acf-fields .acf-field.acf-field-message {
  padding: 30px 0 0;
}
body form#acf_sgo_form .acf-fields .acf-field.acf-field-message .acf-label label {
  font-size: 20px;
  color: var(--or);
}
body form#acf_sgo_form .acf-form-submit {
  display: flex;
  padding: 30px;
  justify-content: flex-end;
  align-items: center;
}
body form#acf_sgo_form .acf-form-submit input[type=submit] {
  font-size: 15px;
  border-radius: 60px;
  height: 60px;
  padding: 5px 30px 5px 30px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #012b3a;
  color: var(--or);
  border: none;
  font-weight: 500;
}
body form#acf_sgo_form .acf-form-submit input[type=submit]:hover {
  background: var(--or);
  transform: translateY(5px);
  color: #012b3a;
}

body .latest_blog_on_sgo_profile {
  display: flex;
  align-items: stretch;
  border-radius: 5px;
  overflow: hidden;
}
body .latest_blog_on_sgo_profile .main-image {
  flex: 1;
  position: relative;
}
body .latest_blog_on_sgo_profile .main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .latest_blog_on_sgo_profile .content {
  flex: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 50px;
  background: var(--gris);
}
body .latest_blog_on_sgo_profile .content .top {
  width: 100%;
}
body .latest_blog_on_sgo_profile .content .top h3 {
  font-size: 12px;
  color: gray;
  font-weight: 300;
  line-height: 16px;
  margin: 0;
}
body .latest_blog_on_sgo_profile .content .top h2 {
  font-size: 20px;
  font-weight: bold;
  color: var(--bleu);
  line-height: 25px;
  margin: 0 0 78px 0;
}
body .latest_blog_on_sgo_profile .content .bottom {
  display: flex;
  width: 100%;
}
body .latest_blog_on_sgo_profile .content .bottom .infos {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  flex: 1.4;
}
body .latest_blog_on_sgo_profile .content .bottom .infos .author {
  font-size: 12px;
  line-height: 17px;
  color: var(--bleu);
}
body .latest_blog_on_sgo_profile .content .bottom .infos .author span {
  font-weight: bold;
}
body .latest_blog_on_sgo_profile .content .bottom .infos .author em {
  text-transform: uppercase;
  display: block;
}
body .latest_blog_on_sgo_profile .content .bottom .infos .date {
  font-size: 12px;
  line-height: 17px;
  color: var(--bleu);
  font-weight: bold;
}
body .latest_blog_on_sgo_profile .content .bottom .link {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
body .latest_blog_on_sgo_profile .content .bottom .link .ngo_button {
  font-size: 15px;
  border-radius: 60px;
  height: 60px;
  padding: 5px 5px 5px 30px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--or);
}
body .latest_blog_on_sgo_profile .content .bottom .link .ngo_button .label {
  flex: 1;
  margin-right: 30px;
  position: relative;
  display: block;
  flex-direction: column;
  height: 50px;
  transition: all 0.3s ease;
  color: var(--bleu);
}
body .latest_blog_on_sgo_profile .content .bottom .link .ngo_button .label span {
  height: 50px;
  display: flex;
  align-items: center;
  text-align: left;
}
body .latest_blog_on_sgo_profile .content .bottom .link .ngo_button .icone {
  height: 50px;
  width: 50px;
  flex: 0 0 auto;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  color: var(--or);
}
body .latest_blog_on_sgo_profile .content .bottom .link .ngo_button .icone i,
body .latest_blog_on_sgo_profile .content .bottom .link .ngo_button .icone svg {
  position: absolute;
  font-size: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50px, calc(-50% + 2px));
  transition: all 0.2s ease;
}
body .latest_blog_on_sgo_profile .content .bottom .link .ngo_button .icone:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  background: var(--bleu);
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
body .latest_blog_on_sgo_profile .content .bottom .link .ngo_button:hover .label {
  transform: translateY(-100%);
}
body .latest_blog_on_sgo_profile .content .bottom .link .ngo_button:hover .icone i,
body .latest_blog_on_sgo_profile .content .bottom .link .ngo_button:hover .icone svg {
  transform: translate(-50%, calc(-50% + 2px));
  transition-delay: 0.1s;
}
body .latest_blog_on_sgo_profile .content .bottom .link .ngo_button:hover .icone:before {
  width: 50px;
  height: 50px;
}

:root {
  --bleu: #012b3a;
  --or: #e5be8a;
  --gris: #f2f2f2;
  --rose: #f3b3c0;
  --vert: #35c89f;
  --violet: #cd7df7;
  --radius: 5px;
  --bleuclair: lighten(#012b3a, 30%);
}

html,
* {
  box-sizing: border-box;
  outline: none;
  text-decoration: none;
  color: inherit;
}

body .preview_sgo_button {
  position: fixed;
  padding: 20px 50px;
  border-radius: 5px 5px 0 0;
  z-index: 99;
  background: var(--or);
  color: #012b3a;
  font-weight: 500;
  font-size: 18px;
  right: calc((100vw - 1400px) / 2);
  bottom: 0;
  transition: all 0.3s ease;
}
body .preview_sgo_button:hover {
  padding: 24px 80px;
  background: #012b3a;
  color: var(--or);
  box-shadow: 0px 0px 30px rgba(1, 43, 58, 0.2);
}
body .container {
  max-width: 1410px;
  margin: 0 auto;
}
body a {
  color: inherit;
  text-decoration: none;
}
body a:hover {
  color: inherit;
}
body .newsletter_form form {
  position: relative;
}
body .newsletter_form form label[for=form-field-email],
body .newsletter_form form label[for=form-field-email2] {
  position: absolute;
  color: var(--rose) !important;
  top: 19px;
  left: 30px;
  font-size: 22px;
}
body .newsletter_form form .elementor-field-type-acceptance {
  font-size: 12px;
  font-weight: normal;
  padding: 5px 20px !important;
}
body .newsletter_form form .elementor-field-type-acceptance .elementor-field-option {
  display: flex;
  align-items: flex-start;
}
body .newsletter_form form .elementor-field-type-acceptance .elementor-field-option label {
  margin-left: 10px;
}
body .newsletter_form form .elementor-field-type-submit {
  position: absolute;
  top: 5px;
  right: 0px;
  width: auto;
}
body .newsletter_form form .elementor-field-type-submit button {
  width: 51px;
  height: 51px;
  background: var(--rose);
  color: white;
  border-radius: 50%;
  font-size: 20px;
}
body .newsletter_form form .elementor-field-type-submit button:hover {
  background: var(--bleu);
}
body .newsletter_form form input[type=email] {
  background: var(--gris) !important;
  color: var(--bleu);
  height: 60px;
  padding: 0 60px;
  border: none;
  outline: none;
  border-radius: 60px;
}
body .newsletter_form.orange form label[for=form-field-email] {
  color: var(--or) !important;
}
body .newsletter_form.orange form .elementor-field-type-submit button {
  background: var(--or);
}
body .newsletter_form.whiteextra form input[type=email] {
  background: white !important;
  color: var(--bleu);
}
body .decalage {
  transform: translateY(-220px);
}
body .decalageplus {
  transform: translateY(-300px);
}
body #cart .woocommerce {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto;
  gap: 0 50px;
  grid-template-areas: "top top top top top top" "zonea zonea zonea zonea zoneb zoneb" "zonec zonec zonec zonec zoneb zoneb";
}
@media screen and (max-width: 1400px) {
  body #cart .woocommerce {
    gap: 0 30px;
  }
}
@media screen and (max-width: 1120px) {
  body #cart .woocommerce {
    grid-template-areas: "top top top top top top" "zonea zonea zonea zonea zonea zonea" "zonec zonec zonec zoneb zoneb zoneb";
  }
}
@media screen and (max-width: 980px) {
  body #cart .woocommerce {
    grid-template-areas: "top top top top top top" "zonea zonea zonea zonea zonea zonea" "zoneb zoneb zoneb zoneb zoneb zoneb";
  }
}
body #cart .woocommerce .woocommerce-notices-wrapper {
  grid-area: top;
}
body #cart .woocommerce .woocommerce-notices-wrapper .woocommerce-error,
body #cart .woocommerce .woocommerce-notices-wrapper .woocommerce-message,
body #cart .woocommerce .woocommerce-notices-wrapper .woocommerce-info {
  background: var(--bleu);
  color: white;
  font-size: 15px;
  font-weight: 500;
  border-top-color: var(--or);
  border-radius: 5px;
}
body #cart .woocommerce .woocommerce-notices-wrapper .woocommerce-error:before,
body #cart .woocommerce .woocommerce-notices-wrapper .woocommerce-message:before,
body #cart .woocommerce .woocommerce-notices-wrapper .woocommerce-info:before {
  color: var(--or);
}
body #cart .woocommerce .woocommerce-notices-wrapper .woocommerce-error a,
body #cart .woocommerce .woocommerce-notices-wrapper .woocommerce-message a,
body #cart .woocommerce .woocommerce-notices-wrapper .woocommerce-info a {
  color: var(--or);
  background: var(--bleu);
}
body #cart .woocommerce .woocommerce-cart-form {
  grid-area: zonea;
  background: var(--gris);
  padding: 30px;
  border-radius: 3px;
}
body #cart .woocommerce .woocommerce-cart-form table {
  border: none;
  margin: 0;
}
body #cart .woocommerce .woocommerce-cart-form table thead tr th {
  border: none;
  background: transparent;
  font-size: 12px;
  font-weight: 400;
}
body #cart .woocommerce .woocommerce-cart-form table thead tr th.product-thumbnail {
  display: none;
}
body #cart .woocommerce .woocommerce-cart-form table thead tr th.product-quantity {
  display: none;
}
body #cart .woocommerce .woocommerce-cart-form table thead tr th.product-price {
  display: none;
}
@media screen and (max-width: 768px) {
  body #cart .woocommerce .woocommerce-cart-form table tbody tr.cart_item {
    border-bottom: solid 1px rgba(1, 43, 58, 0.1);
    margin-bottom: 10px;
  }
}
body #cart .woocommerce .woocommerce-cart-form table tbody tr td {
  border: none;
  background: transparent;
  font-size: 14px;
  font-weight: bold;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
  padding: 20px 10px;
}
@media screen and (max-width: 768px) {
  body #cart .woocommerce .woocommerce-cart-form table tbody tr td {
    display: flex;
    justify-content: flex-start;
    text-align: left !important;
    padding: 5px 0;
    gap: 5px;
    border: none;
  }
}
body #cart .woocommerce .woocommerce-cart-form table tbody tr td.product-name {
  padding-left: 20px;
}
body #cart .woocommerce .woocommerce-cart-form table tbody tr td.product-remove {
  position: relative;
}
body #cart .woocommerce .woocommerce-cart-form table tbody tr td.product-remove a {
  font-size: 0px;
}
body #cart .woocommerce .woocommerce-cart-form table tbody tr td.product-remove a:before {
  position: absolute;
  content: "\f2ed";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 15px;
  color: var(--bleu);
  top: 24px;
}
body #cart .woocommerce .woocommerce-cart-form table tbody tr td.product-remove a:hover:before {
  color: var(--or);
}
body #cart .woocommerce .woocommerce-cart-form table tbody tr td.product-thumbnail {
  display: none;
}
body #cart .woocommerce .woocommerce-cart-form table tbody tr td.product-quantity {
  display: none;
}
body #cart .woocommerce .woocommerce-cart-form table tbody tr td.product-price {
  display: none;
}
body #cart .woocommerce .woocommerce-cart-form table tbody tr td.actions {
  width: 100%;
  justify-content: space-between;
  border-bottom: none;
  padding-bottom: 0;
}
body #cart .woocommerce .woocommerce-cart-form table tbody tr td.actions .coupon {
  display: flex;
  margin: 20px 0;
}
body #cart .woocommerce .woocommerce-cart-form table tbody tr td.actions .coupon small {
  font-size: 12px;
  line-height: 15px;
  padding: 10px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  body #cart .woocommerce .woocommerce-cart-form table tbody tr td.actions .coupon {
    display: flex;
    flex-direction: column;
    text-align: left !important;
  }
}
body #cart .woocommerce .woocommerce-cart-form table tbody tr td.actions .coupon input[type=text] {
  width: 160px;
  height: 40px;
  background: transparent;
  border: solid 1px var(--bleu);
  color: var(--bleu);
  font-size: 13px;
  font-weight: 500;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  body #cart .woocommerce .woocommerce-cart-form table tbody tr td.actions .coupon input[type=text] {
    width: 100%;
  }
}
body #cart .woocommerce .woocommerce-cart-form table tbody tr td.actions .coupon button[type=submit] {
  height: 40px;
  border-radius: 5px;
  background: var(--bleu);
  color: var(--or);
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  body #cart .woocommerce .woocommerce-cart-form table tbody tr td.actions .coupon button[type=submit] {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
body #cart .woocommerce .woocommerce-cart-form table tbody tr td.actions button[name=update_cart] {
  display: none;
}
body #cart .woocommerce .cart-collaterals {
  grid-area: zoneb;
}
body #cart .woocommerce .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
  background: var(--bleu);
  border-radius: 5px;
  padding: 30px;
  color: white;
}
@media screen and (max-width: 1120px) {
  body #cart .woocommerce .cart-collaterals .cart_totals {
    margin-top: 30px;
  }
}
body #cart .woocommerce .cart-collaterals .cart_totals h2 {
  color: var(--or);
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
}
body #cart .woocommerce .cart-collaterals .cart_totals table {
  border: none;
}
body #cart .woocommerce .cart-collaterals .cart_totals table tbody tr.recurring-totals th, body #cart .woocommerce .cart-collaterals .cart_totals table tbody tr.recurring-totals td {
  padding: 10px 0;
  border-top: solid 2px var(--or);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.1);
}
body #cart .woocommerce .cart-collaterals .cart_totals table tbody tr.cart-subtotal, body #cart .woocommerce .cart-collaterals .cart_totals table tbody tr.recurring-total {
  border: none;
}
body #cart .woocommerce .cart-collaterals .cart_totals table tbody tr.cart-subtotal th,
body #cart .woocommerce .cart-collaterals .cart_totals table tbody tr.cart-subtotal td, body #cart .woocommerce .cart-collaterals .cart_totals table tbody tr.recurring-total th,
body #cart .woocommerce .cart-collaterals .cart_totals table tbody tr.recurring-total td {
  background: transparent;
  border: none;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 0;
}
body #cart .woocommerce .cart-collaterals .cart_totals table tbody tr.order-total {
  border: none;
}
body #cart .woocommerce .cart-collaterals .cart_totals table tbody tr.order-total th,
body #cart .woocommerce .cart-collaterals .cart_totals table tbody tr.order-total td {
  font-size: 18px;
  border: none;
  font-weight: bold;
  background: none !important;
  border-top: solid 2px var(--or);
  padding: 12px 0 !important;
}
body #cart .woocommerce .cart-collaterals .cart_totals table tbody tr.order-total th small,
body #cart .woocommerce .cart-collaterals .cart_totals table tbody tr.order-total td small {
  color: white;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  font-weight: 300;
  display: block;
}
body #cart .woocommerce .cart-collaterals .cart_totals table tbody tr.order-total:hover th,
body #cart .woocommerce .cart-collaterals .cart_totals table tbody tr.order-total:hover td {
  background: transparent;
}
body #cart .woocommerce .cart-collaterals .cart_totals table tbody tr.fee th,
body #cart .woocommerce .cart-collaterals .cart_totals table tbody tr.fee td {
  background: transparent;
  border: none;
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  padding: 8px 0 !important;
  border-top: solid 1px rgba(255, 255, 255, 0.1) !important;
}
body #cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding: 1em 0 0;
}
body #cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  background: var(--or);
  color: white;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 5px;
  transition: all 0.3s ease;
  margin-bottom: 0;
}
body #cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  transform: translateY(4px);
  color: var(--bleu);
}
body.checkout-wc.woocommerce-checkout {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bleu);
}
body.checkout-wc.woocommerce-checkout p {
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
}
body.checkout-wc.woocommerce-checkout h4 {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--bleu);
}
body.checkout-wc.woocommerce-checkout #order_review h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 40px;
  color: var(--bleu);
}
body.checkout-wc.woocommerce-checkout #order_review .payment_method_stripe {
  padding: 2em 3em;
  background: white;
}
body.checkout-wc.woocommerce-checkout #order_review .payment_method_stripe ul {
  margin-top: 30px;
}
body.checkout-wc.woocommerce-checkout #order_review .payment_method_stripe ul label {
  font-weight: 500;
}
body.checkout-wc.woocommerce-checkout #order_review > ul {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
body.checkout-wc.woocommerce-checkout #order_review > ul li {
  padding: 0 0 5px 5px;
}
body.checkout-wc.woocommerce-checkout #order_review > ul li a {
  color: var(--bleu);
  padding: 2px 5px;
  border-radius: 2px;
  background: rgba(1, 43, 58, 0.1);
  font-size: 12px;
  font-weight: 500;
  color: var(--bleu);
}
body.checkout-wc.woocommerce-checkout #cfw-cart-summary #cfw-cart-summary-content #cfw-cart .cfw-cart-item-image {
  display: none;
}
body.checkout-wc.woocommerce-checkout #cfw-cart-summary #cfw-cart-summary-content #cfw-cart .cfw-cart-item-description {
  font-size: 15px;
  font-weight: 500;
  padding-top: 0;
}
body.checkout-wc.woocommerce-checkout #cfw-cart-summary #cfw-cart-summary-content #cfw-cart .cfw-cart-item-description .cfw-cart-item-title {
  font-size: inherit;
  font-weight: 500;
}
body.checkout-wc.woocommerce-checkout #cfw-cart-summary #cfw-cart-summary-content #cfw-cart .cfw-cart-item-subtotal {
  font-size: 16px;
  font-weight: bold;
}
body.checkout-wc.woocommerce-checkout #cfw-cart-summary #cfw-cart-summary-content #cfw-cart .cfw-cart-item-subtotal .subscription-price span.subscription-details {
  font-weight: normal;
  margin-left: 4px;
  font-size: 12px;
}
body.checkout-wc.woocommerce-checkout #cfw-cart-summary #cfw-cart-summary-content #cfw-cart .cfw-edit-item-quantity-control-wrap {
  display: none;
}
body.checkout-wc.woocommerce-checkout #cfw-cart-summary #cfw-cart-summary-content #cfw-totals-list tr.woocommerce-shipping-totals, body.checkout-wc.woocommerce-checkout #cfw-cart-summary #cfw-cart-summary-content #cfw-totals-list tr.shipping {
  display: none;
}
body.checkout-wc.woocommerce-checkout #cfw-cart-summary #cfw-cart-summary-content #cfw-totals-list tr.order-total th,
body.checkout-wc.woocommerce-checkout #cfw-cart-summary #cfw-cart-summary-content #cfw-totals-list tr.order-total td {
  color: var(--bleu);
}
body.checkout-wc.woocommerce-checkout #cfw-cart-summary #cfw-cart-summary-content #cfw-totals-list tr.order-total th small,
body.checkout-wc.woocommerce-checkout #cfw-cart-summary #cfw-cart-summary-content #cfw-totals-list tr.order-total td small {
  color: var(--bleu);
  font-size: 13px;
  font-weight: 300;
}
body.checkout-wc.woocommerce-checkout #cfw-cart-summary #cfw-cart-summary-content #cfw-totals-list tr.recurring-totals th {
  font-size: 14px;
  color: var(--or);
  font-weight: 600;
  padding-top: 1em;
  letter-spacing: 0;
}

@keyframes appearFromTop {
  0% {
    opacity: 0;
    transform: translateY(-30%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
