@charset "UTF-8";
/*

@font-face {
  font-family: "Nexa Regular";
  src: url("../fonts/NexaRegular/@font-face/909ceff46b1e8b0a46261d3737e348c6.ttf") format("truetype");
} */
/*
@font-face {
  font-family: nexaregular;
  src: url("../fonts/nexaregular.otf") format("opentype");
} */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
body, div, h1, h2, h3, h4, h5, h6, p, span, a, dd, dt, em, button, label, input, textarea {
  font-family: "Inter", sans-serif !important;
}

body {
  overflow-x: hidden;
}

.alert-grey {
  background-color: rgb(245, 245, 245);
}

.link {
  color: #499C6F !important;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
}
.link:hover {
  text-decoration: underline !important;
  color: #6FC6AA !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.card-custom {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  border-color: rgb(220 252 231/var(--tw-border-opacity, 1));
  overflow: hidden;
  min-width: 250px;
}
.card-custom-body {
  padding: 1.5rem;
}

.grid-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.grid-list-2-cols > div {
  flex: 1 1 calc(50% - 1rem);
  box-sizing: border-box;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-header .close {
  margin-top: 0 !important;
}
.modal-header:after {
  content: none !important;
}
.modal-body {
  padding: 1rem !important;
}

.form-control {
  border-radius: 8px;
}

.product-quantity .bootstrap-touchspin {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #499C6F;
}
.product-quantity .bootstrap-touchspin #quantity_wanted {
  border-radius: 0 !important;
  border: 0 !important;
}

.focus-border {
  display: none !important;
}

form input::placeholder, form textarea::placeholder {
  color: #c1c1c1 !important;
  font-size: 0.85rem;
}

#pattern .page-width, .menu_width, .flexmenu_ul, body .elementor-section.elementor-section-boxed > .elementor-container {
  width: 96% !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-green {
  color: #499C6F !important;
}

ul {
  list-style: none !important;
}
ul.list-style-disc {
  list-style: disc !important;
}
ul.list-style-disc li {
  margin-left: 1.5rem;
}

p {
  font-size: 1rem;
}

li {
  font-size: 0.9rem;
}

h1 {
  font-size: 20px !important;
}

@media (max-width: 767px) {
  h2 {
    font-size: 1.3rem !important;
  }
}

.cursor-pointer {
  cursor: pointer;
}

.page-header h1, #product h1 {
  font-weight: 900;
  line-height: 1.1em;
  margin: 0 0 35px;
  text-transform: none !important;
  font-size: 1.563em;
  color: #333;
  letter-spacing: 1px;
}

.page-content h2:not(.normal) {
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.1em;
  font-size: 1.5em;
}

.align-items-stretch {
  align-items: stretch !important;
}

.d-flex {
  display: flex !important;
}
.d-none {
  display: none !important;
}

.text-primary {
  color: #3c3c3b !important;
}

.text-secondary {
  color: #F2C858 !important;
}

.text-green {
  color: #499C6F !important;
}

.m-auto {
  margin: auto !important;
}

.m-1 {
  margin: 1rem 1rem !important;
}

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

.mt-1 {
  margin-top: 1rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

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

.mb-1 {
  margin-bottom: 1rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.mx-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-2 {
  margin: 1.5rem 1.5rem !important;
}

.mt-2 {
  margin-top: 1.5rem !important;
}

.mr-2 {
  margin-right: 1.5rem !important;
}

.mb-2 {
  margin-bottom: 1.5rem !important;
}

.ml-2 {
  margin-left: 1.5rem !important;
}

.mx-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-3 {
  margin: 3rem 3rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.mx-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 1rem 1rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

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

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-2 {
  padding: 1.5rem 1.5rem !important;
}

.pt-2 {
  padding-top: 1.5rem !important;
}

.pr-2 {
  padding-right: 1.5rem !important;
}

.pb-2 {
  padding-bottom: 1.5rem !important;
}

.pl-2 {
  padding-left: 1.5rem !important;
}

.px-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-3 {
  padding: 3rem 3rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

.px-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.img-fluid {
  width: 100%;
  height: auto;
}

.accordion .card, .accordion-design .card {
  margin-bottom: 0.5rem;
}
.accordion .card-body, .accordion-design .card-body {
  padding: 0.5rem;
}
.accordion .card .accordion-title, .accordion-design .card .accordion-title {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: rgb(245, 245, 245);
  color: #333333;
  font-weight: 500;
  font-size: 16px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 10px;
}
.accordion .card .accordion-title:hover, .accordion-design .card .accordion-title:hover {
  background-color: rgb(245, 245, 245);
}
.accordion .card .accordion-title:before, .accordion-design .card .accordion-title:before {
  content: "";
  margin-right: 0.5rem;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
}
.accordion .card .accordion-title:not(.collapsed), .accordion-design .card .accordion-title:not(.collapsed) {
  background-color: #499C6F;
  color: #ffffff;
}
.accordion .card .accordion-title:not(.collapsed):after, .accordion-design .card .accordion-title:not(.collapsed):after {
  content: "-";
  float: right;
  margin-left: auto;
  font-size: 1.2rem;
  margin-top: 0.25rem;
}
.accordion .card .accordion-title.collapsed:after, .accordion-design .card .accordion-title.collapsed:after {
  content: "+";
  margin-left: auto;
  float: right;
  font-size: 1.2rem;
  margin-top: 0.25rem;
}

@media (min-width: 992px) {
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
}
.price {
  font-size: 18px;
  font-weight: 500;
}

.btn {
  padding: 1em 1em;
  white-space: normal;
  line-height: normal;
  border-radius: 8px;
  background-color: #499C6F !important;
  border-color: #499C6F !important;
}
.btn:hover {
  background-color: #6FC6AA !important;
  border-color: #6FC6AA !important;
}
.btn:focus {
  outline: none !important;
}
.btn-link:not(.collapsed) {
  background-color: #F2C858 !important;
  border-color: #F2C858 !important;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f !important;
  border-color: #d9534f !important;
}
.btn-danger:hover {
  background-color: #d2322d !important;
}
.btn-outline-danger {
  background-color: transparent !important;
  color: #d9534f !important;
  border-color: #d9534f !important;
}
.btn-outline-danger:hover {
  background-color: #d2322d !important;
  color: #fff !important;
}
.btn-primary {
  background-color: #499C6F !important;
  border-color: #499C6F !important;
  color: #ffffff !important;
}
.btn-primary:hover {
  background-color: #6FC6AA !important;
}
.btn-outline-primary {
  background-color: transparent !important;
  color: #499C6F !important;
  border-color: #499C6F !important;
}
.btn-outline-primary:hover {
  background-color: #6FC6AA !important;
  color: #ffffff !important;
}
.btn-warning {
  background-color: #f0ad4e !important;
  border-color: #f0ad4e !important;
  color: #ffffff !important;
}
.btn-warning:hover {
  background-color: #eea236 !important;
}
.btn-secondary {
  background-color: #F2C858 !important;
  border-color: #F2C858 !important;
  color: #ffffff !important;
}
.btn-secondary:hover {
  opacity: 0.9;
}

.input-group .btn, #cart .flex-container .btn {
  border-radius: 0 !important;
}

.title-section-picto:before {
  content: "";
  margin-right: 0.5rem;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
}
.title-section-picto-partir:before {
  background-image: url(/img/picto/ou-partir.svg) !important;
  height: 20px;
  width: 20px;
}
.title-section-picto-offre:before {
  background-image: url(/img/prestation/pictos/section/offer.svg) !important;
}
.title-section-picto-infos:before {
  background-image: url(/img/prestation/pictos/section/informations.svg) !important;
}
.title-section-picto-presentation:before {
  background-image: url(/img/prestation/pictos/section/description.svg) !important;
}
.title-section-picto-localiser:before {
  background-image: url(/img/prestation/pictos/section/localiser.svg) !important;
}
.title-section-picto-reviews:before {
  background-image: url(/img/prestation/pictos/section/review_product.svg) !important;
}
.title-section-picto-partner-message:before {
  background-image: url(/img/prestation/pictos/section/mot-proprio.svg) !important;
}
.title-section-picto-proximite:before {
  background-image: url(/img/prestation/pictos/section/map-proxi.svg) !important;
}
.title-section-picto-filtres:before {
  background-image: url(/img/prestation/pictos/section/filter-list.svg) !important;
}
.title-section-picto-coffret:before {
  background-image: url(/img/prestation/pictos/section/gift.svg) !important;
}

.alert {
  font-size: 1rem;
}
.alert-secondary {
  background-color: #F2C858;
  color: #3c3c3b;
}
.alert-custom p:first-child {
  margin-top: 0;
}
.alert-custom p:last-child {
  margin-bottom: 0;
}

.sep-title {
  font: 100 15px/20px "nexabook", sans-serif;
  letter-spacing: 3px;
  text-align: center;
  margin: 50px 0;
}
.sep-title:after {
  border-bottom: 1px solid #3c3c3b;
  width: 75px;
  height: 2px;
  margin: 37px auto;
  content: "";
  display: block;
}

#top-menu .level-1 > a {
  padding: 15px 20px;
  font-size: 1.1rem;
}
#top-menu .level-1 > a:hover {
  color: #499C6F;
}

table.dataTable .dataTables_filter {
  display: flex;
  justify-content: right;
  margin-bottom: 1.5rem;
  text-align: right;
}
table.dataTable .dataTables_filter input {
  margin-left: 1rem;
}
table.dataTable thead .sorting:after {
  opacity: 1;
  content: "↓" !important;
  color: #000;
  bottom: 3px;
}
table.dataTable thead .sorting_asc:after {
  content: "↑" !important;
}
table.dataTable thead .sorting_asc:after, table.dataTable table.dataTable thead .sorting_desc:after {
  color: #000;
  opacity: 1;
  bottom: 3px;
}
table.dataTable thead .sorting_desc:after {
  content: "↓" !important;
}

#module-rdpartners-eticket table #justif, #module-rdpartners-offers table #justif, #module-rdpartners-invoice table #justif, #module-rdpartners-prestations table #justif, #module-rdpartners-contract table #justif {
  margin-bottom: 15px;
  background-color: #fff;
  width: 100%;
  padding: 10px;
}

.dataTables_paginate {
  text-align: right;
}
.dataTables_paginate .pagination {
  margin: 2px 0;
  white-space: nowrap;
  display: flex;
  padding-left: 0;
  list-style: none;
  justify-content: right;
}
.dataTables_paginate .pagination > li.active > a {
  z-index: 2;
  color: #fff;
  background-color: #499C6F;
  border-color: #ddd;
  cursor: default;
}
.dataTables_paginate .pagination > li.active > a:hover {
  background-color: #499C6F;
}
.dataTables_paginate .pagination > li > a {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.dataTables_paginate .pagination > li > a:hover {
  background-color: #f6f6f6;
}

.dataTable {
  margin-top: 2rem;
}
.dataTable tr:nth-child(2n) td {
  background-color: #f0f2f5 !important;
}
.dataTable th {
  font-size: 16px;
  font-weight: bold !important;
  text-transform: none !important;
  color: #ffffff;
  border: 0 !important;
  background-color: #499C6F;
  vertical-align: middle !important;
}
.dataTable th:hover {
  cursor: pointer;
}
.dataTable th:after {
  margin-left: 0.5rem;
}
.dataTable td {
  font-size: 14px;
  text-align: center;
  vertical-align: middle !important;
  border: 0 !important;
}

#module-rdpartners-partner {
  /*
  .partner_functions .item .title:before {
    content: '';
    position: absolute;
    bottom: 10px;
    height: 1px;
    width: 50%;
    left: 50%;
    background: #999;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  } */
}
#module-rdpartners-partner .partner_functions {
  margin: auto;
  max-width: 1000px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 250px);
  justify-content: center;
}
#module-rdpartners-partner .partner_functions .item {
  text-align: center;
  border: 1px solid #000;
  margin: 10px;
  height: 250px;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#module-rdpartners-partner .partner_functions .item .title {
  height: 70px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
#module-rdpartners-partner .partner_functions .item img {
  max-width: 47px;
  max-height: 42px;
  margin-top: 26px;
  transition: all 0.3s linear;
  will-change: transform;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
#module-rdpartners-partner .partner_functions .item:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/*
MAPS
 */
#tip {
  position: absolute;
  top: -10px;
  width: 100%;
  text-align: center;
  color: #8C8B8B;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
}

#index .mapFranceWrapper {
  max-width: none !important;
}

.leaflet-top, .leaflet-bottom {
  z-index: 600 !important;
}

.mapFranceWrapper {
  padding-top: 1rem !important;
  padding-bottom: 1rem;
  max-width: 370px;
  margin: auto;
}
.mapFranceWrapper #mapFrance {
  padding-left: 20px;
  padding-right: 20px;
}
.mapFranceWrapper #mapFrance .active path {
  fill: #499C6F;
}
.mapFranceWrapper .cls-2 {
  fill: #D7D7D7;
  stroke: #ffffff;
  stroke-width: 1;
  stroke-linejoin: round;
}
.mapFranceWrapper .cls-2:hover {
  fill: #6FC6AA;
  stroke: #ffffff;
  cursor: pointer;
  pointer-events: auto;
}

#lgcomment .comment-item {
  margin-bottom: 25px;
  padding-bottom: 25px;
  margin: 1rem;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  padding: 1rem;
}
#lgcomment .comment-item .card-header {
  align-items: center;
  /*
  img {
    height: max-content !important;
  } */
}
@media (min-width: 768px) {
  #lgcomment .comment-item .card-header {
    display: flex;
  }
}
#lgcomment .comment-item .card-header .title {
  font-size: 0.9rem;
  color: #222222;
  font-weight: bold;
  margin-left: 0.5rem;
}
#lgcomment .comment-item .card-body .nick {
  font-size: 0.75rem;
  color: #222222;
}
#lgcomment .comment-item .card-body .comment-item-content {
  margin-top: 0.5rem;
  font-size: 14px;
}
#lgcomment .comment-item .card-body .answer {
  padding-left: 20px;
  color: #499C6F;
  font-style: italic;
  margin-top: 10px;
  font-size: 14px;
}
#lgcomment .comment-item .card-body .answer p {
  font-size: 14px;
}
#lgcomment .comment-item .card-body .btn-link-review {
  background-color: transparent !important;
  color: #499C6F;
  text-decoration: underline !important;
  border: none !important;
  text-transform: none !important;
  padding: 0 !important;
}

/*
PRODUCT
 */
#product .img-arrow {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
#product .img-arrow-top {
  top: 10px;
}
#product .img-arrow-bottom {
  bottom: 10px;
}
#product #googleRichSnippets {
  margin-top: -10px;
  margin-bottom: 10px;
}
#product .accordion-design .card #accordionOffreButton:before {
  background-image: url(/img/picto/offre.svg) !important;
}
#product .accordion-design .card #accordionDescriptionButton:before {
  background-image: url(/img/picto/le_concept.svg) !important;
}
#product .accordion-design .card #heading-0Button:before {
  background-image: url(/img/picto/avis_product.svg) !important;
}
#product .accordion-design .card .accordion-title {
  font-size: 18px;
  font-weight: 600;
}
#product .accordion-design .card .accordion-title:not(.collapsed) {
  background-color: rgb(245, 245, 245);
  color: #333333;
}
#product .product-page-col {
  padding: 0 !important;
}
#product .product-variants select {
  margin: auto !important;
}
#product .product-price {
  font-size: 18px !important;
  font-weight: 500 !important;
}
#product .product-prices {
  text-align: center;
}
#product .product-prices .tax-shipping-delivery-label {
  display: none;
}
#product .product-quantity {
  justify-content: center;
}
#product .product-quantity .qty {
  display: none;
}
#product .comment-bloc {
  color: #4b4640;
  text-align: center;
  background: #f5f5f5;
  padding: 60px 15px;
  height: 190px;
  margin-bottom: 20px;
  position: relative;
}
#product .comment-bloc-1 i {
  width: 52px;
  background-position: -75px;
}
#product .comment-bloc-2 i {
  width: 48px;
  background-position: -131px;
}
#product .comment-bloc-3 i {
  width: 52px;
  background-position: -180px;
}
#product .comment-bloc-3 i {
  width: 74px;
  background-position: -232px;
}
#product .comment-bloc:hover p {
  opacity: 1;
  cursor: pointer;
}
#product .comment-bloc span {
  font-size: 30px;
}
#product .comment-bloc p {
  position: absolute;
  top: 0;
  left: 0;
  padding: 38px;
  width: 100%;
  height: 100%;
  background: #f1c858;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: 0;
  display: flex;
  align-items: center;
}
#product .comment-bloc i {
  background: url(/img/sprite.png) no-repeat;
  margin: 10px auto;
  height: 85px;
}

.productComment .content-block {
  font-size: 16px;
}
.productComment .answer {
  font-size: 14px;
}
.productComment .answer p {
  font-size: 14px;
}

#module-rdpartners-reviews .content-block, #module-rdprestation-prestations .content-block {
  font-size: 16px;
}
#module-rdpartners-reviews #prestation-description ul, #module-rdprestation-prestations #prestation-description ul {
  list-style: disc !important;
  margin-left: 1.5rem;
}
#module-rdpartners-reviews #collapse-naturaplus_btn, #module-rdprestation-prestations #collapse-naturaplus_btn {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  padding: 0;
  font-size: 22px;
  line-height: 33px;
  text-align: center;
  border: 0;
  padding-left: 2px;
}
#module-rdpartners-reviews #lgcomment .prestationComment, #module-rdprestation-prestations #lgcomment .prestationComment {
  margin-bottom: 25px;
}
#module-rdpartners-reviews #lgcomment .prestationComment .nick, #module-rdprestation-prestations #lgcomment .prestationComment .nick {
  font-size: 0.86rem;
  color: #222222;
}
#module-rdpartners-reviews #lgcomment .prestationComment .answer, #module-rdprestation-prestations #lgcomment .prestationComment .answer {
  padding-left: 20px;
  color: #499C6F;
  font-style: italic;
  margin-top: 10px;
  font-size: 14px;
}
#module-rdpartners-reviews #lgcomment .prestationComment .answer p, #module-rdprestation-prestations #lgcomment .prestationComment .answer p {
  font-size: 14px;
}
#module-rdpartners-reviews #lgcomment .prestationComment .title, #module-rdprestation-prestations #lgcomment .prestationComment .title {
  font-size: 1rem;
  color: #222222;
  font-weight: bold;
  margin-bottom: 10px;
}
#module-rdpartners-reviews #reviews_partner, #module-rdprestation-prestations #reviews_partner {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
#module-rdpartners-reviews #lgcomment, #module-rdprestation-prestations #lgcomment {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/*
PRESTATION
 */
@media screen and (max-width: 767px) {
  #module-rdprestation-prestations #js-product-list .grid-container {
    grid-template-columns: repeat(2, minmax(100px, 1fr)) !important;
  }
}
@media screen and (max-width: 425px) {
  #module-rdprestation-prestations #js-product-list .grid-container {
    grid-template-columns: repeat(1, minmax(100px, 1fr)) !important;
  }
}
@media screen and (min-width: 768px) {
  #module-rdprestation-prestations #js-product-list .grid-container {
    grid-template-columns: repeat(3, minmax(100px, 1fr)) !important;
  }
}
@media screen and (min-width: 1024px) {
  #module-rdprestation-prestations #js-product-list .grid-container {
    grid-template-columns: repeat(4, minmax(100px, 1fr)) !important;
  }
}
#module-rdprestation-prestations .modal-dialog .btn-primary.add-to-cart {
  padding: 0 !important;
}
#module-rdprestation-prestations .column-block {
  position: inherit;
}
#module-rdprestation-prestations .activeSection {
  background-color: #499C6F;
  color: #fff !important;
  border-radius: 8px;
}
#module-rdprestation-prestations .activeSection a {
  color: #fff !important;
}
#module-rdprestation-prestations .activeSection a:hover {
  color: #fff !important;
}
#module-rdprestation-prestations .main-content #prestation-menu-top {
  position: sticky;
  top: 0;
  z-index: 998;
  background-color: #fff;
  height: 0;
  overflow: hidden;
}
#module-rdprestation-prestations .main-content #prestation-menu-top.active {
  display: block;
}
#module-rdprestation-prestations .main-content #prestation-menu-top .nav-pills {
  display: flex;
  justify-content: center;
  padding: 1rem;
}
#module-rdprestation-prestations .main-content #prestation-menu-top .nav-pills span {
  cursor: pointer;
}
#module-rdprestation-prestations .main-content li {
  font-size: 1rem;
}
#module-rdprestation-prestations .main-content #prestation-naturaplus li {
  font-size: 0.9rem;
}
@media (min-width: 980px) {
  #module-rdprestation-prestations .main-content .container {
    max-width: 1200px !important;
  }
}
#module-rdprestation-prestations .main-content .prestation-offres-list {
  margin-bottom: 1rem;
}
#module-rdprestation-prestations .main-content .prestation-offres-list li {
  font-weight: 500;
}
#module-rdprestation-prestations .main-content .labels {
  display: flex;
  flex-wrap: wrap;
}
#module-rdprestation-prestations .main-content .labels-item {
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
}
#module-rdprestation-prestations .main-content #partner-products-list .modal-header h5 {
  font-size: 1.3rem;
  font-weight: 600;
}
@media (min-width: 544px) {
  #module-rdprestation-prestations .main-content #partner-products-list .modal-dialog {
    max-width: 1000px;
  }
}
#module-rdprestation-prestations .main-content #partner-products-list .product-name {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
#module-rdprestation-prestations .main-content .prestation-reviews img {
  margin-right: 0.5rem;
}
#module-rdprestation-prestations .main-content .more-images {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.8s;
}
#module-rdprestation-prestations .main-content #overlay {
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#module-rdprestation-prestations .main-content #overlay img {
  margin: 0;
  width: 100%;
  height: auto;
  object-fit: contain;
  padding: 1rem;
  pointer-events: none;
  user-select: none;
}
@media screen and (min-width: 768px) {
  #module-rdprestation-prestations .main-content #overlay img {
    width: 60%;
    max-height: 80%;
  }
}
@media screen and (min-width: 1200px) {
  #module-rdprestation-prestations .main-content #overlay img {
    max-width: 50%;
    max-height: 80%;
  }
}
@media screen and (max-width: 767px) {
  #module-rdprestation-prestations .main-content .action-buttons {
    display: none;
  }
}
#module-rdprestation-prestations .main-content #exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
#module-rdprestation-prestations .main-content #exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #module-rdprestation-prestations .main-content #exitButton {
    font-size: 3em;
  }
}
#module-rdprestation-prestations .main-content .bt-1 {
  border-top: 1px solid #eaeaea;
}
#module-rdprestation-prestations .main-content .bb-1 {
  border-bottom: 1px solid #eaeaea;
}
#module-rdprestation-prestations .main-content h1 {
  font-size: 22pxpx !important;
  font-weight: bold;
  color: #383838;
  margin-bottom: 0 !important;
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  #module-rdprestation-prestations .main-content h1 {
    font-size: 18px !important;
  }
}
#module-rdprestation-prestations .main-content h2 {
  font-weight: 700 !important;
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
#module-rdprestation-prestations .main-content h3 {
  margin-top: 0 !important;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
#module-rdprestation-prestations .main-content .prestation-reviews-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  #module-rdprestation-prestations .main-content .prestation-reviews-list {
    display: block;
  }
}
#module-rdprestation-prestations .main-content .prestation-reviews-list .answer p {
  margin-top: 0 !important;
}
#module-rdprestation-prestations .main-content .prestation-header-infos {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
#module-rdprestation-prestations .main-content .prestation-header-location {
  display: flex;
  cursor: pointer;
  font-size: 0.8rem;
}
#module-rdprestation-prestations .main-content .prestation-header-location img {
  margin-right: 0.25rem;
}
#module-rdprestation-prestations .main-content .prestation-header-review {
  display: flex;
  margin-left: auto;
  cursor: pointer;
  align-items: center;
  justify-content: right;
}
@media screen and (max-width: 767px) {
  #module-rdprestation-prestations .main-content .prestation-header-review {
    min-width: 35%;
    text-align: right;
  }
}
#module-rdprestation-prestations .main-content .prestation-header-review img {
  margin-right: 0.5rem;
}
#module-rdprestation-prestations .main-content .prestation-images {
  line-height: 0 !important;
  border-radius: 1rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  #module-rdprestation-prestations .main-content .prestation-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.5rem;
  }
}
#module-rdprestation-prestations .main-content .prestation-images-cover {
  width: 100%;
  overflow: hidden;
}
#module-rdprestation-prestations .main-content .prestation-images-cover img {
  width: 100%;
  height: auto;
}
#module-rdprestation-prestations .main-content .prestation-images-thumb {
  position: relative;
}
#module-rdprestation-prestations .main-content .prestation-images-thumbs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.5rem;
}
@media (max-width: 767px) {
  #module-rdprestation-prestations .main-content .prestation-images-thumbs {
    display: none !important;
  }
}
#module-rdprestation-prestations .main-content .prestation-images img {
  cursor: pointer;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#module-rdprestation-prestations .main-content .prestation-offres {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #module-rdprestation-prestations .main-content .prestation-offres {
    justify-content: center;
  }
}
#module-rdprestation-prestations .main-content .prestation-offres-item {
  display: flex;
  flex-direction: column;
  max-width: 175px;
  text-align: center;
}
#module-rdprestation-prestations .main-content .prestation-offres-item:not(:last-child) {
  margin-right: 1.5rem;
}
#module-rdprestation-prestations .main-content .prestation-offres-item-img {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#module-rdprestation-prestations .main-content .prestation-offres-item-img img {
  width: 65px;
  height: auto;
}
#module-rdprestation-prestations .main-content .prestation-offres-item-number {
  font-weight: bold;
  font-size: 20px;
}
#module-rdprestation-prestations .main-content h4 {
  font-size: 18px;
}
#module-rdprestation-prestations .main-content #product-modal figure {
  background: none !important;
}
#module-rdprestation-prestations .main-content #product-modal .modal-content .modal-body .thumbnails > .mask {
  width: 7rem;
}
#module-rdprestation-prestations .main-content #to_image_thumb > div {
  padding: 0.25rem;
}
#module-rdprestation-prestations .main-content .prestation-partner-message .content {
  font-style: italic;
  font-size: 14px;
}
#module-rdprestation-prestations .main-content .prestation-content p {
  margin-bottom: 0.5rem;
  margin-top: 0 !important;
}
#module-rdprestation-prestations .main-content .prestation-attributes h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
#module-rdprestation-prestations .main-content .prestation-attributes hr {
  background-color: #e6e6e6;
  height: 1px;
  border: 0;
}
#module-rdprestation-prestations .main-content .prestation-attributes .prestation-attribute {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  font-size: 0.95rem;
}
#module-rdprestation-prestations .main-content .prestation-attributes .prestation-attribute img {
  width: 2rem;
  margin-right: 0.5rem;
}
#module-rdprestation-prestations .main-content .accordion #accordion-title-infos:before {
  background-image: url(/img/prestation/pictos/accordion/information-bloc.svg) !important;
}
#module-rdprestation-prestations .main-content .accordion #accordion-title-infos:not(.collapsed):before {
  background-image: url(/img/prestation/pictos/accordion/information-bloc-white.svg) !important;
}
#module-rdprestation-prestations .main-content .accordion #accordion-title-important:before {
  background-image: url(/img/prestation/pictos/accordion/important.svg) !important;
}
#module-rdprestation-prestations .main-content .accordion #accordion-title-important:not(.collapsed):before {
  background-image: url(/img/prestation/pictos/accordion/important-white.svg) !important;
}
#module-rdprestation-prestations .main-content .accordion #accordion-title-attribute-1:before {
  background-image: url(/img/prestation/pictos/accordion/attribute-1.svg) !important;
}
#module-rdprestation-prestations .main-content .accordion #accordion-title-attribute-1:not(.collapsed):before {
  background-image: url(/img/prestation/pictos/accordion/attribute-1-white.svg) !important;
}
#module-rdprestation-prestations .main-content .accordion #accordion-title-attribute-2:before {
  background-image: url(/img/prestation/pictos/accordion/attribute-2.svg) !important;
}
#module-rdprestation-prestations .main-content .accordion #accordion-title-attribute-2:not(.collapsed):before {
  background-image: url(/img/prestation/pictos/accordion/attribute-2-white.svg) !important;
}
#module-rdprestation-prestations .main-content .accordion #accordion-title-proximite:before {
  background-image: url(/img/prestation/pictos/accordion/proximite.svg) !important;
}
#module-rdprestation-prestations .main-content .accordion #accordion-title-proximite:not(.collapsed):before {
  background-image: url(/img/prestation/pictos/accordion/proximite-white.svg) !important;
}
#module-rdprestation-prestations .main-content .accordion .card {
  margin-bottom: 0.5rem;
}
#module-rdprestation-prestations .main-content .accordion .card .card-body {
  padding: 1rem 0.5rem;
}
#module-rdprestation-prestations .main-content .accordion .card .card-body ul {
  list-style: none !important;
  margin-left: 1rem;
}
#module-rdprestation-prestations .main-content .accordion .card .card-body ul li {
  position: relative;
  align-items: center;
}
#module-rdprestation-prestations .main-content .accordion .card .card-body ul li:before {
  content: "";
  background-image: url(/img/prestation/pictos/accordion/circle.svg) !important;
  width: 16px;
  margin-right: 0.5rem;
  height: 16px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -20px;
  top: 5px;
}
#module-rdprestation-prestations .main-content .accordion #attribute_proximite h4 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}
#module-rdprestation-prestations .main-content .accordion #attribute_proximite h4:not(:first-child) {
  margin-top: 1rem !important;
}
#module-rdprestation-prestations .main-content #accordion .card button {
  margin-bottom: 0.5rem;
}
#module-rdprestation-prestations .main-content #accordion .card .card-body {
  padding: 20px 0;
}
#module-rdprestation-prestations .main-content #accordion .card .card-body table {
  border: 1px solid #f6f6f6;
}
#module-rdprestation-prestations .main-content #accordion .card .card-body table th {
  border-top: 0 !important;
  font-weight: bold;
}
#module-rdprestation-prestations .main-content #accordion .card .card-body h4 {
  margin: 0 !important;
  padding: 0.75rem;
  background-color: #e6e6e6;
  color: #3c3c3b;
  text-align: center;
}
#module-rdprestation-prestations .main-content #accordion .card .card-body .element_info {
  display: flex;
  flex-wrap: wrap;
}
#module-rdprestation-prestations .main-content #accordion .card .card-body ul {
  margin-left: 0 !important;
}
#module-rdprestation-prestations .main-content .prestation-offre li {
  margin-bottom: 1.5rem;
}
#module-rdprestation-prestations .main-content .prestation-offre li:before {
  border-bottom: 1px solid #3c3c3b;
  width: 32px;
  height: 1px;
  margin: 24px auto 22px;
  content: "";
  display: block;
}
#module-rdprestation-prestations .main-content .prestation-offre li img {
  margin: auto;
  display: block;
  margin-bottom: 0.5rem;
}
#module-rdprestation-prestations .main-content .prestation-offres-list ul {
  list-style: none !important;
  margin-left: 0 !important;
}
#module-rdprestation-prestations .main-content .prestation-offres-list ul li {
  display: flex;
  align-items: center;
}
#module-rdprestation-prestations .main-content .prestation-offres-list ul li img {
  width: 40px;
  margin-right: 0.5rem;
}
#module-rdprestation-prestations .main-content .prestation-natura-plus {
  /*
  ul {
    list-style: circle !important;
  } */
}
#module-rdprestation-prestations .main-content .prestation-natura-plus h3:not(:first-child) {
  margin-top: 2rem !important;
}
#module-rdprestation-prestations .main-content .prestation-natura-plus ul {
  list-style: none !important;
  margin-left: 1rem !important;
}
#module-rdprestation-prestations .main-content .prestation-natura-plus ul li {
  position: relative;
  align-items: center;
}
#module-rdprestation-prestations .main-content .prestation-natura-plus ul li:before {
  content: "";
  background-image: url(/img/prestation/pictos/accordion/circle.svg) !important;
  width: 16px;
  margin-right: 0.5rem;
  height: 16px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -20px;
  top: 5px;
}

#to-list-product {
  display: flex;
  flex-wrap: wrap;
}
#to-list-product .prestation {
  display: flex;
}
#to-list-product .prestation .carousel:hover .carousel-control-prev, #to-list-product .prestation .carousel:hover .carousel-control-next {
  opacity: 1;
}
#to-list-product .prestation .carousel .carousel-inner {
  height: auto !important;
  overflow: hidden;
  border-radius: 20px;
}
#to-list-product .prestation .carousel .carousel-inner .carousel-item, #to-list-product .prestation .carousel .carousel-inner img {
  overflow: hidden;
  border-radius: 20px;
}
#to-list-product .prestation .carousel .carousel-indicators {
  margin-bottom: 0;
}
#to-list-product .prestation .carousel .carousel-control-prev, #to-list-product .prestation .carousel .carousel-control-next {
  opacity: 0;
  display: flex;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  z-index: 1;
  transition: opacity 0.3s ease-in-out;
}
#to-list-product .prestation .carousel .carousel-control-prev {
  left: 10px;
}
#to-list-product .prestation .carousel .carousel-control-next {
  right: 10px;
}
#to-list-product .prestation .thumbnail {
  height: 100%;
  width: 100%;
}
#to-list-product .prestation .thumbnail .a-img img {
  border-radius: 20px;
}
#to-list-product .prestation .thumbnail .caption.hebergement-petitdej {
  /*background-image: url(/img/prestation/hebergement-petit-dej.png);*/
}
#to-list-product .prestation .thumbnail .caption {
  padding: 0px 15px 10px 15px;
  color: #3C3C3B;
  background-position: 208px 115px;
  background-repeat: no-repeat;
  /*background-color: #F0F0F0;*/
  letter-spacing: 1px;
  margin-bottom: 2rem;
  position: relative;
}
#to-list-product .prestation .thumbnail .caption h3 {
  margin-top: 4px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0rem;
}
@media (max-width: 768px) {
  #to-list-product .prestation .thumbnail .caption h3 {
    font-size: 1rem;
  }
}
#to-list-product .prestation .thumbnail .caption p {
  margin-bottom: 0px;
  margin-top: 0;
  font-size: 0.9rem;
}
#to-list-product .prestation .thumbnail .caption .pictos {
  /*text-align: center; */
}
#to-list-product .prestation .thumbnail .caption .pictos img {
  margin: auto;
  height: 40px;
}

#header {
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
}
@media (max-width: 768px) {
  #header .mobileHeader .header-top {
    padding: 0 !important;
  }
  #header .mobileHeader .main-menu {
    display: block !important;
    background: #ffffff;
    color: #3c3c3b;
    text-align: right;
  }
  #header .mobileHeader .main-menu .icon_menu {
    filter: none !important;
  }
  #header .mobileHeader .main-menu .icon_menu svg {
    fill: #3c3c3b;
    color: #3c3c3b;
  }
  #header .mobileHeader .main-menu #top-menu {
    width: 100% !important;
  }
  #header .mobileHeader .main-menu .flex-grow1 {
    margin-right: 1rem;
  }
  #header .mobileHeader .main-menu .pk-menu-horizontal li.level-1 {
    padding: 0 !important;
  }
}
@media (min-width: 768px) {
  #header .menu_mobile {
    display: none !important;
  }
}
#header #header_top {
  padding: 0 !important;
  border-bottom: 1px solid #f1f1f1;
}
#header .elementor-top-section .elementor-button {
  border-radius: 0 !important;
}
#header #header_left .elementor-widget-social-icons {
  margin-bottom: 0 !important;
  margin-right: 2rem;
}
#header #header_left .elementor-widget-social-icons .elementor-social-icons-wrapper {
  display: flex;
}
#header #header_left .elementor-widget-social-icons .elementor-social-icons-wrapper .elementor-social-icon {
  padding: 0 !important;
  background-color: transparent !important;
}
#header #header_left .elementor-widget-social-icons .elementor-social-icons-wrapper .elementor-social-icon i {
  color: #3c3c3b;
}
#header #header_left .elementor-widget-social-icons .elementor-social-icons-wrapper .elementor-social-icon:hover i {
  color: #499C6F;
}
#header #header_left .elementor-widget-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header #header_left .elementor-widget-wrap > .elementor-element {
  width: auto;
}
#header #header_left .elementor-widget-wrap > .elementor-element .widget-pklinks {
  text-transform: uppercase;
}
#header #header_left .elementor-widget-wrap > .elementor-element .widget-pklinks li a {
  color: #3c3c3b;
}
#header #header_left .elementor-widget-wrap > .elementor-element .widget-pklinks li a:hover {
  color: #499C6F;
}
#header #header_left .elementor-widget-wrap > .elementor-element .widget-pklinks-title {
  display: none !important;
}
#header #pk_search svg {
  display: block !important;
}
#header #pk_search span {
  display: none !important;
}
#header #pk_search .opt-list {
  right: -10px;
  height: 59px !important;
}
#header #pk_search .opt-list > .indent {
  padding: 10px !important;
}
#header #header_menu {
  border-top: 1px solid #eaeaea;
}

#footer {
  background-color: #F5F5F5;
}
#footer .links .collapse {
  display: inherit;
}
#footer .links .h3 {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  #footer .links .float-xs-right {
    float: right !important;
  }
  #footer .links .navbar-toggler {
    display: inline-block;
    padding: 0;
  }
  #footer .links .title {
    padding: 0.625rem;
    cursor: pointer;
    border-bottom: 1px solid #f6f6f6;
  }
  #footer .links ul {
    margin-bottom: 0;
    background-color: #f6f6f6;
  }
  #footer .links ul > li {
    padding: 0.625rem;
    border-bottom: 1px solid #fff;
  }
  #footer .links .collapse {
    display: none;
  }
  #footer .links .collapse.in {
    display: block;
  }
}
#footer .footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#footer .footer-before .blockreassurance {
  background-color: #2D2D2D;
  color: #ffffff;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 1rem;
}
#footer .footer-before .blockreassurance .block {
  padding: 1rem;
}
#footer .footer-before .blockreassurance .block-title {
  margin-top: 1rem;
}
#footer .footer-before .blockreassurance img {
  max-height: 60px;
}
#footer .footer-before .blockreassurance a {
  color: #ffffff;
}
#footer .footer-before .blockreassurance a:hover {
  color: #ffffff;
}
#footer .footer-after {
  margin-top: 2rem;
  background-color: #2D2D2D;
}
#footer .footer-after p {
  font-size: 0.8rem;
  color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
#footer .footer-after ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  #footer .footer-after ul {
    display: none !important;
  }
}
#footer .footer-after ul li {
  padding: 1rem 0.5rem;
}
#footer .footer-after ul li a {
  color: #ffffff;
  font-size: 0.8rem;
}

#index #index_engagements .elementor-widget-wrap {
  text-align: center;
  border: 1px solid #f1f1f1;
}
#index #index_engagements .elementor-widget-wrap h4 {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 25px;
}
#index #index_engagements .elementor-widget-wrap .elementor-text-editor {
  padding: 0rem 1rem;
}
#index .elementor-image-box-img {
  width: 100%;
  margin-bottom: 0 !important;
}
#index .elementor-image-box-content {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  width: max-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1.5rem;
}
#index .elementor-widget-heading.elementor-widget-heading h2.elementor-heading-title {
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.1em;
  font-size: 2em;
  /*font: 100 15px/20px "nexabook", sans-serif;
  letter-spacing: 3px; */
  margin: 50px 0;
}
#index .elementor-image-gallery {
  justify-content: center;
}
#index .elementor-image-gallery .ce-gallery-item {
  position: relative;
}
#index .elementor-image-gallery .ce-gallery-item .ce-gallery-caption {
  position: absolute;
  display: flex;
  opacity: 0 !important;
  align-items: center;
  top: 0;
  justify-content: center;
  transform: translateY(0%);
  height: 100%;
}
#index .elementor-image-gallery .ce-gallery-item:hover .ce-gallery-caption {
  opacity: 1 !important;
  z-index: 9;
  background-color: rgba(230, 230, 230, 0.9);
}

#category .block_seo {
  text-align: center;
}

#cms .labels_engages .elementor-widget-image img {
  max-height: 130px;
}
#cms .engagements img {
  max-height: 360px;
}
#cms .ce-txt {
  text-align: center;
  letter-spacing: 2px !important;
  font-style: italic !important;
  color: #4B4640 !important;
  line-height: 30px !important;
  font-size: 13px !important;
  max-width: 700px;
  margin: 20px auto 0;
}
#cms .ce-box-nb {
  background-color: #F5F5F5;
  text-align: center;
  padding: 33px 20px;
  position: relative;
  height: 243px;
}
#cms .ce-box-nb span {
  font-size: 30px;
  color: #4B4640;
  margin-bottom: 30px;
  display: block;
}
#cms .ce-box-nb p {
  color: #4B4640 !important;
  font-size: 16px;
  line-height: 23px !important;
  margin-bottom: 14px;
  letter-spacing: 2px !important;
}
#cms.cms-id-7 .content-cms-wrapper {
  text-align: center;
  margin-bottom: 2rem;
}
#cms.cms-id-7 #comment {
  text-transform: uppercase;
  letter-spacing: 3px !important;
  color: #3c3c3b;
  text-align: center;
  margin: 25px 0;
}
#cms.cms-id-7 .comment-bloc {
  color: #4b4640;
  text-align: center;
  background: #f5f5f5;
  padding: 60px 15px;
  height: 190px;
  margin-bottom: 20px;
  position: relative;
}
#cms.cms-id-7 .comment-bloc span {
  font-size: 30px;
}
#cms.cms-id-7 .comment-bloc:hover p {
  opacity: 1;
  cursor: pointer;
}
#cms.cms-id-7 .comment-bloc p {
  position: absolute;
  top: 0;
  left: 0;
  padding: 38px;
  margin-top: 0 !important;
  width: 100%;
  height: 100%;
  background: #f1c858;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#cms.cms-id-13 {
  /*
  .hook-reviews {
    display: none !important;
  }

  .product-price-and-shipping {
    text-align: center;
    //display: none !important;
  }

  .product-title {
    width: 100% !important;
    text-align: center;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: bold;
  } */
}

#module-lgcomments-reviews #form_review_popup #submit_review, #module-lgcomments-reviewsproduct #form_review_popup #submit_review {
  background-color: #499C6F !important;
  border: 1px solid #499C6F !important;
  border-radius: 0 !important;
}
#module-lgcomments-reviews #lgcomment, #module-lgcomments-reviewsproduct #lgcomment {
  display: flex;
  flex-wrap: wrap !important;
}
#module-lgcomments-reviews .lgcomment_reviews, #module-lgcomments-reviewsproduct .lgcomment_reviews {
  text-align: left !important;
}
#module-lgcomments-reviews .lgcomment_reviews .comment-block, #module-lgcomments-reviewsproduct .lgcomment_reviews .comment-block {
  font-size: 1rem;
}

.lgcomment_button button {
  border-radius: 0 !important;
}

#choicegiftcard section.js-current-step .gc-section-content {
  max-height: 600px !important;
}

#module-eticket-tickets table td {
  text-align: center;
  vertical-align: middle !important;
}
#module-eticket-tickets .modal-header {
  display: flex;
  align-items: center;
}
#module-eticket-tickets .modal-header button {
  margin-left: auto;
}

#checkout .widget_colissimo_contenu {
  height: auto !important;
}
#checkout .row.carrier {
  margin-bottom: 2rem;
}

#cart .cart-item, #checkout .cart-item {
  padding: 1rem 0;
}
@media (max-width: 800px) {
  #cart .product-line-grid-right, #checkout .product-line-grid-right {
    margin-top: 1rem;
    flex-direction: initial !important;
    align-items: center !important;
  }
  #cart .cart-container, #checkout .cart-container {
    margin-right: 0 !important;
  }
}
#cart .products_related h2, #checkout .products_related h2 {
  font-weight: bold;
}
#cart #main, #checkout #main {
  margin-bottom: 10px;
}
#cart .products, #checkout .products {
  justify-content: start;
}
#cart .products .micro-product, #checkout .products .micro-product {
  /*
  @media (min-width: 768px) {
    width: 48%;
  }

  margin-left: 1%;
  margin-right: 1%; */
}
#cart .products .micro-product .product-description, #checkout .products .micro-product .product-description {
  padding-top: 0 !important;
}
#cart .products .micro-product .product-title, #cart .products .micro-product .product-price-and-shipping, #checkout .products .micro-product .product-title, #checkout .products .micro-product .product-price-and-shipping {
  margin-bottom: 10px !important;
}
#cart .blockreassurance_product > div, #checkout .blockreassurance_product > div {
  flex-direction: column;
  text-align: center;
}
#cart .blockreassurance_product > div .block-title, #checkout .blockreassurance_product > div .block-title {
  margin-top: 1rem;
  font-weight: bold;
}
#cart .blockreassurance_product .item-product, #checkout .blockreassurance_product .item-product {
  width: auto !important;
}
#cart .blockreassurance_product .item-product img, #checkout .blockreassurance_product .item-product img {
  height: 40px;
  width: auto;
}

#my-account .links a img {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}
#my-account .links a:hover img {
  transform: scale(1.05);
}

.is_partner {
  /*
  .pk_cart, .add-to-cart {
    display: none !important;
  } */
}
.is_partner#my-account #history-link, .is_partner#my-account #discounts-link, .is_partner#my-account #favorites-link, .is_partner#my-account #my-etickets {
  display: none !important;
}
.is_partner .back_partner:before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #ffffff;
  content: "←";
}
.is_partner #havenaturabox {
  display: none !important;
}

.product-miniature .comment_anchor {
  display: flex;
  align-items: center;
}
.product-miniature .comment_anchor span {
  margin-left: 1rem;
  font-size: 14px;
}
.product-miniature .product-title {
  font-style: normal !important;
  font-size: 16px !important;
  width: 100% !important;
}
.product-miniature .product-description {
  min-height: 40px !important;
}
.product-miniature .product-description-short p {
  font-style: italic !important;
  font-size: 12px;
}
.product-miniature .hook-reviews img {
  margin: 0 !important;
}
.product-miniature .product-price-and-shipping {
  width: 100% !important;
  position: relative !important;
  align-items: normal !important;
}
.product-miniature .product-price-and-shipping > span {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .product-miniature {
    margin-bottom: 30px !important;
  }
  .product-miniature .product-thumbnail {
    margin-bottom: 15px;
  }
  .product-miniature h2 {
    font-size: 16px !important;
  }
  .product-miniature .price {
    font-size: 16px !important;
  }
  .product-miniature .product-description-short {
    font-size: 12px !important;
  }
}

.pk-aside .partner_name {
  font-size: 20px;
  font-weight: bold;
}
.pk-aside header {
  margin-bottom: 10px !important;
}

#lgcomment .lgcomment_summary {
  border-bottom: 3px solid #499C6F !important;
}

#lgcomment .productComment .content-block {
  border-left: 1px solid #3c3c3b;
}

#form_review_popup #lg_score {
  width: 50% !important;
}

#partenaires {
  text-align: center !important;
}

@media (min-width: 768px) {
  .row_flex_md {
    display: flex;
  }
}

.tabs-container {
  padding: 25px 100px;
}
@media (max-width: 768px) {
  .tabs-container {
    padding: 30px;
  }
}

#lgcomments-owl .slide-container {
  text-align: center;
}
#lgcomments-owl .slide-comment {
  height: 115px;
}
#lgcomments-owl .slide-comment, #lgcomments-owl .slide-name, #lgcomments-owl .slide-date {
  font-size: 14px;
}

.bx-wrapper .bx-controls-direction a {
  height: 50px;
  width: 50px;
  text-align: center;
  top: 42%;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
  left: 30px;
}
.bx-wrapper .bx-controls-direction a.bx-next {
  right: 30px;
}
.bx-wrapper .bx-controls-direction a:before {
  font-size: 35px;
  line-height: 50px;
  color: #fff;
}
.bx-wrapper .bx-controls-direction a:hover:before {
  color: #ccc !important;
}

/* SLICK */
.slide_desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .slide_desktop {
    display: block !important;
  }
}

.slide_mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .slide_mobile {
    display: block !important;
  }
}

.slider_prestation_nav .slick-slide {
  margin-right: 0.5rem;
}

.slick-arrow {
  z-index: 1000;
}
.slick-arrow.slick-next {
  right: 15px !important;
}
.slick-arrow.slick-prev {
  left: 10px !important;
}
.slick-arrow:before {
  font-size: 28px !important;
}

#module-rdpartners-prestations .custom-checkbox {
  display: flex;
}

#module-rdpartners-contract #contractProducts td {
  vertical-align: middle !important;
}
#module-rdpartners-contract #contractProducts td label {
  user-select: none !important;
  cursor: pointer;
}

.row-disabled {
  background-color: #f1f1f1 !important;
}
.row-disabled td {
  border-color: #f1f1f1 !important;
}

.coffret_name {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 1rem;
  font-weight: bold;
}

.coffret_price {
  text-align: center;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  font-family: "Archivo Narrow";
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #333333;
}

#form-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
#form-filters .form-group {
  text-align: center;
}
#form-filters .form-filter {
  width: 25%;
  padding-right: 1rem;
}
#form-filters .form-filter label {
  display: block;
  margin-bottom: 0.25rem;
  font-weight: 500;
  text-align: center;
}
#form-filters .form-filter .select2-container {
  min-width: 200px;
  max-width: 350px;
  width: 100% !important;
  text-align: left !important;
}
@media (max-width: 1140px) {
  #form-filters .form-filter {
    width: 33%;
  }
}
@media (max-width: 768px) {
  #form-filters .form-filter {
    width: 100%;
  }
}

#count-prestations {
  text-align: right;
  margin-bottom: 1rem;
}

#reloadFilters {
  font-size: 16px;
  display: block;
  cursor: pointer;
  margin-top: 0.5rem;
}
#reloadFilters:hover {
  text-decoration: underline;
}

#module-rdprestation-search .description_seo_end:not(.expanded).need_expanded .description_seo_end_inner:after, #module-rdprestation-search .description_seo_end:not(.expanded).need_expanded .description_seo_start_inner:after, #module-rdprestation-search .description_seo_start:not(.expanded).need_expanded .description_seo_end_inner:after, #module-rdprestation-search .description_seo_start:not(.expanded).need_expanded .description_seo_start_inner:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0);
  height: 80px;
}
#module-rdprestation-search .description_seo_end_inner, #module-rdprestation-search .description_seo_start_inner {
  max-height: 80px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
#module-rdprestation-search .description_seo_end .more_less_action, #module-rdprestation-search .description_seo_start .more_less_action {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  padding: 0;
  font-size: 22px;
  line-height: 33px;
  text-align: center;
  border: 0;
  padding-left: 2px;
}
#module-rdprestation-search .description_seo_end .action_less, #module-rdprestation-search .description_seo_end .action_more, #module-rdprestation-search .description_seo_start .action_less, #module-rdprestation-search .description_seo_start .action_more {
  display: none;
}

@media (max-width: 850px) {
  .dataTable {
    /*
    td[tabindex="0"] {
      &:after {
        // affiche un bouton +
        content: "+";
        background-color: $color-primary;
        color: #fff;
        font-weight: bold;
        border-radius: 100%;
        height: 30px;
        width: 30px;
        display: block;
        margin: auto;
      }
    } */
  }
  .dataTable .dtr-details li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
  }
  .dataTable .dtr-details li span {
    width: 45%;
  }
  .dataTable .dtr-details li span.dtr-title {
    text-align: right;
  }
  .dataTable .dtr-details li span.dtr-data {
    text-align: left;
  }
  .dataTable .dtr-details li span.dtr-data .dropdown-menu {
    padding-left: 0.5rem;
  }
}
.mySwiper {
  margin-top: 5px;
}

.swiper-button-next, .swiper-button-prev {
  background-image: none !important;
}

@media (max-width: 767px) {
  #product .product-info-section .btn-primary.add-to-cart, .modal-dialog .btn-primary.add-to-cart {
    font-size: 12px;
  }
}
#module-rdcompany-company .page-content .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#module-rdcompany-company .page-content .links a {
  text-align: center;
  display: inline-block;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0 0.9375rem;
  margin-bottom: 1.875rem;
}
#module-rdcompany-company .page-content .links a:hover {
  color: #414141;
}
#module-rdcompany-company .page-content .links a:hover i {
  color: #313537;
}
#module-rdcompany-company .page-content .links a:hover svg {
  color: #000;
  transform: scale(1.05);
}
#module-rdcompany-company .page-content .links a i {
  display: block;
  font-size: 2.6rem;
  width: 100%;
  color: #414141;
  padding-bottom: 3.4rem;
}
#module-rdcompany-company .page-content .links a svg {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}
#module-rdcompany-company .page-content .links a span.link-item {
  display: block;
  height: 100%;
  padding: 1rem;
}
#module-rdcompany-company .page-content .links a span.link-item span {
  display: block;
  font-weight: normal;
}

#colissimo-pickup-point-address-selected {
  border: 0 !important;
  background-color: #f8f8f8;
  color: #000000 !important;
}

.pp__d-table-cell {
  display: none !important;
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
}
@media (min-width: 1280px) {
  #cart #main > .cart-grid .cart-grid-right {
    min-width: 480px !important;
  }
}
.pk-menu-horizontal ul li ul li.item-header a {
  text-transform: none !important;
  font-weight: 400 !important;
  font-size: 0.9rem;
  letter-spacing: unset !important;
}

.ul-column .menu-item {
  text-align: left;
}

.pk-menu-horizontal li.level-1 .menu-dropdown {
  height: auto !important;
  padding-bottom: 0 !important;
}

.page-customer-account #content .forgot-password {
  justify-content: right;
}

@media (max-width: 768px) {
  #documents-table .see_file {
    margin-bottom: 1rem;
  }
}

.product-line-grid .input-group .js-cart-line-product-quantity {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.product-line-grid .input-group .input-group-btn-vertical {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
}

.g-recaptcha {
  margin-bottom: 1rem;
}
.g-recaptcha > div {
  margin: auto;
}

#wrapper .payment-option.clearfix {
  align-items: center;
}

@media (max-width: 544px) {
  #authentication #content .forgot-password {
    text-align: center;
  }
  #authentication #content .forgot-password .btn {
    margin-top: 1rem;
  }
}

a.leaflet-popup-close-button {
  color: #ffffff !important;
}

.leaflet-popup-content-wrapper {
  overflow: hidden;
  padding: 0 !important;
}
.leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0 !important;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .content_iw {
  display: flex;
  flex-direction: column;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .content_iw_text {
  padding: 0.5rem;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .content_iw_text .prestation-link {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
}

@media screen and (min-width: 768px) {
  #proximite_collapse {
    display: block;
  }
}
.giftcard_ads {
  margin-top: 1rem !important;
  background-color: #fcfcfc;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  margin: 0rem auto 2rem auto;
  border: 1px solid #f1f1f1;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .giftcard_ads.giftcard-large {
    display: none !important;
  }
}
.giftcard_ads.giftcard-large .giftcard_ads-content {
  flex-basis: 40%;
}
.giftcard_ads.giftcard-large .giftcard_ads-img {
  flex-basis: 60%;
}
@media screen and (min-width: 769px) {
  .giftcard_ads.giftcard-carre {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .giftcard_ads.giftcard-carre {
    flex-direction: column-reverse;
    max-width: 350px;
  }
}
.giftcard_ads.giftcard-carre .giftcard_ads-content {
  flex-basis: 50%;
}
.giftcard_ads.giftcard-carre .giftcard_ads-img {
  flex-basis: 50%;
}
.giftcard_ads-content {
  padding: 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.giftcard_ads-content h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #499C6F !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.giftcard_ads-content h3 {
  font-weight: bold;
}
.giftcard_ads-content h3 .text-primary {
  color: #499C6F !important;
}
.giftcard_ads-content p {
  margin-top: 0;
  margin-bottom: 0;
}
.giftcard_ads-content p strong {
  color: #499C6F !important;
}
.giftcard_ads-content .btn {
  margin: 1rem auto 0 auto;
}
.giftcard_ads-img {
  flex-basis: 60%;
}
.giftcard_ads-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bx-extra-content {
  margin-bottom: 3rem;
}

#module-giftcard-choicegiftcard h1 {
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.1em;
  font-size: 1.5em !important;
}

.background-secondary {
  padding: 1rem;
  background-color: #F2C858 !important;
  color: #ffffff !important;
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 2rem;
  display: inline-block;
}

.list-with-marker {
  counter-reset: list;
}
.list-with-marker li {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  gap: 1rem;
}
.list-with-marker li:before {
  width: 60px;
  height: 60px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: #F2C858;
  color: #ffffff !important;
  border-radius: 100%;
  font-size: 1.25rem;
  counter-increment: list;
  content: counter(list);
  display: inline-block;
}

.cms-id-48 .swiper, .cms-id-13 .swiper, .cms-id-49 .swiper {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 2rem;
}
.cms-id-48 .swiper-wrapper, .cms-id-13 .swiper-wrapper, .cms-id-49 .swiper-wrapper {
  display: flex;
}
.cms-id-48 .swiper-slide, .cms-id-13 .swiper-slide, .cms-id-49 .swiper-slide {
  width: 150px;
}
@media screen and (min-width: 1024px) {
  .cms-id-48 .swiper-slide, .cms-id-13 .swiper-slide, .cms-id-49 .swiper-slide {
    width: 150px;
  }
}
.cms-id-48 .swiper-custom-buttons, .cms-id-13 .swiper-custom-buttons, .cms-id-49 .swiper-custom-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.cms-id-48 .swiper-custom-buttons-link, .cms-id-13 .swiper-custom-buttons-link, .cms-id-49 .swiper-custom-buttons-link {
  font-weight: 600;
}
.cms-id-48 .swiper-custom-buttons-title, .cms-id-13 .swiper-custom-buttons-title, .cms-id-49 .swiper-custom-buttons-title {
  margin-right: auto;
}
.cms-id-48 .swiper-custom-buttons-actions, .cms-id-13 .swiper-custom-buttons-actions, .cms-id-49 .swiper-custom-buttons-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.cms-id-48 .swiper-custom-buttons-item, .cms-id-13 .swiper-custom-buttons-item, .cms-id-49 .swiper-custom-buttons-item {
  width: 37px;
  height: 37px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #cccccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}
.cms-id-48 .swiper-custom-buttons-item.swiper-button-disabled, .cms-id-13 .swiper-custom-buttons-item.swiper-button-disabled, .cms-id-49 .swiper-custom-buttons-item.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.cms-id-48 .swiper-custom-buttons-item svg, .cms-id-13 .swiper-custom-buttons-item svg, .cms-id-49 .swiper-custom-buttons-item svg {
  width: 18px;
  height: 18px;
}
@media (min-width: 991px) {
  .cms-id-48 #devisCompanyModal .modal-dialog, .cms-id-13 #devisCompanyModal .modal-dialog, .cms-id-49 #devisCompanyModal .modal-dialog {
    max-width: 900px !important;
    margin: 30px auto;
  }
  .cms-id-48 #devisCompanyModal .modal-dialog label, .cms-id-13 #devisCompanyModal .modal-dialog label, .cms-id-49 #devisCompanyModal .modal-dialog label {
    font-size: 0.95rem;
  }
}
.cms-id-48 .page-content.page-cms, .cms-id-13 .page-content.page-cms, .cms-id-49 .page-content.page-cms {
  text-align: inherit !important;
}
.cms-id-48 h1, .cms-id-13 h1, .cms-id-49 h1 {
  font-size: 3rem !important;
  font-weight: bold;
  line-height: 1.15;
  margin: 0.25em 0 0.5em;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cms-id-48 h1, .cms-id-13 h1, .cms-id-49 h1 {
    font-size: 2rem !important;
  }
}
@media (max-width: 374px) {
  .cms-id-48 h1, .cms-id-13 h1, .cms-id-49 h1 {
    font-size: 1.5rem !important;
  }
}
.cms-id-48 h3, .cms-id-13 h3, .cms-id-49 h3 {
  font-size: 1.15rem;
  font-weight: bold;
  margin: 12px 12px 0px 0px;
}
.cms-id-48 p, .cms-id-13 p, .cms-id-49 p {
  margin-top: 0.5rem;
}
.cms-id-48 .wrap, .cms-id-13 .wrap, .cms-id-49 .wrap {
  max-width: 1200px;
  margin: auto;
  padding: 24px;
}
.cms-id-48 .section, .cms-id-13 .section, .cms-id-49 .section {
  padding-block: 10px;
}
.cms-id-48 .section h2, .cms-id-13 .section h2, .cms-id-49 .section h2 {
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  margin: 0 0 14px;
}
.cms-id-48 .split, .cms-id-13 .split, .cms-id-49 .split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
@media (min-width: 961px) {
  .cms-id-48 .split, .cms-id-13 .split, .cms-id-49 .split {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cms-id-48 .split, .cms-id-13 .split, .cms-id-49 .split {
    grid-template-columns: 1fr;
  }
}
.cms-id-48 .split .aud, .cms-id-13 .split .aud, .cms-id-49 .split .aud {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  border: 1px solid #ece9e1;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.cms-id-48 .split .aud p, .cms-id-13 .split .aud p, .cms-id-49 .split .aud p {
  color: #6b7280;
}
.cms-id-48 .split .aud .cta, .cms-id-13 .split .aud .cta, .cms-id-49 .split .aud .cta {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 16px;
  background: #f5f3ee;
}
.cms-id-48 .band, .cms-id-13 .band, .cms-id-49 .band {
  background: #499C6F;
  color: #ffffff;
  border-radius: 22px;
  padding: 28px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
}
@media (max-width: 960px) {
  .cms-id-48 .band, .cms-id-13 .band, .cms-id-49 .band {
    grid-template-columns: 1fr;
  }
}
.cms-id-48 .band-buttons, .cms-id-13 .band-buttons, .cms-id-49 .band-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cms-id-48 .hero, .cms-id-13 .hero, .cms-id-49 .hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #499C6F 0%, #6FC6AA 100%);
  color: #ffffff !important;
  border-radius: 24px;
}
.cms-id-48 .hero p, .cms-id-48 .hero li, .cms-id-13 .hero p, .cms-id-13 .hero li, .cms-id-49 .hero p, .cms-id-49 .hero li {
  color: #e9f5ea;
  max-width: 56ch;
  font-size: 1.2rem;
}
.cms-id-48 .hero-grid, .cms-id-13 .hero-grid, .cms-id-49 .hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: center;
}
@media (max-width: 960px) {
  .cms-id-48 .hero-grid, .cms-id-13 .hero-grid, .cms-id-49 .hero-grid {
    grid-template-columns: 1fr;
  }
}
.cms-id-48 .hero .wrap, .cms-id-13 .hero .wrap, .cms-id-49 .hero .wrap {
  padding-block: 64px;
}
@media (max-width: 960px) {
  .cms-id-48 .hero-image, .cms-id-13 .hero-image, .cms-id-49 .hero-image {
    display: none;
  }
}
.cms-id-48 .hero-image img, .cms-id-13 .hero-image img, .cms-id-49 .hero-image img {
  width: 100%;
  border-radius: 18px;
}

.cms-id-48 #avantage-fiscal .notice, .cms-id-49 #avantage-fiscal .notice {
  border-radius: 22px;
  padding: 28px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
}
@media (max-width: 960px) {
  .cms-id-48 #avantage-fiscal .notice, .cms-id-49 #avantage-fiscal .notice {
    grid-template-columns: 1fr;
  }
}
.cms-id-48 #logos .grid-logos, .cms-id-49 #logos .grid-logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
@media (max-width: 960px) {
  .cms-id-48 #logos .grid-logos, .cms-id-49 #logos .grid-logos {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .cms-id-48 #logos .grid-logos, .cms-id-49 #logos .grid-logos {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cms-id-48 #logos .grid-logos .logo, .cms-id-49 #logos .grid-logos .logo {
  width: 100px;
}
.cms-id-48 #logos .grid-logos .logo img, .cms-id-49 #logos .grid-logos .logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.cms-id-48 .muted, .cms-id-49 .muted {
  color: var(--muted);
}
.cms-id-48 .grid-2, .cms-id-49 .grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
@media (max-width: 767px) {
  .cms-id-48 .grid-2, .cms-id-49 .grid-2 {
    grid-template-columns: 1fr;
  }
}
.cms-id-48 .grid-2 p, .cms-id-49 .grid-2 p {
  margin-bottom: 0;
}
.cms-id-48 .grid-2 em, .cms-id-49 .grid-2 em {
  font-size: 0.95rem;
}
.cms-id-48 .grid-3, .cms-id-49 .grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 960px) {
  .cms-id-48 .grid-3, .cms-id-49 .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cms-id-48 .grid-3, .cms-id-49 .grid-3 {
    grid-template-columns: 1fr;
  }
}
.cms-id-48 .grid-3 p, .cms-id-49 .grid-3 p {
  margin-bottom: 0;
}
.cms-id-48 .grid-3 em, .cms-id-49 .grid-3 em {
  font-size: 0.95rem;
}
.cms-id-48 .card, .cms-id-49 .card {
  background: #fff;
  border: 1px solid #ece9e1;
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}

.cms-id-13 {
  /* Testimonials & logos */
}
.cms-id-13 .testi {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (max-width: 960px) {
  .cms-id-13 .testi {
    grid-template-columns: 1fr;
  }
}
.cms-id-13 .testi .quote {
  background: #ffffff;
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  border: 1px solid #ece9e1;
}
.cms-id-13 .testi .logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.cms-id-13 .testi .logos .logo {
  width: 100px;
}
.cms-id-13 .testi .logos .logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.cms-id-13 .grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
@media (max-width: 960px) {
  .cms-id-13 .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .cms-id-13 .grid-4 {
    grid-template-columns: 1fr;
  }
}
.cms-id-13 .grid-4 .stat {
  background: var(--white);
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  border: 1px solid #ece9e1;
}
.cms-id-13 .grid-4 .stat .num {
  font-size: 1.6rem;
  font-weight: 900;
  color: #499C6F;
  margin-bottom: 8px;
}
.cms-id-13 .grid-4 .stat .txt {
  color: #6b7280;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (min-width: 961px) {
  .cms-id-49 .split {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.growl-notification--danger, .growl-notification--error {
  background: #d9534f !important;
  background-color: #d9534f !important;
}

.sticky-col {
  position: -webkit-sticky;
  position: sticky;
  top: 75px;
  background-color: #fff;
  z-index: 2;
}

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