@charset "UTF-8";
:root {
  --wp--preset--font-size--huge: 36px;
  --vert: rgb(0, 175, 76);
  --jaune: rgb(255, 212, 0);
  --rouge: rgb(237, 28, 36);
  --bleu: rgb(0, 119, 192);
}

.has-huge-font-size {
  font-size: 36px;
}

p {
  font-family: "Jost", sans-serif;
}

@media (max-width: 575px) {
  .has-huge-font-size {
    font-size: 30px;
    line-height: 34px;
  }

  .has-large-font-size {
    font-size: 26px !important;
    line-height: 34px;
  }

  .has-medium-font-size {
    font-size: 18px !important;
  }
}
ul {
  list-style-position: inherit;
  padding-left: 20px;
}
#caillouFooter ul {
  padding-left: 0;
}

@media (min-width: 760px) {
  ul.enColonnes {
    column-count: 3;
    column-gap: 60px;
  }
}
@media (min-width: 1200px) {
  ul.enColonnes {
    column-count: 4;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Carousel */
@media only screen and (max-width: 600px) {
  .n2-ss-slider {
    height: 300px;
  }

  .home-hero--mobile {
    display: block;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .n2-ss-slider {
    height: 400px;
  }
}
@media (orientation: landscape) and (max-width: 900px), (orientation: portrait) and (max-width: 700px) {
  .slider-container #n2-ss-2 .n-uc-gsIOhBi11Olg, .slider-container #n2-ss-2 .n-uc-149c70d29868d, .slider-container #n2-ss-2 .n-uc-ept6JfUm6ODj {
    --ssfont-scale: 0.5;
  }
}
.home-hero--mobile {
  display: none;
}

@media only screen and (max-width: 600px) {
  .home-hero--mobile {
    display: block;
  }

  .home-hero {
    display: none;
  }
}
.nouv-header, .nouv-block {
  margin-top: 7%;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.nouv-block--img {
  border-radius: 5px;
}

.cli-bar-container {
  padding: 1em;
}

.block-group {
  width: 100vw;
}

.mt-l {
  margin-top: 5vh;
}

.wc-block-grid__product-title {
  font-size: 1.25rem;
  color: var(--bleu);
}
.wc-block-grid__product-title:hover {
  color: var(--rouge);
}

.caillou-image--right {
  float: right;
  /* shape-outside:polygon(10%); */
}

.text-left--circle {
  margin-top: 2vh;
  line-height: 1.2;
}

.text-left {
  font-size: 1.5em;
  padding-top: 2.25rem;
}

.p-left {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
  margin-top: 6vh;
}

/* bloc 'pourquoi Caillou n'a pas de cheveux' dans la page Accueil */
.caillou-image--right {
  float: right;
  height: auto;
}

.vos-questions-link {
  margin-top: 2.25rem;
}

p.vos-questions-link > a {
  color: var(--bleu);
  font-weight: 600;
}

/* Page 404 */
.image-404 {
  height: auto;
  margin: 0 auto;
  position: relative;
}
.image-404 h2 {
  font-size: 19vw;
  /* margin-top: 3rem; */
  text-align: center;
  font-weight: bold;
  line-height: 0.7;
}

.caillou-image--right {
  float: right;
  height: auto;
}

.not_found_text {
  /* max-width: 41vw; */
  margin: 12vh auto;
  padding: 1em;
}

.error {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  gap: 1.5rem;
  max-width: 70vw;
  margin: 30px auto;
}
.error h1 {
  text-transform: uppercase;
  color: var(--rouge);
  font-size: 4vw;
  text-align: center;
  margin-top: 30px;
}

.h2-404 {
  font-size: 35vw;
}

.image-wrapper-404 {
  float: right;
  width: 100%;
  height: auto;
  text-align: right;
  position: absolute;
  top: -7%;
  left: 80%;
}

.image-wrapper {
  float: right;
  width: 100%;
  height: auto;
  text-align: right;
  position: absolute;
  top: 0;
  right: 2%;
}

.image-block .image > img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.image-block p, .image-block h2 {
  /* display: inline-block; */
  max-width: 30ch;
  text-align: left;
}

.not_found_text {
  /* max-width: 30vw; */
  margin: 0 auto;
}
.not_found_text h2 {
  font-weight: 400;
  line-height: 2rem;
}

@media only screen and (min-width: 1024px) {
  .not_found_text {
    max-width: 50vw;
  }
}
.page_not_found > p {
  font-size: 1.65rem;
  line-height: 2rem;
}

.btn-retour {
  /* margin-top: 0; */
}

/* ----- */
.blocks-gallery-grid .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

.image-block--container {
  /* border: 1px solid var(--bleu);
  background-color: #fff; */
  padding: 1em;
  /* box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset; */
}

.link-questions {
  font-size: 18px;
  margin-top: 6vh;
}

.link-text {
  margin-top: 0;
  margin-bottom: 0;
}

.text-left--circle {
  text-transform: unset;
}

/* Guide d'achat, type gallerie, html personnalise */
.guide-block {
  border: 2px solid var(--bleu);
  padding: 1em;
  box-shadow: rgba(6, 24, 44, 0.4) 0 0 0 2px, rgba(6, 24, 44, 0.65) 0 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
  min-height: 300px;
}
@media (min-width: 760px) {
  .guide-block.histoire-caillou > .wp-block-group__inner-container {
    display: grid;
    grid-template-columns: 200px 1fr;
    align-items: center;
  }
}

/* Nouveautes */
.wc-block-grid__products .wc-block-grid__product-image img {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  border: solid 2px var(--bleu);
  border-radius: 16px;
}

.home-gallery-item p {
  color: var(--rouge);
  font-size: 16px;
}

/* Nouveaux produits */
.article__image-wrapper {
  width: 100%;
  /* width: 400px; */
  height: 100%;
  /* box-shadow: 5px 5px 5px rgb(0 0 0 / 50%); */
  /* border: solid 2px var(--bleu); */
  /* border-radius: 16px; */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 auto;
}

.article__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  /* box-shadow: 5px 5px 5px rgb(0 0 0 / 50%); */
  /* border: solid 2px var(--bleu);*/
  /* border-radius: 16px;  */
}

.article_link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* margin: 0 auto; */
  width: 100%;
  margin-top: auto;
  padding: 1.25em;
}
.article_link > a {
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--bleu);
}

.art_container {
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 1.25rem;
}

.art_wrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  align-self: baseline;
}

.home-block--title {
  font-size: 24px;
}

@media only screen and (max-width: 600px) {
  .image-left {
    float: unset;
    display: flex;
    justify-content: center;
  }

  #caillou-et-chouette-sont-indissociables {
    margin-top: 1rem;
  }

  .error h1 {
    font-size: 28px;
  }

  .image-404 img {
    height: 150px;
    width: auto;
  }

  .article__image-wrapper {
    width: 70vw;
  }

  .vos-questions-link {
    width: 70%;
  }

  .art_container {
    flex-direction: column;
  }

  .home-block--title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 601px) {
  .image-404 img {
    height: 200px;
    width: auto;
  }
}
@media only screen and (min-width: 1000px) {
  .image-404 img {
    height: 300px;
    width: auto;
  }
}
.categories {
  font-size: 1.25rem;
  width: 70%;
  list-style: none;
}
.categories.coll {
  margin-top: 0.25rem;
}

/* Footer */
.logo-footer {
  width: 270px;
  height: 102px;
  margin-top: -2rem;
  margin-left: -1rem;
}

.right-img {
  text-align: right;
}

@media only screen and (max-width: 600px) {
  .footer_top .column_inner {
    padding-top: 2rem;
  }

  .image-footer {
    float: unset;
  }

  .wp-block-image.size-large.logo-footer {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1000px) {
  .image-footer-left {
    display: none;
  }
}
/* .wp-block-columns .wp-block-column > :first-child,
.image-footer-left {
  margin-top: -2rem;
  margin-left: -2rem;
} */
.text-block {
  /* margin-left: 4rem; */
  margin-top: 0;
}

.wp-block-column:not(:first-child) {
  margin-left: 0;
}

figure.wp-block-image.caillou-image--right {
  margin-top: 4rem;
  margin-left: 0;
  width: 400px;
  height: 300px;
}

.footer_container {
  width: 100vw;
}

.two_columns_50_50 > .column1 {
  width: 38%;
  float: left;
}

.medium-text {
  font-size: 1.5rem;
}

.grid {
  max-width: 95vw;
  margin: 0 auto;
  text-align: center;
}

.col4 > .image-footer-left {
  margin-right: -5px;
}

@media only screen and (min-width: 760px) {
  .grid {
    max-width: 90vw;
    display: flex;
    text-align: left;
    justify-content: space-between;
    align-items: flex-end;
  }
  .grid > .col1 > .column_inner {
    margin-left: -3rem;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1000px) {
  .grid {
    max-width: 80vw;
  }
  .grid > .col1 > .column_inner {
    margin-left: -2rem;
    margin-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .article_link > a {
    font-size: 1.5rem;
  }

  figure.wp-block-image.caillou-image--right {
    width: 315px;
    height: 300px;
  }
}
@media only screen and (max-width: 480px) {
  .container_inner {
    width: 335px;
  }
  .container_inner nav.content_menu {
    width: 335px;
  }

  .elementor-container .elementor-widget-wrap > .qode_elementor_container_inner, .elementor-row .elementor-widget-wrap > .qode_elementor_container_inner, .full_width .parallax_content, .qode_elementor_container_inner, .steps_holder_inner, div.grid_section .section_inner, nav.content_menu ul {
    width: 335px;
  }
}
/* Langue du site */
.popup-lang {
  display: flex;
  flex-direction: column;
  width: 100vw;
  margin: 0 auto;
  background: #f1f1f1;
  opacity: 1;
  padding: 6px 15px 6px 15px;
  box-shadow: none;
  border: 1px solid RGBA(255, 255, 255, 0);
  border-radius: 3px;
}

.form-lang {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
}

.popup-lang--titre, .popup-lang--text {
  color: #414141;
}

.popup-lang--yes {
  color: var(--bleu);
  font-weight: bold;
  margin-right: 1.25rem;
  margin-left: 1.25rem;
  align-self: center;
}

.cancel {
  color: var(--rouge);
  font-weight: bold;
  align-self: center;
}

.hide {
  display: none;
}

@media only screen and (max-width: 480px) {
  .form-lang {
    flex-direction: column;
    gap: 0;
    font-size: 1rem;
    padding: 0;
    margin: 0;
  }
}
/* =========== menu ==============*/
.drop_down .narrow .second .inner ul li {
  padding: 0;
  width: 292px;
}

/* sidebar */
aside .widget {
  margin: 0;
}

/* .side_menu .widget li, aside .widget li {
   margin: 1.25rem 0 10px;
} */
.cat {
  font-size: 1.25rem;
}

.cat_ul_child {
  width: 100%;
  padding-left: 1.25em;
  font-size: 1rem;
}

.side_menu .widget ul, aside .widget ul {
  list-style: none;
  padding-left: 0;
}

.hide-menu {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.fa-caret-down {
  margin-left: 0.25rem;
  color: var(--bleu);
}

aside.sidebar .widget:not(.qode_latest_posts_widget) a:hover, .wpb_widgetised_column .widget:not(.qode_latest_posts_widget) a:hover, .elementor-widget.elementor-widget-sidebar .widget:not(.qode_latest_posts_widget) a:hover {
  color: var(--bleu) !important;
}

@media only screen and (max-width: 480px) {
  nav.mobile_menu ul li a:hover, nav.mobile_menu ul li.active > a, nav.mobile_menu ul li.current-menu-item > a {
    color: var(--vert);
    font-weight: bold;
  }

  /* .langue {
     display: block;
     color: white;
  } */
}
nav.mobile_menu ul li {
  border-bottom: none;
}
nav.mobile_menu ul li a, nav.mobile_menu ul li h3 {
  color: #ffffff;
  font-size: 20px;
  line-height: 21px;
  font-weight: 400;
}
nav.mobile_menu ul li ul li {
  border-bottom: none;
}

/* woocommerce */
.woocommerce-ordering {
  display: none;
}

.woocommerce .summary {
  margin-bottom: 0;
}

aside .widget {
  margin-top: 5.5rem;
}
aside .widget h5:not(.latest_post_title) {
  color: var(--bleu);
}

.widget.widget-woof > h5 {
  text-transform: none;
  color: var(--bleu);
  font-size: 1.75rem;
  font-weight: 700;
}

.s-products label {
  text-transform: none;
  color: var(--bleu);
  font-size: 1.75rem;
  font-weight: 700;
}
.s-products .wc-block-product-search__button {
  background-color: var(--rouge);
  color: #fff;
  border: none;
  padding: 0.2em 1em;
}

aside .widget h5 {
  margin-bottom: 14px;
  font-size: 1.25rem;
  text-transform: none;
}

.two_columns_25_75 > .column1 {
  width: 30%;
  float: left;
}
.two_columns_25_75 > .column2 {
  width: 70%;
  float: left;
  margin-top: 5rem;
}

.woof_submit_search_form_container, .woof_container_pa_cible, .woof_container_inner_collection, .woof_container_product_cat {
  margin-top: 2rem;
}

.woof_container_inner.woof_container_inner_category > h4, .woof_container_inner.woof_container_inner_catgorie > h4, .woof_container_inner.woof_container_inner_collection > h4, .woof_container_inner.woof_container_inner_age > h4, .woof_container_inner.woof_container_inner_ge > h4 {
  font-weight: 300;
  font-size: 1.5rem;

}

@media only screen and (max-width: 600px) {
  .woof_submit_search_form_container, .woof_container_pa_ciblee, .woof_container_product_cat {
    margin-top: 1rem;
  }

  .image-footer {
    float: unset;
  }
}
@media only screen and (min-device-width: 781px) and (max-device-width: 1024px) {
  .widget.widget-woof > h5 {
    font-size: 1.5rem;
  }
  .widget.widget-woof h4 {
    font-size: 1.25rem;
  }

  .woof_list.woof_list_checkbox {
    padding-left: 0;
  }

  .two_columns_25_75 > .column2 {
    width: 69%;
  }
  .two_columns_25_75 > .column1 {
    width: 31%;
  }
}
@media only screen and (max-width: 600px) {
  .four_columns .column1, .four_columns .column2, .four_columns .column3, .four_columns .column4 {
    width: 100%;
  }

  .three_columns .column1, .three_columns .column2, .three_columns .column3 {
    width: 100%;
  }

  .two_columns_25_75 .column1, .two_columns_25_75 .column2 {
    width: 100%;
  }

  .two_columns_33_66 .column1, .two_columns_33_66 .column2 {
    width: 100%;
  }

  .two_columns_50_50 .column1, .two_columns_50_50 .column2 {
    width: 100%;
  }

  .two_columns_66_33 .column1, .two_columns_66_33 .column2 {
    width: 100%;
  }

  .two_columns_75_25 .column1, .two_columns_75_25 .column2 {
    width: 100%;
  }

  body.qode_advanced_footer_responsive_1000 .four_columns .column1, body.qode_advanced_footer_responsive_1000 .four_columns .column2, body.qode_advanced_footer_responsive_1000 .four_columns .column3, body.qode_advanced_footer_responsive_1000 .four_columns .column4 {
    width: 100%;
  }
  body.qode_advanced_footer_responsive_768 .four_columns .column1, body.qode_advanced_footer_responsive_768 .four_columns .column2, body.qode_advanced_footer_responsive_768 .four_columns .column3, body.qode_advanced_footer_responsive_768 .four_columns .column4 {
    width: 100%;
  }
}
/* Badge nouveauté , New */
.new-badge {
  width: 8ch;
  height: 8ch;
}

/* .top-product-section > .product-category {
position: relative;
} */
.new {
  position: relative;
}

.new-badge {
  position: absolute;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  z-index: 999;
}

.new-badge--svg {
  fill: var(--rouge);
  filter: drop-shadow(3px 5px 2px rgba(0, 0, 0, 0.4));
  width: 100%;
  height: 100%;
  object-fit: cover;
}

p.message {
  position: absolute;
  width: 100%;
  color: white;
  font-size: 85%;
  font-weight: bold;
  z-index: 30;
  margin: 0;
  padding: 0;
  top: calc(100% / 2 - 0.5rem);
  left: 0;
  display: inline-block;
  text-align: center;
  background-clip: inherit;
  text-shadow: 0 2px 3px #7a414182;
}

.woocommerce ul.products li.product .add-to-cart-button {
  margin-top: 50%;
}

.single div.product {
  margin-top: 55px;
}

.new-badge--single {
  width: 150px;
  height: 150px;
  position: absolute;
  top: -50px;
  left: -2%;
  z-index: 999;
}
.new-badge--single > p {
  font-size: 1.65rem;
}

@media only screen and (max-width: 1024px) {
  .new-badge {
    width: 7ch;
    height: 7ch;
    margin-top: -0.75rem;
    margin-left: -0.75rem;
  }

  p.message {
    font-size: 0.85rem;
  }

  .new-badge--single > .message {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .new-badge {
    width: 5ch;
    height: 5ch;
    margin-top: -0.75rem;
    margin-left: -0.75rem;
  }

  p.message {
    font-size: 0.65rem;
  }

  .container_inner {
    width: 90%;
  }

  .two_columns_25_75 > .column2 {
    width: 60%;
  }
  .two_columns_25_75 > .column1 {
    width: 37%;
  }
}
@media only screen and (max-width: 600px) {
  .new-badge {
    width: 7ch;
    height: 7ch;
    margin-top: -0.75rem;
    margin-left: 0.75rem;
  }

  p.message {
    font-size: 0.75rem;
  }

  .new-badge--single > .message {
    font-size: 1.2rem;
  }

  .two_columns_25_75 > .column2, .two_columns_25_75 > .column1 {
    width: 100%;
  }

  .new-badge--single {
    width: 120px;
    height: 120px;
    position: absolute;
    top: -1%;
    left: -2%;
    z-index: 999;
  }
}
/* ========== Menu Mobile langue =============== */
.navigation {
  display: flex;
}

.menu-extra {
  display: inline-block;
  margin-top: 6vh;
  margin-right: 1.25rem;
  background: white;
  color: var(--bleu);
  padding: 0 0.25em 0 0.25em;
  border-radius: 2px;
}

@media only screen and (min-width: 1000px) {
  .menu-extra {
    display: none;
  }
}
.mobile_menu--flex {
  display: flex;
  flex-direction: column;
}

.menu-extra > .langue .mobile_arrow {
  display: none;
}
.menu-extra > .langue li {
  list-style: none;
}
.menu-extra > .langue li a {
  /* color: white; */
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  .mobile_menu--flex .lang-item {
    display: none;
  }
}
.woocommerce-result-count {
  display: none;
}

@media only screen and (max-width: 600px) {
  .caillou-guide {
    /* width: 50%;
    margin: 0 auto;
    margin-right: .25rem; */
    margin-inline: auto;
  }
}
/* ====== Page single produits, attributs ======== */
.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
  padding: 3px 0 5px 0;
}
.woocommerce table.shop_attributes td {
  padding-left: 20px;
}
.woocommerce table.shop_attributes th {
  font-size: 13px;
  line-height: 1.5384615385em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: var(--bleu);
}
.woocommerce table.shop_attributes th .f-date {
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
}
.woocommerce table.shop_attributes td.woocommerce-product-attributes-item__value {
  font-weight: 400;
}
.woocommerce table.shop_attributes > p {
  font-size: 1.25rem;
  color: var(--bleu);
}
.woocommerce ul.products li.product {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  line-height: 24px;
}

/* Flexbox on WooCommerce archive products */
.woocommerce-page ul.products li.product {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  line-height: 24px;
}

.woocommerce ul.products li.product > .top-product-section {
  width: 100%;
  flex-shrink: 0;
}
.woocommerce ul.products li.product > .product-categories {
  flex: 1 100%;
  width: 100%;
}
@media (min-width: 760px) {
  .woocommerce .column2 ul.products li {
    flex: 1 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media (min-width: 1200px) {
  .woocommerce .column2 ul.products li {
    flex: 1 0 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
  }
}

td.parution > p {
  display: inline-block;
}
td.parution > span {
  font-style: italic;
}

.woocommerce .product .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:not(:first-child) {
  width: 40%;
}
.woocommerce .product .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) {
  margin-left: 1.25rem;
}
.woocommerce ul.products li.product .button {
  margin-top: auto;
  display: table;
}

@media only screen and (max-width: 768px) {
  .woocommerce ul.products li {
    flex: 1 0 100%;
  }
  .woocommerce .column2 ul.products li {
    flex: 1 0 100%;
    margin-left: 0.65rem;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce ul.products li {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .woocommerce .column2 ul.products li {
    flex: 1 0 100%;
    max-width: 100%;
    margin-left: 0.65rem;
  }
  .woocommerce ul.products li.product .image-wrapper img {
    width: 75%;
  }
}
@media only screen and (min-width: 769px) {
  .columns-4 .woocommerce_with_sidebar ul.products li.product {
    align-self: baseline;
  }
}
h2.woocommerce-loop-product__title {
  text-align: center;
}

.woocommerce ul.products li.product .product-categories, .woocommerce-page ul.products li.product .product-categories {
  text-align: unset;
}

h3.prod-title {
  text-align: center;
}

.woocommerce ul.products li.product .product-categories, .woocommerce-page ul.products li.product .product-categories {
  margin-top: 0;
  text-align: center;
}

.woocommerce ul.products li.product a.product-category.product-info, .woocommerce-page ul.products li.product a.product-category.product-info {
  color: var(--bleu);
  font-weight: 700;
}

.woocommerce-result-count {
  display: none;
}

.q_accordion_holder.boxed div.accordion_content {
  padding-left: 6px;
}

.woocommerce-product-attributes-item__value {
  font-weight: 400;
}
.woocommerce-product-attributes-item__value > p > a {
  color: inherit;
}

/* Cart button */
@media only screen and (max-width: 1024px) {
  .woocommerce ul.products li.product .button {
    font-size: 0.65rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
.woocommerce .product-categories a {
  font-size: 18px;
}

.woocommerce-page ul.products li.product .product-categories a {
  font-size: 18px;
}
.woocommerce-page ul.products li.product .product-categories a:not(:hover) {
  font-size: 18px;
}

.stores {
  margin-top: 0;
  color: var(--bleu);
  font-size: 1.25rem;
  font-weight: 600;
}
.stores li {
  list-style: circle;
}
.stores li a {
  font-weight: 400;
}
.stores > ul {
  margin-left: 3rem;
}

/* Commentaires */
.accordion_content_inner {
  padding-left: 1em;
}

/* Page contact */
.two_columns_33_66 > .column2 {
  width: 66.66%;
  float: unset;
  margin: 0 auto;
}

.contact-form input[type=text] {
  font-size: 1.25rem;
  border: 1px solid #0077c02e;
  border-radius: 5px;
}

.contact_form textarea {
  font-size: 1.25rem;
  border: 1px solid #0077c02e;
  border-radius: 5px;
}
.contact_form > h5.contact-heading {
  font-size: 2rem;
}

.contact_detail h2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.contact-image {
  width: 250px;
  position: absolute;
  top: 45%;
  left: 68%;
}
.contact-image img {
  max-width: 100%;
}

.f-date {
  font-size: 14px;
  font-style: italic;
}

td.parution > .first-parag {
  display: block;
  line-height: 8%;
}

@media only screen and (max-width: 600px) {
  .contact-image {
    top: 66%;
    left: 66%;
  }

  .two_columns_33_66 > .col2-mobile {
    width: 100%;
  }

  .hidden {
    display: none;
  }

  .two_columns_25_75 > .column2 {
    margin-top: 0;
  }

  .woocommerce .content .container .column1, .woocommerce-page .content .container .column1 {
    margin-bottom: 0;
  }

  aside .widget {
    margin-top: 5vh;
  }

  .woof_container_inner_category .woof_block_html_items, .woof_container_inner_catgorie .woof_block_html_items, .woof_container_inner_collection .woof_block_html_items, .woof_container_inner_age .woof_block_html_items, .woof_container_inner_ge .woof_block_html_items {
    /* display:none; */
  }

  .woof_container_inner_category h4,.woof_container_inner_catgorie h4, .woof_container_inner_collection h4, .woof_container_inner_age h4, .woof_container_inner_ge h4 {
    border: 1px solid var(--rouge);
    border-radius: 5px;
    width: 73%;
    background: #fff;
    padding: 0.15em 0.25em;
    margin: 0 auto;
  }

  .wc-block-product-search .wc-block-product-search__fields {
    width: 75%;
    margin: 0 auto;
  }
  .wc-block-product-search .wc-block-product-search__field {
    border: 1px solid var(--rouge);
    border-radius: 5px;
  }

  .woof_container_inner_category > h4, .woof_container_inner_collection > h4, .woof_container_inner_age > h4,.woof_container_inner_catgorie > h4, .woof_container_inner_ge > h4 {
    color: var(--bleu);
    font-size: 0.75rem;
    text-align: center;
  }

  .widget.widget-woof h4 {
    font-size: 1.15rem;
  }

  .woof_submit_search_form_container, .woof_container_pa_cible, .woof_container_inner_collection, .woof_container_product_cat {
    margin-top: 0;
  }

  .stores {
    margin-top: 3rem;
    margin-left: 1rem;
  }
}
.woof_sid_auto_shortcode.woof {
  display: none;
}

@media only screen and (max-width: 600px) {
  .woocommerce .product h1.product_title {
    font-size: 1.65rem;
    text-align: center;
    width: 12ch;
    margin: 0 auto;
  }
}
.woocommerce .product h1.product_title {
  word-break: break-word;
  font-size: 2rem;
  margin-top: 1.25rem;
}
.woocommerce .related.products ul.products li.product > .top-product-section {
  width: 75%;
}
.woocommerce ul.products li.product .add-to-cart-button-inner {
  display: none;
}

/* Cacher Bouton read more */
/* Cookies notice */
#cookie-notice {
  padding-bottom: 10px;
}

.cn-text-container {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3rem;
  margin-bottom: 20px;
}

#cn-accept-cookie {
  background: var(--jaune);
}

#cn-more-info {
  background-color: #f1f1f1;
}

#cn-accept-cookie, #cn-more-info {
  padding: 0.5em 1em;
  border-radius: 3px;
}

#cn-close-notice {
  /* background-color: #fff; */
}

#block-12 {
  padding-right: 15px;
}

.deuxImages > div {
  display: grid;
  grid-template-columns: 1fr;
}
.deuxImages .wp-block-image {
  margin: 0;
}

@media (min-width: 760px) {
  .deuxImages > div {
    grid-template-columns: 1fr 1fr;
  }
}

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