/**************************************
**** MAIN STYLE - ELEMENTS | START ****
**************************************/

/*body:not(.page-template-pagemodel1) section:first-of-type {
  margin-top: calc(var(--header-smallheight) + var(--space-small) + 1vw);
}*/
td,
tr {
  border-width: thin;
}
html {
  scroll-behavior: smooth;
}
ul li::marker {
  font-size: 7px; /* Ajuste la taille du dot */
}
.article ul li::marker {
  font-size: 15px; /* Ajuste la taille du dot */
}
.button {
  font-size: var(--font-size-xs);
  font-weight: var(--font-semibold);
  font-family: var(--font-primary);
  background-color: transparent;
  color: var(--color-white);
  letter-spacing: 0.8px;
  line-height: 1;
  border: 1px solid var(--color-white);
  padding: 0 calc(15px + 0.2vw);
  height: calc(54px + 0.35vw);
  width: auto;
  display: inline-flex; /* Remplace flex par inline-flex */
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  transition: 0.2s;
}
.button-form {
  font-size: var(--font-size-xs);
  font-weight: var(--font-semibold);
  font-family: var(--font-primary);
  background-color: var(--color-primary);
  color: var(--color-white);
  letter-spacing: 0.8px;
  line-height: 1;
  border: 1px solid var(--color-white);
  padding: 0 calc(15px + 0.2vw);
  height: calc(54px + 0.35vw);
  width: auto;
  display: inline-flex; /* Remplace flex par inline-flex */
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  transition: 0.2s;
  cursor: pointer;
}
.button-form:hover {
  background: var(--color-white);
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}
.button:hover {
  border: 1px solid transparent;
}
.button.button--is-reversed {
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  font-weight: var(--font-bold);
}
.filter-button.active {
  background: var(--color-primary);
  color: var(--color-white);
}
.filter-button {
  min-width: 250px; /* Largeur minimale */
  max-width: 300px; /* Largeur maximale (facultatif) */
  cursor: pointer;
}
.category-button:hover {
  background: var(--color-primary);
  color: var(--color-white);
}
.category-button {
  font-size: var(--font-size-xxs);
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  font-family: var(--font-primary);
  font-weight: var(--font-bold);
  letter-spacing: 0.8px;
  line-height: 1.15;
  padding: 3px calc(15px + 0.2vw);
  height: calc(40px + 0.35vw);
  width: auto;
  display: inline-flex; /* Remplace flex par inline-flex */
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  transition: 0.2s;
  cursor: pointer;
  max-width: 10vw;
  line-height: 0.8rem;
}
.category-button.active {
  border: 2px solid var(--color-secondary);
}
.button.button--is-reversed:hover {
  border: 1px solid transparent;
}
.button::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 0px solid var(--color-secondary);
  transition: 0.18s ease;
}
.nav-pills .active .button::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 5px solid var(--color-secondary);
  transition: 0.18s ease;
}
.button:hover::after {
  width: calc(100% - 8px);
  height: calc(100% - 6px);
  border: 5px solid var(--color-secondary);
}
.filter-button:hover {
  background: var(--color-primary);
  color: var(--color-white);
}
.filter-button.button::after {
  width: calc(100% - 8px);
  height: calc(100% - 6px);
  border: none;
}
.bigintro {
  /* margin-top: calc(0px - var(--header-height));*/
  height: 100vh;
  overflow: hidden;
  background-color: var(--color-black);
}
.introimage {
  /* margin-top: calc(0px - var(--header-height));*/
  height: 85vh;
  overflow: hidden;
  background-color: var(--color-black);
}
.bigintrodivimage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
.hoveranim {
  transition: 0.25s ease-in-out;
}
.scroll-down:hover .hoveranim {
  transform: translateY(3px);
}
.scroll-down {
  position: absolute;
  bottom: 15%;
  left: 10%;
  z-index: 9;
  display: none;
}
.scroll-down span {
  font-weight: 600;
  font-size: var(--font-size-xs);
  letter-spacing: 1px;
}
.bigintrodivvideo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 101%;
  min-height: 101%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#toggle-sound {
  background: transparent;
  box-shadow: none;
  border: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.video-sound-div {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.video-sound-div.visible {
  opacity: 1;
}
.video-sound-div {
  position: fixed;
  bottom: 70px;
  left: var(--space-small);
}
#toggle-sound svg {
  stroke: white;
  stroke-width: 1;
}
#toggle-sound svg:hover {
  stroke: var(--color-secondary);
}
.bigintrodiv {
  width: calc(100% - var(--space-large) * 2);
  max-width: calc(690px + 10vw);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-36%, -50%);
  margin: 0;
}
.bigintrodivvideocontent {
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
}
.globalanim {
  z-index: 2;
}
.globalanim-static {
  z-index: 2;
}

.globalanim-static::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: calc(-6px - 0.1vw);
  left: calc(-6px - 0.1vw);
  transform: rotate(10deg);
  transform-origin: center;
  z-index: 1;
  border: calc(10px + 0.1vw) solid var(--color-secondary);
  background-color: transparent;
  opacity: 1; /* Bordure visible en permanence */
  transition: none; /* Pas d'animation */
}

.globalanim::before {
  content: "";
  width: calc(110% + 1vw + 36px);
  height: calc(130% + 3vw + 36px);
  position: absolute;
  top: calc(-20% - 1.5vw - 18px);
  left: calc(-7% - 0.5vw - 18px);
  transform: rotate(0deg);
  z-index: 1;
  border: calc(6px + 0.1vw) solid var(--color-secondary);
  background-color: transparent;
  transition:
    transform 0.18s ease,
    opacity 0.2s linear;
  transform-origin: center;
  opacity: 0;
}
.globalanim::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: calc(-6px - 0.1vw);
  left: calc(-6px - 0.1vw);
  transform: rotate(0deg);
  z-index: 1;
  border: calc(6px + 0.1vw) solid var(--color-secondary);
  background-color: transparent;
  transition:
    transform 0.18s ease,
    opacity 0.2s linear;
  transform-origin: center;
  opacity: 0;
}
body.page-template-pagemodel1 .globalanim::before {
  width: calc(110% + 1vw + 36px);
  height: calc(130% + 3vw + 36px);
  top: calc(-20% - 1.5vw - 18px);
  left: calc(-7% - 0.5vw - 18px);
}
.globalanim:hover::before {
  opacity: 1;
  transform: rotate(-8deg);
}
.builder-border-bottom {
  border-bottom: 2px solid var(--color-secondary);
}
.bigintrobanner {
  height: clamp(300px, 48vw, 700px);
}
.notary-section {
  padding-top: var(--header-smallheight);
}
.notarysidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}
.rollover-link img {
  width: 15px;
  margin-right: 10px;
}
.notarynetworks {
  width: 80%;
  margin: auto;
}
.notarysidebar img.notaryimg,
.builder-equipe-sectiona img.notaryimg {
  background-color: #e9eff4;
  width: 100%;
  height: 100%;
  position: relative;
}
.notarysidebar img.notarysecondimg,
.builder-equipe-section img.notarysecondimg {
  background-color: #e9eff4;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.18s;
}
.notarysidebar .notarythumbnail:hover img.notarysecondimg,
.builder-equipe-section .notarypicture:hover img.notarysecondimg {
  opacity: 1;
}
.builder-equipe-grid .builder-equipe-item {
  width: 21.5rem;
}
.notaryarrowbefore {
  position: absolute;
  left: var(--space-large);
  top: 54%;
  transform: translateY(-50%);
  width: calc(50px + 10vw);
  height: calc(32px + 1.85vw);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.notaryarrowafter {
  position: absolute;
  right: var(--space-large);
  top: 54%;
  transform: translateY(-50%);
  width: calc(50px + 10vw);
  height: calc(32px + 1.85vw);
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.notaryarrow {
  height: auto;
  width: auto;
  object-fit: scale-down;
}
.notaryarrowafter .notaryarrow {
  rotate: 180deg;
}
.notarythumbnail {
  width: 100%;
  height: 37rem;
}

.notarythumbnail-article {
  width: 100%;
  height: 13rem;
}
.notarypicture {
  width: 100%;
  height: 63rem;
}
.notarypicture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.notarynetwork {
  height: calc(36px + 0.5vw);
}
.notarynetwork img {
  width: 16px;
  height: 16px;
  object-fit: scale-down;
  margin-right: calc(6px + 0.18vw);
}
.notarynetwork.site_web img {
  width: 25px;
  height: 25px;
  object-fit: scale-down;
  margin-right: 0px;
  margin-bottom: -5px;
}

.textbloc-border {
  position: relative;
  border-left: 2px solid var(--color-secondary);
  padding: 0px 0px 0px 80px;
}
.textbloc-border p {
  margin: 0;
}
.textbloc-quote {
  position: relative;
  border-left: 2px solid var(--color-secondary);
  padding: 0px 20px 70px 80px;
}

.textbloc-quote::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 33%;
  height: 2px;
  background-color: var(--color-secondary);
}
.textbloc-quote p {
  margin: 0;
}
.textandimg-textblock {
  flex: 1 1 calc(60% - 40px);
}
.textandimg-imgblock {
  flex: 1 1 calc(40% - 40px);
}
.square-img {
  height: 27rem;
  object-fit: cover;
}
.portrait-img {
  height: 38rem;
  object-fit: cover;
}
.statbloc-number {
  font-weight: 700;
  font-size: 10rem;
  font-family: var(--font-primary) !important;
  margin: 0;
}
.statbloc-header-primary .decotitle h2 {
  background-color: var(--color-primary);
}
.statbloc-item {
  width: 33%;
}
.builder-slider-section .splide__slide img {
  vertical-align: middle;
  max-height: 400px;
  object-fit: cover;
}

.builder-slider-section .splide__arrow svg {
  fill: #ffffff;
  height: 1.5em;
  width: 1.5em;
}
.builder-slider-section .splide__arrow {
  background: transparent;
  opacity: 1;
}
.builder-slider-section .slider-text {
  font-weight: 300;
}
/* Grille des icônes */
.builder-icons-grid {
  gap: var(--space-normal);
  margin-top: var(--space-small);
}

/* Icônes */
.builder-icons-img {
  max-width: 240px;
  height: auto;
  margin: 0 auto;
  display: block;
  width: auto;
  max-height: 130px;
  display: block;
}
.notary-item img.notaryimg {
  background-color: #e9eff4;
  width: 100%;
  height: 100%;
  position: relative;
}
.notary-item img.notarysecondimg,
img.notarysecondimg {
  background-color: #e9eff4;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.18s;
}
.transitionsection {
  height: 250px;
}
.notary-item .notarythumbnail:hover img.notarysecondimg {
  opacity: 1;
}
#notaries-splide .splide__arrow--prev,
#notaries-splide-2 .splide__arrow--prev {
  left: -7em;
}
#notaries-splide .splide__arrow--next,
#notaries-splide-2 .splide__arrow--next {
  right: -7em;
}
#notaries-splide .splide__arrow svg,
#notaries-splide-2 .splide__arrow svg,
#builder-nego .splide__arrow svg {
  fill: var(--color-primary);
  height: 1.5em;
  width: 1.5em;
}
#notaries-splide .splide__arrow {
  background: transparent;
  opacity: 1;
}
.slider-white .splide__arrow svg {
  fill: var(--color-primary);
}
.notary-item .notarythumbnail {
  width: 100%;
  height: 22rem;
  max-height: 20vw;
}
.notary-item .globalanim::before {
  top: 4px;
  left: 4px;
  width: 94%;
  height: 94%;
}
#notaries-splide-track {
  padding-top: 25px;
  padding-bottom: 25px;
}
.builder-expertises-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 40px;
}
.builder-expertise-item {
  position: relative;
  overflow: visible;
}
.builder-expertise-link {
  text-decoration: none;
  display: block;
}
.builder-expertise-image {
  height: 17vw;
  overflow: hidden;
}
.builder-expertise-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.builder-expertise-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.builder-expertise-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-transform: uppercase;
  text-align: center;
}
.builder-expertise-title .title {
  font-weight: var(--font-semibold);
  letter-spacing: 2px;
  font-size: 1.25rem;
}
.builder-expertise-item .globalanim::before {
  width: 98%;
  height: 88%;
  top: 12px;
  left: 0px;
  z-index: 3;
}
/*page equipe*/
.builder-equipe-item:hover .globalanim::before,
.builder-news:hover .globalanim::before {
  opacity: 1;
  transform: rotate(-8deg);
}
.rollover-link {
  margin-top: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.rollover-link a {
  text-decoration: none;
  font-size: 0.6rem;
  letter-spacing: 1px;
}
.builder-equipe-item:hover .rollover-link {
  opacity: 1;
}
.arrow-svg {
  width: 200px;
  height: 30px;
  overflow: visible;
  margin-top: -10px;
}
.nested-list li {
  font-size: var(--font-size-n);
  line-height: var(--line-height-n);
  font-weight: var(--font-regular);
  list-style-type: disc;
}
/* Ligne btn */
.arrow-line {
  stroke-dasharray: 140;
  stroke-dashoffset: 140;
  transition: stroke-dashoffset 0.25s ease;
}
/* Triangle btn */
.arrow-triangle {
  transform-origin: center;
  transform: translateX(-10px);
  transition: transform 0.3s ease;
}
/* Effet au survol */
.builder-equipe-item:hover .arrow-line {
  stroke-dashoffset: 0;
  fill: var(--color-secondary);
  stroke: var(--color-secondary);
}
.builder-equipe-item:hover .arrow-triangle {
  transform: translateX(0px);
  fill: var(--color-secondary);
}
/*Actualités*/
.postdivpicture {
  height: 30rem;
  width: 100%;
  object-fit: cover;
}
.postimg {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cat_article {
  border: 1px solid var(--color-primary);
  padding: 3px 5px 1px 5px;
  margin: 0px 5px 0px 5px;
  transition: 0.25s ease-in-out;
}
.cat_article:hover {
  border: 1px solid var(--color-secondary);
}
.articleinfotextright {
  transform: translate(-110px, -90px);
  z-index: 6;
}
.articleinfotextleft {
  transform: translate(110px, -90px);
  z-index: 6;
}
.gaparticles {
  gap: calc(var(--space-normal) + 50px);
}
.builder-news .rollover-link {
  margin-top: 10px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
/* Ligne btn */
.builder-news .arrow-line {
  stroke-dasharray: 91;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.25s ease;
}
/* Triangle btn */
.builder-news .arrow-triangle {
  transform-origin: center;
  transform: translateX(-10px);
  transition: transform 0.3s ease;
  opacity: 0;
}
/* Effet au survol */
.builder-news:hover .arrow-line {
  stroke-dashoffset: 0;
  stroke-dasharray: 140;
  fill: var(--color-secondary);
  stroke: var(--color-secondary);
}
.builder-news:hover .arrow-triangle {
  transform: translateX(0px);
  fill: var(--color-secondary);
  opacity: 1;
}
.category-filter {
  gap: calc(var(--space-xxsmall));
  padding-bottom: calc(var(--space-xsmall));
  padding-top: calc(var(--space-xsmall));
  box-shadow: 0px 3px 6px #00000029;
  position: sticky;
  top: var(--header-smallheight);
  z-index: 7;
  background: white;
}
.introimagearticle {
  height: 30rem;
}
.notary-title-article {
  margin-bottom: 0px;
}
.article-notaryloc {
  margin-top: 5px;
}
.article-single,
.section-network-notary {
  padding-top: var(--header-smallheight);
}

.notarysidebar-article {
  position: sticky;
  top: calc(
    var(--header-smallheight) + 50px
  ); /* Ajoute 50px à la valeur existante */
  left: 0;
}
.notarysidebar-article.mobile {
  display: none;
}
.sharenetworks a {
  height: 18px;
  width: 18px;
  margin-right: 15px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.sharenetworks {
  margin-left: 30px;
}
.navigation_svg {
  width: 25px;
  height: 25px;
  stroke: var(--color-primary);
}
.page-numbers:not(.next):not(.prev) {
  color: var(--color-primary);
  padding: 3px 10px;
  border: 1px solid var(--color-primary);
  margin-left: var(--space-xxsmall);
  margin-right: var(--space-xxsmall);
  font-family: var(--font-primary);
  font-size: var(--font-size-xn);
}
.page-numbers:hover,
.page-numbers.current {
  border: 2px solid var(--color-secondary) !important;
}
.next,
.prev {
  display: flex;
}
/*réseau notarial filter*/
/* Style par défaut des boutons radio */
.checkbox-option input[type="checkbox"] {
  appearance: none; /* Supprime le style par défaut des boutons radio */
  border: 1px solid var(--color-primary); /* Bordure avec votre couleur primaire */
  width: 13px; /* Taille personnalisée */
  height: 13px;
  min-width: 13px;
  border-radius: 50%; /* Forme ronde */
  outline: none; /* Supprime les bordures de focus par défaut */
  cursor: pointer; /* Curseur survol */
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out; /* Animation fluide */
  cursor: pointer;
}
#filter-office-form label,
#filter-expertise-form label {
  cursor: pointer;
}

/* Lorsque le bouton est sélectionné */
.checkbox-option input[type="checkbox"]:checked {
  background-color: var(--color-white); /* Couleur du fond lorsque coché */
  border-color: var(
    --color-primary
  ); /* Change aussi la bordure pour correspondre */
}

/* Animation du "check" */
.checkbox-option input[type="checkbox"]:checked::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: var(--color-secondary); /* Couleur intérieure */
  border-radius: 50%; /* Rond interne */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.filter-dropdown {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}
.dropdown-title {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--color-light-gray);
  padding: 0.75rem;
  border-radius: 5px;
}
.dropdown-title:hover {
  background-color: var(--color-primary-light);
}
.dropdown-content {
  visibility: hidden;
  position: absolute;
  z-index: 1000;
  width: 100%;
  max-height: 270px;
  overflow-y: auto;
  background-color: var(--color-light-gray);
  border-radius: 5px;
  margin-top: 0.5rem;
  padding: 0.5rem;
  transition: 0.25s ease-in;
}
.checkbox-option {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
/* Styles pour l'icône SVG */
.svg_filter {
  stroke: var(--color-primary);
  width: 20px;
  height: 20px;
  transform: rotate(-90deg);
  transition: 0.25s ease-in-out;
}
.svg_filter.open {
  transform: rotate(0deg);
}
.open.dropdown-content {
  visibility: visible;
  position: relative;
}

/* Personnalisation spécifique à Webkit (Chrome, Edge, etc.) */
.dropdown-content::-webkit-scrollbar-thumb {
  background-color: var(--color-primary);
  border-radius: 5px;
}
.dropdown-content::-webkit-scrollbar {
  width: 5px;
  background: #dad8d8;
}
/*Guest suite widget*/
.ga-reviews .ga-widget-container.light {
  background-color: #0c2744 !important;
}
.ga-reviews.light .ga-comment-short,
.ga-reviews.light .ga-comment-full,
.ga-reviews .ga-widget-container.light,
.ga-reviews.light .ga-subcat,
.ga-rate p,
.ga-rate span,
.ga-reviews.light .ga-rate-average-num,
.ga-rev .light .ga-rate-average-stars,
.ga-reviews.ga-wide .ga-note-emphasis,
.ga-reviews.light .ga-review-average .ga-note-emphasis,
.ga-reviews .ga-opening-quote,
.ga-reviews .ga-closing-quote,
.ga-reviews.light .ga-rate-average-stars {
  color: #ffffff !important;
  font-family: var(--font-primary) !important;
}
.ga-reviews.ga-wide .ga-review-average {
  overflow: hidden !important;
}

#ga-compact-1 p {
  font-family: var(--font-primary) !important;
}
.ga-reviews .ga-widget-container {
  border-radius: 0px !important;
}
.ga-reviews .ps .ps__thumb-y {
  background-color: #ffffff !important;
}
.ga-rating-tooltip img {
  filter: invert(1);
}
/*mailchimp*/
.newsletter-content {
  max-width: 724px;
  width: 100%;
  margin: auto;
}
.checkbox-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.mc4wp-form-fields {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mc4wp-form-fields label {
  font-family: var(--font-primary);
  font-size: var(--font-size-n);
  color: var(--color-primary);
}
.newsletter-input {
  width: 100%;
  /* margin: auto; */
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  gap: var(--space-small);
}
.newsletter-input .input-email {
  width: 70%;
  border: none;
  border-bottom: 1px solid var(--color-primary);
  box-sizing: border-box;
  color: var(--color-primary);
}
.newsletter-input .input-email::placeholder {
  color: #081f5c85;
}
.newsletter-input .btn-submit {
  width: 30%;
  box-sizing: border-box;
  gap: var(--space-small);
}
/*CF7*/
.wpcf7 p {
  font-family: var(--font-primary);
  font-size: var(--font-size-n);
  color: var(--color-primary);
}
.wpcf7 input,
.wpcf7 textarea {
  border: none;
  border-bottom: 1px solid #081f5c33;
  padding: var(--space-xxsmall);
  width: 100%;
  font-family: var(--font-primary);
  font-size: var(--font-size-n);
  line-height: var(--line-height-n);
  font-weight: var(--font-regular);
  box-sizing: border-box;
  color: var(--color-primary);
}
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: var(--font-primary);
}
textarea {
  max-height: 100px;
}
.wpcf7-acceptance {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  font-family: var(--font-primary);
  line-height: var(--line-height-n);
  font-weight: var(--font-regular);
}
.wpcf7-list-item {
  display: flex !important;
  align-items: center;
  margin: 0;
  justify-content: center;
  width: 100%;
  color: var(--color-primary);
  font-size: var(--font-size-n);
}
.wpcf7-list-item input[type="checkbox"] {
  width: 10px;
  height: 10px;
}
.wpcf7-form > * + * {
  margin-top: 1rem; /* Espace entre les éléments */
}
.wpcf7 input[type="submit"] {
  font-size: var(--font-size-xs);
  font-family: var(--font-primary);
  background-color: transparent;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  font-weight: var(--font-bold);
  letter-spacing: 0.8px;
  line-height: 1;
  border: 1px solid var(--color-primary);
  padding: 0 calc(15px + 0.2vw);
  height: calc(54px + 0.35vw);
  width: auto;
  display: inline-flex; /* Remplace flex par inline-flex */
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  transition: 0.2s;
  cursor: pointer;
  margin-left: 50%;
  transform: translateX(-50%);
}
.wpcf7 input[type="submit"]:hover {
  background: var(--color-primary);
  color: var(--color-white);
  border: 1px solid transparent;
}
.wpcf7 input[type="submit"]::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 0px solid var(--color-secondary);
  transition: 0.18s ease;
}
.wpcf7 input[type="submit"]:hover::after {
  width: calc(100% - 8px);
  height: calc(100% - 6px);
  border: 5px solid var(--color-secondary);
}
.cf-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  box-sizing: border-box;
}
.cf-col-6 {
  width: calc((100% - 2.6rem) / 2);
}
.cf-col-12 {
  width: 100%;
}
.wpcf7-not-valid-tip {
  font-family: var(--font-primary);
}
.cf-col-1,
.cf-col-2,
.cf-col-3,
.cf-col-4,
.cf-col-5,
.cf-col-6,
.cf-col-7,
.cf-col-8,
.cf-col-9,
.cf-col-10,
.cf-col-11,
.cf-col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .cf-col-1,
  .cf-col-2,
  .cf-col-3,
  .cf-col-4,
  .cf-col-5,
  .cf-col-6,
  .cf-col-7,
  .cf-col-8,
  .cf-col-9,
  .cf-col-10,
  .cf-col-11,
  .cf-col-12 {
    padding: 0px;
  }
}
@media (min-width: 576px) {
  .cf-col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .cf-push-1 {
    margin-left: 8.333333%;
  }
  .cf-col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .cf-push-2 {
    margin-left: 16.66667%;
  }
  .cf-col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cf-push-3 {
    margin-left: 25%;
  }
  .cf-col-4 {
    -ms-flex: 0 0 calc((100% / 3) - (4rem / 3));
    flex: 0 0 calc((100% / 3) - (4rem / 3));
    max-width: calc((100% / 3) - (4rem / 3));
  }
  .cf-push-4 {
    margin-left: 33.33333%;
  }
  .cf-col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .cf-push-5 {
    margin-left: 41.66667%;
  }
  .cf-col-6 {
    -ms-flex: 0 0 calc((100% / 2) - (2rem / 2));
    flex: 0 0 calc((100% / 2) - (2rem / 2));
    max-width: calc((100% / 2) - (2rem / 2));
  }
  .cf-push-6 {
    margin-left: 50%;
  }
  .cf-col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .cf-push-7 {
    margin-left: 58.33333%;
  }
  .cf-col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .cf-push-8 {
    margin-left: 66.66667%;
  }
  .cf-col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .cf-push-9 {
    margin-left: 75%;
  }
  .cf-col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .cf-push-10 {
    margin-left: 83.33333%;
  }
  .cf-col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .cf-push-11 {
    margin-left: 91.66667%;
  }
  .cf-col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.wpcf7-select,
select {
  width: 100%;
  padding: 10px;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  font-family: var(--font-primary);
  margin-top: var(--space-xxsmall);
  box-sizing: border-box;
}
#selectlang .otherlang ul,
#selectlang .otherlang li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#selectlang .otherlang {
  background: white;
}
.section-default {
  margin-top: var(--header-smallheight);
  padding-top: var(--space-small);
}
/*Carte google*/
.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
.gm-style-iw-d h3 {
  color: var(--color-primary);
  font-size: var(--font-size-s);
  margin: 0;
}
.gm-style-iw .gm-style-iw-c {
  max-width: 150px !important;
}
.gm-style-iw-d {
  color: var(--color-primary);
  font-family: var(--font-primary);
}
.link_gmap {
  color: var(--color-primary);
  font-weight: var(--font-semibold);
  text-decoration: underline;
}
.acf-map img {
  max-width: inherit !important; /* Corrige un souci de conflit avec le thème */
}
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6,
.article-content p {
  font-family: var(--font-primary);
}
.article p,
.article iframe {
  box-sizing: border-box;
}
.searchpage,
.search-text {
  z-index: 9;
}
.overlay-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 8;
}
.search-image {
  margin-top: var(--header-smallheight);
}
.section-default .textbloc h2 {
  margin-bottom: 10px;
  font-weight: var(--font-regular);
}

#tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitronAlertSmall
  #tarteaucitronManager
  #tarteaucitronDot
  #tarteaucitronDotGreen,
#addthisAllowed,
#youtubeAllowed,
#youtubeapiAllowed,
#tarteaucitronAllAllowed,
#googletagmanagerAllowed,
#gtagAllowed {
  background: var(--color-primary) !important;
}
.tarteaucitronAlertSmallTop,
.tarteaucitronAlertSmallBottom {
  bottom: 75px !important;
}
#addthisLine,
#youtubeapiLine,
#youtubeLine,
#gtagLine,
#googletagmanagerLine {
  border-left: 5px solid var(--color-primary) !important;
}
.img_menu {
}
.mc4wp-alert p {
  font-family: var(--font-primary);
  color: var(--color-primary);
}
#tarteaucitronRoot #tarteaucitronAlertBig {
  padding-bottom: 5vw !important;
  padding-top: 7vw !important;
  box-sizing: border-box !important;
}
.popmake p {
  font-family: var(--font-primary);
  color: var(--color-primary);
  font-weight: var(--font-regular);
}
.popmake {
  padding: var(--space-normal) !important;
  border: none !important;
}
.pum-theme-5893 .pum-content + .pum-close,
.pum-theme-lightbox .pum-content + .pum-close {
  border: none !important;
}
.pum-theme-5893 .pum-title,
.pum-theme-lightbox .pum-title {
  font-family: var(--font-primary) !important;
  color: var(--color-primary) !important;
  font-weight: var(--font-regular) !important;
}
table {
  font-family: var(--font-primary);
  font-size: var(--font-size-n);
  font-weight: var(--font-normal);
}
.bigintrodivvideocontent-y,
.bigintrodivvideocontent-v {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  transform: translate(-50%, -50%);
  object-fit: cover;
  pointer-events: none;
}
/*cookies complianz*/
@media screen and (min-width: 768px) {
  .cmplz-cookiebanner.cmplz-bottom-right {
    padding: 2rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
  }
  .cmplz-cookiebanner.cmplz-center {
    padding: 2rem !important;
  }
  .cmplz-cookiebanner.cmplz-center,
  .cmplz-cookiebanner.cmplz-bottom-right {
    min-width: 640px;
  }
  .cmplz-message,
  .cmplz-categories {
    width: calc(640px - 2rem) !important;
  }
}

.cmplz-cookiebanner .cmplz-title {
  font-size: 1.05rem !important;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
  text-transform: uppercase !important;
  border-radius: 0px !important;
  font-weight: 600 !important;
  letter-spacing: 0.8px !important;
  line-height: 1 !important;
  font-size: var(--font-size-xs) !important;
  font-family: var(--font-primary) !important;
}
.cmplz-cookiebanner .cmplz-message {
  font-size: 13px !important;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
  background: var(--color-primary) !important;
  color: white !important;
  border: 1px solid var(--color-primary) !important;
}
.cmplz-cookiebanner.cmplz-show {
  font-family: var(--font-primary) !important;
  border-radius: 5px;
}
.cmplz-cookiebanner .cmplz-links .cmplz-link,
.cmplz-cookiebanner .cmplz-message,
.cmplz-cookiebanner .cmplz-title,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences {
  color: var(--color-primary) !important;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences {
  border: 1px solid var(--color-primary) !important;
  background: white !important;
}
.cmplz-cookiebanner .cmplz-close:focus-visible {
  outline: none !important;
}
.cmplz-link.cmplz-manage-third-parties.cookie-statement {
  font-weight: 600 !important;
}
/************************************
**** MAIN STYLE - ELEMENTS | END ****
************************************/

/******************************
**** MEDIA QUERIES | START ****
******************************/
@media screen and (min-width: 1600px) {
  .notary-content-network {
    padding-left: var(--space-medium);
    padding-right: var(--space-medium);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .postdivpicture {
    height: 27rem;
  }
  .notarythumbnail-article {
    width: 100%;
    height: 10rem;
  }
  .notarypicture {
    width: 100%;
    height: 46rem;
  }
}

@media screen and (min-width: 1024px) {
  .category-filter {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
  }
  .category-filter::-webkit-scrollbar {
    display: none; /* Safari et Chrome */
  }
  section:not(#textintro):not(.introimage):not(.bg-overlay):not(
      .category-filter
    ):not(.bigintro):not(.form-section):not(.gmap):not(.paragraph):not(
      .search-immo
    ):not(.interactive-map-section):not(.interactive-map-section-world):not(
      .builder-slider-section
    ):not(.statbloc-section):not(.section-bg-overlay):not(.transitionsection) {
    width: 140rem;
    max-width: 100%;
    /* margin: auto; */
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .bigintrodiv {
    transform: translate(-38%, -50%);
  }
  body:not(.page-template-pagemodel1) .bigintro,
  .body:not(.page-template-pagemodel1) .introimage {
    height: 35vh;
    min-height: 10vh !important;
  }
}
@media screen and (max-width: 1024px) {
  body:not(.page-template-pagemodel1) .bigintro,
  body:not(.page-template-pagemodel1) .introimage {
    height: 35vh;
  }
  .article p,
  .article iframe,
  table {
    box-sizing: border-box;
    width: 100%;
  }
  .list-article {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: var(--space-small);
  }
  body section.disection {
    min-height: unset;
  }
  .textandimg-imgblock {
    width: 100%;
  }
  .transitionsection {
    height: 30vw;
    margin-top: -61px;
    background-size: contain !important;
    min-height: auto !important;
    width: 100%;
    min-height: unset;
  }
  .statbloc-number {
    font-size: 3.5rem;
  }
  body:not(.page-template-pagemodel1) .bigintro,
  .body:not(.page-template-pagemodel1) .introimage {
    height: 35vh;
    min-height: 10vh !important;
  }
  .filter-button {
    margin-bottom: 20px;
  }
  .notary-item .notarythumbnail {
    min-height: 320px;
  }
  .rollover-link {
    opacity: 1;
    padding-bottom: var(--space-small);
  }
  .rollover-link .arrow-triangle {
    fill: var(--color-secondary);
  }
  .rollover-link .arrow-line {
    stroke: var(--color-secondary);
    stroke-dasharray: -1;
    stroke-dashoffset: 10;
    stroke-width: 1;
  }
  .notarypicture {
    height: 48vh;
  }
  .textandimgsection {
    flex-direction: column;
  }
  .square-img,
  .portrait-img {
    height: 45vw;
  }
  .textbloc-container {
    max-width: 100%;
  }
  .notarysidebar {
    width: 100%;
    position: relative;
    top: unset;
    left: unset;
    flex-direction: row;
    padding-left: var(--space-medium);
    padding-right: var(--space-medium);
  }
  .notarythumbnail {
    width: 50%;
    height: 46rem;
  }
  .notarynetworks {
    margin: auto;
    width: 50%;
    padding: calc(var(--space-normal));
  }
  .section-default {
    margin-top: var(--header-smallheight);
    padding-top: var(--space-large);
  }
  .ga-reviews .ga-review-info {
    text-align: center !important;
  }
  .ga-subrating {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .articleinfotextright,
  .articleinfotextleft {
    transform: none;
    z-index: 1;
  }
  .notarythumbnail-article {
    width: 100%;
    height: 28vw;
  }
  .info-article {
    justify-content: start;
    align-items: start;
    flex-direction: column;
  }
  .cat_article {
    margin: 0px;
  }
  .postdivpicture {
    height: 30vh;
  }
  .category-filter {
    overflow-x: scroll;
    scrollbar-width: thin; /* Réduit la taille de la barre sur Firefox */
    scrollbar-color: var(--color-primary) transparent; /* Couleur personnalisée pour Firefox */
  }

  /* Styles pour les navigateurs WebKit (Chrome, Safari, Edge) */
  .category-filter::-webkit-scrollbar {
    height: 4px; /* Hauteur de la barre horizontale */
  }

  .category-filter::-webkit-scrollbar-thumb {
    background-color: var(--color-primary); /* Couleur du "thumb" */
    border-radius: 10px; /* Arrondi des coins */
    border: 2px solid transparent; /* Espacement autour du "thumb" */
    background-clip: padding-box; /* Pour un bord propre */
  }

  .category-filter::-webkit-scrollbar-track {
    background-color: transparent; /* Fond de la barre (track) */
    border-radius: 10px; /* Arrondi des coins de la track */
  }

  /* Masquer les flèches des barres de défilement */
  .category-filter::-webkit-scrollbar-button {
    display: none; /* Supprime les flèches */
  }
  .category-button {
    height: calc(46px + 0.35vw);
    min-width: 99px;
    padding: 0 calc(10px);
    line-height: 0.7rem;
  }
  .builder-equipe-grid .builder-equipe-item {
    width: 47%;
  }
  .categories-single-article {
    margin-left: -15px;
  }
  .notarysidebar-article.desk,
  .notary_info_desk {
    display: none;
  }
  .notarysidebar-article.mobile {
    display: block;
  }
  .notaryarrowbefore {
    left: var(--space-small);
  }
  .notaryarrowafter {
    right: var(--space-small);
  }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  table tr {
    font-size: 10px;
  }
  .newsletter-input .btn-submit {
    width: 35%;
    min-width: 120px;
  }
  .notary-item .notarythumbnail {
    width: 100%;
    height: 350px;
    object-fit: cover;
  }
  .notary-content {
    padding-top: var(--space-normal);
  }
  .notarycontent {
    margin-top: var(--space-small);
    width: 100%;
  }
  .notarynetworks {
    padding: calc(var(--space-small));
  }
  .bigintrodiv {
    transform: translate(-50%, -30%);
  }
  body:not(.page-template-pagemodel1) .bigintro,
  body:not(.page-template-pagemodel1) .introimage {
    height: 25vh;
    min-height: 10vh !important;
  }
  .gap80 .textandimg-imgblock,
  .gap80 .textandimg-textblock {
    flex: 1 1 100%;
  }
  .textandimg-imgblock img {
    min-height: 300px;
  }
  .statbloc-stats {
    flex-direction: column;
  }
  .statbloc-item {
    width: 100%;
  }
  .builder-slider-section .slider-item {
    flex-direction: column;
  }
  .builder-slider-section .splide__slide {
    padding: 0;
  }
  .builder-slider-section .slider-content {
    width: 99%;
  }
  .builder-slider-section .slider-image {
    width: 99%;
  }
  .builder-slider-section .splide__arrow--next,
  #builder-nego .splide__arrow.splide__arrow--next {
    right: -2.4em;
  }
  .builder-slider-section .splide__arrow--prev,
  #builder-nego .splide__arrow.splide__arrow--prev {
    left: -2.4em;
  }
  .builder-slider-section .splide__slide img {
    max-height: 200px;
  }
  .builder-slider-section .splide__arrow {
    top: 43%;
  }
  #notaries-splide .splide__arrow--prev {
    left: 0;
  }
  #notaries-splide .splide__arrow--next,
  #notaries-splide-2 .splide__arrow--next {
    right: 0;
  }

  .notary-section {
    margin-top: var(--space-large);
  }
  .builder-equipe-section .splide__pagination__page {
    background: transparent !important;
    border: 1px solid var(--color-primary);
  }
  .builder-equipe-section .splide__pagination__page.is-active {
    background: var(--color-primary) !important;
    transform: none;
    opacity: 1;
  }
  .builder-slider-section .splide__pagination__page {
    background: transparent !important;
    border: 1px solid var(--color-white);
  }
  .builder-slider-section .splide__pagination__page.is-active {
    background: var(--color-white) !important;
    transform: none;
    opacity: 1;
  }
  .builder-slider-section .splide__pagination {
    bottom: -17px;
  }
  .builder-expertises-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .builder-expertise-image {
    height: 200px;
    overflow: hidden;
  }
  .textbloc-quote {
    position: relative;
    border-left: 2px solid var(--color-secondary);
    padding: 0px 0px 25px 25px;
  }
  .textbloc-border {
    position: relative;
    border-left: 2px solid var(--color-secondary);
    padding: 0px 0px 0px 25px;
  }
  .textandimg-imgblock img {
    min-height: 300px;
    max-height: 300px;
    width: 100%;
    object-fit: cover;
  }
  .builder-icons-grid {
    gap: 10px;
    width: 100%;
  }
  .builder-icons-img {
    max-width: 130px;
    max-height: 115px;
  }
  .notary-item .notarythumbnail {
    height: 290px;
  }
  .section-guest-suite .guest-image-wrapper {
    height: 25vh;
  }
  .page-template-pagemodel1 header {
    align-items: start;
  }
  .notarypicture {
    width: 100%;
    height: 55vh;
  }
  .notarypicture img {
    object-position: top;
  }
  .cf-col-6 {
    width: 100%;
  }
  .scroll-down svg {
    width: 50px;
    height: 50px;
  }
  .expertise-section {
    flex-direction: column;
  }
  .textbloc-container p {
    font-size: var(--font-size-n) !important;
  }
  .textandimgsection.slider {
    padding-bottom: var(--space-xlarge);
  }
  .notarythumbnail-article {
    width: 100%;
    height: 56vw;
  }
  .postdivpicture {
    height: 20vh;
  }
  .postdivpicture::before {
    height: 88%;
    position: absolute;
    top: calc(6px - 0.1vw);
    transform: rotate(-6deg);
  }
  .builder-equipe-grid .builder-equipe-item {
    width: 100%;
  }
  .introimagearticle {
    height: 25vh;
  }
  .categories-single-article {
    margin-left: -5px;
  }
  .category-filter {
    gap: calc(var(--space-xsmall));
    padding-left: var(--space-small);
    padding-right: var(--space-small);
    width: calc(100% - var(--space-small) * 2);
  }
  .notarynetwork.site_web img {
    width: 22px;
    height: 22px;
    object-fit: scale-down;
    margin-right: -3px;
    margin-bottom: -5px;
    margin-left: -2px;
  }
  #notaries-splide .splide__arrow svg,
  #notaries-splide-2 .splide__arrow svg,
  #builder-nego .splide__arrow svg {
    fill: var(--color-secondary);
    height: 1.5em;
    width: 1.5em;
  }
}
@media screen and (max-width: 575px) {
  .notarythumbnail {
    width: 65%;
    height: 30vh;
  }
  .notarynetwork {
    width: 100%;
    height: calc(34px + 0.5vw);
  }
  .notarynetwork span {
    font-size: var(--font-size-xs) !important;
    line-height: var(--line-height-xs) !important;
  }
}
@media screen and (max-width: 480px) {
  .notarynetwork img {
    width: 11px;
    height: 16px;
    margin-right: 6px;
  }
  .bigintrodiv {
    width: calc(100% - var(--space-small) * 2);
  }
}

/****************************
**** MEDIA QUERIES | END ****
****************************/
