@import "../../src/scss/fontes.css";
@import "../fontawesome/css/all.css";
html {
  --bleu: rgb(0, 110, 140) !important;
  --rose: rgb(180, 0, 130) !important;
  --gris_fonce: rgb(140, 160, 160) !important;
  --grismoyen: rgb(165, 180, 180) !important;
  --grisclair: rgb(235, 240, 240) !important;
  --blanc: rgb(255, 255, 255);
  --noir: rgb(0, 0, 0);
}

@view-transition {
  navigation: auto;
}
@media (max-width: 768px) {
  .container, .container-md, .container-sm, .container-xs {
    max-width: calc(100vw - 60px) !important;
  }
}
header {
  position: relative;
  z-index: 99999;
  transition: all 0.45s ease-out;
  background: rgb(255, 255, 255);
  background-size: cover;
}
header .header_mobile {
  background: rgb(140, 160, 160);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  display: none;
  justify-content: center;
  align-items: center;
}
header .header_mobile p {
  margin: 0;
  font: 15px/1 BarlowSemiCondensedRegular;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
  color: rgb(255, 255, 255);
}
@media (max-width: 945px) {
  header .header_mobile {
    display: flex;
    border: red;
  }
}
header .zone_wrap {
  display: grid;
  grid-template-columns: 1fr 400px 1fr;
  align-items: center;
  justify-items: center;
}
header .zone_wrap .header_nav_gauche {
  display: flex;
  align-items: center;
  gap: 20px;
}
header .zone_wrap .header_nav_gauche a {
  font-size: 24px;
  color: rgb(0, 110, 140);
  display: inline-flex;
}
@media (max-width: 945px) {
  header .zone_wrap .header_nav_gauche {
    display: none;
  }
}
header .zone_wrap .logo_header {
  text-align: center;
  width: 210px;
  height: 150px;
}
header .zone_wrap .logo_header img {
  margin-bottom: 10px;
}
header .zone_wrap .logo_header .baseline {
  font: 20px/1.5 BarlowCondensedMedium;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: rgb(255, 255, 255);
  text-align: center;
  width: fit-content;
}
@media (max-width: 945px) {
  header .zone_wrap .logo_header img {
    width: 240px;
  }
}
header .zone_wrap .btn_menu {
  border: none;
  background: transparent;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: rgb(180, 0, 130);
  display: none;
  cursor: pointer;
}
@media (max-width: 945px) {
  header .zone_wrap .btn_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: calc(30px + 10 * (100vw - 400px) / 600);
  }
}
@media (max-width: 945px) and (max-width: 400px) {
  header .zone_wrap .btn_menu {
    font-size: 30px;
  }
}
@media (max-width: 945px) and (min-width: 1000px) {
  header .zone_wrap .btn_menu {
    font-size: 40px;
  }
}
header .zone_wrap .header_nav_droite {
  display: flex;
  align-items: center;
  gap: 20px;
}
header .zone_wrap .header_nav_droite .btn_recherche, header .zone_wrap .header_nav_droite .btn_menu {
  border: none;
  background: transparent;
  font-size: 24px;
  color: rgb(0, 110, 140);
  cursor: pointer;
}
@media (max-width: 600px) {
  header .zone_wrap .header_nav_droite .btn_recherche, header .zone_wrap .header_nav_droite .btn_menu {
    display: none;
  }
}
header .zone_wrap .header_nav_droite .btn_recherche {
  display: none;
}
header .zone_wrap .header_nav_droite #_desktop_user_info a {
  font-size: 24px;
  color: rgb(0, 110, 140);
}
header .zone_wrap .header_nav_droite #_desktop_user_info .hidden-sm-down {
  display: none;
}
header .zone_wrap .header_nav_droite #_desktop_cart {
  position: relative;
}
header .zone_wrap .header_nav_droite #_desktop_cart a {
  font-size: 24px;
  color: rgb(0, 110, 140);
}
header .zone_wrap .header_nav_droite #_desktop_cart .hidden-sm-down {
  display: none;
}
header .zone_wrap .header_nav_droite #_desktop_cart .cart-products-count {
  position: absolute;
  left: 5px;
  top: 11px;
  font-size: 12px;
}
header .zone_wrap .header_nav_droite #_desktop_cart .header-block__badge {
  background: rgb(180, 0, 130);
  border-radius: 50rem;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 0.6rem;
  font-weight: 600;
  height: 1.8em;
  line-height: 1.8;
  min-width: 1.8em;
  padding: 0 0.2em;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0.4em;
}
header .zone_wrap .header_nav_droite .d-none, header .zone_wrap .header_nav_droite .d-md-inline {
  display: none !important;
}
@media (max-width: 945px) {
  header .zone_wrap {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    padding: 30px;
  }
}
header .header-top {
  position: relative;
  background: rgb(140, 160, 160);
}
header .header-top .main-menu {
  display: block;
  background: rgb(140, 160, 160);
}
header .header-top .js-menu-desktop {
  margin: auto;
}
header .header-top #top-menu {
  background: rgb(140, 160, 160);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
header .header-top #top-menu li {
  position: relative;
  margin: 0 auto;
}
header .header-top #top-menu li span i {
  display: none;
}
header .header-top #top-menu li a {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font: 20px/1.5 helvetica57;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
header .header-top #top-menu li div {
  display: none;
}
header .header-top #top-menu li:hover > a {
  color: rgb(180, 0, 130);
}
header .header-top #top-menu li:hover div {
  display: block;
  visibility: visible;
  opacity: 1;
  width: auto;
  position: absolute;
  left: -12px;
  top: 0;
}
header .header-top #top-menu li:hover div ul {
  background: rgb(255, 255, 255);
  width: fit-content;
  padding: 0;
  margin: 0;
  border-left: solid 1px rgb(140, 160, 160);
  border-right: solid 1px rgb(140, 160, 160);
}
header .header-top #top-menu li:hover div ul li {
  float: none;
  border-bottom: solid 1px rgb(0, 0, 0);
  width: 270px;
  padding: 0;
  margin: 0;
}
header .header-top #top-menu li:hover div ul li a {
  color: rgb(0, 110, 140);
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  padding: 5px 20px;
  width: 100%;
}
header .header-top #top-menu li:hover div ul li a:hover {
  color: rgb(180, 0, 130);
}
header .header-top #top-menu li:hover div ul div {
  display: none;
}
header .nav_mobile_gauche {
  display: none;
}
header .nav_mobile_gauche {
  display: none;
}
header .btn_recherche.mobile {
  display: none;
  background: transparent;
  border: none;
  color: rgb(255, 255, 255);
  font-size: 24px;
}
@media (max-width: 945px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 160px;
  }
  header .header-top {
    background: transparent;
  }
}
@media (max-width: 600px) {
  header .zone_wrap {
    padding: 0 10px;
    justify-content: space-around;
  }
  header .zone_wrap .btn_menu {
    order: 0;
    margin: 0;
    width: 30px !important;
    height: 30px !important;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .zone_wrap .btn_menu i {
    font-size: 24px;
    color: rgb(255, 255, 255);
  }
  header .zone_wrap .btn_recherche.mobile {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    order: 1;
    margin: 0;
    display: none;
  }
  header .zone_wrap .logo_header {
    order: 3;
    flex: 0 1 210px;
    margin: auto;
  }
  header .zone_wrap .nav_mobile_gauche {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto auto auto 0;
    gap: 5px;
  }
  header .zone_wrap .header_nav_droite {
    display: flex;
    order: 4;
    margin: auto 10px auto 10px;
    gap: 20px;
  }
  header .zone_wrap .header_nav_droite .btn_recherche {
    display: none;
  }
  header .zone_wrap .header_nav_droite i {
    font-size: 24px !important;
  }
}
header.nav-up {
  top: -150px;
}

.breadcrumb__wrapper .container {
  padding: 0;
}
.breadcrumb__wrapper .breadcrumb {
  margin: 20px auto 0;
  border-bottom: solid 1px var(--bleu);
  background: rgb(255, 255, 255);
}
.breadcrumb__wrapper .breadcrumb .breadcrumb-item, .breadcrumb__wrapper .breadcrumb a {
  color: var(--bleu);
}
.breadcrumb__wrapper .breadcrumb-item:before {
  color: var(--rose);
}

#search_widget {
  display: none;
}

.banner.d-block {
  margin-bottom: -120px;
}

.navigation.bas {
  position: fixed;
  z-index: 999999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: rgb(140, 160, 160);
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.navigation.bas .zone_wrap {
  margin: 0 auto;
  width: 1000px;
  max-width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.navigation.bas .zone_wrap li a {
  font: 18px/1.2 helvetica57;
  text-transform: uppercase;
  color: rgb(255, 255, 255) !important;
}
.navigation.bas.off {
  bottom: -40px;
}

footer .footer_labels .zone_ferme {
  position: relative;
  z-index: 1;
  width: 100%;
  background-size: cover;
}
footer .footer_labels .zone_ferme .zone_wrap {
  display: flex;
  justify-content: flex-end;
  z-index: 10;
  position: relative;
}
footer .footer_labels .zone_ferme .bandeau {
  margin-right: 10%;
  width: 320px;
  background: rgb(140, 160, 160);
  padding: 110px 20px 20px;
  position: relative;
}
@media (max-width: 600px) {
  footer .footer_labels .zone_ferme .bandeau {
    width: 100%;
    padding-top: 180px;
  }
}
footer .footer_labels .zone_ferme .bandeau:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 81px;
  background: transparent url(/assets/components/ferme/templates/img/commun/courbe_univers.png) center no-repeat;
  background-size: cover;
  content: "";
}
@media (max-width: 600px) {
  footer .footer_labels .zone_ferme .bandeau:before {
    height: 160px;
  }
}
footer .footer_labels .zone_ferme .bandeau h2 {
  font: 40px/1.2 helvetica35;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
  text-align: center;
  color: rgb(255, 255, 255);
  margin: 10px auto 20px;
}
footer .footer_labels .zone_ferme .bandeau .texte {
  font: 18px/1.5 helvetica45;
  text-align: center;
  color: rgb(255, 255, 255);
}
footer .footer_labels .zone_ferme .bandeau a {
  font: 20px/1.5 helvetica75;
  text-align: center;
  color: var(--blanc);
  display: block;
  margin: 20px auto;
}
footer .footer_labels .zone_labels {
  padding-top: 60px;
  position: relative;
  z-index: 3;
  background: rgb(235, 240, 240);
}
footer .footer_labels .zone_labels:before {
  position: absolute;
  top: -62px;
  left: 0;
  width: 100%;
  height: 62px;
  background: transparent url("/assets/components/ferme/templates/img/commun/courbe_labels.svg") center bottom no-repeat;
  background-size: cover;
  content: "";
  pointer-events: none;
}
footer .footer_labels h2 {
  font: 40px/1.2 helvetica35;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
  text-align: center;
  color: rgb(0, 0, 0);
  margin: 0 auto 50px;
}
footer .footer_labels .labels {
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}
footer .footer_labels .labels .un_label {
  margin: 0 30px 60px;
  transition: all 0.3s ease-out;
}
footer .footer_labels .labels .un_label .logo {
  max-width: 150px;
  max-height: 150px;
}
footer .footer_labels .labels .un_label .logo img {
  border: solid 1px rgb(140, 160, 160);
  width: 100%;
  height: 100%;
}
footer .footer_labels .labels .un_label .label {
  display: none;
}
@media (max-width: 768px) {
  footer .footer_labels .labels .un_label {
    flex: 0 1 100px;
    margin: 0 10px 30px;
  }
}
footer .footer_social {
  display: flex;
}
footer .footer_social .zone_partage {
  background: rgb(165, 180, 180);
  height: 60px;
  flex: 0 1 50%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
  border-right: solid 1px rgb(255, 255, 255);
}
footer .footer_social .zone_partage a {
  color: rgb(255, 255, 255);
}
footer .footer_social .zone_partage a i {
  margin-right: 10px;
}
footer .footer_social .zone_social {
  background: rgb(140, 160, 160);
  flex: 0 1 50%;
  text-align: left;
  padding-left: 20px;
}
footer .footer_social .zone_social .nav_sociale {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer .footer_social .zone_social .nav_sociale li {
  flex: 0 0 40px;
  margin: 0 3px;
  list-style: none;
}
footer .footer_social .zone_social .nav_sociale li a {
  height: 40px;
  width: 40px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer_contact {
  min-height: 270px;
}
footer .footer_contact .zone_wrap {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 60px;
}
footer .footer_contact .logo {
  padding-top: 20px;
  width: 210px;
  height: 150px;
}
footer .footer_contact .logo span {
  display: none;
}
footer .footer_contact .nav_footer {
  padding-top: 30px;
}
footer .footer_contact .nav_footer li {
  list-style: none;
  font: 20px/1.5 helvetica45;
}
footer .footer_contact .nav_footer li:first-child {
  font: 20px/1.5 helvetica75;
}
footer .footer_contact .nav_footer li a {
  color: rgb(0, 0, 0);
}
footer .footer_contact .nav_footer li a:hover {
  color: rgb(180, 0, 130);
}
footer .footer_contact .nav_footer_pages {
  padding-top: 40px;
}
footer .footer_contact .nav_footer_pages li {
  list-style: none;
  font: 16px/1.5 helvetica45;
}
footer .footer_contact .nav_footer_pages li a {
  color: rgb(0, 0, 0);
}
footer .footer_contact .nav_footer_presta {
  padding-top: 40px;
}
footer .footer_contact .nav_footer_presta li {
  list-style: none;
  font: 16px/1.5 helvetica45;
}
footer .footer_contact .nav_footer_presta li a {
  color: rgb(0, 0, 0);
}

#custom-text {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
#custom-text p {
  font: 20px/1.5 helvetica45;
}
#custom-text p strong {
  font: 20px/1.5 helvetica75;
  color: rgb(0, 110, 140);
}

.carousel-content h2 {
  color: rgb(255, 255, 255);
  font: 60px/1.2 helvetica45;
  text-align: center;
  text-shadow: 1 ox 1px 6px rgb(0, 110, 140);
  font-weight: normal;
  width: fit-content;
  margin: auto;
}
.carousel-content .caption-description {
  display: none !important;
}

#js-product-list-header .subcategory {
  border: solid 1px rgb(140, 160, 160);
  display: flex;
  justify-content: center;
  align-items: center;
}
#js-product-list-header .subcategory .subcategory__image {
  display: none;
}
#js-product-list-header .subcategory .subcategory__name {
  font: 20px/1 helvetica45;
  text-align: center;
  color: rgb(0, 110, 140);
}
#js-product-list-header .subcategory:hover {
  border: solid 1px rgb(180, 0, 130);
}
#js-product-list-header .subcategory:hover .subcategory__name {
  color: rgb(140, 160, 160);
}

#manufacturer h1,
#category h1, #search h1, .featured-products h1, .prices-drop h1 {
  display: block;
  font: 40px/1.2 helvetica35;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
  text-align: left;
}
#manufacturer h1:before,
#category h1:before, #search h1:before, .featured-products h1:before, .prices-drop h1:before {
  content: "";
  width: 60px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(140, 160, 160);
}
#manufacturer #left-column,
#category #left-column, #search #left-column, .featured-products #left-column, .prices-drop #left-column {
  padding-top: 30px;
}
#manufacturer #left-column .left-block__title a,
#category #left-column .left-block__title a, #search #left-column .left-block__title a, .featured-products #left-column .left-block__title a, .prices-drop #left-column .left-block__title a {
  font: 24px/1.2 helvetica75;
  color: rgb(180, 0, 130);
}
@media (max-width: 768px) {
  #manufacturer #left-column,
  #category #left-column, #search #left-column, .featured-products #left-column, .prices-drop #left-column {
    display: none;
  }
}
#manufacturer .product-miniature,
#category .product-miniature, #search .product-miniature, .featured-products .product-miniature, .prices-drop .product-miniature {
  text-align: center;
}
#manufacturer .product-miniature .card:hover,
#category .product-miniature .card:hover, #search .product-miniature .card:hover, .featured-products .product-miniature .card:hover, .prices-drop .product-miniature .card:hover {
  filter: none;
}
#manufacturer .product-miniature .product-miniature__title,
#category .product-miniature .product-miniature__title, #search .product-miniature .product-miniature__title, .featured-products .product-miniature .product-miniature__title, .prices-drop .product-miniature .product-miniature__title {
  font: 20px/1.2 helvetica75;
  color: var(--noir);
  text-align: center;
}
#manufacturer .product-miniature .product-miniature__prices,
#category .product-miniature .product-miniature__prices, #search .product-miniature .product-miniature__prices, .featured-products .product-miniature .product-miniature__prices, .prices-drop .product-miniature .product-miniature__prices {
  font: 18px/1.2 helvetica45;
  color: var(--rose);
  text-align: center;
  display: inline-block;
}
#manufacturer .product-miniature .wishlist-button-add,
#category .product-miniature .wishlist-button-add, #search .product-miniature .wishlist-button-add, .featured-products .product-miniature .wishlist-button-add, .prices-drop .product-miniature .wishlist-button-add {
  display: none;
}

.featured-products h2 {
  font: 60px/1 helvetica45;
  text-transform: uppercase;
  text-align: center;
  color: rgb(180, 0, 130);
  margin: 40px auto;
}
.featured-products .products {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

#product .product-cover {
  position: relative;
  margin: 0 0 20px auto;
  width: 100%;
  max-width: 100%;
  height: auto;
  text-align: center;
}
#product .product-cover .pswp-gallery {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  cursor: zoom-in;
}
#product .pswp__bg {
  background: #fff !important;
}
#product .pswp__caption, #product .pswp__top-bar {
  background: #fff !important;
}
#product .pswp__ui h3, #product .pswp__counter, #product .pswp__ui button, #product .pswp__button:before {
  color: #000 !important;
}
#product .pswp-gallery {
  text-align: center;
}
#product .mask {
  margin: 0 0 0 auto;
  text-align: right;
}
#product .diapo {
  display: inline-block;
  width: fit-content;
  height: fit-content;
  border: solid 1px rgb(0, 0, 0);
}
#product .pswp__icn {
  fill: var(--rose);
  color: var(--rose);
  stroke: var(--rose);
}
#product .product__name {
  display: block;
  font: 40px/1.2 helvetica35;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
  text-align: left;
}
#product .product__name:before {
  content: "";
  width: 60px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(140, 160, 160);
}
#product .product__description-short p {
  font: 20px/1s helvetica45 !important;
}
#product .zone_prix .prices__wrapper {
  margin-bottom: 0.5em !important;
}
#product .zone_prix .product__current-price {
  display: block;
  font: 40px/1.25 helvetica57;
  color: rgb(180, 0, 130);
  text-align: center;
}
#product .product__variants {
  border-top: solid 1px var(--gris_fonce);
}
#product .product__variants .conditionnement {
  padding: 15px 0;
  text-align: center;
  width: 100%;
  font: 24px/1.2 helvetica57;
  color: rgb(0, 110, 140);
}
#product .product__variants .choisir {
  color: var(--noir);
  font: 18px/1.2 helvetica75;
  text-align: center;
  margin: 0 auto;
}
#product .product__variants .radio-variants {
  display: block;
  margin: 15px auto;
  width: fit-content;
}
#product .product__variants .radio-variants li label {
  display: flex;
  align-items: center;
}
#product .product__variants .radio-variants li label span {
  font: 18px/1.5 helvetica75;
  color: rgb(140, 160, 160);
  height: 30px;
  padding: 3px 6px;
}
#product .add-to-cart {
  background-color: var(--rose);
  border-color: var(--rose);
}
#product .product__infos {
  width: 600px;
  margin: 60px auto;
  max-width: 100%;
}
#product .product__infos .info__title {
  font: 30px/1.5 helvetica45;
  text-align: center;
  color: rgb(0, 110, 140);
}

#cart #content-wrapper, #authentication #content-wrapper, #checkout #content-wrapper, #password #content-wrapper, #registration #content-wrapper {
  margin-top: 30px;
}
#cart h1, #authentication h1, #checkout h1, #password h1, #registration h1 {
  font: 60px/1.2 helvetica45;
  font-size: calc(40px + 20 * (100vw - 400px) / 600);
  color: var(--bleu);
  text-align: center;
}
@media (max-width: 400px) {
  #cart h1, #authentication h1, #checkout h1, #password h1, #registration h1 {
    font-size: 40px;
  }
}
@media (min-width: 1000px) {
  #cart h1, #authentication h1, #checkout h1, #password h1, #registration h1 {
    font-size: 60px;
  }
}
#cart h2, #authentication h2, #checkout h2, #password h2, #registration h2 {
  font: 30px/1.2 helvetica45;
  color: var(--bleu);
  text-align: center;
}
#cart p, #authentication p, #checkout p, #password p, #registration p {
  font: 18px/1.5 helvetica45;
}
#cart .form-label, #authentication .form-label, #checkout .form-label, #password .form-label, #registration .form-label {
  font: 18px/1 helvetica75;
}
#cart #submit-login, #cart .form-control-submit, #authentication #submit-login, #authentication .form-control-submit, #checkout #submit-login, #checkout .form-control-submit, #password #submit-login, #password .form-control-submit, #registration #submit-login, #registration .form-control-submit {
  background-color: var(--rose);
  border-color: var(--rose);
  font: 20px/1 helvetica45;
  text-transform: uppercase;
}

#password .container--limited-sm {
  width: 600px;
  max-width: 100%;
}

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