:root {
  --primary-h: 229;
  /* hue */
  --primary-s: 44%;
  /* saturation */
  --primary-l: 13%;
  /* lightness */
  --accent-h: 0;
  /* hue */
  --accent-s: 100%;
  /* saturation */
  --accent-l: 50%;
  /* lightness */
  --text-h: 0;
  /* hue */
  --text-s: 0%;
  /* saturation */
  --text-l: 15%;
  /* lightness */
  --background-h: 0;
  /* hue */
  --background-s: 0%;
  /* saturation */
  --background-l: 100%;
  /* lightness */
  --primary-font: "Montserrat", sans-serif;
  --secondary-font: "Montserrat", sans-serif;
  --font-3: "Montserrat", sans-serif;
  /* --primary-font: "Inter", sans-serif;
  --secondary-font: "Montserrat", sans-serif;
  --font-3: "Plus Jakarta Sans", sans-serif; */
  --h1-font-size: 3.813rem;
  --h2-font-size: 2.3rem;
  --h3-font-size: 1.2rem;
  --headings-line-height: 1.1;
  --link-color: var(--primary-color-40);
  --border-radius: 0;
  --button-border-radius: 0;
}

[class*="btn"] a.btn,
p input#submit,
.btn.primary {
  padding: 13px 21.5px;
  font-weight: 400;
  letter-spacing: 0px;
  font-family: var(--secondary-font);
  color: #fff;
  font-size: 1rem;
}

.contact-page [id*="formulaire"] .btn.primary,
p input#submit {
  background-color: var(--accent-color);
  border: 1px solid var(--accent-color);
}

a.btn.accent {
  border: 1px solid var(--accent-color);
}

[class*="btn"] a.btn:not(.accent),
.btn.primary {
  color: #fff;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}

[class*="btn"] a.btn:not(.accent):hover,
[id*="formulaire"] .btn.primary:hover {
  background-color: #fff;
  color: var(--primary-color);
}

a.btn.accent:hover,
p input#submit:hover {
  color: var(--accent-color);
  background-color: #fff;
}

.form-recherche .content_inp2 .btn.primary:hover {
  background-color: #fff;
  color: var(--primary-color);
}

.form-recherche select {
  box-shadow: none;
}

@media screen and (min-width: 601px) {
  a.btn,
  .actualites-listing .recherche_actu #recherche_actu_submit {
    width: auto;
  }
}

.span-title:not(:has(svg))::before {
  content: url(../assets/gifs/before-black.svg);
  margin-right: 8px;
}

.white-text .span-title:not(:has(svg))::before {
  content: url(../assets/gifs/before-white.svg);
}

.span-title.accent-text:not(:has(svg))::before {
  content: url(../assets/gifs/before-span-title.svg);
}

/* BRAND */

/* ===== */

.brand a {
  display: inline-block;
  transition: opacity 0.3s;
}

.brand a:hover {
  opacity: 0.75;
}

header .brand img.footer-only,
footer .brand img.header-only,
.rappel_telephonique .brand img.footer-only {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
[class*="title"] {
  font-family: var(--secondary-font);
  font-weight: 400;
}

.white-text * {
  color: #fff;
}

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

.paginationControl {
  text-align: center;
  font-size: 18px;
  max-width: 1789px;
  margin: auto;
  margin-top: 4rem;
  padding-top: 20px;
  border-top: 1px solid #00000033;
}

.paginationControl a,
.paginationControl .prev a,
.paginationControl span,
.paginationControl .next a {
  text-decoration: none;
  font-size: 14px;
  padding: 10px 15px;
  font-weight: 500;
  color: #00000080;
}

.paginationControl .selected,
.paginationControl .disabled,
.paginationControl a:hover {
  color: #1b1b1b;
  background-color: #0000001a;
}

.paginationControl .prev a,
.paginationControl .next a {
  color: #1b1b1b;
}

.paginationControl .prev .disabled,
.paginationControl .next .disabled {
  color: #00000080;
  background-color: #fff;
}

.paginationControl .prev a svg path {
  opacity: 1;
}

.paginationControl .prev .disabled svg path,
.paginationControl .next .disabled svg path {
  stroke: #00000080;
}

.plan-site .sitemap-nav ul li a {
  margin-bottom: 0.5rem;
  display: inline-block;
}

.fil-ariane,
#fil_ariane {
  margin: 0.5rem 0;
  font-size: 14px;
}

#fil_ariane {
  margin: 3rem 0;
}

.card,
.item_listing,
.item,
.encart_catalogue {
  position: relative;
}

.card-title a::before,
.item_listing > a::before,
.item h3 > a::before,
.encart_catalogue h3 > a::before,
.item_listing h3 > a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

/* SLIDER */

.slide-img .container,
.slide-img .container .bloc,
.slide-img,
.slider-slick {
  height: auto;
  min-height: auto;
}

.slider-slick {
  width: 100%;
  background-color: var(--background-color);
  /* position: relative; */
  z-index: 0;
}

.slider-slick .slick {
  height: 100%;
}

.slide-img.slide-01,
.fold {
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.61) 0%,
      rgba(0, 0, 0, 0.61) 100%
    ),
    url("../assets/gifs/slider/slide-01.jpg");
  background-size: cover;
  background-position: right;
}

.slick-dots li {
  margin: 0 -12px;
}

.slick-dots li.slick-active {
  margin: 0 -14px 0 2rem;
}

.slick-slider {
  margin-bottom: 0;
}

.slick-dots li button .slick-dot-icon:before {
  font-size: 0.5rem;
}

.slick-dots li.slick-active button .slick-dot-icon::before {
  width: 64px;
  background-color: var(--primary-color);
  border-radius: 32px;
  left: -29px;
}

.primary .slick-dots li.slick-active button .slick-dot-icon::before {
  background-color: #fff;
}

.slick-dots li.slick-active button {
  margin: 0 -1.5rem 0 2rem;
}

.primary .slick-prev .slick-prev-icon:before,
.primary .slick-prev .slick-next-icon:before,
.primary .slick-next .slick-prev-icon:before,
.primary .slick-next .slick-next-icon:before,
.primary .slick-dots li.slick-active button .slick-dot-icon,
.primary .slick-dots li button .slick-dot-icon {
  color: #fff;
}

/* ********************************************HEADER****************************************** */

.header-content .nav ul li.no-link > a,
.header-content .nav ul li.no-link > a.selected {
  opacity: 1;
}

address .no-desktop.menu-mobile-tel {
  display: none;
}
@media screen and (min-width: 993px) and (max-width: 1154px) {
  .index-page .header-content .row-menu {
    justify-content: center !important;
    flex-direction: column;
  }
}

@media screen and (min-width: 993px) {
  /* 
    .big-container #img-zoom{
        position: fixed;
        top: 17rem;
    }
    */
  .header-contact {
    display: flex;
    align-items: center;
    gap: 9px;
  }

  .fold .index-contact {
    display: none;
  }

  .header-content .main-header-content .col-menu {
    padding: 0;
  }

  .header-content .contact-link {
    display: none;
  }

  .header-content .container {
    max-width: 1760px;
  }

  .header-content {
    background: transparent;
    color: white;
  }

  body header .recherche:not(.home) {
    display: none;
    margin-top: 1rem;
  }

  body .sticky-active .recherche:not(.home) {
    display: block;
  }

  body .sticky-active .header-content,
  body.form-candidature .header-content,
  body.catalogue-detail .header-content,
  body:not([class]) .header-content,
  body[class=""] .header-content {
    background: var(--primary-color) !important;
  }

  /* body.index-page,
  body.page-interne,
  body[class$="listing"] {
    padding-top: 0 !important;
  } */

  .index-page .header-content .nav#main-nav > ul > li > a,
  .index-page .header-content .tel {
    color: #fff;
  }

  .main-header-content {
    padding-top: 2rem;
    padding-bottom: 0.5rem;
  }

  .main-header-content .selected {
    color: white !important;
  }

  body:not(.index-page) .fold {
    background: #f1f7fe;
    border-bottom: 1px solid var(--primary-color);
  }

  body:not(.index-page) .main-header-content .row.m-top {
    align-items: center;
  }

  .header-content .nav ul li.sous_menu ul.dropdown > li a {
    font-size: 13px;
    color: var(--primary-color) !important;
  }

  /* .index-page .header-content .brand .col {
    width: 616px;
  } */

  .index-page .header-content .nav#main-nav > ul > li > a {
    padding: 0.5rem 0.75rem;
    font-size: 15px;
  }

  body:not(.index-page) .header-content .row-between {
    justify-content: space-between;
  }

  .header-content .nav ul li a {
    position: relative;
  }

  .index-page .header-content .nav ul li a::before {
    bottom: 3px;
  }

  .header-content .nav ul li a::before {
    position: absolute;
    content: "";
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 0%;
    background-color: var(--accent-color);
    transition: 0.3s all ease-in-out;
    opacity: 0.6;
  }

  .header-content .nav ul li a.selected::before,
  .header-content .nav ul li a:hover::before,
  .header-content .nav ul li:hover > a::before {
    width: 90%;
  }

  .header-content .nav ul li.sous_menu > a::after {
    text-decoration: none;
  }
}

header .material-icons {
  color: white;
  margin-right: 0.5rem;
}

@media screen and (min-width: 993px) and (max-width: 1450px) {
  .header-content .btn-contact a.btn {
    padding: 10px 10.5px;
    font-size: 14px;
  }

  .header-content .row .nav#main-nav > ul > li > a {
    padding: 0.5rem 0.5rem;
    font-size: 13px;
  }
  .header-content .row-col-btn {
    gap: 0.5rem;
  }
  .header-content .col.col-0 {
    padding: 0;
  }
}

@media screen and (min-width: 993px) and (max-width: 1700px) {
  body:not(.index-page) .header-content .row-menu {
    justify-content: center;
  }
}

@media screen and (max-width: 992px) {
  .tap-bar {
    display: none;
  }

  .menu-mobile .no-desktop.menu-mobile-tel {
    display: block;
  }

  .menu-mobile address .num-tel {
    display: none;
  }

  .header-content .nav > ul > .sous_menu.opened > a,
  .header-content .nav .dropdown > .sous_menu.opened > a {
    width: calc(100% - 12rem);
  }

  .header-content .nav > ul > .sous_menu.opened > a,
  .header-content .nav .dropdown > .sous_menu.opened > a {
    left: 22px;
  }

  .index-contact {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  .menu-mobile {
    height: 7.625rem;
    /* background-color: transparent; */
  }

  .sticky-active .menu-mobile {
    background-color: var(--primary-color);
  }

  body .sticky-active .menu-mobile,
  body.form-candidature .menu-mobile,
  body.catalogue-detail .menu-mobile {
    background: var(--primary-color) !important;
  }

  .menu_opened .menu-mobile {
    height: 7.625rem;
    background-color: var(--primary-color);
  }
  .header-content #nav-container {
    margin-top: 7.625rem;
  }
  .header-content .nav .dropdown,
  .header-content .nav .ssdropdown {
    top: 7.625rem;
  }
  .menu_opened .menu-mobile-content .row {
    justify-content: space-between;
  }

  .menu_opened .menu-mobile-content > .col {
    width: 100%;
  }

  .menu-mobile .menu-title {
    text-transform: capitalize;
    font-family: var(--secondary-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
  }

  .fold-tel {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .header-content .nav > ul > .sous_menu.opened > a,
  .header-content .nav .dropdown > .sous_menu.opened > a {
    background-color: transparent;
  }

  .header-content #nav-container .nav#main-nav ul li a,
  .header-content #nav-container .nav#topbar-nav ul li a {
    padding: 1.5rem 5%;
  }

  .span-menu-burger {
    color: #fff;
  }

  .header-content .nav ul li.no-link > a.selected {
    color: #fff;
  }

  #main-nav ul li a.selected {
    color: var(--primary-color);
  }

  /* .fold {
    position: relative;
    margin-top: 3rem;
  } */
  body:not(.index-page) .menu-mobile .brand {
    width: 130px;
  }

  body.index-page .menu-mobile .brand {
    width: 170px;
  }

  body.index-page .menu-mobile .col.s7 {
    min-width: 70%;
  }
}

@media screen and (max-width: 600px) {
  .fold-tel {
    justify-content: center;
    margin-bottom: 12px;
  }
}

/* *******************************************SLIDE ******************************************** */

.row-text {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}

.row-btn {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bdd_listing .reference {
  justify-content: left !important;
}

.align-center .row-btn {
  justify-content: center;
}

.slide-content {
  padding: 312px 0 212px;
  /* position: relative; */
}

.slide-content .row-btn {
  justify-content: center;
}

.slide-content h1,
.title-1 {
  line-height: 100%;
  letter-spacing: -2px;
  margin: 0 0 3rem;
}

.title-1,
.catalogue-detail .hero-interne h1 {
  font-weight: 400;
}

.title-1 span {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

.form-recherche fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

body:not(.index-page) .select2-container--default .select2-selection--multiple,
body:not(.index-page) .fold-recherche select {
  background-color: transparent;
}

.fold-recherche,
body:not(.index-page) .form-recherche .content_inp2 {
  background-color: #f1f7fe;
}

@media screen and (min-width: 993px) {
  .form-recherche {
    max-width: 1320px;
    margin: auto;
  }

  .bdd_listing {
    padding: 0.5rem;
  }

  .form-recherche .content_inp2 {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 10px;
  }

  .index-page .form-recherche .content_inp2 {
    margin-top: 1rem;
  }

  body:not(.index-page) .fold {
    z-index: 0;
  }

  .form-recherche .content_inp2 select {
    padding: 0px 10px;
    margin: 0;
    border-width: 0 1px 0 0;
    border-right: 1px solid hsla(0, 0%, 0%, 0.1);
    min-height: 44px;
    font-size: 14px;
    color: hsla(0, 0%, 11%, 1);
    background-color: transparent;
  }
}
.btn-recherche.col {
  text-align: right;
}
@media screen and (max-width: 600px) {
  .module-recherche a {
    max-width: 90% !important;
    width: 90% !important;
  }
}
@media screen and (max-width: 992px) {
  #recherche-mobile,
  .module-recherche a {
    max-width: 304px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #d6d8e1;
    padding: 20px 38px;
    width: 60%;
    margin: AUTO;
    /* position: absolute;
    top: -2rem;
    left: calc(50% - 150px);
    z-index: 2; */
  }
  .module-recherche a {
    text-decoration: none;
    display: block;
  }
  .module-recherche {
    margin-top: 2rem;
  }
  #recherche-mobile svg path,
  .module-recherche svg path {
    fill: #fff;
  }

  #recherche-mobile .select-wrap {
    margin: auto;
  }

  .fold .slide-content .recherche,
  .hero-bg .recherche,
  .hero-interne .recherche {
    width: 62%;
    margin: AUTO;
    /* BACKGROUND-COLOR: transparent; */
  }

  /* .recherche .form-recherche select {
    BACKGROUND-COLOR: TRANSPARENT; 
    color: #fff;
  } */

  /* .hero-bg .recherche .form-recherche .content_inp2,
  .hero-interne .recherche .form-recherche .content_inp2,
  .slide-content .recherche .form-recherche .content_inp2 {
    background-color: transparent;
  } */

  #recherche-mobile svg,
  .module-recherche svg {
    margin-left: 1.5rem;
  }

  .slide-content {
    padding: 145px 0 80px;
  }

  h1,
  .title-1 {
    font-size: 48px;
  }

  body .form-recherche {
    margin: 1rem auto;
    display: none;
    background-color: hsla(212, 88%, 97%, 1);
  }

  .form-recherche.show {
    display: block;
  }

  /* .fold:not(.fold-index) {
    margin-top: 6rem;
  } */

  .fold:not(.fold-index) #recherche-mobile {
    top: -5rem;
  }

  .hero-bg .form-recherche.show {
    display: none;
  }

  .recherche span.select-wrap {
    margin: auto;
  }

  .recherche .btn-recherche .btn.primary {
    max-width: 200px;
    margin: auto;
  }

  .recherche
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered {
    width: 200px;
    text-align: center;
    padding: 0;
    border: 1px solid #fff;
    border-top: 0;
  }

  .recherche
    .select2-container--default
    .select2-search--inline
    .select2-search__field {
    text-align: center;
  }

  .recherche .select2-container {
    width: 200px !important;
  }

  .recherche .select2-container--default .select2-selection--multiple {
    background-color: transparent;
  }

  .hero-bg #recherche-mobile {
    margin-top: 2rem;
  }

  .recherche .form-recherche select option {
    color: #000;
  }
}

@media screen and (max-width: 600px) {
  #recherche-mobile {
    padding: 20px 9px;
    width: 77%;
  }
}

/* **************************************************PARTENAIRES ***************************************************/

.encart-partenaires {
  background-color: hsla(212, 88%, 97%, 1);
  padding: 21px 0;
}

.encart-partenaires .row .col {
  padding: 0 40px;
}

[class*="acquisition"] .page-interne .encart-partenaires {
  background-color: #fff;
}

/* ****************************************************POINTS FORTS *******************************************************/

.points-forts .container {
  max-width: 1760px;
  padding: 27px 0 27px 0;
}

.pf-title {
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -1px;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-end;
  gap: 1.5rem;
  height: 46px;
}
.points-forts:not(.estimation) .card-pf:hover {
  transform: translateY(-1rem);
}
.points-forts .card-pf {
  position: relative;
  transition: 0.5s all ease-in-out;
}
.points-forts .card-pf a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 4;
}

.card-pf a {
  color: var(--text-color);
  text-decoration: none;
}
.card-pf {
  padding: 13px 1rem;
  border-right: 0.5px solid hsla(229, 15%, 86%, 1);
  height: 100%;
}

.points-forts .row .col {
  padding: 0;
}

.points-forts .card-pf img {
  margin: 0;
  width: 44px;
}

@media screen and (max-width: 1300px) and (min-width: 993px) {
  .points-forts .pf-title {
    font-size: 20px;
  }

  .points-forts .pf-title img {
    max-width: 35px;
  }
}

@media screen and (max-width: 992px) {
  .pf-title {
    flex-direction: column-reverse;
    row-gap: 20px;
    align-items: flex-start;
  }

  .card-pf {
    padding: 3.5rem 1.5rem 1.5rem;
    border-top: 0.5px solid hsla(229, 15%, 86%, 1);
    border-right: 0;
  }

  h1,
  .title-1 {
    font-size: 28px;
    line-height: 34px;
  }

  h2,
  .title-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .points-forts .card-pf img.desktop-only {
    display: none;
  }
}

/* ***********************************************BLOC 01 *************************************************/

h2 {
  color: hsla(231, 14%, 10%, 1);
  margin: 4px 0 24px;
  letter-spacing: -2px;
  line-height: 34px;
}

[id*="bloc"] .row-btn {
  margin-top: 2rem;
}

@media screen and (min-width: 993px) {
  .index-page main .section {
    padding: 120px 0;
  }
}

@media screen and (max-width: 992px) {
  [id*="bloc"] img,
  .sc-content [id*="bloc"] img {
    display: block;
    width: auto;
    margin: 0 auto 1.5rem;
  }
}

@media screen and (max-width: 992px) and (min-width: 601px) {
  [id*="bloc"] img {
    width: 60%;
  }
}

/* ******************************************POINTS FORTS 2 ************************************************/

.points-forts-2 {
  padding: 3rem 0;
}

.points-forts-2 .pf-title {
  margin: 20px 0 1rem;
  line-height: 29px;
}

.points-forts-2 .card-text {
  line-height: 26px;
}

.points-forts-2 .row .col {
  padding: 0;
}

.points-forts-2 .card-pf-2 {
  padding: 0 3rem;
}

.points-forts-2 .col:not(:last-of-type) .card-pf-2 {
  border-right: 1px solid rgb(61, 63, 70);
}

@media screen and (max-width: 992px) {
  .points-forts-2 .card-pf-2 {
    border-bottom: 1px solid rgb(61, 63, 70);
    padding: 3rem;
  }

  .points-forts-2 .col:not(:last-of-type) .card-pf-2 {
    border-right: 0;
  }
}

/* ********************************************CATALOGUE *******************************************************/

.encart-btn-categories {
  margin-bottom: 1.5rem;
}

.encart-btn-categories a {
  font-weight: 400;
  text-decoration: none;
  margin-right: 10px;
}

.bdd-item .imgVille,
.item .imgVille,
.bdd_listing .imgVille {
  position: relative;
  height: 324px;
}

.bdd-item .imgVille::before,
.item .imgVille::before,
.bdd_listing .imgVille::before {
  position: absolute;
  /*content: "Exclusivité";*/
  color: #1b1b1b;
  background-color: #fff;
  padding: 8px 16px;
  font-weight: 800;
  border-radius: 20px;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 2;
}

[class*="row-btn"] .btn-outlined a.btn {
  background-color: #fff;
  color: var(--primary-color);
}

[class*="row-btn"] .btn-outlined a.btn:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.hero-bg:not(:has(.form-recherche)) [class*="row-btn"] .btn-outlined a.btn {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.hero-bg:not(:has(.form-recherche))
  [class*="row-btn"]
  .btn-outlined
  a.btn:hover {
  background-color: var(--primary-color);
  color: #fff;
  border: 1px solid var(--primary-color);
}

.btn-recherche img {
  display: none;
}

@media screen and (max-width: 600px) {
  .btn-tab {
    display: block;
    width: 100%;
    margin-top: 0.5rem;
  }
}

/* ********************************************Analyse & conseil ****************************************************/

.encart-analyse {
  background-color: hsla(212, 88%, 97%, 1);
}

.title-2 {
  margin: 1.5rem 0;
  letter-spacing: -2px;
}

.encart-analyse .encart-text {
  margin-bottom: 88px;
}

.span-title {
  line-height: 100%;
  letter-spacing: 0px;
  display: none;
}

.span-title svg {
  margin-right: 10px;
}

.card-analyse .card-text {
  margin: 1rem 0;
}

.encart-analyse .title-3 {
  margin: 20px 1rem;
}

.row .col:first-of-type .card-analyse {
  border-right: 1px solid hsla(227, 16%, 39%, 1);
}

.card-analyse {
  padding: 0 18%;
}

.encart-analyse .row-content .col {
  padding: 0;
}

@media screen and (max-width: 1403px) and (min-width: 993px) {
  .card-analyse {
    padding: 0 5%;
  }
}

@media screen and (max-width: 992px) {
  .card-analyse {
    padding: 24px;
  }

  .row .col:first-of-type .card-analyse {
    border-right: 0;
    border-bottom: 1px solid hsla(227, 16%, 39%, 1);
  }

  .encart-analyse .encart-text {
    margin-bottom: 24px;
  }
}

/* ***********************************************AVIS********************************************* */

.encart-avis .card-text {
  margin: 20px 0 3rem;
}

.encart-avis .num {
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -2px;
}

.encart-avis .text {
  font-weight: 400;
}

.avis-card .avis-card-text {
  margin-left: 80px;
  margin-top: 0.5rem;
}

.avis-encart-card .row {
  flex-wrap: nowrap;
}

.avis-encart-card-date {
  font-size: 11px;
  line-height: 13.2px;
}

.avis-encart-card {
  padding: 1.5rem;
}

.avis-name {
  line-height: 24px;
  margin-top: 0.5rem;
}

.encart-avis.primary .avis-card.js-more .avis-card-text::after {
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    var(--primary-color)
  );
}

.encart-avis-interne {
  position: relative;
}

.encart-avis-interne.primary::before {
  position: absolute;
  content: "";
  width: 160%;
  height: 100%;
  left: -30%;
  top: 0;
  background-color: var(--primary-color);
  z-index: -1;
}

.encart-avis-interne .span-title {
  color: var(--accent-color);
}

.catalogue-detail .encart-avis .container {
  width: 100%;
}

@media screen and (min-width: 993px) {
  .catalogue-detail .encart-avis {
    padding: 120px 0;
  }

  .encart-avis-interne {
    padding: 100px 0;
  }

  .encart-avis-interne .title-2 {
    padding: 12px 0 80px;
  }
}

@media screen and (min-width: 601px) {
  .encart-avis-interne .row.s-top.s-start {
    align-items: stretch;
  }

  .encart-avis-interne .row.s-top.s-start > .col:has(img):first-of-type {
    width: 32%;
    position: RELATIVE;
  }

  .encart-avis-interne .row.s-top.s-start > .col > img {
    width: 100%;
    height: 246%;
    position: ABSOLUTE;
    left: 0;
    top: -143%;
    object-fit: contain;
  }

  .encart-avis-interne .card-content {
    display: FLEX;
    flex-direction: column-reverse;
  }

  .encart-avis-interne .avis-card-text {
    margin-left: 198px;
  }

  .encart-avis-interne .row.s-top.s-start > .col:not(:first-of-type) {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 601px) and (max-width: 992px) {
  .encart-avis-interne .avis-card-text {
    margin-left: 35%;
  }
}

/* *******************************************BLOC 02 & 03 & 04 ************************************************/

.col-img {
  position: relative;
}

h2 {
  margin: 1.5rem 0;
}

#bloc-03 h2:not(:first-of-type) {
  margin: 3rem 0 1.5rem;
}

@media screen and (min-width: 993px) {
  #bloc-02 .col-img img,
  #bloc-04 .col-img img {
    position: absolute;
    height: 100%;
    width: 150%;
    left: 12px;
    max-width: none;
    top: 0;
  }

  #bloc-03 .col-img img {
    position: absolute;
    height: 100%;
    width: 150%;
    right: 12px;
    max-width: none;
    top: 0;
  }

  #bloc-02 {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 992px) {
  #bloc-02 {
    padding-top: 0;
  }
}

/* ***************************************CONTACT INDEX ********************************************/

.encart-contact-index .text {
  margin: 1.5rem 0;
}

/* .index-page main .encart-contact-index.section {
    padding-bottom: 0;
} */

@media screen and (max-width: 992px) {
  .encart-contact-index.section {
    padding-bottom: 0;
  }
}

/* ***************************************ACTUALITES*********************************** */

#encart-actualites .row-title {
  margin-bottom: 4rem;
}

.actualites-listing .actualites-card,
.item_listing {
  box-shadow: 0px 4px 24px 0px hsla(0, 0%, 0%, 0.1);
}

.actualites-encart-card .card-image {
  height: 357px;
}

.actualites-card .card-image a,
.actualites-card .card-image img {
  height: auto;
  aspect-ratio: 4/3;
  width: 100%;
  display: block;
  object-fit: cover;
}

.card-link,
p.bouton2 {
  color: var(--primary-color);
  font-weight: 400;
  font-family: var(--secondary-font);
  transition: 0.3s all ease-in-out;
}

.actualites-card:hover .card-link,
.item_listing:hover p.bouton2 {
  color: var(--accent-color);
}

.actualites-card .card-content {
  padding: 20px 24px 24px;
}

.actualites-card-date {
  margin-bottom: 0.5rem;
}

.actualites-card .card-title a {
  text-decoration: none;
  color: hsla(231, 14%, 10%, 1);
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -1px;
}

.actualites-card .card-text {
  margin: 8px 0 20px;
}

#encart-actualites .encart-text {
  margin-top: 20px;
}

#listing-autres-actus-categorie ul a {
  font-size: 15px;
  text-decoration: none;
  color: #000;
}

.actualites-card img {
  opacity: 1;
  transition: 0.6s;
}

.actualites-card:hover img {
  opacity: 0.6;
}

#listing-autres-actus-categorie ul a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.actualites-detail .detail-btn {
  text-align: center;
}

.actualites-detail .detail-actu-reseaux-sociaux {
  align-items: flex-start;
}

.detail-actu-reseaux-sociaux > div {
  display: flex;
}

.detail-actu-image img {
  border-radius: var(--border-radius);
}

.actualites-detail #listing-autres-actus-categorie {
  background-color: #f1f7fe;
  padding: 1rem !important;

  border-radius: var(--border-radius);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.listing-autres-actus-categorie-mois {
  font-weight: bold;
  text-transform: capitalize;
}

.actualites-detail #listing-autres-actus-categorie .title-4 {
  margin-top: 0;
}

.actualites-detail #listing-autres-actus-categorie ul {
  text-align: center;
}

.actualites-detail #listing-autres-actus-categorie li {
  list-style: none;
}

.actualites-listing #fil_ariane {
  margin-top: 3rem;
}

.actualites-listing h1 {
  margin: 2rem 0;
}

.actualites-detail h1 {
  margin: 0;
}

.actualites-detail main > .section {
  padding-top: 0;
}

@media screen and (max-width: 1400px) and (min-width: 993px) {
  #listing-autres-actus-categorie a.btn {
    padding: 12px 12px;
    font-size: 12px;
  }
}

@media screen and (min-width: 601px) {
  .actualites-listing .recherche_actu #input_recherche_actu {
    width: calc(100% - 5.25rem);
  }
}

@media screen and (max-width: 992px) {
  .encart-btn {
    margin-top: 1.5rem;
  }
}

.actualites-detail .detail-actu-image {
  float: none;
  margin-left: 0;
}

/* ********************************************************FAQ ******************************************************/

.index-page .encart-questions {
  background-color: hsla(212, 88%, 97%, 1);
}

.encart-questions {
  position: relative;
}

.encart-questions::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: hsla(212, 88%, 97%, 1);
  z-index: -1;
}

.encart-questions .encart-text {
  margin-bottom: 5rem;
}

.encart-questions.section .ac-accordeon {
  padding: 1.5rem 0 2rem;
  border-top: 1px solid hsla(227, 16%, 39%, 1);
  margin: 0;
}

.bloc-faq .ac-accordeon:first-of-type {
  border-top: 0;
}

.ac-accordeon p.bold {
  margin: 0 0 8px;
}

.sc-content .ac-doubleColonne.ac-accordeon.active .ac-accordeon-item::after {
  content: url(../assets/gifs/plus.svg);
}

.sc-content:not(.sc-content-_cnt_0)
  .ac-doubleColonne.ac-accordeon.active
  .ac-accordeon-item.open::after {
  content: url(../assets/gifs/minus.svg);
}

@media screen and (max-width: 992px) {
  .encart-questions .encart-text {
    margin-bottom: 3rem;
  }

  .ac-accordeon p {
    max-width: 70%;
  }
}

/* *************************************************FOOTER********************************* */

footer {
  background-color: var(--primary-color);
  color: #fff;
}

footer:has(.card-contact) {
  background: linear-gradient(to bottom, #fff 26%, var(--primary-color) 26%);
}

footer .card-contact {
  padding: 80px 0;
  background: linear-gradient(
      180deg,
      rgba(18, 23, 46, 0.6) 0%,
      rgba(18, 23, 46, 0.6) 100%
    ),
    url(../assets/gifs/bg-contact-footer.jpg);
  background-size: cover;
}

.card-contact .text {
  margin: 1.5rem 0 3rem;
}

.card-contact .content {
  max-width: 706px;
  margin: auto;
}

body:not(.index-page) footer .section.footer-1 {
  padding: 2rem 0 1.5rem;
}

footer .reseaux-sociaux a svg {
  fill: #fff;
}

footer .brand {
  margin-bottom: 12px;
}

@media screen and (min-width: 993px) and (max-width: 1100px) {
  footer {
    font-size: 14px;
  }
}

@media screen and (min-width: 993px) {
  footer .col.col-rs ul,
  footer .col-rs .row-text {
    justify-content: flex-end;
  }

  .text-footer {
    max-width: 310px;
  }

  #footer-nav .nav > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin: 1.5rem 0;
  }

  footer #footer-nav .nav ul li.sous_menu ul.dropdown {
    bottom: 100%;
  }
}

@media screen and (max-width: 992px) {
  .container-card-contact {
    width: 100%;
    max-width: 100%;
  }

  footer .card-contact {
    padding: 60px 0;
  }

  footer #footer-nav .nav ul li.sous_menu ul.dropdown {
    min-width: 18%;
    top: 100%;
  }

  .footer-contact {
    margin-top: 2rem;
  }

  #footer-nav nav a {
    font-size: 14px;
  }

  footer .section.footer-1 {
    padding: 39px 0 1.5rem;
  }
}

.footer-row-contact {
  display: flex;
  gap: 6px;
}

footer address {
  margin: 0;
}

footer .section.footer-1 {
  padding: 3rem 0 1.5rem;
}

footer .footer-1 .title-4 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0;
  color: #fff;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.footer-1 address a,
.footer-1 .text {
  font-weight: 400;
  line-height: 24px;
}

footer .siret {
  font-weight: 400;
  line-height: 24px;
}

#footer-nav .nav ul li.sous_menu ul.dropdown {
  position: absolute;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: stretch;
  width: max-content;
  min-width: 100%;
  margin: 0;
  padding: 0;
  font-weight: normal;
  z-index: 1;
  background-color: #fff;
  border: 1px solid var(--primary-color);
}

#footer-nav .nav ul li.sous_menu > a::after {
  position: absolute;
  right: 0.625rem;
  display: block;
  font-family: var(--icon-font);
  line-height: 0;
  content: "\e5c5";
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin: -0.125em 0 0 0.25em;
  text-decoration: none;
}

#footer-nav nav a {
  font-weight: 400;
  line-height: 24px;
}

#footer-nav .nav ul li a.selected,
#footer-nav .nav ul li:hover > a {
  text-decoration: underline;
  color: inherit;
}

#footer-nav .nav > ul > li {
  margin-bottom: 8px;
}

#footer-nav .nav ul li.sous_menu ul.dropdown > li:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}

#footer-nav .nav ul li.sous_menu {
  position: relative;
}

#footer-nav .nav ul li.sous_menu:hover ul.dropdown {
  display: flex;
}

#footer-nav .nav ul li.sous_menu ul.dropdown > li a {
  padding: 0.5rem;
  margin: 0;
  font-size: 13px;
  display: block;
  color: var(--text-color);
}

footer .no-menu {
  display: none;
}

a.lien-maps:hover {
  text-decoration: underline;
}

.footer-2 {
  padding: 24px 0 48px;
}

.footer-2 nav a,
.page-404 footer a {
  font-weight: 700;
  line-height: 24px;
  color: #fff;
}

.footer-2 nav a:hover,
.page-404 footer a:hover {
  text-decoration: underline;
  color: #fff;
}

.plan-site .firstLi.no-desktop {
  display: block !important;
}

/* ****************************************PAGES INTERNES******************************** */

.contact-hero,
.hero-bg {
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.61) 0%,
      rgba(0, 0, 0, 0.61) 100%
    ),
    url("../assets/gifs/slider/slide-01.jpg");
  background-size: cover;
}

.hero-interne {
  position: relative;
}

.hero-interne::before {
  position: absolute;
  content: "";
  width: 160%;
  height: 100%;
  left: -30%;
  top: 0;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.61) 0%,
      rgba(0, 0, 0, 0.61) 100%
    ),
    url("../assets/gifs/slider/slide-01.jpg");
  background-size: cover;
  z-index: -1;
}

.hero-interne.align-center .row-btn {
  justify-content: center;
}

.actualites-listing main > div.section {
  padding-top: 0;
}

.page-interne .sc-content #relance {
  margin-top: 0;
}

/* .page-interne .ac-doubleColonne h2 {
    margin: 0 0 12px;
} */

.page-interne .ac-doubleColonne .ac-colonne > h2:not(:first-of-type) {
  margin: 3rem 0 1.5rem;
}

.page-interne #container {
  padding-top: 0;
}

.hero-bg .title-1 {
  max-width: 1109px;
  font-weight: 400;
  margin: auto;
}

.page-interne .points-forts img {
  object-fit: contain !important;
}

.hero-bg .row-btn {
  margin-top: 29px;
}

.hero-bg.align-center .row-btn,
.encart-equipe .row-btn {
  justify-content: center;
}

.page-interne .ac-doubleColonne,
.page-interne #fil_ariane {
  max-width: 1320px;
  width: 90%;
  margin: auto;
}

.page-interne .container.sc-content {
  max-width: none;
  width: 100%;
}

.page-interne .ac-doubleColonne.hero-bg {
  max-width: 100%;
  width: 100%;
}

.page-interne .ac-doubleColonne.hero-bg.white {
  background: #fff;
}

.ac-doubleColonne .row-btn {
  margin-top: 1.5rem;
}

.container .title-1 em,
h1 em {
  font-style: normal;
}

.encart-recrutement .btn-candidat {
  margin-top: 1.5rem;
}

.encart-recrutement .title-2 {
  margin: 4px 0 1.5rem;
}

.hero-bg .section {
  padding: 0;
}

.recrutement .page-interne .ac-include > .btn-contact {
  margin-top: 2rem;
}

.client_selection #content {
  padding: 3rem 0;
}

#encart-contact .row {
  row-gap: 2rem;
}

.gtm-encart-catalogue-recrutement {
  margin-top: 2rem;
  padding: 0;
}

#catalogue-recrutement {
  padding: 0;
}

.hero-etude-marche,
.hero-transaction {
  text-align: center;
}

.page-interne h1 {
  margin: 0;
}

.catalogue-listing main > .section {
  padding-top: 0;
}

.catalogue-listing .hero-interne {
  margin-bottom: 40px;
}

@media screen and (min-width: 993px) {
  .page-interne h1 {
    font-size: 42px;
  }

  .gtm-encart-catalogue-recrutement {
    margin-top: 4rem;
  }

  .client_selection h1 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 1.5rem;
  }

  .page-interne .ac-doubleColonne h2 {
    font-size: 39px;
  }

  .hero-etude-marche {
    padding: 46px;
    margin-top: 3rem;
  }

  .hero-etude-marche h1,
  .hero-transaction h1 {
    font-weight: 400;
  }

  .page-interne .sc-content .ac-doubleColonne .ac-colonne_1 img {
    width: 86.5%;
    margin-right: auto;
  }

  .page-interne .sc-content .ac-doubleColonne .ac-colonne_2 img {
    width: 86.5%;
    margin-left: auto;
  }

  .hero-bg p {
    max-width: 872px;
    margin: auto;
  }

  .page-interne .sc-content .ac-doubleColonne.bloc-h2 {
    align-items: center;
  }

  .page-interne .encart-recrutement {
    padding: 120px 0;
  }

  .page-interne .encart-contact-index {
    padding: 120px 0 0;
  }

  .page-interne .encart-contact-index img {
    border-radius: 50%;
    overflow: hidden;
  }

  .page-interne h2 {
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0px;
  }

  .contact-hero,
  .hero-interne,
  .hero-bg {
    padding: 13% 0 5%;
  }

  .ac-doubleColonne p:last-of-type {
    margin-bottom: 0;
  }

  .page-interne .sc-content img {
    height: 100%;
    object-fit: cover;
  }

  .page-interne #encart-contact {
    padding: 100px 0;
  }

  .clear_both {
    margin-bottom: 50px;
  }

  .catalogue-listing h1 {
    font-size: 30px;
  }
}

@media screen and (min-width: 993px) and (max-width: 1450px) {
  .contact-hero,
  .hero-interne,
  .hero-bg {
    padding: 18% 0 5%;
  }
}

.catalogue-listing h1 {
  margin: 2rem 0 1rem;
}

.row-title .row-btn {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 992px) {
  .catalogue-listing .row-title p {
    margin: 0 0 1.5rem;
  }

  .hero-transaction {
    margin-bottom: 2rem;
  }

  .clear_both {
    margin-bottom: 2rem;
  }

  #encart-contact .row .num {
    font-size: 21px;
  }

  .page-interne #container .ac-doubleColonne .ac-colonne img {
    width: auto;
    margin: 2rem auto;
  }

  .contact-hero,
  .hero-interne,
  .hero-bg {
    padding: 145px 0 80px;
  }

  .hero-bg h1,
  .hero-bg .row-btn,
  .hero-bg p {
    width: 90%;
    margin: auto;
  }

  .hero-bg .row-btn {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 600px) {
  .encart-valeurs-marche .row-text {
    flex-direction: column;
  }

  .row-btn {
    flex-direction: column;
    row-gap: 1rem;
    align-items: normal;
  }

  .btn-tel {
    justify-content: center;
  }
}

/* ****************************************************FORMULAIRE ***********************************************/

.bloc-form {
  padding: 3rem;
  height: 100%;
}

.bloc-infos {
  padding: 3rem 80px;
  height: 100%;
}

.bloc-infos .text {
  margin-bottom: 1.5rem;
}

.bloc-infos .reseaux-sociaux svg {
  fill: #fff;
}

.bloc-infos .reseaux-sociaux {
  margin-bottom: 80px;
}

.bloc-infos .title-4 {
  font-weight: 500;
  font-size: 1rem;
  margin: 24px 0 12px;
}

.bloc-infos .title-3 {
  font-size: 28px;
  margin: 0 0 1.5rem;
}

.encart-formulaire label,
.col-form-contact label {
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  font-size: 1rem;
}

.encart-formulaire .col.col-form,
.col-form-contact {
  padding: 0;
  box-shadow: 0px 4px 24px 0px hsla(0, 0%, 0%, 0.1);
}

.row-formulaire {
  margin: 3rem 0;
}

.estimer-mon-bien .bloc-2 {
  margin-top: 3rem;
}

@media screen and (min-width: 993px) {
  .estimer-mon-bien .points-forts .container {
    max-width: 1676px;
  }

  .estimer-mon-bien .card-pf {
    padding: 3rem;
  }

  .row-formulaire {
    margin: 60px 0 89px;
  }

  .estimer-mon-bien .col.col-form-contact,
  .form-candidature .col.col-form-contact {
    padding: 3rem;
  }

  .bloc-form .title-2 {
    margin-bottom: 3rem;
  }

  .contact-page .encart-questions {
    padding: 100px 0;
  }
}

#formulaire_44 .divGenerateur ul label,
#formulaire_47 .divGenerateur ul label,
#formulaire_53 .divGenerateur ul label {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
  align-items: flex-start;
}

#formulaire_44 .divGenerateur > label,
#formulaire_47 .divGenerateur > label,
#formulaire_53 .divGenerateur > label {
  display: none;
}

span.note {
  font-size: 16px;
  line-height: 26px;
  display: block;
  margin-bottom: 12px;
}

input:not([type]),
input[type="text"],
input[type="email"],
input[type="time"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="tel"],
input[type="number"],
input[type="search"],
select,
textarea {
  border-radius: 0px;
  border: 1px solid hsla(0, 0%, 0%, 0.2);
  min-height: 50px;
  box-shadow: 0px 1px 2px 0px hsla(220, 43%, 11%, 0.05);
}

#formulaire_44 p.submit,
#formulaire_47 p.submit,
#formulaire_53 p.submit {
  margin-top: 1rem;
  width: 100%;
}

#formulaire_44 p.submit .btn.primary,
#formulaire_47 p.submit .btn.accent,
#formulaire_53 p.submit .btn.accent {
  width: 100%;
}

.select-wrap::after {
  content: "\e313 ";
  top: 55%;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.secteur_choix .select-wrap::after {
  display: none;
}

.bloc-form-etude-marche .col-form {
  height: 100%;
  padding: 3rem;
  box-shadow: 0px 4px 24px 0px #0000001a;
}

.bloc-form-etude-marche .col-form P {
  margin: 0 0 1.5rem;
}

@media screen and (min-width: 601px) {
  #formulaire_44 .cp_ville,
  .cp_ville,
  #formulaire_47 .cp_ville {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }

  #formulaire_44 .cp_ville > p,
  .cp_ville > p,
  #formulaire_47 .cp_ville > p {
    width: calc(50% - 6px);
  }
}

@media screen and (max-width: 992px) {
  .row-formulaire .col.col-form-contact {
    padding: 1.5rem;
  }

  .title-2 br,
  .title-3 br {
    display: none;
  }

  .encart-formulaire .bloc-form {
    padding: 2rem 1rem;
    margin-top: 2rem;
  }

  .encart-formulaire .bloc-infos {
    padding: 2rem 1rem;
  }

  .bloc-infos .reseaux-sociaux {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 993px) {
  .bloc-form-etude-marche.section {
    padding: 120px 0;
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
  .encart-formulaire .bloc-infos {
    padding: 2rem;
  }
}

/* *************************************FORMULAIRE VISTE******************************** */
#formulaire {
  padding: 0 3rem 3rem;
}

#formulaire p {
  margin-bottom: 1.5rem;
}

#formulaire label {
  font-weight: 500;
}

/* ************************************EQUIPE *************************************************/

.card-equipe img {
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  object-fit: contain;
  margin: auto;
}

.card-equipe p {
  margin: 0;
}

.card-equipe h3 {
  margin: 20px 0 8px;
  font-weight: 400;
  font-family: var(--font-3);
  font-size: 20px;
}

.row-equipe {
  margin: 1.5rem 0 4rem;
  row-gap: 3rem;
}

.encart-equipe .col .card-equipe {
  min-width: 225px;
}

@media screen and (max-width: 992px) {
  .encart-equipe .col .card-equipe {
    margin: 1rem auto;
    min-width: 320px;
  }
}

/* **********************************************************************CONTACT INTERNE***************************************** */

#encart-contact {
  position: relative;
}

#encart-contact::before {
  position: absolute;
  content: "";
  width: 160%;
  height: 100%;
  left: -30%;
  top: 0;
  background-color: var(--primary-color);
  z-index: -1;
}

#encart-contact .card-text {
  margin: 20px 0 3rem;
}

#encart-contact .num {
  font-size: 40px;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 0px;
}

#encart-contact .row-btn {
  gap: 3rem;
}

#encart-contact .row-btn-1 {
  margin-bottom: 3rem;
}

#encart-contact .btn-contact {
  margin-top: 1.5rem;
}

/* *****************************VALEURS DU MARCHE *********************/

.encart-valeurs-marche .select-type {
  margin-bottom: 1.5rem;
}

.btn-tab {
  background-color: #fff;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: 800;
}

.btn-tab.selected,
.btn-tab:hover {
  background-color: var(--primary-color);
  color: #fff;
}

table.blueTable,
.tableau_lot {
  border: 1px solid #e2e2e2;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}

table.blueTable td,
.tableau_lot {
  text-align: center;
}

table.blueTable td,
table.blueTable th,
.tableau_lot thead td,
.tableau_lot {
  border: 1px solid #e2e2e2;
  padding: 12px 2px;
  font-weight: 400;
}

.tableau_lot thead td {
  background-color: var(--primary-color);
  color: #fff;
}

.tableau_lot {
  width: auto;
  margin: 20px 0;
}

.catalogue-detail .tableau_lot td {
  min-width: 90px;
  min-height: 40px;
  padding: 12px;
  border: 1px solid #e2e2e2;
}

.first_line td {
  font-weight: 700;
}

.dpe-ges {
  padding-left: 12px;
}

@media screen and (max-width: 600px) {
  .table-scroll-x,
  .tableau_lot {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 2rem;
  }

  table.blueTable {
    width: 600px;
  }
}

/* ***********************************************CATALOGUE**************************************** */

.encart-catalogue .title-2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.encart-catalogue .row-title {
  margin-bottom: 3rem;
}

.hero-white h1,
.hero-white p {
  text-align: center;
}

.hero-white h1 {
  margin: 0 0 1.5rem;
  font-weight: 400;
}

.hero-white.align-center h1 {
  margin: 0 auto 1.5rem;
}

.hero-white.align-center p {
  margin: auto;
}

.catalogue-listing main .title-2 {
  font-weight: 400;
  color: var(--primary-color);
}

.section.white-text .title-2 {
  color: #fff;
}

.content_catalogue {
  display: flex;
  flex-wrap: wrap;

  gap: 1rem;
}

.item_listing img,
.encart_catalogue img,
.item img {
  opacity: 1;
  transition: 0.6s;
}

.bdd-item [class*="item"]:hover img,
.encart_catalogue:hover img,
.item:hover img,
.catalogue-detail .encart_catalogue img,
.bdd_listing .item_listing:hover img {
  opacity: 0.6;
}

.item_listing .white_bd,
.item .white_bd {
  padding: 0 1.5rem 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.item_listing > a,
.imgVille > a,
.imgVille img,
.item_listing img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item_listing > a {
  height: 357px;
}

.item_listing p,
.item p {
  font-family: Inter;
  line-height: 100%;
  letter-spacing: 0px;
  margin: 0.5rem 0;
}

.surf,
.surf2 {
  color: var(--primary-color-50);
}

span.date {
  font-weight: 800;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #4e4e4e;
}

.white_bd h3,
.white_bd h3 a,
.encart_catalogue.etude-marche h3 a {
  font-family: var(--font-3);
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 0px;
  color: #1b1b1b;
  text-decoration: none;
  height: 40px;
  overflow: hidden;
}

.encart_catalogue.etude-marche .white_bd h3,
.encart_catalogue.etude-marche .white_bd h3 a {
  max-height: 90px;
}

.white_bd h3 a {
  margin: 0;
}

.white_bd .btn-savoir {
  margin-top: 0.5rem;
}

.bdd_listing h3 {
  margin-bottom: 0;
}

p.ville {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 1rem;
}

/* .row-catalogue-bien .white_bd p.ville {
    margin: 20px 0 0;
} */

.item_listing h3 a::first-letter,
p.ville::first-letter,
[class*="item"] h3::first-letter,
.item h3 a::first-letter,
.encart_catalogue.etude-marche h3 a::first-letter,
.encart_catalogue.etude-marche h3::first-letter {
  text-transform: uppercase;
}

.white_bd p.dsc {
  font-weight: 400;
  line-height: 26px;
}

.white_bd p.bouton2 {
  margin-top: 20px;
  font-weight: 400;
  color: #1b1b1b;
}

.white_bd .row-text P {
  margin: 0;
}

.encart-btn-listing {
  margin-bottom: 39px;
}

.encart-btn-listing a {
  text-decoration: none;
}

.row-title h1 {
  margin: 0 0 1.5rem;
}

.catalogue-listing .row-title p {
  margin: 0 0 3rem;
}

.encart-btn-listing {
  margin-top: 30px;
}

.catalogue-listing #encart-contact {
  margin-top: 2rem;
}

.catalogue-listing h1.title-3 {
  max-width: 1789px;
  margin: 0 auto 1.5rem;
}

p.tri {
  color: #00000080;
  margin-top: 3rem;
}

.tri-controls select {
  padding: 0.5rem 1rem;
  border: 0;
}

.paginationControl {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.gtm-encart-catalogue-recrutement .catalogue-card {
  padding: 1.5rem;
  border: 1px solid #1b1b1b1a;
}

.catalogue-card-title a {
  text-decoration: none;
  color: #1b1b1b;
  font-family: var(--font-3);
  font-weight: 800;
  font-size: 24px;
  line-height: 23px;
  letter-spacing: 0;
  display: block;
}

.catalogue-card-title {
  min-height: 50px;
}

.gtm-encart-catalogue-recrutement .bandeau-ville {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #1b1b1bb2;
  padding-bottom: 4px;
  border-bottom: 1px solid #1b1b1b33;
}

.gtm-encart-catalogue-recrutement .card-text {
  margin: 12px 0 18px;
}

.btn-postule p {
  display: block;
  width: 100%;
}

.encart-catalogue-recrutement .container {
  width: 100%;
}

.encart-btn-categories {
  display: flex;
}

.encart-btn-categories a:nth-of-type(2) {
  order: 2;
}

.encart-btn-categories a:last-of-type {
  order: 3;
}

@media screen and (max-width: 730px) {
  .paginationControl .num {
    display: none;
  }
}

@media screen and (min-width: 993px) {
  .hero-white {
    padding: 46px 0;
  }

  .hero-white.hero-bg.align-center {
    margin-bottom: 120px;
  }

  .catalogue-detail main > .section {
    padding-top: 0;
  }

  .catalogue-detail .encart_catalogue .col-img a.lightbox,
  .catalogue-detail .encart_catalogue .col-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .encart_catalogue .bloc-text {
    padding: 120px 0;
  }

  /* .catalogue-listing .col.l6:has(#img-zoom) {
        position: sticky;
        top: 2rem;
    } */
  .catalogue-listing #bloc-01 {
    padding-top: 120px;
  }

  .catalogue-listing #encart-contact,
  .catalogue-listing .encart-avis {
    padding: 120px 0;
  }

  .catalogue-listing:has(.big-container) main > .section > .container {
    max-width: none;
  }

  /* .encart-btn-listing {
        margin-top: 110px;
    } */
  .content_catalogue .bdd_listing,
  .content_catalogue .encart_catalogue {
    flex-basis: 32.2%;
  }

  .row-catalogue-bien .content_catalogue .bdd_listing {
    flex-basis: 32%;
  }

  .catalogue-listing .big-container {
    max-width: 1789px;
    margin: auto;
  }
}

@media screen and (max-width: 992px) and (min-width: 601px) {
  .content_catalogue .bdd_listing,
  .content_catalogue .encart_catalogue {
    flex-basis: 48.2%;
  }

  .row-catalogue-bien .content_catalogue .bdd_listing {
    flex-basis: 48%;
  }
}

@media screen and (max-width: 992px) {
  .hero-white {
    padding: 60px 0 8px;
  }
}

@media screen and (max-width: 600px) {
  .content_catalogue .bdd_listing,
  .content_catalogue .encart_catalogue {
    flex-basis: 100%;
  }
}

/* ***************************************************TIMELINE *******************************************/

.encart-timeline .title-2 {
  font-weight: 400;
}

.timeline {
  position: relative;
  padding-left: 60px;
  max-width: 768px;
  margin: 3rem auto 0;
}

.timeline-item {
  position: relative;
  margin-bottom: 40px;
}

.timeline > .timeline-item:not(:first-of-type) {
  padding-top: 2rem;
  border-top: 1px solid #00000033;
}

.timeline > .timeline-item:not(:last-of-type)::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -64px;
  width: 4px;
  background-color: black;
  height: 156%;
}

.timeline-dot {
  position: absolute;
  top: 0;
  left: -74px;
  width: 24px;
  height: 24px;
  background-color: var(--accent-color);
  border-radius: 50%;
  z-index: 1;
}

.timeline-content h3 {
  font-weight: 400;
  font-size: 1rem;
  margin: 0 0 8px 0;
}

.timeline-content p {
  color: gray;
  margin: 0;
  font-size: 14px;
}

@media screen and (max-width: 600px) {
  .timeline > .timeline-item:not(:last-of-type)::before {
    left: -36px;
  }

  .timeline-dot {
    left: -47px;
  }
}

/* ***************************BDD DETAILS *****************************************/

.catalogue-detail h1 {
  font-family: var(--font-3);
  line-height: 100%;
  letter-spacing: 0px;
  margin: 4px 0 3rem;
}

.catalogue-detail h2 {
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
  margin: 4px 0 1.5rem;
}

.catalogue-detail .content_description h2 {
  font-size: 24px;
}

.catalogue-detail .col.l5:has(.bdd-detail-right) {
  padding: 1.5rem;
}

.slider-navigation,
.slick-track.slider-navigation * {
  height: 100%;
  margin-left: 1rem;
}

.slider-navigation .slick-slide {
  height: 48%;
}

.catalogue-detail a.lightbox {
  margin-bottom: 0;
}

.slider-navigation .slick-slide > div {
  margin: 0.5rem;
}

.slider-principale .slick-dots {
  bottom: 2rem;
}

.ficheContact .row-text p {
  margin: 0;
}

.catalogue-detail .ficheContact a.lightbox,
.catalogue-detail .ficheContact .bloc_image_partenaire img {
  width: 187px;
  height: 187px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.bloc_image_partenaire img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
  /* Zoom permanent */
}

#encart_selection {
  margin-top: 3rem;
}

.btn-postule p {
  width: 100%;
  padding: 13px 20px;
}

.catalogue-detail .row-title {
  margin-bottom: 1rem;
}

.detail-ref.white {
  width: fit-content;
  padding: 4px 2.5px;
  font-size: 0.5rem;
}

.detail-ref.white p {
  color: #000;
}

.accent-text.num_part {
  color: var(--accent-color);
  margin: 0;
}

.details-fiche.row {
  flex-wrap: nowrap;
  margin-top: 10px;
}

.catalogue-detail .col-details-commerce {
  padding: 30px;
  background-color: var(--primary-color);
}

/* .catalogue-detail .col-details-commerce [class*="btn-"] a {
  padding: 7px 1rem;
  font-size: 13px;
} */

.texte_desc .ville-detail {
  font-weight: 800;
  margin-block: 1.5rem;
}

.catalogue-detail .col-details-commerce .btn-visite a {
  background-color: transparent;
  border: 1px solid #fff;
}

.catalogue-detail .col-details-commerce {
  position: relative;
}

.catalogue-detail .col-details-commerce::before {
  position: absolute;
  content: "";
  width: 335px;
  height: 100%;
  background-image: url(../assets/gifs/&.png);
  filter: invert(1);
  top: 0;
  left: 22%;
  z-index: 1;
  background-size: cover;
  opacity: 0.15;
}

.catalogue-detail .bdd-detail-right,
.catalogue-detail .row-btn {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 993px) {
  .catalogue-detail h1 {
    font-size: 2rem;
  }

  .catalogue-detail .col-details-commerce {
    max-width: 610px;
    margin-left: 24px;
    margin-right: 6px;
  }

  .catalogue-detail .col-sticky {
    position: sticky;
    top: 254px;
  }
}

@media screen and (max-width: 992px) {
  .bloc-form-etude-marche .col:has(.col-form) {
    margin-bottom: 4rem;
  }

  .dpe-ges.row .col {
    padding: 0;
  }

  .catalogue-detail .col-details-commerce {
    padding: 1rem;
  }

  /* .white_bd h3,
    .white_bd h3 a,
    .encart_catalogue.etude-marche h3 a {
        max-height: 21px;
    } */
  .catalogue-detail .slider-navigation {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .bdd-detail-right {
    text-align: center;
  }

  .bdd-detail-right .row-text {
    justify-content: center;
  }

  .image_partenaire img {
    margin: 0 auto 1.5rem;
  }

  .catalogue-detail .image_partenaire a {
    margin: auto;
  }
}

.ville-detail {
  margin: 0;
}

.encart-partenaires img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(1);
  /* important pour ne pas tirer l'image */
  padding: 10px;
  /* optionnel : ajoute de l'espace autour */
}

.slick-partenaires .col {
  width: auto;
  /* ou la largeur désirée */
  height: 70px;
  /* hauteur identique pour toutes */
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-slick .form-recherche option {
  background-color: white;
  color: black;
}

@media screen and (min-width: 1888px) {
  .index-page .row-col-btn {
    margin-left: 96px;
  }

  /* .main-header-content .brand .desktop-only {
    display: flex;
    justify-content: center;
  } */

  body:not(.index-page) .fold {
    width: 100%;
    /* z-index: 70; */
  }
}

.points-forts {
  background-color: #f1f7fe;
}

.encart-contact-index .col-img {
  display: flex;
  justify-content: center;
  margin: auto;
}

.encart-contact-index {
  padding: 80px 0 !important;
}

.select2-search__field::placeholder {
  color: #666 !important;
  /* gris foncé lisible */
  opacity: 1;
  /* Firefox */
}

.fold .recherche {
  width: 100%;
  justify-content: center;
  text-align: center;
  display: flex;
}

@media screen and (min-width: 993px) and (max-width: 1089px) {
  body:not(.index-page) .fold .recherche {
    height: 135px;
  }
}

@media screen and (min-width: 1090px) {
  body:not(.index-page) .fold .recherche {
    height: 82px;
  }
}

.item_listing_bien,
.item.col .white_bd,
.encart-catalogue:not(.transactions) .item.sel {
  box-shadow: 0px 4px 24px 0px hsla(0, 0%, 0%, 0.1);
}

.item_listing_bien.sel,
.item.col .white_bd,
.encart-catalogue:not(.transactions) .item.sel {
  background-color: var(--background-color);
  transition: 0.3s all ease-in-out;
}

.item_listing_bien.sel:hover,
.item.col:hover .white_bd,
.encart-catalogue:not(.transactions) .item.sel:hover {
  background-color: #f1f7fe;
}

/* .item_listing_bien:hover .white_bd.immobilier-card,
.item.sel:hover {
  background-color: #f1f7fe;
} */

.catalogue-listing .btn-recherche {
  display: flex;
  justify-content: end;
}

.details-fiche .picto-detail {
  display: flex;
  justify-content: center;
}

#blocHorsLigne {
  top: 200px !important;
}

.span-orga {
  font-size: 18px;
  font-weight: bold;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 2rem;
}

/* ***************************page lexique *****************************************/
.lexique h1 {
  margin-bottom: 2rem;
}

.lexique .title-3 {
  margin-top: 4rem;
  margin-bottom: 3rem;
  font-weight: bold !important;
}

.lexique p:has(strong) {
  margin-bottom: 0;
  margin-top: 2rem;
}

.lexique p {
  margin-top: 0;
}

.count-results {
  font-size: var(--h4-font-size);
}

.count-results span {
  font-weight: bold;
  color: var(--accent-color);
}

/* *************************** slider bdd bien details*****************************************/
@media screen and (min-width: 993px) {
  .catalogue-detail-images-wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .catalogue-detail .image-detail-catalogue:nth-child(1) {
    grid-area: 1 / 1 / 5 / 7;
  }

  .catalogue-detail .image-detail-catalogue:nth-child(2) {
    grid-area: 1 / 7 / 3 / 10;
  }

  .catalogue-detail .image-detail-catalogue:nth-child(3) {
    grid-area: 1 / 10 / 3 / 13;
  }

  .catalogue-detail .image-detail-catalogue:nth-child(4) {
    grid-area: 3 / 7 / 5 / 10;
  }

  .catalogue-detail .image-detail-catalogue:nth-child(5) {
    grid-area: 3 / 10 / 5 / 13;
  }
}

.slick-next,
.slick-prev {
  z-index: 10;
}

.bdd-item.row {
  row-gap: 24px;
  margin-block: 24px;
}
@media screen and (max-width: 992px) {
  .topbar-brand .row {
    flex-wrap: nowrap;
  }
  .topbar-brand {
    margin: auto;
  }
}

/* *************************** page recherche-mobile.php*****************************************/
body.recherche-mobile .recherche,
body.recherche-mobile .btn-recherche.col {
  text-align: center;
}

body.recherche-mobile .btn-recherche.col {
  padding-block: 2rem;
}
body.recherche-mobile .content_inp2 {
  padding-top: 2rem;
}
body.recherche-mobile .form-recherche {
  margin-block: 0;
}
@media screen and (max-width: 992px) {
  body.recherche-mobile .hero-interne {
    padding-block: 4rem;
  }
}
body.recherche-mobile h1 {
  margin: 0;
}
body.recherche-mobile .form-recherche {
  display: block;
}
@media screen and (min-width: 993px) {
  body.recherche-mobile {
    padding-top: 0 !important;
  }
}
/* *************************** ajustements module recherche*****************************************/
.select2-dropdown {
  min-width: 300px;
  font-size: 13px;
}
