@charset "UTF-8";

:root {
  --brown: #4F392B;
  --lightbrown: #807975;
  --beige: #EFEEEC;
}

*,
h1,
h2,
h3,
h4,
h5,
p,
div,
section {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  cursor: default;
}

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

a,
a p,
a span,
a * {
  cursor: pointer !important;
}

/* helper classes: type */

.t-m-medium,
.t-m-medium * {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  font-size: clamp(0.8vw, 14px, 4.1vw);
  line-height: 1.1;
  letter-spacing: 0.15px;
  color: var(--brown);
}

.t-m-medium span,
.t-m-medium a {
  color: var(--lightbrown);
}

.t-m-reg,
.t-m-reg p {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-size: clamp(0.8vw, 14px, 4.1vw);
  line-height: 1.15;
  letter-spacing: 0.1px;
  color: var(--brown);
}

.t-l-medium {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  font-size: clamp(1.8vw, 38px, 8vw);
  line-height: 1;
  letter-spacing: 0.2px;
  color: var(--beige);
}

/* helper classes: spacing */

p + p:not(.wpcf7 p),
h2 + div:has(p) {
  margin-top: 15px;
}

@media only screen and (min-width: 992px) {
  p + p {
  margin-top: 0 !important;
}

}

/* helper classes: nav */

header {    
  position: relative;
  z-index: 11;
}

#nav-container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}

#nav-inside {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#nav-main {
  font-weight: 600;
  font-size: clamp(0.8vw, 16px, 4.6vw);
  position: fixed;
  z-index: 11;
  left: 0;
  top: 50%;
  transform: translateY(-60%) scale(-1);
  width: max-content;
  height: max-content;
  writing-mode: vertical-rl;
  transition: top 0.6s;
  padding: 20px 10px;
  pointer-events: auto;
}

.nav-link {
  display: flex;
  cursor: pointer;
  pointer-events: all;
  transition: height 0.6s, background 0.2s;
}

.obra .nav-link-obra,
.taller .nav-link-taller {
  height: 85vh; 
  background: transparent;
  pointer-events: none;
  cursor: default;
}

.obra .nav-link-taller,
.taller .nav-link-obra {
  height: 15vh; 
}

.nav-link a {
  font-size: clamp(0.8vw, 16px, 4.6vw);
  font-weight: 600;
  width: max-content;
  height: max-content;
  writing-mode: vertical-rl;
  transform: scale(-1);
  pointer-events: auto;
  padding: 20px 10px;
}

.nav-link-taller {
  position: relative;
  order: 2;
  overflow: hidden;
}

.nav-link-taller img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s;
  opacity: 1;
}

#nav-main,
.nav-link-obra {
  color: var(--brown);
}

.nav-link-taller a,
#nav-main span { 
  font-weight: 600;
  color: white !important;
  z-index: 11;
}

#nav-main span { 
  padding-bottom: 5px !important; 
}

.nav-link-obra {
  order: 1;
  background: white;
}

.nav-link-obra a {
  position: absolute;
  top: 0;
  color: var(--brown);
  left: 0;
  transition: color 0.2s;
}

.nav-link-taller a {
  transition: color 0.2s;
}

.landing .nav-link-obra div,
.taller .nav-link-obra div {
  margin: 2.5rem;
  width: calc(100% - 5rem);
  height: calc(100% - 5rem);
  opacity: 1;
  pointer-events: none;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.landing .nav-link-obra div,
.landing .nav-link-taller div {
  transition: width 0.8s, height 0.4s, margin 0.2s;
}


.taller .nav-link-obra div,
.taller .nav-link-taller div,
.obra .nav-link-obra div,
.obra .nav-link-taller div {
  transition: width 1.8s, height 0.4s, margin 0.2s;
}

.taller .nav-link-obra div {
  margin: 2.5rem 2.5rem 0 2.5rem;
  height: calc(100% - 2.5rem);
}


.nav-link-obra div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.2s, height 0.2s, width 0.2s;
}

@media (max-aspect-ratio: 850/992) {
  .nav-link-obra div img {
    min-width: 100%;
    width: auto;
    height: calc(50vh - 5rem);
  }
}


@media only screen and (min-width: 576px) {
.taller .nav-link-obra div img {
  max-height: 120vh;
}
}
.nav-link-obra div {
  transition: opacity 0.2s;
  opacity: 1;
}

.obra .nav-link-obra div {
  margin: 2.5rem;
  opacity: 0;
  width: calc(100% - 5rem);
  overflow: hidden;
}

.nav-link-taller a {
  position: absolute;
  bottom: 0;
}

.landing .nav-link {
  width: 100%;
  height: 50%; 
}

.taller .nav-link-taller img {
  opacity: 0;
}

.obra #nav-main {
  top: 85vh;
}

.taller #nav-main {
  top: 15vh;
}

@media only screen and (min-width: 992px) {

  .nav-link {
    height: 100vh !important;
  }

  #nav-main span { 
    padding-right: 5px !important; 
  }

  .taller .nav-link-obra div {
    margin: 6rem 6rem 6rem 0;
    width: calc(100% - 6rem);
  }

  .obra .nav-link-obra div {
    margin: 6rem;
    width: calc(100% - 12rem);
  }

  .landing .nav-link-obra div,
  .taller .nav-link-obra div {
    margin: 6rem;
    width: calc(100% - 12rem);
    height: calc(100% - 12rem);
  }

  .taller .nav-link-obra div {
    margin: 6rem 6rem 6rem 0;
    width: calc(100% - 6rem);
  }

  .nav-link-taller img {
    height: 100%;
    width: auto;
  }

  .nav-link a {
    padding: 10px 20px;
  }

#nav-container {
    width: 100vw;
    height: 100vh;
  }

  .nav-link {
    transition: width 0.8s, background 0s;
    overflow: hidden;
  }

.landing .nav-link-taller,
.landing .nav-link-taller *,
.landing .nav-link-obra,
.landing .nav-link-obra * {
  cursor: pointer !important;
}

  .nav-link-taller {
    order: 1;
  }
  
  .nav-link-obra {
    order: 2;
  }

  .landing .nav-link {
    height: 100%;
    width: 50vw;
  }

  .obra .nav-link-taller,
  .taller .nav-link-obra {
    height: 100%;
    width: 15vw;
  } 

  .obra .nav-link-taller,
  .obra .nav-link-taller *,
  .taller .nav-link-obra,
  .taller .nav-link-obra * {
    cursor: pointer ;
  }

  .obra .nav-link-taller
  .taller .nav-link-obra {
    z-index: 10; 
  }

  .obra .nav-link-obra,
  .taller .nav-link-taller {
    height: 100%;
    width: 85vw;
    background: transparent;
    cursor: default;
  } 

  .nav-link a {
    transform: rotate(0);
    writing-mode: unset;
    transform: none;
  }

  .landing .nav-link-obra:hover a,
  .landing .nav-link-taller:hover a,
  .taller .nav-link-obra:hover a,
  .obra .nav-link-taller:hover a {
    color: var(--lightbrown) !important;
  }

  #nav-main {
    position: absolute;
    left: 50vw;
    top: 0;
    transform: translateX(-41%) !important;
    writing-mode: unset;
    transform: none;
    transition: left 0.0s;
    padding: 10px 20px;
  }

  .landing #nav-main {
    transition: left 0.8s;
  }

  .obra #nav-main,
  .taller #nav-main {
    transition: left 0.8s;
  }

  .obra #nav-main {
    top: 0;
    left: 15vw !important;
  }

  .taller #nav-main {
    top: 0;
    left: 85vw !important;
  }

  .nav-link-taller a {
    margin-top: 0;
    position: static;
    bottom: unset;
  }

  .nav-link-obra a {
    left: unset;
    right: 0;
    top: 0;
  }
}

/* helper classes: main */

main {
  position: relative;
  z-index: 1;
}

section {
  display: none;
  opacity: 0;
  min-height: 100vh;
  overflow: hidden;
  transition: opacity 0.2s, width 0.2s;
}

.taller + main #taller,
.obra + main #obra {
  opacity: 1;
  display: block;
}

#taller {
  padding-top: 25vh;
  background: #CEC8B9;
  min-height: 100vh;
}

/* helper classes: obra */

#obra {
  padding: 0;
  opacity: 1;
}

.item {
  margin: 2.5rem 2.5rem 2.5rem 2.5rem;
}

.item::after {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  font-size: clamp(1.8vw, 38px, 5.5vw);
  line-height: 1;
  letter-spacing: 0.2px;
  white-space: pre;
  color: #C7C3B9;
  padding-bottom: 2.5rem;
  display: block;
  text-wrap: wrap;
  max-width: calc(100vw - 5rem);
}

.item:nth-of-type(2)::after {
  content: "La bellesa, \Auna toma de terra, grandesa i encís.";
}

.item:nth-of-type(4)::after {
  content: "Coses importants… \A com les muntanyes i el cel, \A com les coses senzilles, subtils\A i quotidianes.";
}

.item:nth-of-type(6)::after {
  content: "El llegat d’un ofici \A Un univers particular i íntim \A Un crit silenciós a parar i contemplar \A Un infinit entre les mans";
}

.item:not(:last-of-type) {
  border-bottom: 0.5px solid #C7C3B9;
}

.item:first-of-type {
  padding-bottom: 0rem;
}

#obra .item:last-of-type {
  margin-bottom: 7.5rem;
}

.item p.infotec {
  width: clamp(20vw, 380px, 80vw);
  max-width: 100%;
}

.item button:not(.carousel-control-prev):not(.carousel-control-next) { 
  text-decoration: none !important;
  border: 0 !important;
  cursor: pointer;
  height: max-content;
      font-size: clamp(0.8vw, 14px, 4.1vw);
    line-height: 1.15;
}

.item button span:first-of-type {
  color: var(--brown);
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.2px;
  line-height: calc(clamp(0.8vw, 14px, 4.1vw) * 1.15);
  color: var(--brown);
  height: max-content;
  width: max-content;
  transition: color 0.2s;
  text-decoration: underline;
  cursor: pointer;
}

.item .preu {
  height: max-content;
  width: max-content;
}

.item .preu p {
  margin-top: 14px;
  color: var(--lightbrown);
  margin-top: 14px !important;
  font-size: 12px;
  letter-spacing: 0.2px;
}

.item button span.material-symbols-outlined {
  color: var(--brown);
  line-height: 1.15;
  font-size: clamp(0.8vw, 14px, 4.1vw);
  position: relative;
  top: 3px;
  cursor: pointer;
  transition: color 0.2s;
}

.item button:hover, .item button:hover span {
  color: var(--lightbrown) !important;
}

.item p.infotec {
  color: var(--lightbrown);
  margin-top: 14px !important;
  font-size: 12px;
  letter-spacing: 0.2px;
}

.item p.infotec + p.infotec {
  margin-top: 0 !important;
}

.item:not(:first-of-type),
.item:not(:first-of-type) .item-container,
.item:not(:first-of-type) .carousel,
.item:not(:first-of-type) .carousel-inner,
.item:not(:first-of-type) .carousel-item {
  max-width: calc(100vw - 5rem);
  width: fit-content;
}

.item:not(:first-of-type) .item-container {
  margin: auto;
}
/*
.item:not(:first-of-type) {
  margin-top: 10vw;
}
*/
.carousel-control-next-icon {
  background-image: url("assets/icon/montse_cursor-rightsmall.png");
}

.carousel-control-prev-icon {
  background-image: url("assets/icon/montse_cursor-leftsmall.png");
}

@media only screen and (min-width: 992px) {
.item button span.material-symbols-outlined {
  line-height: 15px;
  font-size: 17px;
  top: 4px;
}

  .item:not(:first-of-type) {
  margin: 5rem 5rem;
  padding-bottom: 2.5rem;
}

  .item:not(:first-of-type),
  .item:not(:first-of-type) .item-container,
  .item:not(:first-of-type) .carousel,
  .item:not(:first-of-type) .carousel-inner,
  .item:not(:first-of-type) .carousel-item {
    max-width: calc(85vw - 12rem);
    width: fit-content;
  }

  .carousel-control-next, .carousel-control-prev {
    width: 50%;
    height: 100%;
    cursor: none !important;
  }

  .carousel-control-next {
    width: 50%;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    display: none;
  }

  #custom-cursor {
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: cover;
    pointer-events: none; 
    z-index: 1080 !important;
    opacity: 0;
    transition: opacity 0.2s;
  }

  .cursor-left {
    background-image: url("assets/icon/montse_cursor-leftsmall.png");
    opacity: 1 !important;
  }

  .cursor-right {
    background-image: url("assets/icon/montse_cursor-rightsmall.png");
    opacity: 1 !important;
  }
}

.item .carousel-item,
.item .single-image {
  width: auto;
  height: 100%; 
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center !important;
}

.item:first-of-type .carousel-item {
  width: 100%;
  height: calc(50vh - 5rem);
}

.carousel-item img,
.single-image img {
  height: 100%;
  width: auto;
  object-fit: cover;
}

.item:first-of-type .carousel-item:first-of-type img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
}

@media only screen and (min-width: 992px) {

  .item .carousel-item,
  .item .single-image,
  .item:first-of-type .carousel-item {
    height: calc(100vh - 12rem);
    width: 100%;
  }

  .item:not(:first-of-type) .carousel-item,
  .item:not(:first-of-type) .single-image {
    height: auto;
  }

  .item:not(:first-of-type) img {
    max-height: 80vh;
    height: 80vh
  }

  #taller,
  #obra {
    width: 85vw;
    top: 0;
    padding: 0;
  }

  .taller + main #obra,
  .obra + main #taller {
    width: 15vw;
  }

  .obra:has(.nav-link-taller:hover) + main #taller
  .taller:has(.nav-link-obra:hover) + main #obra {
    width: 20vw;
  }

  .obra:has(.nav-link-taller:hover) + main #obra
  .taller:has(.nav-link-obra:hover) + main #taller {
    width: 80vw;
  }

  #obra .item:first-of-type {
    min-height: unset;
  }

  .item:not(:first-of-type) {
    width: auto;
  }

  .item:first-of-type {
    margin: 6rem 6rem 2.5rem 6rem;
    padding-bottom: 6rem;
  }

  .item:not(:first-of-type) {
    margin: 4rem 6rem 4rem 6rem;
    padding-bottom: 6rem;
  }

  .item::after {
    padding-bottom: 0;
    padding-top: 6rem;
    max-width: calc(100vw / 3 * 2 - 12rem);
    width: 100%;
  }
  
  #obra .item:last-of-type {
    margin-bottom: 16rem;
  }
  
  #obra  {
    margin-left: 15vw;
  }
}


/* helper classes: taller */

.text-block {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.img-block {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin-top: 5rem;
  margin-bottom: 5rem;
  overflow: hidden;
}

.img-block div {
  position: relative;
  overflow: hidden;
}

.img-block div + div,
.img-block  + .img-block {
  margin-top: 12px !important;
}

.img-block div img {
  height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.img-block div.col-md-4 {
  aspect-ratio: 484/707;
}

.img-block div.col-md-8 {
  aspect-ratio: 1086/707;
}

.img-block div.col-md-12 {
  aspect-ratio: 1585/900;
}

.img-block div.col-md-6 {
  aspect-ratio: 1/1;
}

@media only screen and (min-width: 768px) {

  .img-block {
    flex-direction: row;
  }

  .img-block div + div,
  .img-block  + .img-block {
    margin-top: 0 !important;
  }

  .img-block div.col-md-4 {
    width: 33.33333333%;
  }

  .img-block div.col-md-8 {
    width: 66.66666667%;
  }

  .img-block div.col-md-12 {
    width: 100%;
  }

  .img-block div.col-md-6 {
    width: 50%;
  }

  .m-end {
    margin-right: 6px;
  }

  .m-start {
    margin-left: 6px;
  }

  .m-bottom {
    margin-bottom: 12px;
  }

  .taller-block:last-of-type {
    padding-bottom: 12px;
  }

  .taller-block:first-of-type {
    padding-top: 6rem;
  }
}

@media only screen and (min-width: 992px) {
  .text-block {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .img-block {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}

/* helper classes: footer */

footer {
  padding: 5rem 20px;
  background-color: var(--beige);
  margin: 0 !important;
  z-index: 20 !important;
  position: relative;
}

#obra footer {
  margin-bottom: 15vh !important;
}

footer a {
  text-decoration: none;
  width: max-content;
}

@media only screen and (min-width: 992px) {
  footer {
    padding: 6rem 20px;
  }
  
  footer p {
    width: clamp(20vw, 380px, 80vw) !important;
  }

  footer div:nth-of-type(2) p {
    padding-left: 12px;
  }

  footer a {
    transition: color 0.2s;
  }

  footer a:hover {
    color: var(--brown);
  }

  #obra footer {
    margin-bottom: 0 !important;
  }
}

/* form */

.fallback-form {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.4s ease, max-height 0.4s ease, width 0s;
  border-top: 0.5px solid #C7C3B9;
  padding-top: 14px;
}

.fallback-form.show {
  opacity: 1;
  max-height: 1200px;
}

.wpcf7-form label {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-size: 12px;
  letter-spacing: 0.1px;
  font-weight: 400;
  line-height: 1.15; 
  margin-left: 1px;
  color: var(--brown);
}

.fallback-form h4 {
  font-family: "neue-haas-grotesk-text", sans-serif;
  margin-bottom: 14px;
  font-weight: 400;
  font-size: clamp(0.8vw, 14px, 4.1vw);
  line-height: 1.15;
  letter-spacing: 0.1px;
  color: var(--brown);
}

.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  padding-bottom: 2.5rem;
}

.wpcf7-form span,
.wpcf7-form input,
.wpcf7-form textarea {
  width: 100%;
  color: var(--lightbrown);
  font-size: 12px;
  letter-spacing: 0.1px;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  line-height: 1.15; 
  outline: none !important;
  cursor: pointer;
  transition: background-color 0.2s;
}

.wpcf7-form input,
.wpcf7-form textarea {
  width: 100%;
  border: none;
  background: #f3f2f0;
  padding: 12px 14px;
  border-radius: 4px;
  margin-top: 4px;
}

.wpcf7-form input[type=submit] {
  color: var(--brown);
  background-color: #e1ded8;
  width: fit-content;
  height: fit-content;
  padding: 6px 8px !important;
}

.wpcf7-form input:hover,
.wpcf7-form textarea:hover,
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  background-color: #efedea;
}

.wpcf7-form p:nth-of-type(1) {
  padding-right: 7px;
  padding-bottom: 20px;
  width: 50%;
}

.wpcf7-form p:nth-of-type(2) {
  padding-left: 7px;
  padding-bottom: 20px;
  width: 50%;
}

.wpcf7-form p:nth-of-type(3),
.wpcf7-form p:nth-of-type(4) {
  width: 100%;
  padding-bottom: 20px;
}

.wpcf7-form p:last-of-type {
  position: relative;
}

.wpcf7 form .wpcf7-response-output {
  border: none !important;
  padding: 0 !important;
  margin: 0 0 0 auto !important;
  font-family: "neue-haas-grotesk-text", sans-serif !important;
  font-weight: 400 !important;
  font-size: clamp(0.8vw, 14px, 4.1vw) !important;
  line-height: 1.15 !important;
  letter-spacing: 0.1px !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output{
  color: #ee3e3e !important;
}

.wpcf7-not-valid-tip {
  color: #ee3e3e !important;
  position: absolute;
  margin-top: 4px;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #2aaf70 !important;
}

.wpcf7-spinner {
  width: 20px !important;
  height: 20px !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin-left: 14px !important;
}

@media only screen and (min-width: 992px) {
.wpcf7-form {
  padding-bottom: 0;
}
}

.modal-cacsp-box-header {
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  font-weight: 200 !important;
  font-size: 24px !important;
  line-height: 1.15 !important;
  letter-spacing: 0.4px !important;
  color: #EFEEEC !important;
}

.modal-cacsp-toggle-switch span  {
  font-family: "neue-haas-grotesk-text", sans-serif !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 1.15 !important;
  letter-spacing: 0.2px !important;
  color: #EFEEEC !important;
} 

.modal-cacsp-btn {
  font-family: "neue-haas-grotesk-text", sans-serif !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 12px !important;
  letter-spacing: 0.2px !important;
  transition: opacity 0.2s;
  border: none !important;
} 

.modal-cacsp-btn {
    padding: 6px 8px !important;
}

.modal-cacsp-toggle-switch span:first-of-type:not(.modal-cacsp-toggle):not(.modal-cacsp-toggle-switch-handle) {
  margin-right: clamp(14vw, 200px, 0vw);
}
.modal-cacsp-toggle-switch span span,
.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-box-content { 
  font-family: "neue-haas-grotesk-text", sans-serif !important;
  font-weight: 400 !important;
  font-size: clamp(0.8vw, 14px, 4.1vw) !important;
  line-height: 1.15 !important;
  letter-spacing: 0.1px !important;
}

.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-box-content strong{ 
  font-weight: 600 !important;
  letter-spacing: 0.2px !important;
  color: #EFEEEC !important;
}

.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-box-content strong:first-of-type{
  color: #cde1d4 !important;
}

.modal-cacsp-position .modal-cacsp-box .modal-cacsp-box-header {
  padding: 24px 32px 16px 32px !important;
}

.modal-cacsp-box-settings .modal-cacsp-box-content {
  padding: 0 32px 32px 32px !important;
  display: none !important;
}

.modal-cacsp-box-bottom {
  border: none !important;
}

.modal-cacsp-btn-refuse-all,
.modal-cacsp-btn-refuse {
  color: #4f392b !important;
  background-color: #f1d5d4 !important;
  border: none !important;
}

.modal-cacsp-btn-accept,
.modal-cacsp-btn-accept-all {
  color: #4f392b !important;
  background-color: #cde1d4 !important;
  border: none !important;
}

/* modal politiques */

.modal-dialog {
    width: 80% !important;
    min-width: 320px !important;
    max-width: 800px !important;
    border-radius: 6px;
}

.modal-content {
    background-color: var(--brown);
}

.modal-header {
  padding: 24px 32px 16px 32px !important;
  border-bottom: 1px solid var(--lightbrown);
}

.modal-header .modal-title {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 200 ;
  font-size: 24px ;
  line-height: 1.15 ;
  letter-spacing: 0.4px ;
  color: #EFEEEC ;
}

.modal-body {
  padding: 24px 32px;
 }

 .modal-body p {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-size: clamp(0.8vw, 14px, 4.1vw);
  line-height: 1.25 !important;
  letter-spacing: 0.1px;
  color: white;
 }

  .modal-body h5 {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.2px;
  color: #EFEEEC ;
  padding: 20px 0 10px 0;
 }

.modal-body p span,
.modal-body p a {
  font-weight: 600;
  color: #EFEEEC ;
  text-decoration: none;
  transition: color 0.2s;
 }

 .modal-body p a:hover {
  color: var(--lightbrown) ;
 }