:root {
  --pple-color: #563419;
  --sec-color: #ebe6bb;
  --text-color: #000000;
  --acc-color: #f9f5f2;
  --footer-color: #1b1008;
  --vanille-color: #dcc6aa;
  --beige-color: #f4ecc4;
  --pple-size: 35px;
  --sec-size: 24px;
  --text-size: 20px;
  --acc-size: 19px;
}

body {
  background-color: var(--acc-color) !important;
}

.pple {
  color: var(--pple-color);
}

.sec {
  color: var(--sec-color);
}

.text {
  color: var(--text-color);
}

.acc {
  color: var(--acc-color);
}

.footer {
  color: var(--footer-color);
}

.vanille {
  color: var(--vanille-color);
}

.beige {
  color: var(--beige-color);
}

.bg-pple {
  background-color: var(--pple-color);
}

.bg-sec {
  background-color: var(--sec-color);
}

.bg-text {
  background-color: var(--text-color);
}

.bg-acc {
  background-color: var(--acc-color);
}

.bg-footer {
  background-color: var(--footer-color);
}

.bg-vanille {
  background-color: var(--vanille-color);
}

.bg-beige {
  background-color: var(--beige-color);
}

.fs-pple {
  font-size: var(--pple-size);
}

.fs-sec {
  font-size: var(--sec-size);
}

.fs-text {
  font-size: var(--text-size);
}

.fs-acc {
  font-size: var(--acc-size);
}

#site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.site-header .header-inner {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media (min-width: 992px) {
  #site-header ul.menu li:not(.lang-item):last-child {
    background-color: var(--pple-color);
    border-radius: 20px;
  }

  #site-header ul.menu li:last-child a {
    color: var(--acc-color) !important;
  }
}

#site-header #menu-principale-1,
#site-header #menu-principale-en-1 {
  font-size: small;
}

@media (min-width: 992px) {
  .lang-item.lang-item-first {
    position: relative;
  }

  .lang-item.lang-item-first::after {
    content: "";
    width: 2px;
    height: 20px;
    background-color: var(--pple-color);
    position: absolute;
    right: -3px;
    bottom: 12.5px;
  }

  .lang-item:not(.lang-item-first) {
    padding-right: 20px;
  }

  .lang-item.current-lang > a {
    text-decoration: underline;
    font-weight: bold;
  }
}
@media (max-width: 991px) {
  .lang-item.current-lang > a {
    background-color: var(--beige-color) !important;
    font-weight: bold;
  }
}

#site-header ul.menu:not(#menu-principale-1):not(#menu-principale-en-1) {
  padding-right: 25px !important;
}

#site-header ul.menu .menu-item a[aria-current="page"] {
  text-decoration: underline;
  font-weight: bold;
}

@media (min-width: 992px) and (max-width: 1120px) {
  .site-header .header-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
  #site-header ul.menu {
    padding-right: 0;
  }
}

#site-footer {
  padding: 60px 15px;
}

.custom-logo-footer {
  margin-bottom: 20px;
}

.custom-logo-footer img {
  width: 120px;
}

.ligned-h2 .elementor-heading-title {
  position: relative;
}

.ligned-h2 .elementor-heading-title::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 5px;
  bottom: -30px;
  border-radius: 5px;
}

.ligned-h2-left .elementor-heading-title::after {
  left: 0;
}

.ligned-h2-right .elementor-heading-title::after {
  right: 0;
}

.ligned-h2-center .elementor-heading-title::after {
  left: calc(50% - 25px);
}

.ligned-h2-pple .elementor-heading-title::after {
  background-color: var(--pple-color);
}

.ligned-h2-sec .elementor-heading-title::after {
  background-color: var(--sec-color);
}

.ligned-h2-text .elementor-heading-title::after {
  background-color: var(--text-color);
}

.ligned-h2-acc .elementor-heading-title::after {
  background-color: var(--acc-color);
}

@media (max-width: 767px) {
  .ligned-h2-left:not(.ligned-h2-nochange) .elementor-heading-title::after {
    left: calc(50% - 25px);
  }
  .ligned-h2-right:not(.ligned-h2-nochange) .elementor-heading-title::after {
    right: calc(50% - 25px);
  }
}

.marchandises-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 20px 0;
}

.marchandise-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.marchandise-card:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.marchandise-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.marchandise-title {
  margin: 10px 0 30px;
}

.marchandise-resume {
  color: var(--text-color);
  margin: 10px 0 35px;
  font-size: 16px;
}

.soaroma-btn {
  display: inline-block;
  padding: 9.5px 35px;
  border-style: solid;
  border-width: 1px;
  border-radius: 20px;
  text-decoration: none;
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
  text-align: center;
}

.soaroma-btn.btn-pple {
  background: var(--pple-color);
  color: var(--acc-color);
  border-color: var(--pple-color);
}

.soaroma-btn.btn-acc {
  background: var(--acc-color);
  color: var(--pple-color);
  border-color: var(--acc-color);
}

.soaroma-btn.btn-pple:hover {
  background: var(--acc-color);
}

.soaroma-btn.btn-pple:hover span {
  color: var(--pple-color);
}

.soaroma-btn.btn-acc:hover {
  background: var(--pple-color);
}

.soaroma-btn.btn-acc:hover span {
  color: var(--acc-color);
}

footer.elementor-lightbox-prevent-close {
  display: none !important;
}

.politique h1,
.politique h2,
.politique h3,
.politique h4,
.politique h5,
.politique h6 {
  color: var(--text-color) !important;
}

.content-title {
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.content-title-content {
  background-color: var(--beige-color);
  padding: 120px 15px 20px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.content-tittle-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

@media (max-width: 1120px) {
  .content-title-content span,
  .content-title-content p {
    font-size: var(--sec-size);
  }
}

@media (min-width: 1025px) and (max-width: 1120px) {
  .content-title-content {
    padding: 210px 15px 30px;
  }
}

@media (min-width: 993px) and (max-width: 1024px) {
  .content-title-content {
    padding: 200px 15px 20px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .content-title-content {
    padding: 135px 15px 20px !important;
  }
}

.go-top {
  font-size: 15px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  cursor: pointer;
  position: fixed;
  z-index: 1;
  bottom: 10px;
  right: 20px;
  border: 1px solid var(--acc-color);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease,
    -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease,
    -webkit-transform 0.3s ease;
}

.go-top.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.go-top:not(.visible) {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: smaller;
}

#content {
  max-width: 100% !important;
}

.soaroma-contact-field .soaroma-grid-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}

.soaroma-contact-field .soaroma-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 768px) {
  .soaroma-contact-field .soaroma-grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.soaroma-contact-field {
  font-size: var(--acc-size);
}

.soaroma-contact-field label {
  color: var(--pple-color);
}

.not-found-link {
  color: var(--pple-color) !important;
}

.soaroma-input,
.soaroma-textarea {
  border-radius: 10px !important;
}

.soaroma-input-sujet {
  margin-top: 10px;
}

.soaroma-label-imp {
  color: red;
}

.soaroma-textarea {
  min-height: 120px;
  height: 120px;
  resize: vertical;
}

.soaroma-submit {
  padding: 9.5px 35px !important;
  border-radius: 20px !important;
  background: var(--pple-color) !important;
  color: var(--acc-color) !important;
  border-color: var(--pple-color) !important;
  font-size: var(--acc-size) !important;
  -webkit-transition: background 0.2s ease !important;
  -o-transition: background 0.2s ease !important;
  transition: background 0.2s ease !important;
}

.soaroma-submit:hover {
  background: var(--acc-color) !important;
  color: var(--pple-color) !important;
}

.wpcf7-not-valid-tip {
  font-size: 0.8em;
  padding: 5px 0 0 10px;
}

.wpcf7-response-output {
  font-size: 0.8em;
  padding: 10px !important;
}

@media (min-width: 993px) and (max-width: 1120px) {
  .first-section {
    padding-top: 225px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .first-section {
    padding-top: 145px !important;
  }
}

.slider-home {
  margin: auto !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  pointer-events: none !important;
}

.slider-home .soliloquy-controls {
  display: none !important;
}

.pll-parent-menu-item:hover > ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.pll-parent-menu-item::after {
  font-size: 20px !important;
  padding: 5px !important;
}

.pll-parent-menu-item > a {
  padding: 8px 0 8px !important;
}

.pll-parent-menu-item .sub-menu {
  border-radius: 5px;
  min-width: auto !important;
  border: 1px solid #fff;
  overflow: hidden;
}

.pll-parent-menu-item .sub-menu .lang-item {
  background-color: #fff !important;
  min-width: 47px !important;
  width: 100% !important;
}

.pll-parent-menu-item .sub-menu .lang-item.current-lang {
  background-color: var(--beige-color) !important;
}

@media (min-width: 1121px) and (max-width: 1236px) {
  .site-header .site-branding .site-logo img {
    width: 100% !important;
    max-width: 185px !important;
  }
}

@media (max-width: 992px) {
  .pll-parent-menu-item > a {
    padding-left: 20px !important;
  }
  .pll-parent-menu-item .sub-menu .lang-item.current-lang a {
    background-color: var(--beige-color) !important;
  }
}
