@charset "UTF-8";
/* FONTS */
@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@500;800&family=Montserrat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap");
/*!
Theme Name: Human's Connexion
Author: Human's connexion
Theme URI: https://www.humansconnexion.com/
Version:1.0
!*/
body {
  font-size: 16px;
  overflow-x: hidden;
  margin: 0;
  font-family: "Geologica", sans-serif;
}

html {
  overflow-x: hidden !important;
}

img {
  max-width: 100%;
  height: auto;
}

i {
  font-family: "FontAwesome";
}

p {
  margin: 0;
}

.has-noir-color {
  color: #000000;
}

.has-noir-background-color {
  background-color: #000000;
}

.has-blanc-color {
  color: #ffffff;
}

.has-blanc-background-color {
  background-color: #ffffff;
}

.has-gris-color {
  color: #707070;
}

.has-gris-background-color {
  background-color: #707070;
}

.has-gris-clair-color {
  color: rgba(237, 237, 237, 0.3490196078);
}

.has-gris-clair-background-color {
  background-color: rgba(237, 237, 237, 0.3490196078);
}

.has-mint-color {
  color: #c0efde;
}

.has-mint-background-color {
  background-color: #c0efde;
}

.has-vert-color {
  color: #39b386;
}

.has-vert-background-color {
  background-color: #39b386;
}

/* to top*/
.scrollToTopBtn {
  background-color: transparent;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 18px;
  line-height: 48px;
  width: 48px;
  /* place it at the bottom right corner */
  position: fixed;
  bottom: 20px;
  right: 20px;
  /* keep it at the top of everything else */
  z-index: 100;
  /* hide with opacity */
  opacity: 0;
  /* also add a translate effect */
  transform: translateY(100px);
  /* and a transition */
  transition: all 0.8s ease;
}

.showBtn {
  opacity: 1;
  transform: translateY(0);
}

i {
  font-style: normal;
}

a {
  -webkit-transition: ease-in-out all 0.3s;
  transition: ease-in-out all 0.3s;
}

h1,
h2,
h3,
h4 {
  line-height: 1;
}

h2 {
  font-size: 40px;
  font-weight: 800;
}

/*CUSTOM BLOCKS*/
/*hc-cards*/
.hc-cards {
  position: relative;
  width: 350px;
}
.hc-cards .div-img {
  position: relative;
  height: 500px;
  width: 350px;
}
.hc-cards .overlay {
  position: absolute;
  bottom: 0;
  opacity: 0;
  height: 100%;
  /*width: 100%;*/
  background-color: aliceblue;
  width: 350px;
}
.hc-cards .card-link:hover .overlay {
  height: 100%;
  width: 350px;
  opacity: 0.5;
  background-color: #313947;
  border-radius: 10px;
}
.hc-cards .card-infos {
  position: absolute;
  bottom: 100px;
  left: 45px;
  z-index: 1;
}
.hc-cards .card-infos .plugin__number {
  font: normal normal 20px/26px Geologica;
  color: #fff;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.431372549);
}
.hc-cards .card-infos .plugin__title {
  font: normal normal 900 20px/26px Geologica;
  color: #fff;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.431372549);
}
.hc-cards .btn-programs {
  position: absolute;
  bottom: -1px;
  right: 0px;
  height: 30px;
  width: 30px;
  border-bottom-right-radius: 10px;
  z-index: 1;
  border: none;
}

/****************CURRICULUM***********************/
#simple-content .simple-wrapper {
  border-bottom: 1px solid #313947;
  padding: 20px 0;
  margin-bottom: 5px;
}
#simple-content .simple-wrapper .simple-accordion {
  margin-bottom: 10px;
}
#simple-content .simple-wrapper .simple-accordion .chevron {
  float: right;
  transition: transform 0.5s ease;
}
#simple-content .simple-wrapper .simple-accordion.active .chevron {
  transform: rotate(-180deg);
}
#simple-content .simple-content {
  margin-top: 40px;
}

/*Simple Accordion for subject template*/
.simple-accordion {
  cursor: pointer;
  transition: 0.4s;
}

.panel {
  display: none;
  overflow: hidden;
}

.testimonials-slider .wp_swiper__navigation {
  position: absolute;
  top: -50px;
}
.testimonials-slider .wp_swiper__navigation .swiper-button-prev,
.testimonials-slider .wp_swiper__navigation .swiper-button-next {
  background-color: #39b386;
  width: 39px;
}
.testimonials-slider .wp_swiper__navigation .swiper-button-prev img,
.testimonials-slider .wp_swiper__navigation .swiper-button-next img {
  width: 25px;
  height: 25px;
  filter: invert(100%) sepia(12%) saturate(580%) hue-rotate(301deg)
    brightness(112%) contrast(100%);
}
.testimonials-slider .wp_swiper__navigation .swiper-button-next {
  right: -90px;
}
.testimonials-slider .testimonial-author {
  font-family: "Kalam", cursive;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
}
.testimonials-slider .testimonial-role {
  color: #39b386;
}

body {
  color: #313947;
}

h1,
h2,
h3,
h4 {
  margin: 0;
}

.main section,
section.reassurance-shop,
.related_content,
.woocommerce-notices-wrapper,
.woocommerce-cart .main,
.woocommerce-checkout .main,
#curriculum_container,
.woocommerce-account .main {
  padding: 0 15em;
}

#curriculum_container {
  padding: 50px 8em;
}

.woocommerce-cart .main,
.woocommerce-checkout .main,
.woocommerce-account .main {
  padding-top: 150px;
}

.wp-block-button__link {
  color: #fff;
  background-color: #39b386;
  border-radius: 0;
  box-shadow: none;
  text-decoration: none;
  padding: 15px 30px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.wp-block-button__link:hover {
  background-color: #313947;
}

p {
  /*line-height: 24px;*/
  line-height: 1.5;
  font-weight: 500;
}

#headerHome {
  align-items: end;
  padding: 0;
}
#headerHome .wp-block-cover__inner-container {
  background-color: #39b386;
  /* display: flex; */
  margin-left: 15em;
  margin-right: 15em;
}
#headerHome .wp-block-cover__inner-container h1 {
  padding: 0 20px 0 40px;
  flex-basis: 100%;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  align-items: center;
}
#headerHome .wp-block-cover__inner-container p {
  flex-basis: 100%;
  padding: 0 20px 0 40px;
  font-family: "Montserrat", sans-serif;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#headerHome .wp-block-cover__inner-container p a {
  font-weight: 800;
  margin-top: 30px;
  display: inline-block;
  text-decoration: none;
  font-family: "Geologica", sans-serif;
}
#headerHome .wp-block-cover__inner-container p a:after {
  content: "";
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/hc/img/fleche-droite-haut-noir.svg");
  margin-left: 10px;
  display: inline-block;
}
#headerHome .wp-block-cover__inner-container figure {
  flex-basis: 100%;
  margin: 0 0 0em;
}
#headerHome .wp-block-cover__inner-container figure img {
  object-fit: fill;
  height: 100%;
}
.home sub {
  font-size: 18px;
  letter-spacing: 3.6px;
  font-weight: 600;
}
.home .wp-block-cover.header .wp-block-cover__inner-container {
  padding: 60px;
  max-width: 60%;
  background-color: #fff;
}
.home .plus-before:before {
  content: "+";
  color: #39b386;
  font-size: 45px;
  font-weight: bold;
}
.home #school-life {
  overflow: inherit;
  margin-top: 220px;
}
.home #school-life .surf-img img {
  margin-top: -250px;
}
.home #school-life .surf-text img {
  margin-top: -220px;
}
/* image qui se chevauche sur la page "Charity works" */
.charity-top {
  transform: translateY(-250px);
}
.charity-events {
  position: relative;
}
.charity-img img {
  position: absolute;
  margin-left: -240px;
  margin-top: -200px;
  z-index: 1;
}

.charity-events{
  overflow: inherit;
}
/*block charity work */
.charities-block {
  margin-left: -240px !important;
}
.citizen-block {
  margin-right: 113px !important;
}
/* image qui se chevauche sur la page "School shows" */
.cover-show {
  transform: translateY(-120px);
}
.end-show {
  position: relative;
  margin-left: -260px;
}
.end-show-img img {
  position: absolute;
  margin-top: -450px;
  z-index: 1;
}
/*marge gauche page "school shows" */
.christmas-group {
  margin-left: 240px !important;
}
.separator-show {
  margin-right: 290px !important;
}
/* Style du fond avec opacité */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Opacité réglable ici */
  z-index: 9998; /* Inférieur à la valeur du z-index du popup */
}

.product-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 9999;
  width: 70%;
}
.product-popup .close-popup {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.all_curriculum {
  display: flex;
}
.all_curriculum .subject {
  flex-basis: 100%;
  padding: 30px 60px;
}
.all_curriculum .subject .get_img {
  height: 80px;
  display: flex;
  align-items: end;
}
.all_curriculum .subject h3 {
  font-weight: 800;
  font-size: 40px;
  padding: 15px 0;
}
.all_curriculum .subject ul {
  padding-left: 0;
}
.all_curriculum .subject ul li {
  list-style: none;
}
.all_curriculum .subject ul li a {
  color: #313947;
  text-decoration: none;
  font-size: 18px;
  margin: 5px 0;
  display: inline-block;
}
.all_curriculum .subject ul li a svg {
  position: relative;
  top: 5px;
}
.all_curriculum .subject ul li a svg path {
  transition: all 0.5s ease-in-out;
}
.all_curriculum .subject ul li a:hover {
  color: #39b386;
}
.all_curriculum .subject ul li a:hover svg path {
  fill: #39b386;
}
.all_curriculum .subject:nth-child(2) {
  border-left: 1px solid #313947;
}

.introHeaderCurri {
  padding: 150px 0 0 8em;
}
.introHeaderCurri .content_header {
  max-width: 550px;
  width: 55%;
  padding: 40px 80px 20px 80px;
  background-color: #fff;
}
.introHeaderCurri .content_header .label {
  text-transform: uppercase;
  color: #707070;
  font-size: 18px;
  letter-spacing: 3.6px;
  line-height: 24px;
}
.introHeaderCurri .content_header .single {
  color: #313947;
  font-size: 60px;
  padding: 15px 0;
  font-weight: 800;
}

.introHeaderPage {
  padding: 200px 0 0 8em;
}
.introHeaderPage .content_header_page {
  max-width: 550px;
  width: 55%;
  padding: 40px 80px 20px 80px;
  background-color: #fff;
}
.introHeaderPage .content_header_page .page-subtitle {
  font: normal normal 14px/18px Geologica;
  letter-spacing: 2.8px;
}
.introHeaderPage .content_header_page .page-title {
  font: normal normal 800 50px/60px Geologica;
}
.introHeaderPage .content_header_page .page-description {
  font: normal normal 16px/24px Geologica;
}

#curriculum_container .tabList,
#curriculum_container .niveaux {
  padding: 20px 80px;
}
#curriculum_container .tabList {
  list-style: none;
  padding-top: 0;
}
#curriculum_container .tabList li {
  display: inline;
  margin-right: 10px;
}
#curriculum_container .tabList li a {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #313947;
  color: #313947;
  padding: 10px;
  font-weight: 800;
  text-decoration: none;
}
#curriculum_container .tabList li a:hover {
  background-color: #313947;
  color: #fff;
}
#curriculum_container .tabList li.ui-tabs-active a {
  background-color: #313947;
  color: #fff;
}

.related {
  background-color: #f4f5f5;
}
.related .container_related {
  padding: 50px 13em;
}
.related .container_related h3 {
  font-size: 40px;
  font-weight: 800;
  padding-bottom: 30px;
}
.related .container_related .subjects {
  display: flex;
  gap: 30px;
  align-items: baseline;
}
.related .container_related .subjects a {
  color: #313947;
  text-decoration: none;
}
.related .container_related .subjects a svg {
  margin-left: 5px;
  position: relative;
  top: 5px;
}
.related .container_related .subjects a svg path {
  transition: all 0.5s ease-in-out;
}
.related .container_related .subjects a:hover {
  color: #39b386;
}
.related .container_related .subjects a:hover svg path {
  fill: #39b386;
}
.related .container_related .subjects a.more {
  color: #39b386;
}
.related .container_related .subjects a.more svg {
  top: 0px;
}
.related .container_related .subjects a.more:hover {
  color: #313947;
}
.related .container_related .subjects a.more:hover svg path {
  fill: #313947;
}

.accordion-item {
  border-bottom: 1px solid #313947;
  padding: 20px 0;
  margin-bottom: 5px;
}
.accordion-item:last-child {
  border-bottom: none;
}

.accordion-header {
  padding: 10px;
  cursor: pointer;
  font-weight: 800;
}
.accordion-header .chevron {
  float: right;
  transition: transform 0.5s ease; /* Adjust the transition duration for a slower rotation */
}
.accordion-header .rotate {
  transform: rotate(-180deg);
}

.accordion-content {
  padding: 10px;
  display: none;
}

.nested-accordion {
  padding-top: 10px;
}
.nested-accordion .accordion-item {
  padding: 0px 0;
  border: none;
}
.nested-accordion .accordion-item .accordion-header {
  background-color: #c0efde;
  height: 23px;
}

.vert {
  color: #39b386;
}

.title_with_image {
  display: flex;
  align-items: center;
}
.title_with_image img {
  margin-right: 10px;
}

.list_bullets {
  list-style: none;
  padding-left: 0;
}
.list_bullets li {
  padding: 5px 10px;
  background-color: #f4f5f5;
  margin-bottom: 5px;
}
.list_bullets li::before {
  content: "• ";
  color: #39b386;
}
.list_bullets li:nth-child(even) {
  background-color: #fff;
}
.list_bullets .under_bullets {
  list-style-type: none;
  padding-top: 10px;
}
.list_bullets .under_bullets li {
  border-bottom: 1px solid #313947;
  padding: 5px 20px;
  background: transparent;
}
.list_bullets .under_bullets li::before {
  content: "⭘   ";
  color: #39b386;
  font-size: 8px;
  position: relative;
  top: 0px;
  left: -15px;
}
.list_bullets .under_bullets li:nth-child(even) {
  background-color: unset;
}
.list_bullets .under_bullets li:last-child {
  border-bottom: none;
}

.colonnes {
  display: flex;
  padding: 20px 0;
  gap: 20px;
}
.colonnes .col_1,
.colonnes .col_2 {
  flex-basis: 100%;
}

.titre_vert {
  font-weight: 800;
  font-size: 20px;
  color: #c0efde;
  line-height: 30px;
}

.encadre_vert {
  padding: 30px 80px;
  border: 2px solid #c0efde;
  margin: 20px 0;
  font-size: 16px;
}

table {
  border-color: #fff;
  border-width: 3px;
}
table thead {
  text-align: left;
  background-color: #313947;
  font-weight: 800;
  color: #fff;
  padding: 10px;
}
table thead th {
  padding: 10px 20px;
}
table td {
  padding: 25px;
}
table tbody tr:nth-child(even) {
  background-color: #f4f5f5;
}

.spacingGrey {
  text-transform: uppercase;
  font-size: 18px;
  color: #707070;
  letter-spacing: 3.6px;
}

.woocommerce header#masthead,
.woocommerce-cart header#masthead,
.woocommerce-checkout header#masthead,
.woocommerce-page header#masthead {
  background-color: #000;
}
.woocommerce .woocommerce-products-header,
.woocommerce-cart .woocommerce-products-header,
.woocommerce-checkout .woocommerce-products-header,
.woocommerce-page .woocommerce-products-header {
  padding-top: 100px;
}

.products_by_cat {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #313947;
  padding: 50px 0;
}
.products_by_cat .cat_left {
  flex: 1 1 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  border-radius: 10px;
  margin-right: 25px;
}
.products_by_cat .cat_left .text_cat {
  position: absolute;
  bottom: 20px;
  padding: 20px;
  background-color: #fff;
  width: 80%;
  left: 50%;
  transform: translate(-50%, 0%);
}
.products_by_cat .cat_left .text_cat .cat_name {
  font-size: 40px;
  font-weight: 800;
}
.products_by_cat .products_and_co {
  min-width: 0px;
  flex: 2 1 0;
}
.products_by_cat:nth-child(even) {
  flex-direction: row-reverse;
}
.products_by_cat:last-of-type {
  border-bottom: none;
}

.introduce_me {
  display: flex;
  padding: 30px 40px;
  padding-top: 60px;
}
.introduce_me .cat_description {
  font-size: 25px;
  font-weight: 800;
  flex: 2 1 0;
}
.introduce_me .show_me_more a {
  color: #39b386;
  font-weight: 800;
  text-decoration: none;
}
.introduce_me .show_me_more a:hover {
  color: #313947;
}
.introduce_me .show_me_more a:hover path {
  fill: #313947;
}
.introduce_me .show_me_more svg {
  margin-left: 10px;
}
.introduce_me .show_me_more svg path {
  transition: all 0.5s ease-in-out;
}
.products_slider .slick-slide {
  margin: 0 6px;
}
.products_slider .slick-list {
  margin: 0 -6px;
}
.products_slider .product a {
  text-decoration: none;
  display: inline-block;
}
.products_slider .product img {
  border-radius: 10px;
}

.woocommerce-loop-product__title {
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  color: #313947;
  padding: 30px;
  padding-bottom: 5px;
}

.price,
.amount,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  div.product
  span.price {
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  color: #39b386;
}

.px_panier .woocommerce-LoopProduct-link,
.px_panier .add_to_cart_button {
  transition: height 400ms;
  overflow: hidden !important;
  height: 1.2em;
  padding: 0 !important;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  color: #39b386 !important;
  background-color: transparent !important;
  display: block !important;
}

.px_panier .woocommerce-LoopProduct-link {
  padding-left: 30px !important;
}

.px_panier .add_to_cart_button {
  height: 0;
  padding-left: 30px !important;
}

.px_panier:hover .woocommerce-LoopProduct-link,
.px_panier:focus .woocommerce-LoopProduct-link {
  height: 0;
}

.px_panier:hover .add_to_cart_button,
.px_panier:focus .add_to_cart_button {
  height: 1.2em;
}

.reassurance-shop {
  margin: 30px 0;
}
.reassurance-shop section {
  padding: 0;
}
.reassurance-shop p {
  border: 2px solid #c0efde;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.reassurance-shop p:before {
  content: "";
  display: inline-block;
  background-image: url("/wp-content/themes/hc/img/clickcollect.svg");
  background-size: contain;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center center;
}

body.tax-product_cat .content-area,
body.tax-product_cat .product,
body.product-template-default .content-area,
body.product-template-default .product {
  padding-top: 150px;
}
body.tax-product_cat .site-main,
body.product-template-default .site-main {
  padding: 0 15em;
}

.orderby {
  padding: 5px 10px;
}

.products {
  padding-bottom: 40px;
  border-bottom: 1px solid #313947;
}
.products li .woocommerce-LoopProduct-link img {
  border-radius: 10px;
}

.wc-block-product-categories-list {
  padding-left: 0;
  padding-bottom: 25px;
  border-bottom: 1px solid #313947;
}
.wc-block-product-categories-list li {
  list-style: none;
}
.wc-block-product-categories-list li a {
  text-decoration: none;
  display: inline-block;
  padding: 5px 0;
  color: #707070;
}
.wc-block-product-categories-list li a.active {
  color: #313947;
  text-decoration: underline;
}

.wc-blocks-filter-wrapper {
  border-bottom: 1px solid #313947;
  padding-bottom: 25px;
  padding-top: 25px;
}

.content_page {
  width: 100%;
}
.content_page .woocommerce-loop-product__title {
  padding-left: 30px !important;
}

.tax-product_cat .colonnes {
  gap: 40px;
}

#secondary {
  min-width: 20%;
}

.woocommerce ul.products li.product .button {
  margin-top: 0;
}

#main .woocommerce-pagination {
  text-align: right;
  margin-top: 20px;
}
#main .woocommerce-pagination ul {
  border: none;
}
#main .woocommerce-pagination ul li {
  border: 2px solid #313947;
  margin-right: 5px;
}
#main .woocommerce-pagination ul li span {
  text-align: center;
  color: #313947;
}
#main .woocommerce-pagination ul li span.current {
  background: #313947;
  color: #fff;
}
#main .woocommerce-pagination ul li:last-child {
  margin-right: 0;
}
#main .woocommerce-pagination ul li a {
  color: #313947;
}
#main .woocommerce-pagination ul li a:hover {
  background: #313947;
  color: #fff;
}

body.woocommerce.product-template-default .backTo {
  padding: 0px 15em;
  padding-top: 150px;
}
body.woocommerce.product-template-default .backTo a {
  color: #313947;
}
body.woocommerce.product-template-default .backTo a svg {
  transform: rotate(90deg);
  position: relative;
  top: -2px;
}
body.woocommerce.product-template-default div.product {
  padding: 40px 15em;
}
body.woocommerce.product-template-default .site-main {
  padding: 0 15em;
}
body.woocommerce.product-template-default div.product div.images img {
  max-width: 500px;
  border-radius: 10px;
  width: auto !important;
}
body.woocommerce.product-template-default .flex-viewport {
  margin-bottom: 20px;
}
body.woocommerce.product-template-default .product_title {
  font-size: 40px;
}
body.woocommerce.product-template-default
  .woocommerce-product-details__short-description {
  margin: 20px 0;
}
body.woocommerce.product-template-default div.product .price {
  margin: 20px 0;
}
body.woocommerce.product-template-default div.product .price .amount {
  font-size: 35px !important;
}
body.woocommerce.product-template-default .popup-trigger {
  text-decoration: underline;
  font: normal normal medium 16px/24px Geologica;
  letter-spacing: 0px;
  color: #313947;
  cursor: pointer;
  margin: 20px 0;
}
body.woocommerce.product-template-default .variations {
  text-align: left;
}
body.woocommerce.product-template-default .variations td {
  padding: 0px;
}
body.woocommerce.product-template-default .variations select {
  padding: 10px;
  background-color: #f4f5f5;
  border: none;
  min-width: unset !important;
}
body.woocommerce.product-template-default .variations .reset_variations {
  color: #c0efde;
}
body.woocommerce.product-template-default
  .woocommerce-variation-add-to-cart-enabled {
  margin: 20px 0;
}
body.woocommerce.product-template-default .qty {
  padding: 16px 10px;
  background-color: #f4f5f5;
  border: none;
}
body.woocommerce.product-template-default div.product .button {
  background-color: #39b386 !important;
  padding: 15px 80px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}
body.woocommerce.product-template-default .reassurance-shop p:before {
  width: 40px;
  height: 40px;
}
body.woocommerce.product-template-default .woocommerce-tabs ul.tabs {
  padding-left: 0;
}
body.woocommerce.product-template-default .woocommerce-tabs ul.tabs:before {
  content: unset;
}
body.woocommerce.product-template-default .woocommerce-tabs ul.tabs li {
  border: 2px solid #313947;
  background-color: #fff;
  color: #313947;
  border-radius: 0;
  margin: 0 5px;
  padding: 0 1em;
}
body.woocommerce.product-template-default .woocommerce-tabs ul.tabs li.active {
  background-color: #313947;
  color: #fff;
  border-color: #313947;
}
body.woocommerce.product-template-default .woocommerce-tabs ul.tabs li:before,
body.woocommerce.product-template-default .woocommerce-tabs ul.tabs li:after {
  content: unset;
}
body.woocommerce.product-template-default
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  p {
  font-weight: 400;
}

.related_content .related.products {
  padding: 50px 0;
}
.related_content .related.products h2 {
  text-align: center;
  font-size: 40px;
  padding-bottom: 50px;
}
.related_content
  .related.products
  ul.products
  .woocommerce-loop-product__title {
  text-align: left;
  padding-left: 30px;
}
.related_content .products {
  border-bottom: none;
}

.woocommerce-message,
.woocommerce-info {
  border: none;
  margin-top: 20px;
  background-color: #c0efde;
  color: #313947;
  border-radius: 10px;
}
.woocommerce-message .button.wc-forward,
.woocommerce-info .button.wc-forward {
  border: none;
  background-color: transparent;
  color: #313947;
  padding: 0;
}
.woocommerce-message .button.wc-forward:after,
.woocommerce-info .button.wc-forward:after {
  content: "";
  display: inline-block;
  background-image: url("/wp-content/themes/hc/img/fleche-droite-haut-noir.svg");
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-left: 5px;
}
.woocommerce-message .button.wc-forward:hover,
.woocommerce-info .button.wc-forward:hover {
  text-decoration: underline;
}

.woocommerce-message::before {
  color: #39b386;
}

.wc-block-mini-cart__template-part
  .wc-block-components-product-metadata__description {
  display: none;
}
.wc-block-mini-cart__template-part .wc-block-components-product-name {
  color: #313947;
}
.wc-block-mini-cart__template-part
  .wp-block-woocommerce-mini-cart-cart-button-block,
.wc-block-mini-cart__template-part .wc-block-components-button {
  text-decoration: none;
}

body:not(.woocommerce-block-theme-has-button-styles)
  .wc-block-components-button:not(.is-link):focus,
.wp-block-woocommerce-mini-cart-checkout-button-block
  wc-block-mini-cart__footer-checkout
  contained {
  color: #313947;
}

.woocommerce-cart a {
  color: #313947;
}
.woocommerce-cart .wc-block-cart__main .wc-block-cart-items {
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 10px;
}
.woocommerce-cart .wc-block-cart__main .wc-block-cart-items thead {
  text-align: left;
  background-color: #f4f5f5;
  font-weight: 800;
  color: #313947;
}
.woocommerce-cart
  .wc-block-cart__main
  .wc-block-cart-items
  thead
  .wc-block-cart-items__header {
  background-color: #f4f5f5;
  font-size: 16px;
  text-transform: capitalize;
}
.woocommerce-cart
  .wc-block-cart__main
  .wc-block-cart-items
  thead
  .wc-block-cart-items__header
  th {
  background-color: #f4f5f5 !important;
  padding: 10px 20px;
}
.woocommerce-cart
  .wc-block-cart__main
  .wc-block-cart-items
  thead
  .wc-block-cart-items__header
  th.wc-block-cart-items__header-product {
  visibility: visible;
}
.woocommerce-cart
  .wc-block-cart__main
  .wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__image {
  border-radius: 10px;
}
.woocommerce-cart
  .wc-block-cart__main
  .wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-components-product-name {
  text-decoration: none;
}
.woocommerce-cart
  .wc-block-cart__main
  .wc-block-cart-items
  .wc-block-cart-items__row
  span.price.wc-block-components-product-price {
  color: #313947;
}
.woocommerce-cart
  .wc-block-cart__main
  .wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-components-product-metadata__description {
  display: none;
}

.is-large.wc-block-cart .wc-block-cart-items td {
  border-top: none !important;
}

.wc-block-cart-item__image img {
  border-radius: 20px;
}

.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block {
  background-color: #c0efde;
  padding: 30px 20px;
  border-radius: 20px 20px 0 0px;
}
.woocommerce-cart
  .wp-block-woocommerce-cart-order-summary-block
  .wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
  font-size: 25px;
  font-weight: 800;
  text-transform: none;
  padding: 15px 0;
  display: inline-block;
}
.woocommerce-cart
  .wp-block-woocommerce-cart-order-summary-block
  .wp-block-woocommerce-cart-order-summary-coupon-form-block,
.woocommerce-cart
  .wp-block-woocommerce-cart-order-summary-block
  .wp-block-woocommerce-cart-order-summary-subtotal-block {
  border-top: none;
}
.woocommerce-cart
  .wp-block-woocommerce-cart-order-summary-block
  .wc-block-components-totals-wrapper {
  border-top-color: #313947;
}
.woocommerce-cart
  .wp-block-woocommerce-cart-order-summary-block
  .wc-block-components-totals-wrapper
  .wc-block-components-totals-item.wc-block-components-totals-footer-item {
  font-size: 16px !important;
}

.wc-block-cart__submit {
  background-color: #c0efde;
  padding: 20px;
  padding-top: 0;
  border-radius: 0 0 20px 20px;
}
.wc-block-cart__submit .wc-block-cart__submit-container a {
  background-color: #39b386;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  font-weight: 800;
}
.wc-block-cart__submit .wc-block-cart__submit-container a:hover {
  background-color: #313947;
}

.wp-block-woocommerce-checkout-order-summary-block {
  background-color: #c0efde;
  padding: 20px;
  padding-top: 0;
  border-radius: 20px;
}
.wp-block-woocommerce-checkout-order-summary-block
  .wc-block-components-panel__button {
  font-size: 25px;
  font-weight: 800;
  text-transform: none;
  padding: 15px 0;
  display: inline-block;
}
.wp-block-woocommerce-checkout-order-summary-block
  .wc-block-components-panel__button:hover {
  font-size: 25px;
  font-weight: 800;
}

.wc-block-components-totals-wrapper {
  border-top: none;
}

.wc-block-components-form wc-block-checkout__form input {
  border: none;
  background-color: #f4f5f5;
}

body.woocommerce-checkout
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="text"],
body.woocommerce-checkout .wc-block-components-text-input input[type="tel"],
body.woocommerce-checkout #components-form-token-input-0 {
  border: none;
  background-color: #f4f5f5;
}
body.woocommerce-checkout
  .wc-block-components-checkout-step--with-step-number
  .wc-block-components-checkout-step__container:after {
  border: none;
}
body.woocommerce-checkout .wc-block-components-checkout-step {
  border-bottom: 1px solid #313947 !important;
  padding-bottom: 30px;
  padding-top: 30px;
}
body.woocommerce-checkout #order-notes {
  border: none !important;
  padding: 0;
}
body.woocommerce-checkout #payment-method {
  border: none !important;
}
body.woocommerce-checkout
  .wc-block-checkout__actions.wp-block-woocommerce-checkout-actions-block,
body.woocommerce-checkout .wc-block-components-totals-wrapper {
  border-top: none;
}
body.woocommerce-checkout
  .wc-block-components-checkout-place-order-button.contained {
  background-color: #39b386;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  font-weight: 800;
  border: none;
  box-shadow: none;
}
body.woocommerce-checkout
  .wc-block-components-checkout-place-order-button.contained:hover {
  background-color: #313947;
}
body.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button {
  text-decoration: underline;
}
body.woocommerce-checkout
  .wc-block-checkout__payment-method
  .wc-block-components-radio-control {
  border-color: #c0efde;
  border-radius: 20px;
}
body.woocommerce-checkout .wc-block-components-product-metadata__description {
  display: none;
}
body.woocommerce-checkout .price,
body.woocommerce-checkout .wc-block-components-totals-coupon-link {
  color: #313947;
}
body.woocommerce-checkout
  .is-large
  .wc-block-components-sidebar
  .wc-block-components-totals-item
  span {
  font-size: 16px;
}
body.woocommerce-checkout .wc-block-components-order-summary__content {
  background-color: rgba(255, 255, 255, 0.35);
  padding: 5px;
  border-radius: 10px;
}
body.woocommerce-checkout
  .wc-block-components-order-summary
  .wc-block-components-order-summary-item__image
  > img {
  border-radius: 10px;
}

.woocommerce-order-received
  .woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-size: 40px;
  font-weight: 800;
  padding: 40px 0;
}
.woocommerce-order-received
  ul.woocommerce-order-overview.woocommerce-thankyou-order-details {
  background-color: #c0efde;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
}
.woocommerce-order-received
  ul.woocommerce-order-overview.woocommerce-thankyou-order-details
  li {
  font-size: 16px;
  text-transform: none;
}
.woocommerce-order-received
  ul.woocommerce-order-overview.woocommerce-thankyou-order-details
  li
  strong {
  font-size: 16px;
}
.woocommerce-order-received
  ul.woocommerce-order-overview.woocommerce-thankyou-order-details
  li
  .amount {
  color: #313947;
}
.woocommerce-order-received .woocommerce-bacs-bank-details,
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details {
  padding: unset;
}
.woocommerce-order-received h2 {
  font-size: 20px;
  color: #39b386;
  padding-bottom: 20px;
}
.woocommerce-order-received .woocommerce-table thead {
  background-color: #c0efde;
  color: #313947;
  border: none;
}
.woocommerce-order-received .woocommerce-customer-details address {
  border-color: #c0efde;
  padding: 20px;
}

.components-button.wc-block-components-button.wp-element-button.wp-block-woocommerce-mini-cart-checkout-button-block
  wc-block-mini-cart__footer-checkout
  contained,
.wc-block-mini-cart__template-part .wc-block-components-button,
.woocommerce-Button,
.woocommerce-form-login__submit {
  background-color: #39b386 !important;
  color: #fff !important;
  text-transform: uppercase;
}

.wc-block-components-sidebar {
  padding-left: 0;
}

.woocommerce table.shop_table {
  border-collapse: collapse;
  border-color: #c0efde;
}
.woocommerce table.shop_table td a,
.woocommerce table.shop_table td .amount {
  color: #313947;
}

.get-pages ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.get-pages ul li {
  list-style: none;
  width: 100%;
}
.get-pages ul li a {
  display: inline-block;
  background-color: #313947;
  color: #fff;
  text-decoration: none;
  height: 100%;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #fff;
  font-size: 14px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  text-align: center;
}
.get-pages ul li a:hover {
  background-color: #020b1a;
}

.woocommerce-MyAccount-navigation ul {
  padding-left: 0;
  background-color: #c0efde;
  list-style-type: none;
  padding: 20px;
  border-radius: 20px;
}
.woocommerce-MyAccount-navigation ul li {
  padding: 10px 0;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #313947;
  text-decoration: none;
  padding: 15px 5px;
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: 10px;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  background-color: rgba(255, 255, 255, 0.35);
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: rgba(255, 255, 255, 0.35);
}

.woocommerce-MyAccount-content {
  padding-top: 60px;
}
.woocommerce-MyAccount-content a {
  color: #39b386;
  text-decoration: none;
  padding: 15px 0;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
  padding: 10px 8px;
  vertical-align: middle;
  /* background: red; */
}

.woocommerce table thead {
  background-color: #c0efde;
}

.woocommerce table.shop_table td {
  border-top: none;
}
.woocommerce table tbody tr:nth-child(2n) {
  background-color: #fff;
}

.woocommerce-account .woocommerce-order-details,
.woocommerce-account .woocommerce-customer-details {
  padding: 20px 0;
}
.woocommerce-account .woocommerce-Addresses {
  margin-top: 40px;
}
.woocommerce-account .woocommerce-Addresses .woocommerce-Address {
  background-color: #c0efde;
  border-radius: 10px;
  padding: 20px;
  width: 45%;
}

.woocommerce-info {
  border-top: 0;
}

.edit-account input {
  padding: 1.5em 0.5em 0.5em;
  border: none;
  background-color: #f4f5f5;
}

.woocommerce-MyAccount-content .woocommerce-Button {
  margin: 40px 0 !important;
}

.woocommerce form.login.woocommerce-form-login,
.woocommerce form.registe {
  border: none;
  background-color: #c0efde;
  border-radius: 10px;
  padding: 20px;
}
.woocommerce form.login.woocommerce-form-login input,
.woocommerce form.registe input {
  padding: 1.5em 0.5em 0.5em;
  border: none;
  background-color: #f4f5f5;
}

.woocommerce .woocommerce-Input {
  padding: 1.5em 0.5em 0.5em;
  border: none;
  background-color: #f4f5f5;
}

.woocommerce-form-login__submit {
  background-color: #39b386 !important;
  color: #fff !important;
  text-transform: uppercase;
}

.lost_password a,
.added_to_cart.wc-forward {
  color: #313947;
  padding-left: 40px;
}

#gform_fields_1 input,
#gform_fields_1 select,
#gform_fields_1 textarea {
  border: none;
  background-color: rgba(237, 237, 237, 0.3490196078);
}
#gform_fields_1 input#gform_submit_button_1 {
  background-color: #39b386;
}
#gform_fields_1 input#gform_submit_button_1:hover {
  background-color: #313947;
}

.gap0 {
  gap: 0px !important;
}

.citizen {
  width: 1344px !important;
  height: 278px !important;
}

.header-top {
  background-color: #000000;
  color: #ffffff;
  padding: 6px 4em;
  text-align: right;
  font-size: 14px;
  display: flex;
  justify-content: end;
  gap: 20px;
}
.header-top a {
  text-decoration: none;
  color: #ffffff;
  opacity: 0.7;
  padding: 2px 0;
}
.header-top a:hover {
  text-shadow: unset;
  opacity: 1;
}
.header-top .parent a:before {
  content: url("/wp-content/themes/hc/img/parent.svg");
  color: #ffffff;
  display: inline-block;
  margin-right: 10px;
}
.header-top .wpml-ls-legacy-dropdown-click {
  width: auto;
}
.header-top .wpml-ls-legacy-dropdown-click a {
  border: none;
  background-color: #313947;
}
.header-top .wpml-ls-legacy-dropdown-click .wpml-ls-flag {
  width: 18px;
  height: 18px;
  border-radius: 10px;
}
.header-top .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a,
.header-top .wpml-ls-legacy-dropdown-click a:focus,
.header-top .wpml-ls-legacy-dropdown-click a:hover {
  background-color: #313947;
  color: #fff;
  opacity: 1;
}

nav {
  background-color: #000000;
}

body:not(.mob-nav-active) #masthead {
  position: absolute;
  z-index: 99;
  width: 100%;
  transition: all 300ms ease-in-out;
}
body:not(.mob-nav-active) #masthead nav {
  position: relative;
  padding: 0 10em;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
body:not(.mob-nav-active) #masthead nav .brand {
  max-height: 75px;
}
body:not(.mob-nav-active) #masthead nav .brand a {
  display: inline-block;
  max-width: 80%;
  max-height: 75px;
}
body:not(.mob-nav-active) #masthead nav .menu-container {
  flex: 3 0px;
  justify-content: center;
  display: flex;
}
body:not(.mob-nav-active) #masthead #menu-menu-principal {
  margin: 0;
}
body:not(.mob-nav-active)
  #masthead
  #menu-menu-principal
  li.current-menu-ancestor
  a {
  color: #c0efde;
}
body:not(.mob-nav-active)
  #masthead
  #menu-menu-principal
  li.current-menu-ancestor
  a
  span {
  border-bottom: 2px solid #c0efde;
}
body:not(.mob-nav-active) #masthead #menu-menu-principal li a {
  padding: 30px 10px;
  color: #fff;
}
body:not(.mob-nav-active) #masthead #menu-menu-principal li a:hover {
  color: #c0efde;
}
body:not(.mob-nav-active) #masthead #menu-menu-principal .description-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  border-right: 1px solid #f4f5f5;
}
body:not(.mob-nav-active)
  #masthead
  #menu-menu-principal
  .description-menu
  a.dropdown-item {
  width: 100% !important;
  padding: 70px 50px;
}
body:not(.mob-nav-active)
  #masthead
  #menu-menu-principal
  .description-menu
  a.dropdown-item
  span {
  font-size: 25px;
  font-weight: 800;
  padding-left: 0;
}
body:not(.mob-nav-active)
  #masthead
  #menu-menu-principal
  .description-menu
  a.dropdown-item
  .descriptionLeft {
  padding-top: 20px;
  font-size: 16px;
  font-weight: 500;
}
body:not(.mob-nav-active) #masthead.menu-open {
  background-color: #fff;
}
body:not(.mob-nav-active) #masthead.menu-open #menu-menu-principal li ul li a {
  color: #313947;
}
body:not(.mob-nav-active)
  #masthead.menu-open
  #menu-menu-principal
  li.current-menu-ancestor
  a {
  color: #313947;
}
body:not(.mob-nav-active)
  #masthead.menu-open
  #menu-menu-principal
  li.current-menu-ancestor
  a
  span {
  border-bottom: none;
}
body:not(.mob-nav-active)
  #masthead.menu-open
  a.cart-customlocation.cart-contents {
  background-color: #39b386;
}
body:not(.mob-nav-active)
  #masthead.menu-open
  a.cart-customlocation.cart-contents
  .cart-contents-count {
  background-color: #c0efde;
}
body:not(.mob-nav-active) #masthead .big-nav.active.nav-item.show {
  background-color: #f4f5f5;
}
body:not(.mob-nav-active)
  #masthead
  .big-nav.active.nav-item.show
  ul.child-active {
  background-color: #f4f5f5;
}
body:not(.mob-nav-active) .nav {
  display: flex;
  z-index: 99;
  padding: 0;
  gap: 25px;
}
body:not(.mob-nav-active) .nav li {
  list-style-type: none;
}
body:not(.mob-nav-active) .nav li ul {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0px);
  transition: all 300ms ease-in-out 500ms;
  transition: all 300ms ease-in-out;
  padding-left: 0;
}
body:not(.mob-nav-active) .nav li ul li > a {
  padding: 4px 10px;
}
body:not(.mob-nav-active) .nav a {
  display: block;
  text-decoration: none;
}
body:not(.mob-nav-active) .nav > li > a {
  padding: 4px 10px;
}
body:not(.mob-nav-active) .nav > li:hover > ul,
body:not(.mob-nav-active) .nav > li.dropdown a:hover > ul,
body:not(.mob-nav-active) .nav .big-nav > ul.dropdown-menu-open,
body:not(.mob-nav-active) .nav > .big-nav > ul.child-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  display: block;
}
body:not(.mob-nav-active) .nav .big-nav {
  position: static;
}
body:not(.mob-nav-active) .nav .big-nav > ul {
  z-index: 9;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #f4f5f5;
  display: none;
  transform: translate(0px, 0px);
}
body:not(.mob-nav-active) #masthead #menu-menu-principal .description-menu {
  top: 0;
  width: 25%;
  height: 100%;
  display: flex;
  align-items: center;
  transform: translate(-100%, 0px);
  background-color: #fff;
}
body:not(.mob-nav-active) #masthead #menu-menu-principal .description-menu a {
  color: #313947;
}
body:not(.mob-nav-active) .nav .big-nav > ul > li > a {
  padding: 10px;
  display: block;
}
body:not(.mob-nav-active) .nav .big-nav > ul > li > ul {
  display: none;
  position: absolute;
  top: 0;
  margin-left: 25%;
  width: 75%;
}
body:not(.mob-nav-active) .nav .big-nav > ul > li .imgRight {
  display: none;
  position: absolute;
  top: 0;
  right: 0%;
  width: 20%;
}
body:not(.mob-nav-active) .nav .big-nav > ul > li .imgRight img {
  object-fit: fill;
  height: 294px;
}
body:not(.mob-nav-active) .nav .big-nav > ul > li.show > ul,
body:not(.mob-nav-active) .nav .big-nav > ul.child-active > li.show .imgRight {
  display: block;
}
body:not(.mob-nav-active) .nav .big-nav > ul > li > ul > li {
  display: block;
  width: 100%;
  float: left;
}
body:not(.mob-nav-active) .nav .big-nav > ul > li {
  width: 75%;
  left: 25%;
  display: flex;
  margin-left: 25%;
}
body:not(.mob-nav-active)
  #masthead
  #menu-menu-principal
  li.big-nav
  li.show
  ul.dropdown-menu {
  opacity: 1;
}
body:not(.mob-nav-active)
  #masthead
  #menu-menu-principal
  li.big-nav
  li.show
  ul.dropdown-menu
  li.nav-item {
  left: 0;
  opacity: 1;
  visibility: visible;
}
body:not(.mob-nav-active)
  #masthead
  #menu-menu-principal
  li.big-nav
  li.show
  ul.dropdown-menu
  li.nav-item
  a {
  padding: 5px !important;
}
body:not(.mob-nav-active)
  #masthead
  #menu-menu-principal
  li.big-nav
  .dropdown-toggle::after {
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: "";
  display: inline-block;
  height: 0.45em;
  right: -0.2em;
  position: relative;
  top: 0.2em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.45em;
  transform: rotate(135deg);
  margin-left: 5px;
}
body:not(.mob-nav-active)
  #masthead
  #menu-menu-principal
  li.big-nav
  .dropdown-menu
  .dropdown-item {
  width: 25%;
}

.menu-open .cart-top .wc-block-mini-cart__button {
  background-color: #313947;
}
.menu-open .cart-top .wc-block-mini-cart__button svg,
.menu-open .cart-top .wc-block-mini-cart__button path {
  fill: #fff;
}

.cart-top .wc-block-mini-cart__button {
  position: relative;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #c0efde;
  text-align: center;
  line-height: 75px;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
.cart-top .wc-block-mini-cart__button:hover {
  background-color: #313947;
  opacity: 1 !important;
  cursor: pointer;
}
.cart-top .wc-block-mini-cart__button:hover svg,
.cart-top .wc-block-mini-cart__button:hover path {
  fill: #fff;
}
.cart-top .wc-block-mini-cart__button .wc-block-mini-cart__quantity-badge {
  position: unset;
}
.cart-top .wc-block-mini-cart__button .wc-block-mini-cart__badge {
  position: absolute;
  right: 0;
  top: -2px;
  background-color: #39b386;
  border-radius: 50%;
  padding: 1px;
  font-size: 12px;
  height: 25px;
  width: 25px;
  line-height: 25px;
  right: -6px;
  top: -5px;
  color: #313947;
  transform: translateY(0%);
}

a.cart-customlocation.cart-contents {
  position: relative;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #c0efde;
  text-align: center;
  line-height: 75px;
}
a.cart-customlocation.cart-contents:hover {
  background-color: #313947;
}
a.cart-customlocation.cart-contents:hover svg,
a.cart-customlocation.cart-contents:hover path {
  fill: #fff;
}
a.cart-customlocation.cart-contents .cart-contents-count {
  position: absolute;
  right: 0;
  top: -2px;
  background-color: #39b386;
  border-radius: 50%;
  padding: 1px;
  font-size: 12px;
  height: 25px;
  width: 25px;
  line-height: 25px;
  right: -6px;
  top: -5px;
}

.shop a span {
  border: 1px solid #ffffff;
  padding: 5px 18px;
}
.shop a:hover span {
  border-color: #c0efde;
}

body:not(.mob-nav-active)
  #masthead
  #menu-menu-principal
  li
  .dropdown-menu
  > .child-active {
  text-transform: initial;
}

#menu-menu-principal > li > a {
  text-transform: uppercase;
}

.nav .big-nav > ul.dropdown-menu > li > ul.dropdown-menu {
  position: absolute;
}

body:not(.mob-nav-active)
  #masthead
  #menu-menu-principal
  li.big-nav
  > .dropdown-item {
  background-color: white;
}

body:not(.mob-nav-active)
  #masthead
  #menu-menu-principal
  li.big-nav.show
  > .dropdown-item {
  background-color: #f4f5f5;
}

body:not(.mob-nav-active)
  #masthead
  #menu-menu-principal
  li.big-nav
  li.show
  ul.dropdown-menu
  li {
  padding-left: 40px;
}

#menu-menu-principal
  > .menu-item
  > ul.dropdown-menu
  > li.menu-item
  > a.dropdown-item
  > span {
  font-size: 20px;
  font-weight: bold;
  padding-left: 20px;
}

#menu-menu-principal
  > .menu-item
  > ul.dropdown-menu
  > li.show
  > a.dropdown-item
  > span {
  color: #39b386;
  padding: 40px 20px;
}
#menu-menu-principal
  > .menu-item
  > ul.dropdown-menu
  > li.show
  > a.dropdown-item
  > span:after {
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  border-color: #39b386;
  content: "";
  display: inline-block;
  height: 0.45em;
  left: 0.15em;
  position: relative;
  top: 50%;
  vertical-align: top;
  width: 0.45em;
  left: 0;
  transform: translate(0, -50%) rotate(45deg);
  margin-left: 75px;
}

#menu-menu-principal
  > .menu-item
  > ul.dropdown-menu
  > li.menu-item
  > ul.dropdown-menu {
  padding: 25px 15px;
}

body:not(.mob-nav-active)
  #masthead
  #menu-menu-principal
  > .menu-item
  > ul.dropdown-menu
  > li.menu-item
  > ul.dropdown-menu
  > li
  > a {
  border-bottom: 1px solid #313947;
  padding: 5px !important;
  padding-left: 0 !important;
  padding-bottom: 15px !important;
}
body:not(.mob-nav-active)
  #masthead
  #menu-menu-principal
  > .menu-item
  > ul.dropdown-menu
  > li.menu-item
  > ul.dropdown-menu
  > li
  > a:hover {
  color: #39b386 !important;
}

body:not(.mob-nav-active)
  #masthead
  #menu-menu-principal
  > .menu-item
  > ul.dropdown-menu
  > li.menu-item
  > ul.dropdown-menu
  > li.admission {
  padding-top: 30px;
}
body:not(.mob-nav-active)
  #masthead
  #menu-menu-principal
  > .menu-item
  > ul.dropdown-menu
  > li.menu-item
  > ul.dropdown-menu
  > li.admission
  a {
  color: #39b386 !important;
  border-bottom: none;
}
body:not(.mob-nav-active)
  #masthead
  #menu-menu-principal
  > .menu-item
  > ul.dropdown-menu
  > li.menu-item
  > ul.dropdown-menu
  > li.admission
  a:after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(/wp-content/themes/hc/img/fleche-point-top.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 15px;
}

body:not(.mob-nav-active)
  #masthead
  #menu-menu-principal
  li.big-nav
  > .dropdown-item {
  padding: 36px 10px !important;
}

/*Adapt School life submenu to display like third level item */
body:not(.mob-nav-active) .nav .school-life-custom ul.dropdown-menu,
body:not(.mob-nav-active) .nav .practical-infos-custom ul.dropdown-menu {
  padding-top: 1%;
}
body:not(.mob-nav-active)
  .nav
  .school-life-custom
  ul.dropdown-menu
  .description-menu,
body:not(.mob-nav-active)
  .nav
  .practical-infos-custom
  ul.dropdown-menu
  .description-menu {
  width: 33% !important;
  margin-left: 33%;
}
body:not(.mob-nav-active)
  .nav
  .school-life-custom
  ul.dropdown-menu
  .third-level-item,
body:not(.mob-nav-active)
  .nav
  .practical-infos-custom
  ul.dropdown-menu
  .third-level-item {
  width: 100%;
  left: 25%;
  display: flex;
  margin-left: 35%;
}
body:not(.mob-nav-active)
  .nav
  .school-life-custom
  ul.dropdown-menu
  .third-level-item
  a,
body:not(.mob-nav-active)
  .nav
  .practical-infos-custom
  ul.dropdown-menu
  .third-level-item
  a {
  border-bottom: 1px solid #313947;
  padding: 10px !important;
  padding-left: 0 !important;
  padding-bottom: 15px !important;
}
body:not(.mob-nav-active)
  .nav
  .school-life-custom
  ul.dropdown-menu
  .third-level-item
  a
  span,
body:not(.mob-nav-active)
  .nav
  .practical-infos-custom
  ul.dropdown-menu
  .third-level-item
  a
  span {
  font-size: 16px !important;
}
body:not(.mob-nav-active)
  .nav
  .school-life-custom
  ul.dropdown-menu
  .third-level-item
  a
  span
  .imgRight,
body:not(.mob-nav-active)
  .nav
  .practical-infos-custom
  ul.dropdown-menu
  .third-level-item
  a
  span
  .imgRight {
  width: 36%;
}
body:not(.mob-nav-active)
  .nav
  .school-life-custom
  ul.dropdown-menu
  .third-level-item
  a
  span
  .imgRight
  img,
body:not(.mob-nav-active)
  .nav
  .practical-infos-custom
  ul.dropdown-menu
  .third-level-item
  a
  span
  .imgRight
  img {
  height: 280px;
}

.mob {
  display: none !important;
}

.tablet {
  display: none;
}

#mobile {
  display: none;
}

@media (min-width: 992px) {
  .desktop {
    display: block;
  }
}
@media screen and (min-width: 20px) and (max-width: 991px) {
  .main section,
  .related_content,
  .woocommerce-cart .main,
  .woocommerce-checkout .main,
  .woocommerce-notices-wrapper,
  section.reassurance-shop,
  #curriculum_container,
  body.product-template-default .site-main,
  body.tax-product_cat .site-main,
  body.woocommerce.product-template-default div.product,
  body.woocommerce.product-template-default .backTo {
    padding: 0 5em;
  }
  body.woocommerce.product-template-default .backTo,
  .woocommerce-cart .main,
  .woocommerce-checkout .main {
    padding-top: 150px;
  }
  body.mob-nav-active .closeMenu {
    display: inline-block !important;
  }
  body.mob-nav-active .closeMenu:hover {
    cursor: pointer;
  }
  body.mob-nav-active .description-menu,
  body.mob-nav-active .imgRight {
    display: none;
  }
  body.mob-nav-active .closeMenu {
    display: block;
  }
  header#masthead {
    position: relative;
  }
  #masthead .navSup {
    padding: 2em;
  }
  .navbar-toggler {
    top: 100px;
    right: 50px;
    position: absolute;
    width: auto;
    z-index: 9;
    right: 20px;
    top: 20px;
    width: 100% !important;
    outline: none;
    cursor: pointer;
  }
  .navbar-toggler:focus {
    outline: none;
  }
  .closeMenu.mob {
    padding: 15px 20px 10px 20px;
    color: #fff;
    z-index: 9999;
    position: absolute;
    left: 10px;
    top: 30px;
    display: none !important;
    line-height: normal;
  }
  .closeMenu.mob img {
    width: 20px;
  }
  .uperMenu {
    text-align: center;
  }
  .uperMenu .nLogo {
    margin: auto;
    display: inherit;
    background-color: #39b386;
    padding: 15px;
    max-width: 50%;
    padding-top: 15px !important;
  }
  #navbarContent {
    clear: both;
  }
  .navbar-toggler {
    width: auto;
  }
  .navbar-toggler svg {
    position: absolute;
    right: 0px;
    top: 0px;
  }
  #masthead .header-logo .navbar-brand {
    margin-left: 20px;
  }
  .nav-fostrap {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    left: -100%;
    top: 0px;
    margin: 0;
    border: 0;
    border-radius: 0;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    transition: left 0.25s ease;
    display: inline-block !important;
    background-color: #c0efde;
    z-index: 999;
  }
  .nav-fostrap .navbar {
    margin: 0 !important;
  }
  .nav-fostrap #menu-menu-principal > .dropdown .dropdown-toggle.nav-link {
    color: #313947 !important;
  }
  .nav-fostrap #menu-menu-principal {
    padding-right: 40px;
  }
  .nav-fostrap #menu-menu-principal > .dropdown,
  .nav-fostrap #menu-menu-principal > li {
    position: relative;
    list-style: none;
  }
  .nav-fostrap #menu-menu-principal > .dropdown a,
  .nav-fostrap #menu-menu-principal > li a {
    padding: 10px 0;
    text-decoration: none;
    color: #313947;
  }
  .nav-fostrap #menu-menu-principal > .dropdown a:hover,
  .nav-fostrap #menu-menu-principal > li a:hover {
    color: #39b386;
  }
  .nav-fostrap .shop a span {
    border: none;
    padding: 0px 0;
  }
  .nav-fostrap #menu-menu-principal > .dropdown .dropdown-toggle.nav-link,
  .nav-fostrap #menu-menu-principal .nav-link {
    cursor: pointer;
    display: block;
    padding: 0;
    position: relative;
    text-align: left;
    font-weight: 700;
    padding: 20px 0;
    font-size: 20px;
    color: #313947;
  }
  .nav-fostrap
    #menu-menu-principal
    > .dropdown
    .dropdown-toggle.nav-link::after {
    position: absolute;
    right: 20px;
    transition: all 0.2s ease-in-out;
    content: " ";
    background-image: url(/wp-content/themes/hc/img/fleche.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 35px;
    width: 21px;
    height: 21px;
  }
  .nav-fostrap
    #menu-menu-principal
    > .dropdown
    .dropdown-toggle.nav-link.active::after {
    transition: all 0.2s ease-in-out;
    transform: rotate(180deg);
  }
  .nav-fostrap
    #menu-menu-principal
    > .menu-item
    > ul.dropdown-menu
    > li.show
    > a.dropdown-item
    > span {
    color: #313947;
    padding: 0px;
  }
  .nav-fostrap
    #menu-menu-principal
    > .menu-item
    > ul.dropdown-menu
    > li.show
    > a.dropdown-item
    > span::after {
    content: unset;
  }
  .nav-fostrap
    #menu-menu-principal
    > .menu-item
    > ul.dropdown-menu
    > li.menu-item
    > a.dropdown-item
    > span {
    font-size: 15px;
    padding-left: 0px;
    text-decoration: underline;
  }
  .nav-fostrap .nav .big-nav > ul.dropdown-menu > li > ul.dropdown-menu {
    position: relative;
    min-height: unset !important;
  }
  .nav-fostrap .dropdown-menu {
    display: none;
    margin: 0;
    text-align: left;
    list-style: none;
    min-height: unset !important;
  }
  .nav-fostrap.visible {
    left: 0px;
    transition: left 0.25s ease;
  }
  .nav-bg-fostrap {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 50px;
    margin: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 12px 0 0 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  }
  .navbar-fostrap {
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    cursor: pointer;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px;
    padding-top: 12px;
    padding-right: 12px;
    text-align: right;
    padding-right: 55px;
    padding-top: 10px;
    width: auto;
  }
  #masthead .navbar #navbarSupportedContent {
    padding-top: 40px;
  }
  #masthead .navbar #navbarSupportedContent ul li a {
    color: #ffffff;
  }
  #masthead .header-logo,
  header.nav-up {
    top: 0;
    left: 0;
    padding: 0;
  }
  #masthead .navbar #navbarSupportedContent ul li::after {
    content: unset;
  }
  .mob {
    display: block !important;
  }
  #masthead .navbar #navbarSupportedContent ul li {
    text-align: center;
  }
  .all_curriculum {
    flex-direction: column;
  }
  .all_curriculum .subject:nth-child(2) {
    border-left: none;
  }
  .products_by_cat,
  .products_by_cat,
  .products_by_cat,
  .products_by_cat:nth-child(2n),
  .tax-product_cat .colonnes {
    flex-direction: column;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .mob {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
  .reverseMob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 550px) {
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer-group {
    text-align: center;
  }
  .footer-mobile {
    flex-direction: column;
  }
  .footer-social {
    flex-direction: row;
    flex-wrap: nowrap !important;
  }
}
footer .wp-block-columns {
  margin-bottom: 0;
}
footer .black-btn a {
  background-color: #313947;
}
footer .black-btn a:hover {
  background-color: #000000;
}

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