/*!
Theme Name: Tomaselli Collection
Theme URI: https://tomaselli-collection.com
Author: Thomas Hauck
Author URI: /
Description: Site web de Tomaselli Collection
Version: 1
Tags: /
Text Domain: tomasellicollection

*/
@import url("../../themes/tomasellicollection/assets/js/PhotoSwipe-master/dist/photoswipe.css");
.font-family-sans {
  font-family: "freight-sans-pro", sans-serif;
}

.font-family-serif {
  font-family: "freight-text-pro", serif;
}

.text-white {
  color: #ffffff;
}

.text-black {
  color: #13100d;
}

.text-red {
  color: #B24A2C;
}

.text-grey {
  color: #b6aba9;
}

.text-greyDark {
  color: #857b79;
}

.font-size-base {
  font-size: 2.1rem;
}

.font-size-heading-01 {
  font-size: 8.838rem;
}

.font-size-heading-02 {
  font-size: 6.63rem;
}

.font-size-heading-03 {
  font-size: 4.974rem;
}

.font-size-heading-04 {
  font-size: 3.731rem;
}

.font-size-heading-05 {
  font-size: 2.8rem;
}

.font-size-text {
  font-size: 2.1rem;
}

.font-size-legende {
  font-size: 1.6rem;
}

.line-height-heading-small {
  line-height: 1.125rem;
}

.line-height-heading-normal {
  line-height: 1.2rem;
}

.line-height-text {
  line-height: 1.5;
}

.line-height-text-short {
  line-height: 1.25;
}

.line-height-production {
  line-height: 1.25rem;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-book {
  font-weight: 400 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}
.font-weight-medium p {
  font-weight: 500 !important;
}

.font-weight-semi-bold {
  font-weight: 600 !important;
}
.font-weight-semi-bold p {
  font-weight: 600 !important;
}

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

.font-style-italic {
  font-style: italic !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.cartouche-big {
  position: relative;
  background-color: #ffffff;
  padding: 1.5rem 3rem;
  box-shadow: 0px 0px 26px 6px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0px 0px 26px 6px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 0px 26px 6px rgba(0, 0, 0, 0.24);
  margin-left: 5rem;
  margin-top: -72px;
}
@media (min-width: 1400px) {
  .cartouche-big {
    max-width: 400px !important;
  }
}
@media (max-width: 576px) {
  .cartouche-big {
    margin-left: 4.5rem;
  }
}
.cartouche-big p {
  margin-bottom: 0;
}

.cartouche-small {
  position: relative;
  background-color: #ffffff;
  padding: 1.5rem 1.85rem;
  box-shadow: 0px 0px 26px 6px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0px 0px 26px 6px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 0px 26px 6px rgba(0, 0, 0, 0.24);
  margin-left: 2rem;
  margin-top: -58px;
}
.cartouche-small p {
  font-size: 1.6rem;
  margin-bottom: 0;
}

.btnCustom {
  background-color: #B24A2C;
  padding: 16px 40px;
  font-weight: 700;
  font-size: 2.1rem;
  border: none !important;
  -webkit-appearance: none !important;
  color: #ffffff;
  text-decoration: none !important;
  transition: 0.5s;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.btnCustom:hover {
  background-color: #943b23;
  color: #ffffff;
  text-decoration: none !important;
}

.wpcf7 label {
  margin-bottom: 1.5rem;
  width: 100%;
}
.wpcf7 label:focus, .wpcf7 label:focus-within, .wpcf7 label:focus-visible {
  box-shadow: 0 0 0 4px #13100d !important;
  border: none !important;
}
.wpcf7 label:focus input, .wpcf7 label:focus-within input, .wpcf7 label:focus-visible input {
  border: none !important;
  outline-width: 0;
  outline: none;
}
.wpcf7 a {
  color: #ffffff;
  text-decoration: underline !important;
}
.wpcf7 a:hover {
  color: #ffffff !important;
}
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=date], .wpcf7 input[type=number] {
  width: 100%;
  border: 1px solid #13100d;
  min-height: 60px;
  padding: 0 1.5rem;
  font-weight: 600;
}
.wpcf7 input[type=checkbox] {
  width: 20px;
  height: 20px;
  border: none !important;
  border-radius: 0;
}
.wpcf7 input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: 600;
  border: none !important;
  border: 1px solid #13100d;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  background-color: #13100d;
  color: #ffffff;
  min-height: 60px;
  text-align: center;
  transition: 0.5s;
}
.wpcf7 input[type=submit]:disabled {
  opacity: 0.3;
}
.wpcf7 input[type=submit]:hover {
  background-color: #943b23;
}
.wpcf7 input::placeholder {
  color: #13100d;
  font-size: 2.1rem !important;
  font-weight: 600 !important;
}
.wpcf7 .wpcf7-select {
  width: 100%;
  border: 1px solid #13100d;
  min-height: 60px;
  padding: 0 1.5rem;
  font-weight: 600;
}
.wpcf7 .wpcf7-select:focus-visible {
  border-radius: 0 !important;
}
.wpcf7 .wpcf7-checkbox {
  font-size: 2.1rem;
  font-weight: 600;
}
.wpcf7 textarea {
  width: 100%;
  border: 1px solid #13100d;
  padding: 0 1.5rem;
  outline-width: 0;
  outline: none;
}
.wpcf7 textarea::placeholder {
  color: #13100d;
  font-size: 2.1rem !important;
  font-weight: 600 !important;
}
.wpcf7 textarea .textareaLabel:focus-visible, .wpcf7 textarea .textareaLabel:focus, .wpcf7 textarea .textareaLabel:focus-within {
  outline-width: 0;
  outline: none;
}
.wpcf7 .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .wpcf7-list-item .wpcf7-list-item-label {
  color: #ffffff;
  vertical-align: top;
  margin-left: 5px;
}
.wpcf7 .wpcf7-list-item .wpcf7-list-item-label span {
  vertical-align: top;
}
.wpcf7 .wpcf7-list-item input[type=checkbox] {
  border: none;
}

#form .wpcf7 .wpcf7-response-output {
  color: #ffffff;
  width: 80%;
  margin: 2.5rem auto !important;
  text-align: center;
}
#form .wpcf7 .wpcf7-not-valid-tip {
  color: #943b23 !important;
}

body.page-id-209 .wpcf7 input[type=submit] {
  width: auto !important;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

body.home .wpcf7 input[type=submit], body.page-id-220 .wpcf7 input[type=submit] {
  width: 100%;
}

.pagination .nav-links .page-numbers {
  color: #13100d;
  font-weight: 400;
  text-decoration: none;
}
.pagination .nav-links .page-numbers.current {
  color: #B24A2C;
  text-decoration: none;
  font-weight: 600;
}
.pagination .nav-links .page-numbers.prev {
  margin-right: 1rem;
}
.pagination .nav-links .page-numbers.next {
  margin-left: 1rem;
}

.prev-link a::before, .prev-link a::after, .next-link a::before, .next-link a::after {
  content: "";
  position: relative;
  display: inline-block;
  background-size: 20px 17px;
  width: 20px;
  height: 17px;
  vertical-align: top;
  margin-top: 8px;
}

.prev-link a::before {
  background: url("../tomasellicollection/assets/img/arrow-right.svg") no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 1rem;
}

.next-link a::after {
  background: url("../tomasellicollection/assets/img/arrow-right.svg") no-repeat;
  margin-left: 1rem;
}

.container-checkbox {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
  background-color: #B24A2C;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
  left: 12px;
  top: 6px;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slick-prev:before, .slick-next:before {
  color: #13100d !important;
}

.collapse-custom.collapsed::after {
  content: "";
  position: relative;
  display: inline-block;
  background: url("../tomasellicollection/assets/img/chevron-down-black.svg") no-repeat;
  background-size: 12px 7.5px;
  margin-left: 8px;
  width: 12px;
  height: 7.5px;
  margin-top: 6px;
  margin-left: auto;
  align-self: center;
  transform: rotate(0);
}
.collapse-custom::after {
  content: "";
  position: relative;
  display: inline-block;
  background: url("../tomasellicollection/assets/img/chevron-down-black.svg") no-repeat;
  background-size: 12px 7.5px;
  margin-left: 8px;
  width: 12px;
  height: 7.5px;
  margin-top: 6px;
  transform: rotate(-180deg);
  margin-left: auto;
  align-self: center;
}

body.page-template-archive-oeuvre .searchArtist {
  width: 100%;
}

.searchArtist {
  font-size: 2.1rem;
  display: inline-block;
  vertical-align: middle;
}
.searchArtist:focus, .searchArtist:focus-within, .searchArtist:focus-visible {
  box-shadow: 0 0 0 4px #13100d !important;
  border: none !important;
}
.searchArtist:focus input, .searchArtist:focus-within input, .searchArtist:focus-visible input {
  border: none !important;
  outline-width: 0;
  outline: none;
}
.searchArtist .quicksearch {
  min-height: 60px;
  background-color: #eee;
  width: 100%;
  border: none !important;
  padding-left: 1.5rem;
}
.searchArtist .quicksearch::placeholder {
  font-style: italic;
  color: #13100d;
  font-family: "freight-sans-pro", sans-serif !important;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "freight-sans-pro", sans-serif;
  font-size: 2.1rem;
  font-weight: 400;
  color: #13100d;
  overflow-x: hidden;
  position: relative;
  line-height: 1.35;
  height: 100%;
  margin: 0 !important;
}

a {
  color: #B24A2C;
  text-decoration: underline;
}
a:hover {
  color: #943b23;
  text-decoration: underline;
}

h1, .h1 {
  font-size: 8.838rem;
  line-height: 1.125;
  font-weight: 600;
}

h2, .h2 {
  font-size: 6.63rem;
  line-height: 1.125;
  font-weight: 600;
}

h3, .h3 {
  font-size: 4.974rem;
  line-height: 1.2;
  font-weight: 600;
}

h4, .h4 {
  font-size: 3.731rem;
  line-height: 1.2;
  font-weight: 600;
}

h5, .h5 {
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
  hyphens: manual;
  font-family: "freight-text-pro", serif;
  -moz-hyphens: manual;
}

a, .link {
  color: #B24A2C;
  text-decoration: underline;
  font-weight: 600;
}
a:hover, .link:hover {
  color: #13100d;
  text-decoration: underline;
}

.link-appearance-none {
  color: black !important;
  text-decoration: none;
}

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

.mt-6 {
  margin-top: 6rem;
}

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

.bg-black {
  background-color: #13100d;
  color: #ffffff !important;
}

.bg-red {
  background-color: #B24A2C;
  color: #ffffff !important;
}
.bg-red a {
  color: white !important;
}
.bg-red a:hover {
  color: #ffffff !important;
}

main {
  min-height: calc(100vh - 385px);
}

body.page-template-archive-oeuvre main {
  min-height: 100vh;
}

#main ul {
  list-style: none;
  padding-left: 3.5rem;
}
#main ul li {
  position: relative;
  padding-left: 1.5rem;
}
#main ul li::after {
  content: "";
  height: 0.3em;
  width: 0.3em;
  background: #13100d;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: 1.3rem;
  left: -0.75rem;
}

.separateur-titre-small::before {
  content: "";
  position: relative;
  display: inline-block;
  background: url("../tomasellicollection/assets/img/separateur-titre-small.svg") no-repeat;
  background-size: 75.28px 8.1px;
  width: 75.28px;
  height: 8.1px;
  vertical-align: middle;
  margin-right: 15px;
}

.separateur-titre-big::before {
  content: "";
  position: relative;
  display: inline-block;
  background: url("../tomasellicollection/assets/img/separateur-titre-big.svg") no-repeat;
  background-size: 129.3px 13px;
  width: 129.3px;
  height: 13px;
  vertical-align: middle;
  margin-right: 15px;
}

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

.min-h-60 {
  min-height: 60px;
}

#section-image-bg {
  background-image: url(./assets/img/background-main.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
}
#section-image-bg h1 {
  margin-top: 10rem;
  font-size: 7.8rem;
}
@media (max-width: 576px) {
  #section-image-bg h1 {
    margin-top: 3rem;
    font-size: 6.8rem;
  }
}

#section-image-bg-home {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
}
#section-image-bg-home h1 {
  margin-top: 10rem;
  font-size: 7.8rem;
}
@media (max-width: 576px) {
  #section-image-bg-home h1 {
    margin-top: 3rem;
    font-size: 6.8rem;
  }
}

#main {
  margin: 10rem 0;
}
@media (max-width: 576px) {
  #main {
    margin: 3rem 0;
  }
}

#header-main .logo {
  height: 120px;
  max-height: 120px;
}
#header-main #logo {
  max-height: 120px;
}
#header-main a {
  color: #13100d;
  transition: 0.5s;
  text-decoration: none;
}
#header-main a:hover {
  color: #943b23;
  text-decoration: none;
}
#header-main #language .wpml-ls-legacy-list-horizontal {
  padding: 0 !important;
  display: inline-block;
}
#header-main #language .wpml-ls-legacy-list-horizontal li {
  padding-left: 8px;
}
#header-main #language .wpml-ls-legacy-list-horizontal li.wpml-ls-current-language a {
  font-weight: 600 !important;
}
#header-main #language .wpml-ls-legacy-list-horizontal li a {
  padding: 0 !important;
  font-weight: 400 !important;
}
#header-main #language .wpml-ls-legacy-list-horizontal .wpml-ls-item-en a {
  display: inline-block;
}
#header-main #language .wpml-ls-legacy-list-horizontal .wpml-ls-item-en::before {
  content: "|";
  display: inline-block;
  padding-right: 5px;
  font-weight: 400 !important;
}
#header-main #language .navbar-toggler {
  display: inline-block;
  color: rgb(0, 0, 0) !important;
  border-color: rgba(0, 0, 0, 0) !important;
}
#header-main #language .navbar-toggler .navbar-toggler-icon {
  width: 2em !important;
  height: 2em !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
#header-main ul.nav li.sous-menu {
  position: relative;
}
#header-main ul.nav li.sous-menu ul {
  display: none;
  position: absolute;
  top: 27px;
  list-style: none;
  margin-left: 0;
  z-index: 999;
}
#header-main ul.nav li.sous-menu::after {
  content: "";
  position: relative;
  display: inline-block;
  background: url("../tomasellicollection/assets/img/chevron-down-black.svg") no-repeat;
  background-size: 12px 7.5px;
  margin-left: 8px;
  width: 12px;
  height: 7.5px;
  margin-top: 6px;
  background: url("../tomasellicollection/assets/img/chevron-down-black.svg") no-repeat;
}
#header-main ul.nav li.sous-menu:hover a {
  color: #943b23;
}
#header-main ul.nav li.sous-menu:hover::after {
  content: "";
  position: relative;
  display: inline-block;
  background: url("../tomasellicollection/assets/img/chevron-down-black.svg") no-repeat;
  background-size: 12px 7.5px;
  margin-left: 8px;
  width: 12px;
  height: 7.5px;
  margin-top: 6px;
  background: url("../tomasellicollection/assets/img/chevron-down-redDark.svg") no-repeat;
}
#header-main ul.nav li.sous-menu:hover ul {
  display: block;
  background-color: #ffffff;
  padding: 3rem;
  width: auto;
  min-width: 30vw;
}
#header-main ul.nav li.sous-menu:hover ul li a {
  color: #13100d !important;
}
#header-main ul.nav li.sous-menu:hover ul li a:hover {
  color: #943b23 !important;
}

.separateur {
  position: relative;
  height: 1px;
  background-color: #13100d;
}
.separateur .losange {
  content: "";
  position: absolute;
  display: inline-block;
  background: url("../tomasellicollection/assets/img/losange.svg") no-repeat;
  background-size: 13px 13px;
  width: 13px;
  height: 13px;
  left: 50%;
  top: -6.5px;
}

footer p {
  margin-bottom: 0 !important;
}
footer .border-footer {
  border-top: 1px solid #b6aba9;
}
footer .border-right-footer {
  border-right: 1px solid #13100d;
}
@media (max-width: 992px) {
  footer .border-right-footer {
    display: none;
  }
}
footer .social-icon {
  font-size: 2.8rem;
}
footer .social-icon a {
  color: #13100d;
}
footer .social-icon a:hover {
  color: #943b23;
}
footer .social-icon li:first-child {
  padding-left: 0 !important;
}
footer #liens-footer {
  list-style: none;
}
footer #liens-footer li:first-child {
  padding-left: 0;
}
footer #liens-footer li a {
  color: #13100d !important;
}
footer #liens-footer li a:hover {
  color: #943b23;
}

.nav-mobile {
  list-style: none;
}
.nav-mobile li a {
  color: #13100d !important;
  text-decoration: none;
}
.nav-mobile li ul {
  list-style: none;
}

.legende p {
  margin-bottom: 0 !important;
}

.liste-expo, .liste-artistes {
  list-style: none;
}
.liste-expo li, .liste-artistes li {
  border-bottom: 1px solid #13100d;
}
.liste-expo li:last-child, .liste-artistes li:last-child {
  border-bottom: none;
}
.liste-expo li a, .liste-artistes li a {
  color: #13100d !important;
  text-decoration: none;
}
.liste-expo li .link, .liste-artistes li .link {
  color: #B24A2C !important;
  text-decoration: underline !important;
}
.liste-expo li h3 a::before, .liste-artistes li h3 a::before {
  content: "";
  position: relative;
  display: inline-block;
  background: url("../tomasellicollection/assets/img/ico-list.svg") no-repeat;
  background-size: 39.15px 33.9px;
  width: 39.15px;
  height: 33.9px;
  vertical-align: top;
  margin-right: 20px;
  margin-top: 8px;
}

.liste-oeuvres {
  list-style: none;
}
.liste-oeuvres li {
  padding: 6rem;
}

.liste-artistes::after {
  content: "";
  display: block;
  clear: both;
}
.liste-artistes li {
  width: 100%;
}

.vignettes {
  list-style: none;
}

#section-image-bg-full-width {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 390px;
}
#section-image-bg-full-width h1 {
  margin-top: 10rem;
  font-size: 7.8rem;
}
@media (max-width: 576px) {
  #section-image-bg-full-width h1 {
    margin-top: 3rem;
    font-size: 6.8rem;
  }
}

.z-index-10 {
  z-index: 10;
  margin-top: 25rem;
}

.slider-negatif-gauche {
  margin-left: -8rem;
}

.slider-negatif-droite {
  margin-right: -8rem;
}

.icon-transports.icon-metro::before, .icon-transports.icon-bus::before, .icon-transports.icon-gare::before, .icon-transports.icon-velov::before, .icon-transports.icon-parking::before {
  content: "";
  position: relative;
  display: inline-block;
  background-size: 20px 20px;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.icon-transports.icon-metro::before {
  background: url("../tomasellicollection/assets/img/icon-metro.svg") no-repeat;
}
.icon-transports.icon-bus::before {
  background: url("../tomasellicollection/assets/img/icon-bus.svg") no-repeat;
}
.icon-transports.icon-gare::before {
  background: url("../tomasellicollection/assets/img/icon-gare.svg") no-repeat;
}
.icon-transports.icon-velov::before {
  background: url("../tomasellicollection/assets/img/icon-velov.svg") no-repeat;
}
.icon-transports.icon-parking::before {
  background: url("../tomasellicollection/assets/img/icon-parking.svg") no-repeat;
}

figcaption {
  font-size: 1.6rem;
  font-style: italic;
  text-align: center;
}



/* === VANILLA BURGER: OVERLAY + STYLES (v2) === */
/* Fullscreen overlay above everything */
html body .tc-overlay[hidden]{display:none !important;}
html body .tc-overlay{
  position:fixed; inset:0; z-index:2147483647; /* max z-index */
  background:#fff;
  display:flex; flex-direction:column;
  padding:0;
}
/* WordPress admin bar compensation (mobile) */
html body.admin-bar .tc-overlay{ top:46px; }

/* Container */
html body .tc-overlay-inner{display:flex; flex-direction:column; height:100%;}

/* Header */
html body .tc-overlay-header{
  display:flex; align-items:center; justify-content:space-between;
  padding:12px 16px; border-bottom:1px solid #e9e9e9; background:#fff;
}
html body .tc-overlay-header h2{margin:0; font-size:18px; font-weight:700; color:#111;}
html body .tc-close{
  appearance:none; border:1px solid #ddd; background:#fff;
  width:40px; height:40px; border-radius:8px;
  display:inline-flex; align-items:center; justify-content:center; cursor:pointer;
}

/* Search row */
html body .tc-search{
  display:flex; align-items:center; gap:8px; padding:10px 16px; border-bottom:1px solid #eee;
  background:#fff;
}
html body .tc-search input{
  flex:1 1 auto; border:0; border-bottom:1px solid #ddd; padding:10px 0; background:transparent;
  font-size:16px; outline:none;
}
html body .tc-search button{
  appearance:none; border:1px solid #ddd; background:#fff;
  width:36px; height:36px; border-radius:8px;
  display:inline-flex; align-items:center; justify-content:center; cursor:pointer;
}

/* Menu list */
html body .tc-nav{overflow:auto; padding:8px 16px 96px; -webkit-overflow-scrolling:touch;}
html body .tc-overlay .tc-menu, 
html body .tc-overlay .tc-menu ul{list-style:none !important; margin:0; padding:0;}
html body .tc-overlay .tc-menu > li{border-bottom:1px solid #f3f3f3;}
html body .tc-overlay .tc-menu a{
  display:block; padding:14px 0; text-decoration:none;
  color:#111 !important; /* override any theme link color */
}
html body .tc-overlay .tc-menu .sub-menu{padding-left:14px; border-left:2px solid #f3f3f3; margin:4px 0 10px;}

/* Fixed bottom CTA */
html body .tc-overlay-footer{display:none;}
html body .tc-close-cta{
  position:fixed; right: max(16px, env(safe-area-inset-right));
  bottom: max(16px, env(safe-area-inset-bottom));
  appearance:none; border:0; border-radius:8px; padding:12px 16px;
  background:#b24a2c; color:#fff; font-weight:600; cursor:pointer;
  box-shadow:0 2px 8px rgba(0,0,0,.08);
}

/* Burger visibility */
@media (min-width:992px){
  html body .tc-burger{display:none;}
}

/* Prevent background scroll */
html body.tc-nav-open{overflow:hidden;}

/**********************************************
 * TYPO FLUIDE POUR TOUS LES TITRES
 * (remplace la règle .h1 actuelle trop grande)
 **********************************************/

/* H1 global + classe .h1 */
h1, .h1,
.font-family-serif h1,
h1.font-family-serif {
  font-size: clamp(26px, 4vw, 40px);
  line-height: 1.15;
  font-weight: 600;
  font-family: "freight-text-pro", serif; /* garde ta police */
}

/* H2 */
h2, .h2,
.font-family-serif h2,
h2.font-family-serif {
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.2;
  font-weight: 600;
  font-family: "freight-text-pro", serif;
}

/* H3 */
h3, .h3,
.font-family-serif h3,
h3.font-family-serif {
  font-size: clamp(20px, 2.4vw, 26px);
  line-height: 1.25;
  font-weight: 600;
  font-family: "freight-text-pro", serif;
}

/* H4 */
h4, .h4,
.font-family-serif h4,
h4.font-family-serif {
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.25;
  font-weight: 600;
  font-family: "freight-text-pro", serif;
}

/* H5 */
h5, .h5,
.font-family-serif h5,
h5.font-family-serif {
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.3;
  font-weight: 600;
  font-family: "freight-text-pro", serif;
}

/* H6 */
h6, .h6,
.font-family-serif h6,
h6.font-family-serif {
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.35;
  font-weight: 600;
  font-family: "freight-text-pro", serif;
}

/* Classes utilitaires déjà vues dans tes fichiers */
.font-size-heading-04 {
  font-size: clamp(20px, 2.4vw, 26px);
  line-height: 1.25;
}

.font-size-legende {
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.4;
}

/* ===========================
   BASE
   =========================== */

/* Logo */
#header-main .logo,
header .logo {
  max-width: 100px;
  height: auto;
}

/* Séparateur ligne + losange */
.separateur { border-top: 1px solid #000; position: relative; margin: 2rem 0; }
.separateur .losange {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 12px; height: 12px; background: #000;
}

/* Conteneur */
.container-xxl { max-width: 1320px; margin: 0 auto; padding: 0 16px; }

/* ===========================
   HEADER — DESKTOP (≥ 992px)
   =========================== */
@media (min-width: 992px) {
  /* Barre principale en flex (on remplace les anciennes grilles) */
  #header-main nav.navbar-light {
    display: flex !important;
    align-items: center;
    gap: 16px;
    flex-wrap: nowrap;
  }

  /* Logo : pas d’élargissement */
  #header-main nav.navbar-light > a { flex: 0 0 auto; }

  /* Menu : s’étire et répartit l’espace (version B) */
  #header-main nav.navbar-light > ul {
    display: flex !important;
    flex: 1 1 auto !important;
    align-items: center;
    justify-content: space-evenly !important; /* ou space-between si tu préfères coller aux bords */
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Nettoyage des LI et des liens */
  #header-main nav.navbar-light > ul > li {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
  }
  #header-main nav.navbar-light > ul > li > a,
  #header-main nav.navbar-light > ul > li > a.nav-link {
    display: inline-block;
    padding: .25rem 0 !important;     /* pas de padding horizontal parasite */
    white-space: nowrap;
    text-decoration: none;
  }

  /* Groupe de droite (recherche + langues), calé à droite */
  #header-main nav.navbar-light .header-right {
    display: flex !important;
    align-items: center;
    gap: 12px;
    margin-left: auto;                 /* pousse à droite */
    flex: 0 0 auto;
  }

  /* Cacher le burger en desktop (mobile conservé) */
  #header-main .tc-burger { display: none !important; }
}

/* ===========================
   SEARCH COMPACT + LANGUES
   =========================== */
#tc-search-compact { display: inline-block; margin: 0; padding: 0; }
#tc-search-compact input { width: 150px; max-width: 22vw; }
#header-main #language, #header-main #language * { border-left: 0 !important; }
#header-main #language .wpml-ls-item:before,
#header-main #language .wpml-ls-item:after { content: none !important; }
#header-main #language { gap: 6px; }

/* ===========================
   SOUS-MENUS — flèche (desktop)
   =========================== */
@media (min-width: 992px) {
  /* On force un petit espace à droite du lien parent */
  #header-main nav.navbar-light ul > li.sous-menu > a {
    position: relative;
    padding-right: 18px !important;
  }
  /* Flèche en triangle (visible sur toutes les polices) */
  #header-main nav.navbar-light ul > li.sous-menu > a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 0; height: 0;
    transform: translateY(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid currentColor; /* ▾ */
    pointer-events: none;
  }
}

/* ===========================
   GRAND ÉCRAN (option)
   =========================== */
@media (min-width: 1400px) {
  /* Variante si tu veux coller aux bords de la zone centrale */
  /* #header-main nav.navbar-light > ul { justify-content: space-between !important; } */
}

/* --- MOBILE (<992px) : burger à droite --- */
@media (max-width: 991.98px) {
  #header-main nav.navbar-light{
    display: flex;                 /* aligne logo + burger sur une ligne */
    align-items: center;
    justify-content: space-between;/* logo à gauche, burger à droite */
    gap: 12px;
  }
  #header-main nav.navbar-light > a{ flex: 0 0 auto; }          /* logo */
  #header-main nav.navbar-light .header-right{ flex: 0 0 auto; }/* contient le burger */
  /* confort tactile (optionnel) */
  #header-main .tc-burger{ width: 40px; height: 40px; display:inline-grid; place-items:center; }
}

/* ===============================
   TC — Footer PATCH (assets)
   Date: 2025-09-23
   Usage: à COLLER tout en bas de assets/css/style.css
   Effet: neutralise les reliquats "mini-Bootstrap" du footer,
          recentre et espace les liens du bas, remet une mise en page
          propre pour les blocs réseaux / newsletter / logos.
   =============================== */

/* ---- Neutralisation des reliquats footer ---- */
footer .row { margin-left: 0 !important; margin-right: 0 !important; }
footer .row > * { padding-left: 0 !important; padding-right: 0 !important; }
footer .border-right-footer { border: 0 !important; }

/* Le parent qui contient #liens-footer doit occuper toute la largeur et centrer son contenu */
footer .d-lg-flex.align-items-lg-center.mb-3 {
  width: 100%;
  justify-content: center; /* centrage horizontal du UL */
}

/* ---- Réseaux sociaux (liste compacte centrée) ---- */
footer .social-icon{
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 1.8vw, 18px);
  padding: 0;
  margin: 0;
}
footer .social-icon li{ margin: 0; padding: 0; }
footer .social-icon a{ display: inline-flex; line-height: 1; text-decoration: none; }

/* ---- Logos "membre de" ---- */
footer #logoReference{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(10px, 2vw, 24px);
}
footer .img-logo-member{ max-height: 56px; height: auto; width: auto; }

/* ---- Liens texte du bas de page (centrés, 1 seule ligne, espacement responsive) ---- */
footer #liens-footer{
  display: flex !important;
  flex-wrap: nowrap !important;            /* pas de retour à la ligne */
  justify-content: center !important;      /* centrage du bloc de liens */
  align-items: center;
  gap: clamp(12px, 3vw, 32px);             /* espace fluide entre les liens */
  list-style: none;
  padding: 0;
  margin: 0 auto;                          /* centre le UL lui-même */
  width: 100%;
}
footer #liens-footer > li{ margin: 0 !important; padding: 0 !important; min-width: 0; }
footer #liens-footer a{ display:block; white-space:nowrap; text-decoration:none; text-align:center; line-height:1.3; }

/* ---- (Facultatif) Grille propre si tu ajoutes plus tard des classes sémantiques ---- */
footer .footer-top{ display: grid; gap: clamp(10px, 2vw, 24px); }
@media (min-width: 992px){
  footer .footer-top{ grid-template-columns: 1fr auto 1fr; align-items: center; gap: clamp(12px, 2.2vw, 28px); }
}
footer .footer-social-msg{ min-height: 60px; }
footer .footer-newsletter{ display: grid; gap: clamp(10px, 2vw, 24px); }
@media (min-width: 992px){
  footer .footer-newsletter{ grid-template-columns: 1fr auto; align-items: center; }
}
footer .footer-newsletter .btn,
footer .btn.btnCustom{ white-space: nowrap; }

/* ---- Sécu : si un ancien overlay/menu mobile traîne ---- */
#menuMobile{ display: none !important; }

:root {
  --sep-color: #13100D;
  --sep-thickness: 1px;
  --sep-diamond: 10px;
  --sep-gap: 1.4rem;
}
/* ============================
   Séparateur titres (barre courte + losange centré)
   Appliqué globalement à H1–H6
   ============================ */
:root{
  --sep-color:#13100D;                     /* couleur trait & losange */
  --sep-thickness:1px;                     /* épaisseur du trait */
  --sep-width:clamp(120px,20vw,260px);     /* longueur du trait à gauche */
  --sep-gap:1rem;                          /* écart entre trait et titre */
  --sep-diamond:10px;                      /* taille du losange par défaut */
}

/* Actif partout sauf si .no-sep est présente */
:where(h1,h2,h3,h4,h5,h6):not(.no-sep){
  position: relative;
  display: block;
  padding-left: calc(var(--sep-width) + var(--sep-gap)); /* place pour le trait */
  margin-top: 2rem;                                       /* espace avant le titre */
}

/* Trait court parfaitement centré verticalement */
:where(h1,h2,h3,h4,h5,h6):not(.no-sep)::before{
  content:"";
  position:absolute;
  left:0;
  top:calc(50% - (var(--sep-thickness) / 2));
  width:var(--sep-width);
  border-top:var(--sep-thickness) solid var(--sep-color);
}

/* Losange exactement centré sur le trait */
:where(h1,h2,h3,h4,h5,h6):not(.no-sep)::after{
  content:"";
  position:absolute;
  left:calc((var(--sep-width) / 2) - (var(--sep-diamond) / 2));
  top:calc(50% - (var(--sep-diamond) / 2));
  width:var(--sep-diamond);
  height:var(--sep-diamond);
  background:var(--sep-color);
  transform:rotate(45deg);
}

/* Ajustements par niveau (optionnels) */
h1{ --sep-diamond:12px; }
h3{ --sep-diamond:8px;  }

