@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i");

@font-face {
  font-family: "Made-regular";
  src: url(https://lesarchives.net/wp-content/themes/archives/css/font/Made-regular.woff) format("woff"),
    url(https://lesarchives.net/wp-content/themes/archives/css/font/Made-regular.eot) format("embedded-opentype"),
    url(https://lesarchives.net/wp-content/themes/archives/css/font/Made-regular.woff2) format("woff2"),
    url(https://lesarchives.net/wp-content/themes/archives/css/font/Made-regular.ttf) format("truetype"),
    url(https://lesarchives.net/wp-content/themes/archives/css/font/Made-regular.svg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Miriam Fixed";
  src: url(https://lesarchives.net/wp-content/themes/archives/css/font/MiriamFixed.eot);
  src: url(https://lesarchives.net/wp-content/themes/archives/css/font/MiriamFixed.eot?#iefix) format("embedded-opentype"),
    url(https://lesarchives.net/wp-content/themes/archives/css/font/MiriamFixed.woff2) format("woff2"),
    url(https://lesarchives.net/wp-content/themes/archives/css/font/MiriamFixed.woff) format("woff"),
    url(https://lesarchives.net/wp-content/themes/archives/css/font/MiriamFixed.ttf) format("truetype"),
    url(https://lesarchives.net/wp-content/themes/archives/css/font/MiriamFixed.svg#MiriamFixed) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Freestyle Script";
  src: url(https://lesarchives.net/wp-content/themes/archives/css/font/FreestyleScript-Regular.eot);
  src: url(https://lesarchives.net/wp-content/themes/archives/css/font/FreestyleScript-Regular.eot?#iefix)
      format("embedded-opentype"),
    url(https://lesarchives.net/wp-content/themes/archives/css/font/FreestyleScript-Regular.woff2) format("woff2"),
    url(https://lesarchives.net/wp-content/themes/archives/css/font/FreestyleScript-Regular.woff) format("woff"),
    url(https://lesarchives.net/wp-content/themes/archives/css/font/FreestyleScript-Regular.ttf) format("truetype"),
    url(https://lesarchives.net/wp-content/themes/archives/css/font/FreestyleScript-Regular.svg#FreestyleScript-Regular)
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Calibri-Bold";
  src: url(https://lesarchives.net/wp-content/themes/archives/css/font/Calibri-Bold.woff2) format("woff2"),
    url(https://lesarchives.net/wp-content/themes/archives/css/font/Calibri-Bold.woff) format("woff");
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Calibri-Light";
  src: url(https://lesarchives.net/wp-content/themes/archives/css/font/Calibri-Light.woff2) format("woff2"),
    url(https://lesarchives.net/wp-content/themes/archives/css/font/Calibri-Light.woff) format("woff");
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans";
  src: url(https://lesarchives.net/wp-content/themes/archives/css/font/NotoSans.eot);
  src: url(https://lesarchives.net/wp-content/themes/archives/css/font/NotoSans.eot?#iefix) format("embedded-opentype"),
    url(https://lesarchives.net/wp-content/themes/archives/css/font/NotoSans.woff2) format("woff2"),
    url(https://lesarchives.net/wp-content/themes/archives/css/font/NotoSans.woff) format("woff"),
    url(https://lesarchives.net/wp-content/themes/archives/css/font/NotoSans.ttf) format("truetype"),
    url(https://lesarchives.net/wp-content/themes/archives/css/font/NotoSans.svg#NotoSans) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

*,
ul,
p {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.margin-0 {
  margin: 0 !important;
}

body {
  color: #0c273e;
  margin: 0;
  font-family: "Calibri-Light", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none !important;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.offer-block-seo ol,
.offer-block-seo ul,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
  flex: auto;
}

.container-wide,
.single-product .product {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.fit-content {
  width: fit-content;
}

.object-fit-cover {
  object-fit: cover;
}

.body-font-regular {
  font-size: 14px;
}

.bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.body-text {
  color: #0c273e;
}

.white-text {
  color: #fff;
}

.white-bg {
  background: #fff;
}

button {
  background: none;
  border: none;
}

.green-bg {
  background-color: #868b7e;
}

.green-bg-opacity {
  background-color: rgba(134, 139, 126, 0.86);
}

.white-bg {
  background-color: #fff;
}
.text-white {
  color: white;
}

.body-font-responsive {
  font-size: 16px;
}

.h5-font-size {
  font-size: 18px;
}

.h2-font-size {
  font-size: 35px;
}

.h4-font-size {
  font-size: 20px;
}

.h5-title {
  color: #0b2d00;
  font-size: 18px;
  font-family: "Calibri-Bold", serif;
}

.h2-title {
  font-family: "Calibri-Bold", sans-serif;
  font-size: 46px;
}

.h3-title {
  font-family: "Calibri-Bold", sans-serif;
  font-size: 31px;
}

.h4-title {
  font-family: "Calibri-Bold", serif;
  font-size: 20px;
}

.h5-title-hp {
  font-family: "Calibri-Light", serif;
  font-size: 18px;
}

.icon-insta {
  font-size: 32px;
}

.icon-heart {
  font-size: 30px;
}

.icon-88 {
  font-size: 88px;
}

.z-ind-1 {
  z-index: 1;
}

.z-ind-3 {
  z-index: 3;
}

.z-ind-4 {
  z-index: 4;
}

.z-ind-8 {
  z-index: 4;
}

.text-center {
  text-align: center;
}

.align-center {
  align-self: center;
}

.relative-element {
  position: relative;
}

.absolute-element {
  position: absolute;
}

.align-center {
  align-self: center;
}

.align-item-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.align-baseline {
  align-items: baseline;
}

.bottom-0 {
  bottom: 0;
}

.top-0 {
  top: 0;
}

.top-50 {
  top: 50%;
}

.right-0 {
  right: 0;
}

.background-center {
  background-size: 100%;
  background-position: center center;
}

.background-center-bottom {
  background-position: center bottom;
}

.background-cover {
  background-size: cover;
}

.pink-bg {
  background-color: #d9d0cb;
}

.pink-bg-opacity {
  background-color: rgba(217, 208, 203, 0.43);
}

.text-pink {
  color: #767568;
}

.round-shape {
  border-radius: 50%;
  width: 250px;
  height: 250px;
}

.round-shape-medium {
  border-radius: 50%;
  width: 300px;
  height: 300px;
}

.shadow {
  box-shadow: 0 1px 2px 0 rgb(103 110 144/20%), 0 0 2px 0 rgb(103 110 144/10%);
}

.border {
  border: 1px solid #cfd5de;
}

.border-black {
  border: 1px solid #212529;
}

.border-top {
  border-top: 1px solid #cfd5de;
}

.border-bottom {
  border-bottom: 1px solid #cfd5de;
}

.border-bottom-green {
  border-bottom: 2px solid #767568;
}

.border-r-m {
  border-radius: 16px;
}

.border-r-l {
  border-radius: 32px;
}

.border-r-xxl {
  border-radius: 68px;
}

.border-r-product {
  border-radius: 129px;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.flex-auto {
  flex: auto !important;
}

.flex {
  display: flex;
}

.flex-shrink {
  flex-shrink: 1 !important;
}

.block-element {
  display: block;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.justify-beetween {
  justify-content: space-between;
}

.justify-arround {
  justify-content: space-around;
}

.margin-0 {
  margin: 0;
}

.margin-auto {
  margin: auto;
}

.cursor-pointer {
  cursor: pointer;
}

.margin-left-xs {
  margin-left: 8px;
}

.margin-left-lg {
  margin-left: 40px;
}

.margin-bottom-xs {
  margin-bottom: 8px;
}

.margin-right-xs {
  margin-right: 8px;
}

.margin-right-lg {
  margin-right: 40px;
}

.margin-right-xl {
  margin-right: 48px;
}

.margin-right-sm {
  margin-right: 16px;
}

.margin-top-xs {
  margin-top: 8px;
}

.margin-top-sm {
  margin-top: 16px;
}

.margin-top-md {
  margin-top: 24px;
}

.margin-top-l {
  margin-top: 32px;
}

.margin-top-lg {
  margin-top: 40px;
}

.margin-top-xl {
  margin-top: 48px;
}

.margin-bottom-sm {
  margin-bottom: 16px;
}

.margin-bottom-md {
  margin-bottom: 24px;
}

.margin-bottom-l {
  margin-bottom: 32px;
}

.margin-bottom-lg {
  margin-bottom: 40px;
}

.margin-bottom-xl {
  margin-bottom: 48px;
}

.neg-margin-top-xl {
  margin-top: -32px;
}

.padding-0 {
  padding: 0;
}

.padding-xs {
  padding: 8px;
}

.padding-sm {
  padding: 16px;
}

.padding-md {
  padding: 24px;
}

.padding-l {
  padding: 32px;
}

.padding-lg {
  padding: 40px;
}

.padding-xl {
  padding: 48px;
}

.padding-top-xs {
  padding-top: 8px;
}

.padding-top-md {
  padding-top: 24px;
}

.padding-top-l {
  padding-top: 32px;
}

.padding-top-lg {
  padding-top: 40px;
}

.padding-top-xl {
  padding-top: 48px;
}

.padding-bottom-0 {
  padding-bottom: 0;
}

.padding-bottom-xs {
  padding-bottom: 8px;
}

.padding-bottom-sm {
  padding-bottom: 16px;
}

.padding-bottom-md {
  padding-bottom: 24px;
}

.padding-bottom-lg {
  padding-bottom: 40px;
}

.padding-bottom-xl {
  padding-bottom: 48px;
}

.padding-right-sm {
  padding-right: 16px;
}

.padding-right-md {
  padding-right: 24px;
}

.padding-right-l {
  padding-right: 32px;
}

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

.padding-left-sm {
  padding-left: 16px;
}

.padding-left-md {
  padding-left: 24px;
}

.padding-left-l {
  padding-left: 32px;
}

.padding-left-lg {
  padding-left: 40px;
}

.padding-left-xl {
  padding-left: 48px;
}

.padding-left-xxl {
  padding-left: 68px;
}

.icon-size-50 {
  font-size: 50px;
}

.border {
  border: 1px solid #cfd5de;
}

.border-bottom {
  border-bottom: 1px solid #cfd5de;
}

.border-bottom-right-0 {
  border-bottom-right-radius: 0;
}

.border-bottom-left-0 {
  border-bottom-left-radius: 0;
}

.border-top-right-0 {
  border-top-right-radius: 0;
}

.logo {
  width: 286px;
}

.text-green {
  color: #868b7e;
}

.text-white {
  color: white;
}

.menu-container {
  justify-content: center;
  margin-right: 40px;
  margin-left: 40px;
}

.header-title {
  font-size: 28px;
  align-self: center;
  color: #868b7e;
  font-family: "Calibri-Light", sans-serif;
}

.hp-text-section-second {
  font-size: 92px;
}

.site-footer {
  height: 100px;
  background-color: #868b7e;
}

.site-footer-menu {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 0;
  margin-bottom: 0;
}

.site-header-menu,
.site-footer-menu {
  display: flex;
  justify-content: center;
}

.site-header-menu li.menu-item,
.site-footer-menu li.menu-item,
.select-all-button {
  padding: 0 40px;
  list-style: none;
  font-family: "Calibri-Light", sans-serif;
  font-size: 16px;
}

.site-footer-menu li.menu-item {
  padding: 0 16px;
}

.site-footer-menu li.menu-item {
  padding: 0 64px;
}

.site-footer-menu .menu-item a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.dropdown-menu-categorie li.menu-item {
  list-style: none;
  font-family: "Calibri-Light", sans-serif;
  padding: 3px 0 3px 16px;
}

.site-header-menu .menu-item a,
.dropdown-menu-categorie li.menu-item a {
  color: #212529;
  font-size: 16px;
  text-decoration: none;
}

label.wpforms-field-label {
  font-family: "Calibri-Light", Sans-serif;
}

div.wpforms-container-full .wpforms-form button[type="submit"] {
  border-radius: 8px;
}

.black-link,
.black-link:visited {
  color: #212529 !important;
  font-family: "Calibri-Light", Sans-serif;
}

.green-bg .site-footer-menu .menu-item a,
.site-footer-menu .menu-item a:visited {
  color: white;
}

.site-header-menu .menu-item a:hover,
.dropdown-menu-categorie li.menu-item a:hover {
  color: #868b7e;
}

.site-footer-menu .menu-item a:hover {
  color: #343a40;
}

.black-link:hover {
  color: #868b7e !important;
  font-family: "Calibri-Bold", Sans-serif;
}

.green-bg .site-footer-menu .menu-item a:hover {
  color: #000;
}

.icon-navbar:hover {
  cursor: pointer;
}

.slider-button-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  color: #4f694b;
  box-shadow: 0 1px 2px 0 rgba(103, 110, 144, 0.1),
    0 2px 2px 0 rgba(103, 110, 144, 0.05), 0 4px 4px 0 rgba(103, 110, 144, 0.08),
    0 8px 8px 0 rgba(103, 110, 144, 0.05),
    0 16px 16px 0 rgba(103, 110, 144, 0.08);
  background-color: #f3f4f8;
  background-image: none;
  text-align: center;
  font-size: 24px;
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}

.slider-button-nav:hover,
.slider-button-nav:focus {
  width: 44px;
  height: 44px;
  font-size: 36px;
  cursor: pointer;
}

.slider-button-next {
  right: 4px;
}

.slider-button-prev {
  left: 4px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: initial;
}

.univers-container {
  padding-left: 24px;
  padding-right: 24px;
}

.hp-univers {
  height: 600px;
  background-size: cover;
  transition: transform 0.1s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hp-univers::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: background 0.3s ease;
}

.hp-univers:hover {
  background-size: 107%;
}

.hp-univers:hover::before {
  background: rgba(0, 0, 0, 0.5);
}

.hp-univers-text {
  color: #fff;
  font-family: "Calibri-Bold", sans-serif;
  font-size: 37px;
}

.hp-text-parag {
  font-family: "Calibri-Bold", sans-serif;
}

#metaslider_105 {
  margin-bottom: 0;
}

.metaslider .flex-control-nav {
  display: none;
}

.product-card-link {
  flex-shrink: 0;
  border-radius: 16px;
  border: 2px solid #afc1b0;
  position: relative;
  overflow: hidden;
  height: 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgb(103 110 144 / 10%),
    0 1px 2px 0 rgb(103 110 144 / 20%);
  transition: all 0.3s ease;
}

.product-card-img {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 14em;
  border-radius: 3px;
  align-items: flex-end;
  background-size: cover;
}

.wide-container {
  padding-left: 24px;
  padding-right: 24px;
}

.hp-top-img {
  height: 411px;
  padding-left: 24px;
  padding-right: 24px;
}

.univers-top-img {
  height: 780px;
  object-fit: cover;
  background-position: bottom;
}

.univers-top-img img {
  width: 100%;
}

.secondary-medium-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 6px;
  padding: 8px 24px;
  background-color: #f3f4f8;
  color: #33842f;
  flex: 0 0 auto;
  border: none;
  text-align: center;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  transition: all 0.3s ease;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-button-next,
.swiper-button-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  color: #4f694b;
  box-shadow: 0 1px 2px 0 rgba(103, 110, 144, 0.1),
    0 2px 2px 0 rgba(103, 110, 144, 0.05), 0 4px 4px 0 rgba(103, 110, 144, 0.08),
    0 8px 8px 0 rgba(103, 110, 144, 0.05),
    0 16px 16px 0 rgba(103, 110, 144, 0.08);
  background-color: #f3f4f8;
  background-image: none;
  text-align: center;
  font-size: 24px;
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 18px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.curved-bottom-line {
  width: 500px;
  height: 100px;
  border: solid 5px #000;
  border-color: transparent transparent #000 transparent;
  border-radius: 0 0 240px 50%/60px;
}

.arrow-bubble {
  left: -30px;
  height: 12%;
}

/* about */
.header-about {
  width: fit-content;
  height: 378px;
}

.header-about img {
  width: 100%;
  object-fit: cover;
}

/* details */
.details-text {
  margin-right: -68px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.woocommerce div.product {
  display: flex;
  flex-direction: column;
}

.woocommerce-cart table.cart img {
  width: 82px;
}

/* Contact */
.contact-img-header {
  max-height: 465px;
}

.contact-img-header img {
  width: 100%;
  object-fit: cover;
}

/* Homepage products */

a.grid-square-offer-card:hover {
  color: #212529;
}

.grid-square-offer-card {
  height: 406px;
}

.product-card {
  height: 512px;
}

.grid-square-offer-card::before {
  content: "";
  display: block;
  padding-top: 100%;
  position: relative;
}

.display-hover-button {
  opacity: 0;
  transition: all 0.3s ease;
}

.display-hover-button-overlay::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: background 0.3s ease;
}

.product-cta {
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}

.z-ind-3 {
  z-index: 3;
}
.relative-parent,
.offer-block-seo ol li,
.offer-block-seo ul li {
  position: relative;
}
.display-hover-button {
  opacity: 0;
  transition: all 0.3s ease;
}

.primary-round-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "TTNorms-Medium", sans-serif;
  font-size: 16px;
  padding: 8px 24px;
  background-color: #1669d8;
  color: #fff;
  flex: 0 0 auto;
  border: none;
  text-align: center;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 50px;
}

.primary-round-button:hover,
.primary-round-button:focus,
.primary-round-button:active {
  text-decoration: none;
  outline-width: 0;
  color: #fff;
  background-color: #095bc8;
  cursor: pointer;
}

.display-hover-button-parent:hover .display-hover-button {
  opacity: 1;
  transition: all 0.3s ease;
}

.display-hover-button-parent:hover .display-hover-button-overlay::before {
  background: rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease;
}

.display-hover-button-parent:hover .display-hover-button-overlay::before {
  background: rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease;
}

/* Elementor */
.woocommerce form .form-row .required {
  color: #0c273e;
}
.elementor-widget:not(:last-child).title-boutique {
  margin-bottom: 30px;
}

.elementor-218
  .elementor-element.elementor-element-3e27b471.title-boutique
  > .elementor-widget-container {
  margin-bottom: 0px;
}

.woocommerce div.product form.cart div.quantity {
  margin-right: 0px !important;
}

.single_add_to_cart_button {
  margin-left: 0 !important;
}

.quantity input[name="quantity"].qty {
  margin-right: 12px !important;
}

#img-gift-card {
  position: sticky;
  top: 36px;
}

#titre-produit .elementor-heading-title {
  font-size: 48px;
}

#pa_price {
  padding: 4px;
  min-width: auto;
  border: 1px solid #ebebeb;
}

#pa_price:focus {
  border-color: #0c273e;
}

.variations tr {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.woocommerce-variation-price {
  margin-bottom: 16px;
}

.wc_gc_giftcard_delivery {
  display: none;
}

.woocommerce_gc_giftcard_form input,
.woocommerce_gc_giftcard_form textarea {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding-left: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.woocommerce_gc_giftcard_form textarea {
  padding-top: 6px;
}

.search.icon-navbar {
  display: none;
}

/* Form */
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-row.wpforms-field-medium,
div.wpforms-container-full .wpforms-form input.wpforms-field-medium {
  max-width: 100%;
}

/* Livraison */

.delivery-icon-container {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  margin-top: -50px;
  padding-top: 61px;
  padding-bottom: 36px;
}

.delivery-card {
  height: 302px;
}

.delivery-card-content h2 {
  font-size: 22px;
  color: #0b2d00;
  font-family: "Calibri-Bold", serif;
  line-height: 1.5rem;
}

.delivery-card-content h2 {
  font-size: 22px;
  color: #0b2d00;
  font-family: "Calibri-Bold", serif;
  line-height: 1.5rem;
}

.delivery-card-content p {
  font-size: 20px;
  color: #0b2d00;
  font-family: "Calibri-Light", serif;
  margin-bottom: 8px;
  line-height: 1.5rem;
}

.delivery-content {
  margin: 0 24px 0 24px;
  background-color: #868b7e;
}

.delivery-content p {
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1.5rem;
  color: white;
  font-family: "Calibri-Light", serif;
}

.delivery-content h2 {
  font-size: 20px;
  margin-bottom: 16px;
  line-height: 1.5rem;
  color: white;
  font-family: "Calibri-Bold", serif;
}

.delivery-card-content bold,
.delivery-content bold,
.delivery-card-content strong,
.delivery-content strong {
  font-family: "Calibri-Bold", serif;
}

.delivery-content .elementor-container {
  max-width: 100% !important;
  width: 100%;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

/* # WooCommerce Cart Icon CSS with FontAwesome 5
---------------------------------------------------------------------------------------------------- */

.cart-contents {
  position: relative;
  display: flex !important;
  flex-flow: column nowrap;
  justify-content: center;
}

.cart-contents:before {
  content: "";
  background-image: url(//lesarchives.net/wp-content/themes/archives/img/panier-pique-nique.png);
  width: 25px;
  height: 25px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 999;
  position: inherit;
}

.cart-contents:hover {
  text-decoration: none;
}

.cart-contents-count {
  position: absolute;
  top: 16px;
  right: -9px;
  transform: translateY(-105%) translateX(25%);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
  height: 22px;
  width: 22px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: #000;
  border-radius: 50%;
  padding: 1px;
}

/********************
 * Search Navigation
 ********************/
.search-wpb .fa-search,
.login-logo .fa-user {
  color: #666666;
  font-weight: 900;
  font-size: 21px;
}

.user-icon {
  width: 25px;
}

.user-hover {
  white-space: nowrap;
  display: none;
  top: -37px;
  transform: translateX(-32%);
}

.user-icon-hover:hover .user-hover {
  display: block;
}

.user-icon:hover {
  filter: opacity(0.5);
}

.logged-in-indicator {
  position: absolute;
  top: -16px;
  right: -9px;
  color: #008000;
}

.search-wpb .fa-search:hover,
.search-wpb .fa-search:focus,
.login-logo .fa-user:hover,
.login-logo .fa-user:focus {
  color: #999999;
  text-decoration: none;
}

.wpbsearchform {
  display: flex;
  width: max-content;
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 5px;
  z-index: 9999;
  background-color: rgba(200, 199, 197, 0.8);
  padding: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  border: 1px solid #ccc;
}

.wpbsearchform form input:focus {
  color: #555;
}

.wpbsearchform input[type="search"] {
  border-radius: 0;
}

.wpbsearchform ::-moz-placeholder {
  color: #999 !important;
  font-weight: 300;
  opacity: 1;
}

.wpbsearchform ::-webkit-input-placeholder {
  color: #999 !important;
  font-weight: 300;
}

.dekstop-icon {
  width: 63px;
}

/** Checkout page **/
.shop_table_responsive {
  width: 100%;
}

.wl-cart-overview {
  margin-bottom: 40px;
}

.product-category,
.wl .wl-product-category-show-yes .product-category.wl-ci-cart-category {
  display: none !important;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0;
}

/* search bar */
#searchsubmit {
  background-color: #8c9184;
  font-family: "Calibri-Light", sans-serif;
  color: white;
  padding: 4px;
}

#searchsubmit:hover {
  background-color: #dbbebb;
}

.searchform {
  padding: 4px;
}

/* My account */

.woocommerce-info,
.woocommerce-message {
  border-top-color: #868b7e;
}

.woocommerce-message::before,
.woocommerce-info::before {
  color: #868b7e;
}

.woocommerce-MyAccount-content a {
  color: #868b7e;
  text-decoration: underline !important;
}

.woocommerce a:hover,
.woocommerce a:visited,
.woocommerce a:focus {
  color: #343a40;
}

.woocommerce-MyAccount-navigation a {
  text-decoration: none !important;
}

.woocommerce-MyAccount-navigation-link {
  margin-bottom: 8px;
}

.page.woocommerce {
  margin: 0;
  padding-bottom: 0;
}

.wl-ci-heading-nav th {
  font-weight: 600;
}

.cart_item {
  height: 115px;
}

.navbar-list .text-pink:hover,
.navbar-list .text-pink:visited,
.navbar-list .text-pink:hover:focus {
  color: #d9d0cb;
}

a.logout-sidebar {
  color: #212529 !important;
}

a.logout-sidebar:hover {
  color: #d9d0cb !important;
}

.navbar-list .logout-sidebar:hover,
.navbar-list .logout-sidebar:visited,
.navbar-list .logout-sidebar:focus {
  color: #6c757d;
}

.woocommerce form .form-row input.input-text {
  height: 2em;
}

.woocommerce-Tabs-panel h2 {
  display: none;
}

.wcz-dash-content {
  margin-top: 16px;
}

.wcz-dash-content p {
  color: #212925;
}

/* Product page*/

.related.products {
  width: 50%;
}

.products.columns-3 {
  columns: inherit;
}

/** Content page **/
.text-content p {
  margin-bottom: 24px;
}

.hidden-laptop {
  display: block;
}

.hidden-desktop {
  display: none;
}

.wpforms-field-container input,
.wpforms-field-container textarea {
  border-radius: 8px !important;
}

.woocommerce div.product p.price del span,
.price del span {
  text-decoration: line-through;
  color: #212529 !important;
}

.woocommerce div.product p.price ins span,
.price ins span.amount {
  color: #77a464;
}

.grid-square-offer-card del span {
  text-decoration: line-through;
}

.elementor-products-grid ul.products.elementor-grid li.product .onsale,
.woocommerce .elementor-widget-woocommerce-product-images span.onsale {
  padding: 5px !important;
}

.elementor-201
  .elementor-element.elementor-element-1e1b4674
  .elementor-heading-title {
  text-transform: none !important;
}

.mysticky-welcomebar-fixed-wrap {
  height: 42px !important;
  min-height: 42px !important;
}

.dialog-lightbox-widget .elementor-lightboxi {
    display: none !important;
}

#elementor-lightbox-slideshow-single-img{
    display: none !important;
}

@media (max-width: 1200px) {
  .container-wide,
  .single-product .product {
    padding: 0 16px;
  }

  .navbar-icon {
    right: 24px;
  }
}

@media (max-width: 820px) {
  .display-hover-button .product-cta {
    pointer-events: none;
  }

  .display-hover-button-parent:hover .display-hover-button .product-cta {
    pointer-events: auto;
  }

  .hidden-laptop {
    display: none;
  }

  .hidden-desktop {
    display: block;
  }

  .modal-backdrop-nav-left {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 16;
    background-color: rgba(77, 78, 79, 0.8);
  }

  .navbar-overlay-left {
    display: block !important;
    z-index: 0 !important;
  }

  .logo {
    width: 172px;
  }

  .padding-bottom-lg {
    padding-bottom: 32px;
  }

  .margin-top-lg {
    margin-top: 32px;
  }

  .padding-top-xl {
    padding-top: 16px;
  }

  .padding-top-md {
    padding-top: 16px;
  }

  .margin-top-md {
    margin-top: 16px;
  }

  .margin-top-l {
    margin-top: 16px;
  }

  .margin-top-xl {
    margin-top: 40px;
  }

  .margin-bottom-lg {
    margin-bottom: 32px;
  }

  .margin-bottom-l {
    margin-bottom: 24px;
  }

  .container-wide,
  .single-product .product {
    padding-right: 8px;
    padding-left: 8px;
  }

  .header-title {
    font-size: 23px;
  }

  .hp-top-img {
    height: 256px;
  }

  .site-header-menu {
    margin-top: 64px;
  }

  .site-header-menu li.menu-item {
    padding: 0;
  }

  .site-header-menu .menu-item a {
    font-size: 16px;
  }

  .site-footer-menu .menu-item a,
  .site-footer-menu .menu-item a:visited {
    color: #212529;
    font-size: 16px;
  }

  .site-footer-menu li.menu-item {
    padding: 0;
  }

  .dropdown-menu-categorie li.menu-item {
    padding: 0;
  }

  .site-footer {
    height: 75px;
    display: none;
  }

  .h2-title {
    font-size: 30px;
  }

  .h4-title {
    font-size: 14px;
  }

  .hp-text-section-second {
    font-size: 75px;
  }

  .univers-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hp-top-img,
  .wide-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hp-univers {
    padding-right: 8px;
    height: 360px;
  }

  .grid-square-offer-card {
    height: 315px;
  }

  .univers-top-img {
    height: 384px;
  }

  .delivery-card {
    height: 249px;
  }

  .menu-container {
    margin-right: 8px;
    margin-left: 8px;
  }

  .site-header-menu {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .product-card {
    height: 336px;
  }

  .round-shape {
    height: 198px;
    width: 198px;
  }

  .round-shape-medium {
    border-radius: 50%;
    width: 250px;
    height: 250px;
  }

  .related.products {
    width: 100%;
  }

  .cart_item {
    height: inherit;
  }

  .arrow-bubble {
    left: -72px;
    height: 23%;
  }

  /*Elementor*/
  #titre-produit .elementor-heading-title {
    font-size: 40px;
  }

  .woocommerce-page table.cart .product-thumbnail {
    display: block;
  }

  .woocommerce table.shop_table_responsive tr td.product-thumbnail::before,
  .woocommerce-page
    table.shop_table_responsive
    tr
    td.product-thumbnail::before {
    content: none;
  }

  .elementor-widget-woocommerce-cart .woocommerce table.cart img {
    width: 65px;
  }

  .legal-notice-section {
    width: 100%;
    max-width: 100%;
  }

  .delivery-card-content p {
    font-size: 15px;
  }

  .delivery-card-content h2 {
    font-size: 20px;
  }
}

@media (max-width: 500px) {
  .navbar-icon {
    right: 21px;
  }

  .cart-contents-count {
    font-size: 10px;
    line-height: 17px;
    height: 18px;
    width: 18px;
  }

  .user-icon {
    width: 18px;
  }

  .logo {
    width: 159px;
  }

  .header-title {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 19px;
    margin-bottom: 16px;
  }

  .header-about {
    width: 378px;
    height: 378px;
  }

  header.container-wide {
    padding: 0;
  }

  ul#top_menu {
    padding-left: 0;
  }

  .h2-title {
    font-size: 24px;
  }

  .h3-title {
    font-size: 26px;
  }

  .hp-text-section-second {
    font-size: 42px;
  }

  .flex-column-m {
    flex-direction: column;
  }

  .flex-column-reverse-m {
    flex-direction: column-reverse;
  }

  .padding-top-md {
    padding-top: 8px;
  }

  .padding-top-lg {
    padding-top: 24px;
  }

  .padding-bottom-sm {
    padding-bottom: 8px;
  }

  .margin-bottom-md {
    margin-bottom: 8px;
  }

  .margin-bottom-lg {
    margin-bottom: 24px;
  }

  .margin-bottom-l {
    margin-bottom: 16px;
  }

  .details-text {
    margin: 0;
  }

  .form-conainter {
    padding-left: 8px;
    padding-right: 8px;
  }

  .site-header-menu {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .site-header-menu .menu-item a {
    font-size: 16px;
  }

  .site-footer-menu .menu-item a {
    color: #212529;
    font-size: 16px;
  }

  .site-footer-menu li.menu-item {
    padding: 0;
  }

  .site-footer {
    height: 64px;
  }

  .padding-bottom-lg {
    padding-bottom: 24px;
  }

  .margin-top-lg {
    margin-top: 24px;
  }

  .margin-bottom-xl {
    mùargin-bottom: 32px;
  }

  .padding-bottom-xl {
    padding-bottom: 32px;
  }

  .delivery-card {
    margin: 0 0 16px 0;
    height: 240px;
  }

  .univers-container {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 0;
  }

  .hp-top-img {
    height: 180px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .wide-container {
    padding-left: 8px;
    padding-right: 8px;
  }

  .grid-square-offer-card {
    height: 223px;
  }

  .product-card {
    height: 260px;
  }

  .product-container {
    border-radius: 0;
    padding-top: 16px;
  }

  .univers-top-img {
    height: 202px;
  }

  .univers-top-img img {
    object-fit: cover;
  }

  .hp-univers {
    height: 470px;
    margin-bottom: 16px;
  }

  .search-wpb .fa-search,
  .login-logo .fa-user {
    font-size: 18px;
  }

  .cart-contents:before {
    width: 18px;
    height: 18px;
  }

  .icon-hearth {
    width: 54px;
  }

  .menu-container {
    margin-right: 4px;
    margin-left: 4px;
  }

  .arrow-bubble {
    left: 37%;
    height: 20%;
    bottom: -32px;
  }

  /*Elementor*/
  #titre-produit .elementor-heading-title {
    font-size: 36px;
  }

  .variations tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
  }

  .mysticky-welcomebar-close {
    display: none;
  }
}
.burger-sass{
    display: block;
    max-width: 30px;
    height: 4px;
    border-radius: 3px;
    width: 100%;
    transition: transform .3s ease,margin .3s ease,background .3s ease,height .3s ease;
}

.burger-sass:nth-child(2) {
    margin: 8px 0 8px;
}

.burger-sass-input:checked ~ label .burger-sass:first-child {
    transition: all .3s ease;
    transform: rotate(45deg) translateX(3px);
}

.burger-sass-input:checked ~ label .burger-sass:nth-child(2) {
    margin: 0;
    height: 0;
    background: none;

    transition: transform .3s ease,margin .3s ease,background .3s ease,height .3s ease;
}

.burger-sass-input:checked ~ label .burger-sass:last-child {
    transition: all .3s ease;
    transform: rotate(-45deg) translateX(3px);
}

/* navbar content */
.navbar-list {
    transition: transform .3s ease;
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 2;

    overflow: hidden;
    position: fixed;
    width: 40%;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translateX(100vw);
    border-top: solid 1px #d1d6e1;
    z-index: 3;
}

.burger-sass-input:checked~.navbar-list {
    transition: transform .3s ease;
    transform: translateX(0);
    overflow: visible;
}

/* Modal background */
.modal-backdrop-nav {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 16;
    background-color: none;
}

.burger-sass-input:checked~.navbar-overlay {
    display: block;
    z-index: -1;
}

/* Fade for backdrop */
.modal-backdrop-nav.fade {
    opacity: 0;
}

.modal-backdrop-nav.in {
    opacity: 1;
}

.navbar-list .burger-sass-input, .navbar-list .navbar-menu-mobile{
    position: absolute;
    top: 47px;
    left:16px;
}

.burger-sass-input{
    display: none;
}

.pannel-button {
    width: 310px;
    height: 310px;
}

.text-sidebar-login{
    font-size: 16px;
}

@media (max-width: 820px) {
    .text-sidebar-login{
        font-size: 14px;
    }

    .pannel-button {
        width: 210px;
        height: 210px;
    }
}


@media (max-width: 500px) {
    .navbar-list{
        width: 100%;
        top: 0;
    }
}
/* Sidenav menu */
.sidenav {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 4;
  top: 0;
  left: -250px;
  background-color: #e8e8e8;
  padding-top: 60px;
  transition: left 0.5s ease;
}

.sidenav ul {
  list-style-type: none;
  margin: 0;
}

/* Sidenav menu links */
.sidenav a,
.category-mobile a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.category-mobile a {
  padding-left: 0;
}

.sidenav a:hover {
  color: #111;
}

.sidenav .login-link a {
  font-size: 18px;
}

/* Active class */
.sidenav.active {
  left: 0;
}

/* Close btn */
.sidenav .close {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}

.burger-icon {
  position: absolute;
  top: 15px;
  left: 16px;
}

.burger-icon span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #868b7e;
  margin: 6px 0;
}

@media (max-width: 500px) {
  .burger-icon {
    left: 2px;
  }
}
/*
! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.right-0 {
  right: 0px;
}

.right-3 {
  right: 0.75rem;
}

.right-6 {
  right: 1.5rem;
}

.top-0 {
  top: 0px;
}

.top-6 {
  top: 1.5rem;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.z-\[-2\] {
  z-index: -2;
}

.m-auto {
  margin: auto;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-mt-\[16px\] {
  margin-top: -16px;
}

.-mt-\[8px\] {
  margin-top: -8px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-4 {
  height: 1rem;
}

.h-\[206px\] {
  height: 206px;
}

.h-\[430px\] {
  height: 430px;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-4 {
  width: 1rem;
}

.w-4\/5 {
  width: 80%;
}

.w-60 {
  width: 15rem;
}

.w-\[44px\] {
  width: 44px;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-shrink {
  flex-shrink: 1;
}

.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.\!gap-4 {
  gap: 1rem !important;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-none {
  border-radius: 0px;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.border {
  border-width: 1px;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.fill-current {
  fill: currentColor;
}

.p-0 {
  padding: 0px;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-8 {
  padding: 2rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pl-0 {
  padding-left: 0px;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pt-0 {
  padding-top: 0px;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-\[80px\] {
  font-size: 80px;
}

.text-\[42px\] {
  font-size: 42px;
}

.uppercase {
  text-transform: uppercase;
}

.leading-\[125\%\] {
  line-height: 125%;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-default {
  color: #0c273e;;
}

.text-pinkArchive {
  --tw-text-opacity: 1;
  color: rgb(217 208 203 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.sub-menu {
  padding-left: 0px;
}

.dialog-lightbox-widget .elementor-lightbox {
  display: none !important;
}

.hover\:\!text-\[\#868b7e\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(134 139 126 / var(--tw-text-opacity)) !important;
}

.hover\:decoration-\[\#868b7e\]:hover {
  text-decoration-color: #868b7e;
}

.hover\:invert:hover {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:text-\[\#868b7e\] {
  --tw-text-opacity: 1;
  color: rgb(134 139 126 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:mr-1 {
    margin-right: 0.25rem;
  }

  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:h-\[348px\] {
    height: 348px;
  }

  .sm\:w-11\/12 {
    width: 91.666667%;
  }

  .sm\:w-4\/12 {
    width: 33.333333%;
  }

  .sm\:w-5\/12 {
    width: 41.666667%;
  }

  .sm\:w-8\/12 {
    width: 66.666667%;
  }

  .sm\:rotate-90 {
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-\[75px\] {
    font-size: 75px;
  }

  .sm\:text-\[67px\] {
    font-size: 67px;
  }
}

@media (min-width: 768px) {
  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

  .md\:text-\[80px\] {
    font-size: 80px;
  }

  .md\:text-\[78px\] {
    font-size: 78px;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-\[67px\] {
    font-size: 67px;
  }

  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .group:hover .md\:group-hover\:text-default {
    color: #0c273e;;
  }
}

@media (min-width: 1024px) {
  .lg\:bottom-1 {
    bottom: 0.25rem;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:-mt-\[88px\] {
    margin-top: -88px;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:w-11\/12 {
    width: 91.666667%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-\[54px\] {
    width: 54px;
  }

  .lg\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:text-\[78px\] {
    font-size: 78px;
  }
}