/* @charset "UTF-8"; */
/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  FONTS : LIBRAIRIES
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
/*  Cormorant  */
@import 'templates/details_events.css';

@font-face {
  font-family: "Cormorant-Regular", sans-serif;
  src: url("../../fonts/Cormorant/Cormorant-Regular.woff") format(woff), url("../../fonts/Cormorant/Cormorant-Regular.ttf") format(ttf);
}

@font-face {
  font-family: "Cormorant-Medium", sans-serif;
  src: url("../../fonts/Cormorant/Cormorant-Medium.woff") format(woff), url("../../fonts/Cormorant/Cormorant-Medium.ttf") format(ttf);
}

/*  Raleway  */
@font-face {
  font-family: "Raleway-Medium", sans-serif;
  src: url("../../fonts/Raleway/Raleway-Medium.woff") format(woff), url("../../fonts/Raleway/Raleway-Medium.ttf") format(ttf);
}

@font-face {
  font-family: "Raleway-Regular", sans-serif;
  src: url("../../fonts/Raleway/Raleway-Regular.woff") format(woff), url("../../fonts/Raleway/Raleway-Regular.ttf") format(ttf);
}

/* Runalto */
@font-face {
  font-family: "Runalto-Regular";
  src: url("../../fonts/Runalto/runalto.woff") format(woff);
}

/* Poppins */
@font-face {
  font-family: "Poppins", sans-serif;
  src: url("../../fonts/Poppins/Poppins-Light.ttf") format(ttf);
}

/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  VARS : FONTS FAMILIES
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  VARS : COLORS
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  MEDIA QUERIES
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
/** MAX-WIDTH  **/
/** MIN-WIDTH  **/
/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  BURGER MENU
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  GLOBAL : FONTS
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
/* Cormorant Medium */
.h1-cormorant-medium {
  font-family: "Cormorant-Medium";
  font-size: 70px !important;
  font-weight: 500 !important;
  color: black !important;
}

@media (max-width: 767px) {
  .h1-cormorant-medium {
    font-size: 40px !important;
  }
}

.h2-cormorant-medium {
  font-family: "Cormorant-Medium";
  font-size: 40px !important;
  font-weight: 500 !important;
  font-style: normal !important;
}

@media (max-width: 767px) {
  .h2-cormorant-medium {
    font-size: 25px !important;
  }
}

.h3-cormorant-medium {
  font-family: "Cormorant-Medium" !important;
  color: #000000 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  font-style: normal !important;
  text-align: left !important;
}

/* Cormorant Regular */
.h1-cormorant-regular {
  font-family: "Cormorant-Regular" !important;
  color: #A66D03 !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  text-align: left !important;
}

@media (max-width: 767px) {
  .h1-cormorant-regular {
    font-size: 30px !important;
  }
}

.h2-cormorant-regular {
  font-family: "Cormorant-Regular" !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

@media (max-width: 767px) {
  .h2-cormorant-regular {
    font-size: 16px !important;
  }
}

.h3-cormorant-regular {
  font-family: "Cormorant-Regular" !important;
  color: #A66D03 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

@media (max-width: 767px) {
  .h3-cormorant-regular {
    font-family: "Cormorant-Medium" !important;
    font-size: 12px !important;
    font-weight: 500 !important;
  }
}

/* Raleway Medium */
.h1-raleway-medium {
  font-family: "Raleway-Medium", sans-serif !important;
  color: black !important;
  font-size: 18px !important;
  font-weight: 500 !important;
}

@media (max-width: 767px) {
  .h1-raleway-medium {
    font-size: 16px !important;
  }
}

.h2-raleway-medium {
  font-family: "Raleway-Medium", sans-serif !important;
  color: white !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

@media screen and (max-width: 767px) {
  .h2-raleway-medium {
    font-size: 14px !important;
  }
}

.h3-raleway-medium {
  font-family: "Raleway-Medium", sans-serif !important;
  color: #A66D03 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

@media screen and (max-width: 767px) {
  .h3-raleway-medium {
    font-size: 12px !important;
  }
}

/* Raleway Regular */
.h1-raleway-regular {
  font-family: "Raleway-Regular", sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
}

.h2-raleway-regular {
  font-family: "Raleway-Regular", sans-serif !important;
  color: black !important;
  font-size: 18px !important;
  font-weight: 400 !important;
}

.h3-raleway-regular {
  font-family: "Raleway-Regular", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.h4-raleway-regular {
  font-family: "Raleway-Regular", sans-serif !important;
  color: #A66D03 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.h5-raleway-regular {
  font-family: "Raleway-Regular", sans-serif !important;
  color: rgba(0, 0, 0, 0.4) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
}

/* Runalto */
.h1-runalto>div>h1 {
  font-family: "Runalto-Regular" !important;
  font-size: 60px !important;
  font-weight: 400 !important;
}

@media (max-width: 1024px) {
  .h1-runalto>div>h1 {
    font-size: 45px !important;
  }
}

.h2-runalto {
  font-family: "Runalto-Regular" !important;
  font-size: 25px !important;
  font-weight: 400 !important;
}

@media (max-width: 767px) {
  .h2-runalto {
    font-size: 20px !important;
  }
}

.h3-runalto {
  font-family: "Runalto-Regular" !important;
  font-size: 18px !important;
  font-weight: 400 !important;
}

@media (max-width: 1024px) {
  .h3-runalto {
    font-size: 16px !important;
  }
}

body {
  background-color: #FEFCF6 !important;
}

@media (screen: 767px) {
  .footer-title {
    font-size: 18px !important;
  }
}

@media (screen: 767px) {
  .article-title {
    font-size: 16px !important;
  }
}

/*page résultats*/
.breadcrumb-results {
  display: flex;
  font-family: "Raleway", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  width: auto;
  margin: 20px 80px;
}

.breadcrumb-results>div>p>a {
  color: black;
  opacity: 0.4;
}

.breadcrumb-results .home:hover>p>a {
  color: black;
  opacity: 0.4;
}

.breadcrumb-results p {
  opacity: 0.4 !important;
  font-weight: 600 !important;
}

.breadcrumb-results .results {
  color: #A66D03;
  font-family: "Raleway", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  width: auto;
}

.resultats .title h2 {
  text-align: center;
  --align-self: center;
  color: #000000;
  font-family: "Cormorant", Sans-serif;
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
  width: var(--container-widget-width, 100%);
  max-width: 100%;
  --container-widget-width: 100%;
  --container-widget-flex-grow: 0;
  margin-bottom: 0;
}

.resultats .title h1 {
  text-align: center;
  --align-self: center;
  color: #000000;
  font-family: "Cormorant", Sans-serif;
  font-size: 70px;
  font-weight: 500;
  text-transform: uppercase;
  width: var(--container-widget-width, 100%);
  max-width: 100%;
  --container-widget-width: 100%;
  --container-widget-flex-grow: 0;
  margin-top: -10px;
}

.pastevent figure{
  margin: auto 0;
}

/* En tête */
.style-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  margin: 25px;
  padding: 0;
}

.style-header .elementor-button-content-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.btn-expertise .elementor-button-wrapper {
  background-color: transparent !important;
  border-radius: 0;
  color: #A66D03 !important;
}

.btn-burger>div>div>a>span {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  MENU BURGER
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
.list-menu-burger a {
  font-size: 50px;
  font-family: "Cormorant-Regular" !important;
  text-transform: uppercase;
  font-weight: 400 !important;
}

#numero-tel {
  font-family: "Runalto", sans-serif;
  font-size: 16px;
  color: #A66D03;
  font-weight: 400;
  background-color: #F0E3C6;
  border-radius: 26px;
  padding: 12px 10px 10px 10px;
  width: 137px;
  height: 40px;
}

@media screen and (max-width: 1024px) {
  .info-menu-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-menu-burger {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .list-menu-burger a {
    font-size: 30px;
  }

  .top-menu-burger {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 0px) {
  .footer-menu-burger {
    display: none !important;
  }
}

.reseau-mobile-tablette {
  margin-top: 10px;
}

@media screen and (min-width: 1024px) {
  .btn-expertise-mobile {
    display: none !important;
  }
}

.list-menu-burger a {
  padding: 15px 20px !important;
}

.list-menu-burger a:hover {
  opacity: 0.5;
}

.menu-item-object-page>a {
  text-align: center;
  line-height: 1.1 !important;
}

.elementor-element-18cfb26 {
  gap: 10px !important;
}

@media (max-width: 767px) {
  footer .container-footer .elementor-element-8a70cf2 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  footer .container-footer .elementor-element-8a70cf2 a img {
    width: 81px;
    height: 79px;
  }
}

footer .container-footer {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

@media (max-width: 767px) {
  footer .container-footer {
    width: 100% !important;
  }
}

.del-padding-link a {
  padding: 0 !important;
}

@media (max-width: 767px) {
  .del-padding-link a {
    padding: 0 !important;
  }
}

.margin-box-footer div {
  margin-top: 20px !important;
  margin-bottom: 25px !important;
}

@media (max-width: 767px) {
  .del-margin p {
    margin: 0;
  }
}

.del-margin div {
  margin-top: 20px !important;
  margin-bottom: 25px !important;
}

@media (max-width: 767px) {
  .modify-padding-top a {
    padding-top: 16px !important;
  }
}

.modify-margin-bottom-25px a,
.modify-margin-bottom-25px p {
  margin-bottom: 20px !important;
}

@media (max-width: 767px) {

  .modify-margin-bottom-25px a,
  .modify-margin-bottom-25px p {
    margin-bottom: 25px !important;
  }
}

.margin-right-desktop {
  margin-right: 29px !important;
}

@media (max-width: 767px) {
  .margin-right-desktop {
    margin-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .center-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .center-mobile a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

.elementor-element-bc712b9 {
  height: 79px !important;
}

@media (max-width: 767px) {
  .elementor-element-bc712b9 {
    height: 320px !important;
  }
}

.elementor-element-bc712b9 .separator-footer span {
  opacity: 0.1;
}

.elementor-element-c39f151 {
  height: 1px !important;
}

.elementor-element-273c46b {
  height: 90px !important;
}

.elementor-element-1346d8c {
  cursor: pointer;
}

@media (max-width: 767px) {
  .elementor-element-2d73cef .elementor-button-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#form-field-email {
  padding: 0;
  font-family: Poppins;
  font-weight: 300;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 0px;
}

.elementor-form-fields-wrapper {
  width: 273px;
}

#bouton-send {
  padding: 0;
  position: relative;
  left: 237px;
  bottom: 46px;
}

.elementor-field-type-submit {
  width: 40px;
}

.newsletter-form>div>form>div>div>input::-webkit-input-placeholder {
  font-weight: 400 !important;
}
/*newsletter*/
.sarbacane{
  /* display: none !important; */
  width: auto !important;
  max-width: 245px !important;
}
.sarbacane h2{
  font-family: "Cormorant", sans-serif !important;
  font-size: 20px;
  color: #000000;
  text-transform: uppercase;
}
.sarbacane p{
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  color: #00000070;
}
.sarbacane input[type="email"]::placeholder {
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #00000070;
}
.sarbacane input[type="email"]{
  background-color: #FEFCF6;
  border-color: #F0E3C6;
  border-width: 0 0 2px 0;
  border-radius: 0;
}
.sarbacane input[type="email"]:hover{
  background-color: #FEFCF6;
  border-color: #F0E3C6;
  border-width: 0 0 2px 0;
  border-radius: 0;
}
.sarbacane p label{
  display: none;
}
.sarbacane input[type="submit"]{
  content: '';
  background-image: url(/wp-content/uploads/2024/02/nl-hdv.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 80%;
  left: 90%;
  border: none;
}
.sarbacane input[type="submit"]:hover{
  background-color: transparent;
  color: initial;
}




@media screen and (max-width: 767px) {
  .container-footer {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .resultats .title h1 {
    font-size: 45px;
    margin-top: 10px;
  }
  .resultats .title h2 {
    font-size: 26px;
  }
}

.link-footer>div>p>a {
  color: rgba(0, 0, 0, 0.4) !important;
}

.link-footer>div>p>a:hover {
  color: rgba(0, 0, 0, 0.3) !important;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

a {
  text-decoration: none !important;
}

@font-face {
  font-family: "Avenir-next-medium";
  src: url("../../fonts/avenir-next/AvenirNext-Medium-06.ttf");
}

@font-face {
  font-family: "Avenir-next-regular";
  src: url("../../fonts/avenir-next/AvenirNext-Regular-08.ttf");
}

/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                  COMPOSANTS : BOUTONS
 * --------------------------------------------------------------------------------------------------------------
 */
/**/
.btn-simple .elementor-button-link {
  position: relative;
  padding: 0 !important;
  color: #A66D03 !important;
  background-color: transparent !important;
}

.btn-simple .elementor-button-link::before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 1px;
  background-color: #A66D03;
  position: absolute;
  bottom: -2px;
  left: 0%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 0%;
}

.btn-simple .elementor-button-link:hover::before {
  width: 95%;
}

@media (max-width: 767px) {
  .btn-simple .elementor-button-link::before {
    width: 95%;
  }
}

.btn-background .elementor-button-link {
  color: #A66D03 !important;
  background-color: #FAF2DC !important;
  padding: 10px 24px !important;
  height: 64px;
}

.btn-background .elementor-button-link:hover {
  background-color: #F0E3C6 !important;
}

.btn-background .elementor-button-link:hover>span>span>svg,
.btn-simple .elementor-button-link:hover>span>span>svg {
  padding-left: 5px;
}

.btn-background .elementor-button-link>span,
.btn-simple .elementor-button-link>span {
  margin-top: 15px !important;
}

.btn-background .elementor-button-link>span>span>svg,
.btn-simple .elementor-button-link>span>span>svg {
  margin-top: -12px !important;
}

.elementor-button-link svg {
  padding-right: 3px !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.elementor-button-link:hover svg {
  -webkit-transition: 0.2s padding;
  transition: 0.2s padding;
  padding: 0 !important;
}

.elementor-align-icon-right>svg {
  width: 50px !important;
  height: 40px !important;
}

body {
  background-color: #fefcf6;
}

.hdv-container {
  max-width: 1900px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.del-margin-lottie>.e-con-inner {
  margin: 0 !important;
}

.del-margin-lottie>.e-con-inner .e-lottie__animation {
  width: 350px;
  height: 350px;
}

.del-margin-lottie>.e-con-inner .e-lottie__animation>canvas {
  -o-object-fit: cover;
  object-fit: cover;
}

.fade-effect::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, black, rgba(255, 255, 255, 0));
  z-index: 0;
}

.title-lot-card {
  z-index: 1;
}

.pos-relative {
  position: relative;
}

.button-lire-plus .hidden-description {
  display: contents;
}

.events-a-venir-accueil {
  height: 100%;
}

.events-a-venir-accueil .grid-item-event {
  height: 100%;
}

.events-a-venir-accueil .grid-item-event .cardy {
  height: 100%;
  position: relative;
}

.img-click{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 348px;
  height: 250px;
  z-index: 1;
}

@media screen and (max-width: 769px) {
  .button-lire-plus {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  #breadcrumbs>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }

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

  .elementor-element-3fc3132 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
}

.events-a-venir>.elementor-widget-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  background-color: transparent !important;
}

.events-a-venir>.elementor-widget-container .event-card .cards-img-container figure {
  position: relative;
  width: 420px !important;
  height: 250px !important;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .events-a-venir>.elementor-widget-container .event-card .cards-img-container figure {
    width: 325px !important;
    height: 193px !important;
  }
}

.events-a-venir>.elementor-widget-container .event-card .cards-img-container figure .presence-event {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 7px 15px;
  color: #A66D03;
  background-color: #fdfaf0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 500;
  border-radius: 60px;
  text-transform: uppercase;
}

.events-a-venir>.elementor-widget-container .event-card .cards-img-container figure .google-calendar-link-container {
  background-color: #fdfaf0;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 60px;
}

.events-a-venir>.elementor-widget-container .event-card .cards-img-container figure .google-calendar-link-container img {
  padding: 8px;
  width: 18px;
  height: 18px;
}

.events-a-venir>.elementor-widget-container .event-card .d-flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.events-a-venir>.elementor-widget-container .event-card .card-detail {
  height: 235px;
  gap: 15px;
  background-color: #fdfaf0 !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  padding: 20px 30px;
}

.events-a-venir>.elementor-widget-container .event-card .card-detail .card-title {
  max-width: 360px;
  font-family: "Cormorant", sans-serif !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  color: black !important;
  margin: 0 !important;
  text-transform: uppercase !important;
  margin-bottom: 15px !important;
}

.events-a-venir>.elementor-widget-container .event-card .card-detail .card-meta-data .elementor-post-date {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 10px !important;
  font-family: "Raleway", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: black !important;
  opacity: 0.4 !important;
}

.events-a-venir>.elementor-widget-container .event-card .button-link-underline-reverse {
  position: absolute;
  bottom: 20px;
  font-family: "Runalto", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.events-a-venir>.elementor-widget-container .event-card .button-link-underline-reverse::before {
  bottom: 0;
  left: 0;
  width: 100%;
  bottom: -4px;
}

.events-a-venir>.elementor-widget-container .event-card .button-link-underline-reverse:hover::before {
  width: 12%;
}

.events-a-venir-accueil>.elementor-widget-container>div:nth-child(1),
.events-a-venir-accueil>.elementor-widget-container>div:nth-child(2) {
  width: 50%;
  display: flex;
  justify-content: center;
}

.events-a-venir-accueil>.elementor-widget-container .cardy .info-container {
  height: calc(100% - 250px);
}

.nous-contacter {
  height: 100vh;
}

.nous-contacter>div {
  height: calc(100% + 105px) !important;
}

.nous-contacter>div>div {
  height: 100%;
}

.nous-contacter>div>div>div {
  height: 100%;
}

.nous-contacter>div>div>div>div {
  height: 100%;
}

.blocs-services-proposes {
  gap: 0;
}

.blocs-services-proposes>div {
  gap: 0 !important;
}

@media screen and (max-width: 1023px) {
  .events-a-venir>.elementor-widget-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.events-a-venir-accueil>.elementor-widget-container {
  display: flex;
  justify-content: space-between;
  gap: 0 30px;
  margin-right: -60px !important;
  background-color: transparent !important;
  justify-items: center;
}

.events-a-venir-accueil>.elementor-widget-container .event-card .cards-img-container figure {
  position: relative;
  width: 420px !important;
  height: 250px !important;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .events-a-venir-accueil>.elementor-widget-container .event-card .cards-img-container figure {
    width: 325px !important;
    height: 193px !important;
  }
}

.events-a-venir-accueil>.elementor-widget-container .event-card .cards-img-container figure .presence-event {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 7px 15px;
  color: #A66D03;
  background-color: #fdfaf0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 500;
  border-radius: 60px;
  text-transform: uppercase;
}

.events-a-venir-accueil>.elementor-widget-container .event-card .cards-img-container figure .google-calendar-link-container {
  background-color: #fdfaf0;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 60px;
}

.events-a-venir-accueil>.elementor-widget-container .event-card .cards-img-container figure .google-calendar-link-container img {
  padding: 8px;
  width: 18px;
  height: 18px;
}

.events-a-venir-accueil>.elementor-widget-container .event-card .d-flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.events-a-venir-accueil>.elementor-widget-container .event-card .card-detail {
  height: 235px;
  gap: 15px;
  background-color: #fdfaf0 !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  padding: 20px 30px;
}

.events-a-venir-accueil>.elementor-widget-container .event-card .card-detail .card-title {
  max-width: 360px;
  font-family: "Cormorant", sans-serif !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  color: black !important;
  margin: 0 !important;
  text-transform: uppercase !important;
  margin-bottom: 15px !important;
}

.events-a-venir-accueil>.elementor-widget-container .event-card .card-detail .card-meta-data .elementor-post-date {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 10px !important;
  font-family: "Raleway", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: black !important;
  opacity: 0.4 !important;
}

.events-a-venir-accueil>.elementor-widget-container .event-card .button-link-underline-reverse {
  position: absolute;
  bottom: 20px;
  font-family: "Runalto", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.events-a-venir-accueil>.elementor-widget-container .event-card .button-link-underline-reverse::before {
  bottom: 0;
  left: 0;
  width: 100%;
  bottom: -4px;
}

.events-a-venir-accueil>.elementor-widget-container .event-card .button-link-underline-reverse:hover::before {
  width: 12%;
}

@media screen and (max-width: 767px) {
  .events-a-venir-accueil .elementor-widget-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.events-a-venir-otherpage .elementor-widget-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.elementor-element-f30b783 {
  background-color: transparent !important;
}

.elementor-element-f27907d,
.elementor-element-beebaa2 {
  background-color: transparent !important;
}

.elementor-element-30b9176 #breadcrumbs>span>span {
  color: grey !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.elementor-element-30b9176 #breadcrumbs>span>span a {
  color: black !important;
  opacity: 0.4;
}

.elementor-element-30b9176 #breadcrumbs>span>span span.breadcrumb_last {
  color: #a66d03 !important;
  font-weight: 500;
}

.elementor-element-af27598>.e-con-inner {
  max-width: 1307px !important;
  margin: 0 auto !important;
}

.elementor-element-d5d4547>.e-con-inner>div>.e-con-inner {
  gap: 16px !important;
}

.elementor-element-d5d4547>.e-con-inner>div>.e-con-inner>div:first-child {
  margin-bottom: 4px;
}

.elementor-element-d5d4547>.e-con-inner>div>.e-con-inner>div:nth-child(2) p {
  margin: 0 !important;
}

.elementor-element-fa5f0a3 {
  padding-top: 5px !important;
}

.elementor-element-fa5f0a3::before {
  left: 24px !important;
  width: 42% !important;
}

.elementor-element-fa5f0a3:hover::before {
  width: 7% !important;
}

.elementor-element-2871c44 .elementor-element-6da2ba4 .elementor-widget-container p:nth-child(1) {
  margin-bottom: 25px !important;
}

.elementor-element-2871c44 .elementor-element-6da2ba4 .elementor-widget-container p:nth-child(2) {
  display: none;
}

.elementor-element-fd089e9 a:not([href]) {
  display: none;
}

.elementor-element-e42cb70 {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.elementor-element-db4ef70::before {
  width: 46% !important;
  left: 27% !important;
}

@media (max-width: 767px) {
  .elementor-element-3559f4d {
    margin-top: 20px;
  }
}

.elementor-element-aea44a8::before {
  width: 76% !important;
}

.elementor-element-aea44a8:hover::before {
  width: 12% !important;
}

.elementor-element-9d56ade::before {
  width: 68% !important;
  left: 16% !important;
}

.elementor-element-9d56ade:hover::before {
  width: 12% !important;
}

.elementor-element-87f6745>div>div a.elementor-button-link>span {
  margin: 0 !important;
  padding: 10px 0;
}

.elementor-element-86b1fb1 {
  gap: 40px !important;
}

@media (max-width: 700px) and (min-width: 380px) {
  .elementor-element-d0b379f {
    padding: 0 15px 0 25px !important;
  }
}

.elementor-element-d0b379f .elementor-element-c334471 {
  padding: 0 !important;
}

.elementor-element-1aafa8c {
  margin-top: 0 !important;
}

.elementor-element-76c63ac>.e-con-inner {
  max-width: 1321px !important;
}

@media (max-width: 1345px) {
  .scroll-event-mobile {
    overflow-x: scroll !important;
  }
}

.cardy {
  position: relative;
  height: auto;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0;
  margin-bottom: 0px !important;
}

.img-container {
  width: 100%;
  height: 250px;
}

.img-event {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.img-relative {
  position: relative;
}

.type-event {
  border-radius: 60px;
  background-color: rgb(250, 242, 220);
  color: rgb(166, 109, 3);
  font-family: Raleway;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 15px 9px 15px;
  text-transform: uppercase;
  position: absolute;
  left: 20px;
  top: 20px;
}

.info-container {
  padding: 19px 30px 30px 30px;
  background-color: rgb(253, 250, 240);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 262px;
  height: 34vh;
  max-height: 420px;
}

.info-event {
  opacity: 0.4;
  color: rgb(0, 0, 0);
  font-family: Raleway;
  font-size: 1rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.info-container h4 {
  text-transform: uppercase;
  font-family: Cormorant !important;
  margin-top: 0;
}

.btn-info {
  margin-top: 28px;
}

.btn-info a {
  color: rgb(166, 109, 3);
  font-family: Runalto;
  font-size: 1.125rem;
  font-weight: 400;
}

.btn-info a:hover {
  color: rgb(166, 109, 3);
}

.btn-info a:after {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  border-bottom: 1px solid rgb(166, 109, 3);
  content: "";
  display: block;
  width: 0;
  color: rgb(166, 109, 3);
}

.btn-info a:hover:after {
  color: rgb(166, 109, 3);
  width: 161px;
}

@media screen and (max-width: 1024px) {
  .btn-info a {
    color: rgb(166, 109, 3);
    border-bottom: 1px solid rgb(166, 109, 3);
  }
}

@media screen and (max-width: 1024px) {
  .cardy {
    margin-bottom: 0 !important;
    height: auto;
  }

  .info-event {
    font-size: 0.875rem;
  }

  .info-container {
    padding: 20px 20px 20px 20px;
  }

  .info-container h4 {
    font-size: 16px !important;
  }

  .btn-info a {
    font-size: 1rem;
  }

  .img-container {
    height: 193px;
  }
}

/* .events-container .elementor-widget-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
} */
/* @media screen and (max-width: 460px) {
  .events-container .elementor-widget-container {
    display: flex;
    justify-content: center;
  }
} */
.icon-calendar {
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 25px !important;
}

@media screen and (max-width: 1024px) {
  .icon-calendar {
    position: absolute;
    /* right: 20px;
    top: 349px; */
    border-radius: 25px !important;
  }

  .type-event {
    padding: 7px 15px 7px 15px;
  }
}

@media screen and (max-width: 767px) {
  .type-event {
    padding: 15px;
  }
}

.lot-container {
  height: 435px !important;
}

.title-lot-card {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.pos-absolute-top-card {
  position: absolute;
  top: 20px;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.swiper-slide-lot {
  width: 348px !important;
  margin-right: 0 !important;
}

@media screen and (max-width: 767px) {
  .lot-container {
    height: 406px !important;
  }
}

.lot-number,
.lot-availabilty,
.show_price_if_sold {
  position: relative;
  text-transform: uppercase;
  padding: 10px 15px;
  background-color: #faf2dc;
  border-radius: 60px;
  color: #a66d03;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.pos-absolute-top-card {
  position: absolute;
  top: 20px;
  left: 20px;
}

.swiper-lot-prev {
  background: transparent url("/wp-content/uploads/2022/11/fleche_gauche_diapo_ventes.svg") center center !important;
  width: 50px !important;
  height: 50px !important;
  left: 49px !important;
}

.swiper-lot-next {
  background: transparent url("/wp-content/uploads/2022/11/fleche_droite_diapo_vente.svg") center center !important;
  width: 50px !important;
  height: 50px !important;
  right: 49px !important;
}

.swiper-button-disabled {
  opacity: 0 !important;
}

@media (max-width: 1024px) {

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

.elementor-element-cc196f3 {
  overflow: hidden !important;
}

#swiper-resultats-lots .wrapper-lot,
#swiper-lot-page-categorie .wrapper-lot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

@media (max-width: 1024px) {

  #swiper-resultats-lots .wrapper-lot,
  #swiper-lot-page-categorie .wrapper-lot {
    gap: 15px !important;
  }
}

#swiper-resultats-lots .wrapper-lot .slide-lot,
#swiper-lot-page-categorie .wrapper-lot .slide-lot {
  margin: 0 !important;
  width: 348px !important;
}

#swiper-resultats-lots .wrapper-lot .slide-lot .cards-img-bkg,
#swiper-lot-page-categorie .wrapper-lot .slide-lot .cards-img-bkg {
  position: relative;
  height: 435px !important;
  background-size: cover;
  background-position: center;
  margin: 0 !important;
}

.event-page-selection-section .pos-absolute-top-card {
  gap: 12px;
}

.sold-result-shortcode-class {
  padding: 0 !important;
}

.sold-result-shortcode-class .grid-item-sold-result {
  position: initial !important;
}

/** swiper accueil lot  **/
@media (max-width: 767px) {
  #swiper-resultats-lots .swiper-slide-lot-accueil {
    margin: 0px !important;
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {

  #swiper-resultats-lots .swiper-lot-prev,
  #swiper-resultats-lots .swiper-lot-next {
    display: none;
  }
}

@media (max-width: 767px) {
  #swiper-resultats-lots .wrapper-lot {
    gap: 0px !important;
  }
}

.swiper-categorie-home-page>.elementor-widget-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-categorie-home-page>.elementor-widget-container .cards-img-container {
  height: 498px;
  background-size: cover !important;
}

@media (max-width: 1360px) {
  .swiper-categorie-home-page>.elementor-widget-container .cards-img-container {
    height: 394px;
  }
}

@media (min-width: 450px) {
	  .swiper-categorie-home-page>.elementor-widget-container .cards-img-container img {
		  		  	object-position: 0 -60px
	}
}

.swiper-categorie-home-page>.elementor-widget-container .swiper-button-avant {
	left: 0 !important;
}

.swiper-categorie-home-page>.elementor-widget-container .swiper-button-apres {
	right: 0 !important;
}
	  

.wrapper-categorie {
  gap: 10px !important;
  overflow-x: scroll !important;
}

.section-swiper-categorie-display {
  width: 100%;
  position: relative;
  margin: auto;
}

.section-swiper-categorie-display .cards-img-container {
  height: 498px;
  background-size: cover !important;
  width: 100%;
}

@media (max-width: 1360px) {
  .section-swiper-categorie-display .cards-img-container {
    height: 394px;
  }
}

.card-journee-dexpertise>div>div {
  max-width: 420px !important;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0;
  margin-bottom: 30px !important;
}

.img-container-journee-expertise {
  width: 100%;
  max-height: 250px !important;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .img-container-journee-expertise {
    max-height: 193px !important;
  }
}

.info-journee-container {
  padding: 19px 30px 30px 30px;
  background-color: rgb(253, 250, 240);
  margin-top: -5px;
}

.info-journee>p {
  opacity: 0.4;
  color: rgb(0, 0, 0);
  font-family: Raleway;
  font-size: 1rem;
  font-weight: 400;
}

.info-journee>h3 {
  font-family: Cormorant !important;
}

.info-journee>h3 {
  margin-top: 0 !important;
}

.btn-journee {
  margin-top: 28px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-journee a {
  color: rgb(166, 109, 3);
  font-family: Runalto;
  font-size: 1.125rem;
  font-weight: 400;
}

.btn-journee a:hover {
  color: rgb(166, 109, 3);
}

.btn-journee a:after {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  border-bottom: 1px solid rgb(166, 109, 3);
  content: "";
  display: block;
  width: 0;
  color: rgb(166, 109, 3);
}

.btn-journee a:hover:after {
  color: rgb(166, 109, 3);
  width: 115px;
}

@media screen and (max-width: 1024px) {
  .btn-journee a {
    color: rgb(166, 109, 3);
    border-bottom: 1px solid rgb(166, 109, 3);
  }
}

@media screen and (max-width: 1024px) {
  .card-journee-dexpertise>div>div {
    max-width: 325px;
    margin-bottom: 30px !important;
  }

  .info-journee-container {
    padding: 20px 20px 20px 20px;
  }

  .info-journee-container h3 {
    font-size: 16px !important;
  }

  .btn-journee a {
    font-size: 1rem;
  }

  .img-container-journee-expertise {
    height: 193px;
  }
}

.search-bar-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-bar-filter .field-search-bar-filter {
  color: rgb(166, 109, 3);
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
  padding: 20px;
  border-radius: 30px !important;
  background-color: rgb(250, 242, 220);
  border: none !important;
  /* margin-left: 20px; */
  width: 350px;
  max-width: 90%;
}

.search-bar-filter #searchsubmit {
  height: 27px !important;
  top: 23px;
  right: 12%;
}

.search-bar-filter .field-search-bar-filter::-webkit-input-placeholder {
  opacity: 0.5;
  color: rgb(166, 109, 3);
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
}

.search-bar-filter .field-search-bar-filter::-moz-placeholder {
  opacity: 0.5;
  color: rgb(166, 109, 3);
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
}

.search-bar-filter .field-search-bar-filter:-ms-input-placeholder {
  opacity: 0.5;
  color: rgb(166, 109, 3);
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
}

.search-bar-filter .field-search-bar-filter::-ms-input-placeholder {
  opacity: 0.5;
  color: rgb(166, 109, 3);
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
}

.search-bar-filter .field-search-bar-filter::placeholder {
  opacity: 0.5;
  color: rgb(166, 109, 3);
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
}

.search-bar-filter input[type=submit] {
  background-image: url("https://hdv-quinconces.agencethrive.fr/wp-content/uploads/2023/04/wen-icon.svg");
  border: none !important;
  background-color: transparent !important;
  background-repeat: no-repeat;
  color: rgb(166, 109, 3);
  background-size: 25px;
  /* margin-top: 7px !important;
  margin-right: 15px; */
}

@media screen and (max-width: 1100px) {
  .filter-container {
    margin-bottom: 50px;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .filter-box {
    display: none !important;
  }

  .field-search-bar-filter {
    padding-right: 100px !important;
    margin-left: 0px !important;
    margin-right: 10px;
  }
}

.btn-submit {
  position: absolute;
  top: 19%;
  right: 0;
}

.btn-submit:hover {
  background-color: transparent !important;
}

.search-relative {
  position: relative;
  width: 100%;
  max-width: 352px;
}

.modal-team-box div {
  border-radius: 10px;
}

.breadcrumbs-red {
  display: none;
}

.breadcrumbs-red:hover {
  color: #a66d03 !important;
}

.breadcrumbs-grey p {
  opacity: 0.4 !important;
  font-weight: 600 !important;
}

.breadcrumbs-grey:hover {
  color: black !important;
  opacity: 0.4 !important;
}

.btn-modal-handler-container {
  width: 100%;
  display: none;
  margin-top: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-modal-handler-container>.btn-modal-handler {
  background-color: #FBF3E1;
  padding: 10px 100px 15px 100px;
  text-align: center;
}

.no-scroll {
  overflow: hidden;
}

.liste-filter-container .custom-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.liste-filter-container .custom-radio:hover {
  cursor: pointer;
}

.liste-filter-container .custom-radio input[type=radio] {
  display: none;
}

.liste-filter-container .custom-radio .radio-btn {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid rgba(166, 109, 3, 0.768627451);
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px;
}

.liste-filter-container .custom-radio input[type=radio]:checked+.radio-btn {
  background-color: rgba(166, 109, 3, 0.768627451);
  border-color: #A66D03;
}

.liste-filter-container .custom-radio .radio-label {
  color: rgba(166, 109, 3, 0.768627451);
  font-size: 16px;
}

.liste-filter-container .content-collapsed-container-none-displayed {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 0px;
  opacity: 0;
  overflow: hidden;
}

.liste-filter-container .btn-modal-submit-filter {
  background-color: #FBF3E1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  padding: 10px 20px;
  width: 100%;
  color: #A66D03;
  border: none;
  border-radius: 30px;
}

.liste-filter-container .btn-modal-submit-filter:hover {
  background-color: #F0E3C6;
  color: #A66D03 !important;
}

.liste-filter-container .sub-element-filter-container {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 2px solid #FBF3E1;
  color: rgba(166, 109, 3, 0.768627451);
  padding: 20px 0;
  font-size: 24px;
  font-family: "Cormorant-Regular";
  list-style-type: none;
}

.liste-filter-container .ul-filter-container {
  width: 100%;
  padding: 0;
}

.liste-filter-container .ul-filter-container .rotate {
  rotate: 90deg;
}

.liste-filter-container .handling-apparition-sub-content {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .btn-modal-handler-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.swiper-container-detail-categorie-lot .swiper-slide-categorie-detail-lot {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.swiper-container-detail-categorie-lot .grid-item {
  margin-right: 10px !important;
}

@media screen and (max-width: 767px) {
  .swiper-container-detail-categorie-lot .swiper-slide-categorie-detail-lot {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  div.swiper-button-handling-lot-detail-categorie:nth-child(2),
  div.swiper-button-handling-lot-detail-categorie:nth-child(3) {
    display: none;
  }

  .elementor-element-4ef6540>div:nth-child(1) {
    padding-left: 30px !important;
    padding-right: 0 !important;
  }
}

.sticky-navbar-container {
  height: 130px;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-container {
  z-index: 4;
}

.searchbar-sticky-header-navbar {
  margin-left: 30px !important;
  margin-right: 30px !important;
  max-width: 500px !important;
  min-width: none;
}

.searchbar-sticky-header-navbar #searchsubmit {
  margin-top: 0px !important;
  margin-right: 0px !important;
}

.searchbar-sticky-header-navbar .search-bar-filter {
  width: 100% !important;
}

.searchbar-sticky-header-navbar .search-bar-filter .search-relative {
  width: 100% !important;
}

.searchbar-sticky-header-navbar .search-bar-filter .searchbar-navbar {
  width: 100% !important;
  background: #FEFCF6 !important;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
  border: solid 1px rgb(166, 109, 3) !important;
}

.modal-intro div {
  width: 100% !important;
}

.modal-intro-text-box {
  width: 609px !important;
}

#content>header {
  display: none;
}

#btn-expert {
  width: 100%;
}

.btn-modal-filter-mobile a {
  border-radius: 20px !important;
  font-size: 18px !important;
}

.btn-modal-filter-mobile {
  margin-bottom: 30px !important;
}

.header-accueil-title>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
  align-items:center;
}

.header-accueil-title>div p {
  width: 70%;
}

.homepage {
  background-color: #FEFCF6 !important;
  width: 100% !important;
}

.link-social a {
  color: inherit;
}

@media screen and (max-width: 1024px) {
  .right-side-header-mobile-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  #header-modal-mobile>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .modal-filter-mobile-full-height {
    height: 100vh !important;
  }

  .link-social .social {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .link-social {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .coordonnee-modal-container {
    text-align: center !important;
  }

  .chiffres-1::before,
  .chiffres-2::before,
  .chiffres-3::before {
    content: "";
    display: inline-block;
    width: 0px;
    height: 1px;
    background-color: #A66D03;
    position: absolute;
    bottom: -39px;
    left: 47%;
    width: 6%;
    opacity: 0.2;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .chiffres-2::before {
    left: 48%;
    width: 5%;
  }

  .chiffres-3::before {
    left: 47%;
    width: 6%;
  }

  .groupe-blocs-services-proposes {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .groupe-blocs-services-proposes>.blocs-services-proposes {
    width: 325px !important;
  }
}

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

  .chiffres-1::before,
  .chiffres-2::before,
  .chiffres-3::before,
  .chiffres-4::before,
  .chiffres-4::after {
    content: "";
    display: inline-block;
    width: 0px;
    height: 1px;
    background-color: #A66D03;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 38%;
    opacity: 0.2;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .chiffres-2::before {
    left: -37%;
    width: 63%;
  }

  .chiffres-3::before {
    left: -24%;
    width: 25%;
  }

  .chiffres-4::before {
    left: 0%;
    width: 18%;
  }

  .chiffres-4::after {
    left: 82%;
    width: 18%;
  }
}

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

  .chiffres-1::before,
  .chiffres-2::before,
  .chiffres-3::before,
  .chiffres-4::before,
  .chiffres-4::after {
    content: "";
    display: inline-block;
    width: 0px;
    height: 1px;
    background-color: #A66D03;
    position: absolute;
    bottom: 21px;
    left: 0;
    width: 40%;
    opacity: 0.2;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .chiffres-2::before {
    left: -40%;
    width: 72%;
  }

  .chiffres-3::before {
    left: -33%;
    width: 35%;
  }

  .chiffres-4::before {
    left: 0%;
    width: 22%;
  }

  .chiffres-4::after {
    left: 77%;
    width: 22%;
  }
}

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

  .chiffres-1::before,
  .chiffres-2::before,
  .chiffres-3::before,
  .chiffres-4::before,
  .chiffres-4::after {
    content: "";
    display: inline-block;
    width: 0px;
    height: 1px;
    background-color: #A66D03;
    position: absolute;
    bottom: 30px;
    left: -56%;
    width: 76%;
    opacity: 0.2;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .chiffres-2::before {
    left: -43%;
    width: 64%;
  }

  .chiffres-3::before {
    left: -20%;
    width: 24%;
  }

  .chiffres-4::before {
    left: -12%;
    width: 17%;
  }

  .chiffres-4::after {
    left: 89%;
    width: 11%;
  }
}

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

  .chiffres-1::before,
  .chiffres-2::before,
  .chiffres-3::before,
  .chiffres-4::before,
  .chiffres-4::after {
    content: "";
    display: inline-block;
    width: 0px;
    height: 1px;
    background-color: #A66D03;
    position: absolute;
    bottom: 30px;
    left: -61%;
    width: 84%;
    opacity: 0.2;
  }

  .chiffres-2::before {
    left: -44%;
    width: 71%;
  }

  .chiffres-3::before {
    left: -23%;
    width: 35%;
  }

  .chiffres-4::before {
    left: -24%;
    width: 39%;
  }

  .chiffres-4::after {
    left: 83%;
    width: 17%;
  }
}

.home .btn-simple-home-page .elementor-button-link {
  padding: 0 !important;
}

.home .btn-simple-home-page .elementor-button-link::before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 1px;
  background-color: #A66D03;
  position: absolute;
  bottom: 0;
  left: 0%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 0%;
}

@media (max-width: 767px) {
  .home .btn-simple-home-page .elementor-button-link::before {
    width: 95%;
  }
}

.home .btn-simple-home-page .elementor-button-link>span {
  margin-top: 15px !important;
}

.home .btn-simple-home-page .elementor-button-link>span>span>svg {
  margin-top: -12px !important;
}

.home .blocs-services-proposes:hover .btn-simple-home-page .elementor-button-link::before {
  width: 95%;
}

.home .blocs-services-proposes:hover .btn-simple-home-page .elementor-button-link svg {
  -webkit-transition: 0.2s padding;
  transition: 0.2s padding;
  padding: 0 !important;
}

.elementor-button-link svg {
  padding-right: 3px !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.elementor-button-link:hover svg {
  -webkit-transition: 0.2s padding;
  transition: 0.2s padding;
  padding: 0 !important;
}

.articles-home-page article .elementor-post__read-more {
  position: relative;
}

.articles-home-page article .elementor-post__read-more::before {
  content: "";
  -webkit-transition: 0.2s width;
  transition: 0.2s width;
  display: inline-block;
  width: 0px;
  height: 1px;
  background-color: #A66D03;
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
}

.articles-home-page article .elementor-post__card {
  background-color: #fefcf6;
}

.articles-home-page article:hover .elementor-post__read-more::before {
  -webkit-transition: 0.2s width 0.2s;
  transition: 0.2s width 0.2s;
  width: 16%;
}

@media (max-width: 767px) {
  .articles-home-page article:hover .elementor-post__read-more::before {
    width: 100%;
  }
}

.design-font-contact {
  color: #a66d03 !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  margin: 5px 0 4px 0 !important;
}

.titre-contact {
  color: #a66d03 !important;
}

.open-days-contact {
  opacity: 0.4 !important;
}

@media screen and (max-width: 1024px) {
  .groupe-blocs-services-proposes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

.service-btn {
  margin-top: auto !important;
}

@media screen and (min-width: 1025px) {
  .grid-section-actualite>div {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .grid-section-actualite>div {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    justify-items: center;
  }

  .swiper-lot-prev,
  .swiper-lot-next {
    display: none !important;
  }
}

.swiper-slide-actualite {
  width: auto !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "" !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "" !important;
}

.bloc-contact-2 input.elementor-field {
  height: 50px !important;
}

.elementor-field-type-upload {
  margin-bottom: 20px !important;
}

a.link {
  -webkit-transition: 0.2s color !important;
  transition: 0.2s color !important;
  color: rgba(0, 0, 0, 0.4) !important;
}

a.link:hover {
  color: black !important;
  -webkit-transition: 0.2s color !important;
  transition: 0.2s color !important;
}

.link-info-contact>div>p>span>a {
  color: grey !important;
}

.titre-contact,
.bloc-titre-contact-mobile,
.telephone-contact,
.mail-contact,
.adresse-contact,
.elementor-mark-required .elementor-field-label:after {
  color: #A66D03 !important;
}

.telephone-contact,
.mail-contact,
.adresse-contact {
  margin-top: 0;
  margin-bottom: 10px;
}

.texte-contact-sous-titre {
  color: rgba(0, 0, 0, 0.4) !important;
}

@media screen and (max-width: 767px) {
  .texte-contact-sous-titre {
    font-size: 16px !important;
  }
}

.texte-contact {
  color: rgba(0, 0, 0, 0.4) !important;
}

@media screen and (max-width: 767px) {
  .texte-contact {
    font-size: 14px !important;
  }
}

.bloc-contact-1 {
  max-width: 671px;
  max-height: 622px !important;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .bloc-contact-1 {
    max-height: 492px !important;
  }
}

.bloc-contact-1 .titre-contact-mobile {
  font-size: 40px !important;
}

.bloc-contact-1 .telephone-contact,
.bloc-contact-1 .mail-contact,
.bloc-contact-1 .adresse-contact {
  font-size: 14px !important;
}

.bloc-contact-2 .elementor-field-type-acceptance {
  padding-top: 45px !important;
}

.bloc-contact-2 .elementor-field-type-submit {
  margin-top: 70px !important;
  margin-bottom: 0 !important;
}

.bloc-contact-form-desktop .elementor-field-type-acceptance+a {
  width: 100% !important;
}

.contact-mobile .elementor-field-type-acceptance+a {
  width: 100% !important;
}

.elementor-field-group-checkbox_politique_conf,
.elementor-field-group-checkbox_politique_conf_mobile {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.elementor-field-group-checkbox_politique_conf label,
.elementor-field-group-checkbox_politique_conf_mobile label {
  padding-bottom: 0px !important;
  color: rgba(0, 0, 0, 0.4) !important;
  font-family: "Raleway", Sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-transform: lowercase !important;
}

.elementor-field-group-checkbox_politique_conf label .a-form-acceptance,
.elementor-field-group-checkbox_politique_conf_mobile label .a-form-acceptance {
  color: #a66d03 !important;
}

.elementor-field-group-checkbox_politique_conf .elementor-field-subgroup,
.elementor-field-group-checkbox_politique_conf_mobile .elementor-field-subgroup {
  -ms-flex-preferred-size: initial !important;
  flex-basis: initial !important;
}

#form-field-checkbox_politique_conf,
#form-field-checkbox_politique_conf_mobile {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 0px !important;
  margin-right: 10px !important;
}

.bloc-contact-2 input[type=checkbox],
.bloc-contact-form-desktop input[type=checkbox],
.container-mobile-form-contact input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  margin-top: 8px;
  margin-right: 8px;
  border: solid 1px #e9d8b0;
}

.bloc-contact-2 input:after,
.bloc-contact-form-desktop input:after,
.container-mobile-form-contact input:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: inherit;
}

.bloc-contact-2 input:checked:after,
.bloc-contact-form-desktop input:checked:after,
.container-mobile-form-contact input:checked:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  content: "";
  width: 80%;
  height: 80%;
  background-color: #A66D03;
  border-radius: inherit;
  -webkit-transform: translate(1.5px, 1.5px);
  transform: translate(1.5px, 1.5px);
  margin-top: -3px !important;
}

.bloc-contact-2 input[type=checkbox]:checked,
.bloc-contact-form-desktop input[type=checkbox]:checked,
.container-mobile-form-contact input[type=checkbox]:checked {
  border: solid 1px #A66D03;
}

.elementor-form-fields-wrapper>.elementor-field-group-nom .elementor-field-group-prenom .elementor-field-group-telephone .elementor-field-group-ville .elementor-field-group-mail .elementor-field-group-message .elementor-field-group-bouton-contact {
  padding-right: 0;
}

.contact-tablette>div>form>div {
  max-width: 100% !important;
}

.contact-tablette>div>form>div div {
  padding-right: 0 !important;
}

.contact-tablette>div>form>div div:nth-child(7) input {
  font-family: "Raleway" !important;
}

.contact-mobile>div>form>div>div input::-webkit-input-placeholder {
  font-weight: 400 !important;
  opacity: 0.4 !important;
}

.contact-mobile>div>form>div>div input::-moz-placeholder {
  font-weight: 400 !important;
  opacity: 0.4 !important;
}

.contact-mobile>div>form>div>div input:-ms-input-placeholder {
  font-weight: 400 !important;
  opacity: 0.4 !important;
}

.contact-mobile>div>form>div>div input::-ms-input-placeholder {
  font-weight: 400 !important;
  opacity: 0.4 !important;
}

.contact-mobile>div>form>div>div input::placeholder {
  font-weight: 400 !important;
  opacity: 0.4 !important;
}

.link-info-contact {
  opacity: 0.35 !important;
  color: rgb(0, 0, 0) !important;
  font-weight: 400;
}

.link-info-contact:hover {
  opacity: 0.35 !important;
  color: rgb(0, 0, 0) !important;
}

.contact-form-expertise>.e-con-inner {
  max-width: 792px !important;
  padding: 50px !important;
  background-color: #fbf3e1;
}

@media screen and (max-width: 900px) {
  .contact-form-expertise>.e-con-inner {
    max-width: 700px !important;
  }
}

@media screen and (max-width: 700px) {
  .contact-form-expertise>.e-con-inner {
    max-width: 500px !important;
  }
}

@media screen and (max-width: 500px) {
  .contact-form-expertise>.e-con-inner {
    padding: 30px 20px !important;
    max-width: 450px !important;
  }
}

@media screen and (max-width: 400px) {
  .contact-form-expertise>.e-con-inner {
    max-width: 325px !important;
  }
}

.contact-form-expertise>.e-con-inner .elementor-field-subgroup .elementor-field-option>label {
  color: rgba(119, 107, 85, 0.5098039216) !important;
}

.contact-form-expertise>.e-con-inner .elementor-field-subgroup .elementor-field-option>label .link-form {
  color: #a66d03 !important;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.contact-form-expertise>.e-con-inner .champs-obligatoires {
  font-size: 14px !important;
  color: rgba(119, 107, 85, 0.5098039216) !important;
  margin: 10px 0 2px 0 !important;
}

.contact-form-expertise .title-form-step-one {
  font-size: 25px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  font-family: "Cormorant", sans-serif !important;
}

@media screen and (max-width: 500px) {
  .contact-form-expertise .title-form-step-one {
    font-size: 18px !important;
  }
}

.contact-form-expertise .title-form-step-one.del-margin {
  margin-bottom: 0 !important;
}

.contact-form-expertise .description-form-step-one {
  font-family: "Raleway", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: black !important;
  opacity: 0.4;
  max-width: 540px;
}

.contact-form-expertise .step-div {
  margin: 10px 0 30px 0 !important;
}

.contact-form-expertise .step-div p {
  font-size: 18px !important;
  font-family: "Raleway", sans-serif !important;
  font-weight: 500 !important;
}

.contact-form-expertise .step-div .separator-step {
  background-color: #a66d03 !important;
  height: 5px !important;
  border: none;
}

.contact-form-expertise .step-div .opacity {
  opacity: 0.4;
}

.contact-form-expertise .e-form__buttons {
  margin-top: 20px;
}

.step-form {
  padding: 0 !important;
}

.step-form .e-con-inner {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.step-form .e-con-inner>.elementor-element {
  padding: 0 !important;
}

@media screen and (max-width: 500px) {
  .hidden-mobile {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .elementor-element-7a1f509 {
    padding: 0 !important;
  }

  .elementor-element-7a1f509 img {
    height: 263px !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.d-flex-col-step .e-con-inner {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  padding: 0;
  gap: 0 !important;
}

.d-flex-col-step .e-con-inner p {
  margin: 0;
}

.d-flex-col-step .e-con-inner .elementor-divider {
  padding: 9px 0 0 0 !important;
}

#form-field-field_5e79978::-webkit-input-placeholder,
#form-field-field_dddd516::-webkit-input-placeholder,
#form-field-field_abfdf17::-webkit-input-placeholder,
#form-field-field_0096dcf::-webkit-input-placeholder,
#form-field-field_a35598c::-webkit-input-placeholder,
#form-field-field_3d6645e::-webkit-input-placeholder,
#form-field-message::-webkit-input-placeholder,
#form-field-field_8bc6b8b::-webkit-input-placeholder,
#form-field-field_10b2ebc::-webkit-input-placeholder,
#form-field-field_bf87764::-webkit-input-placeholder {
  font-weight: 300 !important;
}

#form-field-field_5e79978::-moz-placeholder,
#form-field-field_dddd516::-moz-placeholder,
#form-field-field_abfdf17::-moz-placeholder,
#form-field-field_0096dcf::-moz-placeholder,
#form-field-field_a35598c::-moz-placeholder,
#form-field-field_3d6645e::-moz-placeholder,
#form-field-message::-moz-placeholder,
#form-field-field_8bc6b8b::-moz-placeholder,
#form-field-field_10b2ebc::-moz-placeholder,
#form-field-field_bf87764::-moz-placeholder {
  font-weight: 300 !important;
}

#form-field-field_5e79978:-ms-input-placeholder,
#form-field-field_dddd516:-ms-input-placeholder,
#form-field-field_abfdf17:-ms-input-placeholder,
#form-field-field_0096dcf:-ms-input-placeholder,
#form-field-field_a35598c:-ms-input-placeholder,
#form-field-field_3d6645e:-ms-input-placeholder,
#form-field-message:-ms-input-placeholder,
#form-field-field_8bc6b8b:-ms-input-placeholder,
#form-field-field_10b2ebc:-ms-input-placeholder,
#form-field-field_bf87764:-ms-input-placeholder {
  font-weight: 300 !important;
}

#form-field-field_5e79978::-ms-input-placeholder,
#form-field-field_dddd516::-ms-input-placeholder,
#form-field-field_abfdf17::-ms-input-placeholder,
#form-field-field_0096dcf::-ms-input-placeholder,
#form-field-field_a35598c::-ms-input-placeholder,
#form-field-field_3d6645e::-ms-input-placeholder,
#form-field-message::-ms-input-placeholder,
#form-field-field_8bc6b8b::-ms-input-placeholder,
#form-field-field_10b2ebc::-ms-input-placeholder,
#form-field-field_bf87764::-ms-input-placeholder {
  font-weight: 300 !important;
}

#form-field-field_5e79978::placeholder,
#form-field-field_dddd516::placeholder,
#form-field-field_abfdf17::placeholder,
#form-field-field_0096dcf::placeholder,
#form-field-field_a35598c::placeholder,
#form-field-field_3d6645e::placeholder,
#form-field-message::placeholder,
#form-field-field_8bc6b8b::placeholder,
#form-field-field_10b2ebc::placeholder,
#form-field-field_bf87764::placeholder {
  font-weight: 300 !important;
}

.elementor-field-group-field_0fc960e>div>div,
.elementor-field-group-field_48322d8>div>div,
.elementor-field-group-field_48322d8>div>div {
  width: auto;
}

.elementor-field-group-field_0fc960e>div>div>button,
.elementor-field-group-field_48322d8>div>div>button,
.elementor-field-group-field_48322d8>div>div>button {
  width: 100%;
  text-align: left;
}

.elementor-field-group-field_0fc960e>div>div>button::after,
.elementor-field-group-field_48322d8>div>div>button::after,
.elementor-field-group-field_48322d8>div>div>button::after {
  content: url("/wp-content/uploads/2022/12/arrow-propos-carrousel-next.svg");
  position: absolute;
  top: 4px;
}

.elementor-field-group-field_0fc960e>span,
.elementor-field-group-field_48322d8>span,
.elementor-field-group-field_48322d8>span {
  margin-top: 15px !important;
}

.elementor-field-group-field_0fc960e>span>span>svg,
.elementor-field-group-field_48322d8>span>span>svg,
.elementor-field-group-field_48322d8>span>span>svg {
  margin-top: -12px !important;
}

.elementor-field-group-field_48322d8>div>div>button {
  text-align: center;
}

.elementor-field-group-field_48322d8>div>div>button>span {
  padding-right: 30px;
}

.elementor-field-group-field_48322d8>div>div>button::after {
  content: url("/wp-content/uploads/2022/12/arrow-propos-carrousel-next.svg");
  position: absolute;
  top: 4px;
  padding-left: 75px;
}

.elementor-field-group-field_48322d8>div>div.elementor-field-group.e-form__buttons__wrapper.elementor-field-type-previous>button>span {
  padding-right: 0;
}

.elementor-field-group-field_48322d8>div>div.elementor-field-group.e-form__buttons__wrapper.elementor-field-type-previous>button::before {
  position: absolute;
  content: url("/wp-content/uploads/2022/12/arrow-propos-carrousel-previous.svg");
  margin-left: -55px;
  margin-top: -10px;
}

.elementor-field-group-field_48322d8>div>div.elementor-field-group.e-form__buttons__wrapper.elementor-field-type-previous>button::after {
  display: none;
}

/**
* Style for the checkbox in the contact form
* Replace the Elementor checkbox by a new one
* /!\ Don't forget to change the colour in case of need
**/
input[type=checkbox] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.elementor-field-group-mt_checkbox>div label {
  position: relative;
}

.elementor-field-group-mt_checkbox>div label:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 0.5em;
  vertical-align: -3px;
  border: 1px solid #A66D03;
  border-radius: 2px;
  padding: 0.12em;
  background-color: transparent;
  background-clip: content-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.elementor-field-group-mt_checkbox>div label:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  height: 11px;
  left: 2px;
  position: absolute;
  top: 11px;
  -webkit-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  width: 6px;
  display: none;
}

.elementor-field-group-mt_checkbox>div input:hover+label:before {
  border-color: #A66D03;
}

.elementor-field-group-mt_checkbox>div input:checked+label:before {
  border-color: #A66D03;
  background: #A66D03;
}

.elementor-field-group-mt_checkbox>div input:checked+label:after {
  -webkit-animation: check 0.8s ease 0s running;
  animation: check 0.8s ease 0s running;
  display: block;
  width: 6px;
  height: 11px;
  border-color: #fff;
}

@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0;
  }

  25% {
    height: 0;
    width: 6px;
  }

  50% {
    height: 11px;
    width: 6px;
  }
}

@keyframes check {
  0% {
    height: 0;
    width: 0;
  }

  25% {
    height: 0;
    width: 6px;
  }

  50% {
    height: 11px;
    width: 6px;
  }
}

#elementor-popup-modal-3616>div {
  border-radius: 10px;
}

#elementor-popup-modal-3616>div>div.dialog-close-button.dialog-lightbox-close-button {
  display: none;
}

#form-width>div>form>div {
  width: 100% !important;
  max-width: 100% !important;
}

.elementor-1953 .elementor-element.elementor-element-15da2d0 .elementor-form-fields-wrapper {
  /* margin-right: calc( -30px/2 ); */
  margin-bottom: -20px;
  margin-left: 0px !important;
}

@media screen and (max-width: 767px) {
  #form-width>div>form>div>div>div {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #form-width>div>form>div>div>div:nth-child(2) {
    padding-right: 10px !important;
  }

  #form-width>div>form>div>div>div:nth-child(3) {
    padding-left: 10px !important;
  }
}

.elementor-1953 .elementor-element.elementor-element-15da2d0 .elementor-button {
  padding: 0px 45px 0px 20px !important;
}

.elementor-field-group-field_48322d8>div>div>button::after {
  padding-left: 35px !important;
}

.btn-2-estimation>div>form>div>div:nth-child(2)>div:nth-child(16)>div:nth-child(1) {
  width: 190px !important;
}

.btn-2-estimation>div>form>div>div:nth-child(2)>div:nth-child(16)>div:nth-child(1)>button {
  text-align: right !important;
  padding-right: 30px !important;
}

@media screen and (max-width: 767px) {
  .elementor-field-group-field_48322d8>div>div>button::after {
    padding-left: 26px !important;
    margin-top: 65px;
  }
}

.elementor-field-group-field_48322d8>div>div.elementor-field-group.e-form__buttons__wrapper.elementor-field-type-previous>button::before {
  margin-left: -66px !important;
  margin-top: -11px !important;
}

.elementor-element-129aa2d {
  padding: 0;
}

.elementor-element-129aa2d>.e-con-inner {
  max-width: none !important;
}

.elementor-element-129aa2d>.e-con-inner .elementor-element-619ef02 {
  margin-top: 23px !important;
}

.elementor-element-129aa2d>.e-con-inner .elementor-element-619ef02 .elementor-button-link::before {
  width: 100%;
  bottom: -5px !important;
}

.elementor-element-129aa2d>.e-con-inner .elementor-element-619ef02 .elementor-button-link:hover::before {
  width: 9%;
}

.elementor-element-129aa2d>.e-con-inner .elementor-element-619ef02 .left-border-text p {
  margin: 0;
  border-left: solid 3px #e9d8b0;
  padding-left: 25px;
}

.acheter-vendre-section .transparent-btn>div>div>a {
  background-color: rgba(255, 255, 255, 0.4588235294) !important;
  color: white !important;
  padding: 0 5px 0 19px !important;
}

.acheter-vendre-section .transparent-btn>div>div>a svg {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(16%) hue-rotate(287deg) brightness(106%) contrast(102%) !important;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(16%) hue-rotate(287deg) brightness(106%) contrast(102%) !important;
}

.acheter-vendre-section .transparent-btn>div>div>a:hover {
  color: #a66d03 !important;
}

.acheter-vendre-section .transparent-btn>div>div>a:hover svg {
  -webkit-filter: brightness(0) saturate(100%) invert(40%) sepia(16%) saturate(5259%) hue-rotate(22deg) brightness(97%) contrast(98%) !important;
  filter: brightness(0) saturate(100%) invert(40%) sepia(16%) saturate(5259%) hue-rotate(22deg) brightness(97%) contrast(98%) !important;
}

@media (max-width: 767px) {
  .acheter-vendre-section .transparent-btn>div>div>a {
    background-color: #faf2dc !important;
    color: #a66d03 !important;
    width: 292px;
  }

  .acheter-vendre-section .transparent-btn>div>div>a svg {
    -webkit-filter: brightness(0) saturate(100%) invert(40%) sepia(16%) saturate(5259%) hue-rotate(22deg) brightness(97%) contrast(98%) !important;
    filter: brightness(0) saturate(100%) invert(40%) sepia(16%) saturate(5259%) hue-rotate(22deg) brightness(97%) contrast(98%) !important;
  }

  .acheter-vendre-section .transparent-btn>div>div>a>.elementor-button-content-wrapper {
    width: 170px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {

  .elementor-element-129aa2d,
  .elementor-element-6fe6c9a {
    padding: 0 !important;
  }
}

.elementor-element-6fe6c9a {
  padding: 0 !important;
}

.image-bandeau>.elementor-widget-container {
  overflow: hidden !important;
}

.image-bandeau img {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

@media (max-width: 767px) {
  .image-bandeau img {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
}

@media (min-width: 768px) {
  .border-right-text {
    border-right: solid 5px #faf2dc;
    padding-right: 30px !important;
  }
}

@media (min-width: 768px) {
  .border-left-text {
    border-left: solid 5px #faf2dc;
    padding-left: 30px !important;
  }
}

.bg-color-border-hover:hover .border-right-text,
.bg-color-border-hover:hover .border-left-text {
  border-right-color: #F0E3C6;
  border-left-color: #F0E3C6;
}

@media screen and (max-width: 400px) {
  div[data-id="1c2a587"] {
    width: 100%;
  }

  div[data-id="1c2a587"] div>div>a {
    width: 90% !important;
  }
}

.carrousel-img .elementor-swiper-button {
  background-color: #fbf3e1;
  border-radius: 5px;
}

.carrousel-img .elementor-swiper-button.elementor-swiper-button-prev,
.carrousel-img .elementor-swiper-button.elementor-swiper-button-next {
  position: absolute;
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.carrousel-img .elementor-swiper-button.elementor-swiper-button-prev {
  left: -27px;
}

.carrousel-img .elementor-swiper-button.elementor-swiper-button-prev .eicon-chevron-left {
  background: transparent url("/wp-content/uploads/2022/12/arrow-propos-carrousel-previous.svg") center center !important;
}

.carrousel-img .elementor-swiper-button.elementor-swiper-button-next {
  right: -27px;
}

.carrousel-img .elementor-swiper-button.elementor-swiper-button-next .eicon-chevron-right {
  background: transparent url("/wp-content/uploads/2022/12/arrow-propos-carrousel-next.svg") center center !important;
}

.carrousel-img .elementor-swiper-button ::before {
  color: #fbf3e1 !important;
}

@media (max-width: 768px) {

  .carrousel-img .elementor-swiper-button.elementor-swiper-button-prev,
  .carrousel-img .elementor-swiper-button.elementor-swiper-button-next {
    display: none;
  }
}

@media (max-width: 767px) {
  .carrousel-img {
    width: 310px !important;
    margin: 0 auto;
  }

  .carrousel-img>.elementor-widget-container {
    padding: 0 !important;
  }
}

@media (max-width: 1024px) {
  .carrousel-image-apropos-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.elementor-element-6a58cf6>.e-con-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .custom-lot-et-apropos-carroussel .swiper-container {
    overflow: inherit !important;
  }

  .custom-lot-et-apropos-carroussel .swiper-container .swiper-slide {
    padding: 0 10px !important;
  }

  .custom-lot-et-apropos-carroussel .swiper-container .swiper-slide-image {
    height: 185px !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.swiper-mobile-team .nom-personne,
.swiper-mobile-team .nom-metier-mobile {
  font-family: Raleway;
  font-size: 16px;
  color: black;
  margin: 0;
  font-style: normal !important;
}

.swiper-mobile-team .nom-personne {
  font-weight: 500;
  margin-top: 15px;
}

.swiper-mobile-team .nom-metier-mobile {
  font-weight: 400;
  opacity: 0.4;
  text-transform: uppercase;
  margin-top: 5px;
}

.elementor-element-42198c6>.e-con-inner {
  padding-bottom: 0px !important;
}

.my-blog .elementor-post__text,
.my-blog .elementor-post__title,
.my-blog .elementor-post__excerpt,
.my-blog .elementor-post__read-more,
.my-blog .elementor-post__meta-data {
  margin: 0 !important;
  padding: 0 !important;
}

.my-blog .elementor-post__text {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  padding: 5px 20px 20px 20px !important;
}

.my-blog .elementor-post__text .elementor-post__excerpt {
  margin: 15px 0 20px 0 !important;
}

.my-blog .elementor-post__meta-data {
  padding-left: 20px !important;
  border: none !important;
}

.my-blog .elementor-post__thumbnail__link,
.my-blog .elementor-post__thumbnail,
.my-blog img {
  height: 250px !important;
  padding: 0 !important;
}

.my-blog img {
  -o-object-fit: cover;
  object-fit: cover;
}

.my-blog .elementor-post__read-more-wrapper {
  width: 116px;
  position: relative;
  padding: 0 !important;
  color: #A66D03 !important;
  background-color: transparent !important;
}

.my-blog .elementor-post__read-more-wrapper::before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 1px;
  background-color: #A66D03;
  position: absolute;
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.my-blog .elementor-post__read-more-wrapper:hover::before {
  width: 18%;
}

.my-blog .elementor-post__card {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.fil-ariane-blog #breadcrumbs>span>span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px;
}

@media (max-width: 767px) {
  .fil-ariane-blog #breadcrumbs>span>span {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.img-mise-en-avant img {
  height: 363px !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.container-article .elementor-widget-theme-post-content>.elementor-widget-container h1,
.container-article .elementor-widget-theme-post-content>.elementor-widget-container h2,
.container-article .elementor-widget-theme-post-content>.elementor-widget-container h3,
.container-article .elementor-widget-theme-post-content>.elementor-widget-container h4,
.container-article .elementor-widget-theme-post-content>.elementor-widget-container h5,
.container-article .elementor-widget-theme-post-content>.elementor-widget-container h6,
.container-article .elementor-widget-theme-post-content>.elementor-widget-container p {
  color: #000000;
  max-width: 869px;
  margin-left: auto;
  margin-right: auto;
}

.container-article .elementor-widget-theme-post-content>.elementor-widget-container h1,
.container-article .elementor-widget-theme-post-content>.elementor-widget-container h2,
.container-article .elementor-widget-theme-post-content>.elementor-widget-container h3,
.container-article .elementor-widget-theme-post-content>.elementor-widget-container h4,
.container-article .elementor-widget-theme-post-content>.elementor-widget-container h5,
.container-article .elementor-widget-theme-post-content>.elementor-widget-container h6 {
  text-transform: uppercase;
  font-family: "Cormorant", sans-serif;
}

.container-article .elementor-widget-theme-post-content>.elementor-widget-container h1 {
  font-size: 45px;
}

@media (max-width: 767px) {
  .container-article .elementor-widget-theme-post-content>.elementor-widget-container h1 {
    font-size: 30px;
  }
}

.container-article .elementor-widget-theme-post-content>.elementor-widget-container h2 {
  font-size: 40px;
}

@media (max-width: 767px) {
  .container-article .elementor-widget-theme-post-content>.elementor-widget-container h2 {
    font-size: 25px;
  }
}

.container-article .elementor-widget-theme-post-content>.elementor-widget-container h3 {
  font-size: 35px;
}

@media (max-width: 767px) {
  .container-article .elementor-widget-theme-post-content>.elementor-widget-container h3 {
    font-size: 22px;
  }
}

.container-article .elementor-widget-theme-post-content>.elementor-widget-container h4 {
  font-size: 30px;
}

@media (max-width: 767px) {
  .container-article .elementor-widget-theme-post-content>.elementor-widget-container h4 {
    font-size: 20px;
  }
}

.container-article .elementor-widget-theme-post-content>.elementor-widget-container h5 {
  font-size: 25px;
}

@media (max-width: 767px) {
  .container-article .elementor-widget-theme-post-content>.elementor-widget-container h5 {
    font-size: 18px;
  }
}

.container-article .elementor-widget-theme-post-content>.elementor-widget-container h6 {
  font-size: 20px;
}

@media (max-width: 767px) {
  .container-article .elementor-widget-theme-post-content>.elementor-widget-container h6 {
    font-size: 16px;
  }
}

.container-article .elementor-widget-theme-post-content>.elementor-widget-container p {
  opacity: 0.4;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
}

@media (max-width: 767px) {
  .container-article .elementor-widget-theme-post-content>.elementor-widget-container p {
    font-size: 16px;
  }
}

.container-article .elementor-widget-theme-post-content>.elementor-widget-container img {
  max-width: 1320px;
  height: 450px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .container-article .elementor-widget-theme-post-content>.elementor-widget-container img {
    height: 363px;
  }
}

@media (max-width: 1024px) {
  .container-article {
    max-width: none !important;
    margin: 0 !important;
    padding: 0 25px !important;
    margin-bottom: 50px !important;
  }
}

.description-categorie>p {
  text-align: left;
  color: rgba(0, 0, 0, 0.4);
  font-family: "Raleway", Sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.image-bandeau.image-detail-categorie {
  height: 363px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  border-radius: 10px 10px 10px 10px;
}

.shortcode-detail-categorie-container {
  width: 100%;
}

.all-categories-section {
  max-width: 1323px !important;
  padding: 0 !important;
}

.all-categories-section>.e-con-inner {
  margin: 0 !important;
  padding: 0 !important;
}

.all-categories-section>.e-con-inner .elementor-widget-shortcode>.elementor-widget-container .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 212px 10px 212px 10px 212px 10px 212px 10px 212px 10px 212px;
  grid-template-columns: repeat(6, 212px);
  grid-column-gap: 10px !important;
  grid-row-gap: 30px !important;
  width: 100%;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

@media screen and (max-width: 1380px) {
  .all-categories-section>.e-con-inner .elementor-widget-shortcode>.elementor-widget-container .grid {
    -ms-grid-columns: (212px)[5];
    grid-template-columns: repeat(5, 212px);
    max-width: 1100px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1130px) {
  .all-categories-section>.e-con-inner .elementor-widget-shortcode>.elementor-widget-container .grid {
    -ms-grid-columns: (212px)[4];
    grid-template-columns: repeat(4, 212px);
    max-width: 880px;
  }
}

@media screen and (max-width: 1045px) {
  .all-categories-section>.e-con-inner .elementor-widget-shortcode>.elementor-widget-container .grid {
    -ms-grid-columns: (212px)[3];
    grid-template-columns: repeat(3, 212px);
    max-width: 656px;
  }
}

@media screen and (max-width: 675px) {
  .all-categories-section>.e-con-inner .elementor-widget-shortcode>.elementor-widget-container .grid {
    -ms-grid-columns: 160px 5px 160px;
    grid-template-columns: repeat(2, 160px);
    max-width: 330px;
    grid-column-gap: 5px !important;
    grid-row-gap: 11px !important;
  }
}

.all-categories-section>.e-con-inner .elementor-widget-shortcode>.elementor-widget-container .grid .cards-img-bkg {
  height: 498px !important;
  position: relative;
}

@media screen and (max-width: 675px) {
  .all-categories-section>.e-con-inner .elementor-widget-shortcode>.elementor-widget-container .grid .cards-img-bkg {
    height: 375px !important;
  }
}

.search-bar-categorie-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.title-categorie-card {
  margin: 0 !important;
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  z-index: 1;
}

.categorie-btn-expertise .elementor-button-link {
  background-color: #F0E3C6 !important;
}

.fil-ariane-categorie-detail #breadcrumbs>span>span {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 12px;
}

.arrow-reverse-hover-btn .elementor-button-link svg {
  width: 50px !important;
  height: 40px !important;
  margin-top: -12px;
  padding-left: 3px;
  padding-right: 0 !important;
}

.arrow-reverse-hover-btn .elementor-button-link:hover svg {
  padding-left: 0 !important;
}

.top-card-gap-category {
  gap: 13px;
}

.search-category-page .elementor-search-form__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 0 30px 0 10px;
}

.search-category-page .elementor-search-form__container .elementor-search-form__icon {
  color: #a66d03 !important;
}

@media (max-width: 767px) {
  .max-width-realise-expertise {
    max-width: 200px !important;
  }
}

.hover-categorie-card .title-categorie-card {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.hover-categorie-card .cards-img-container {
  overflow: hidden;
  position: relative;
}

.hover-categorie-card .cards-img-container .cards-img-bkg {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: scale(1);
  transform: scale(1);
  background-size: cover !important;
}

.hover-categorie-card:hover .title-categorie-card {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hover-categorie-card:hover .cards-img-container {
  overflow: hidden !important;
}

.hover-categorie-card:hover .cards-img-container .cards-img-bkg {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.grid-categorie {
  -ms-grid-columns: 212px 10px 212px 10px 212px 10px 212px 10px 212px 10px 212px;
  grid-template-columns: repeat(6, 212px);
  grid-column-gap: 10px !important;
  grid-row-gap: 30px !important;
  width: 100%;
  display: -ms-grid;
  display: grid;
}

.fil-ariane-page-produit #breadcrumbs>span>span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

@media (min-width: 1024px) {
  .two-cols-display>.elementor-widget-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 110px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .two-cols-display>.elementor-widget-container span {
    max-width: 605px;
  }
}

@media (max-width: 1024px) {
  .width-container-img {
    width: 100% !important;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .product-page-categorie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
}

.filtre-nos-events {
  width: 800px;
  height: 58px;
  border-radius: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FBF3E1;
}

.rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#form-ui {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#form-ui>div {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

#form-ui>div>div:nth-child(1),
#form-ui>div>div:nth-child(2) {
  width: 50%;
}

#form-ui>p:nth-child(4) {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* responsive téléphone */
.search-bar {
  width: 325px;
  border-radius: 24px;
  background-color: #fbf3e1;
  height: 46px;
}

@media screen and (min-width: 769px) {
  .titre {
    font-size: 40px;
  }

  .search-bar {
    display: none;
  }
}

.filter-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  position: relative;
  height: 100% !important;
  padding-right: 30px;
}

.filter-container .select-custom-filter {
  position: relative;
  height: 100% !important;
}

.filter-container .select-custom-filter::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 20px;
  height: 5px;
  background-image: url("/wp-content/uploads/2023/05/chevron.svg");
  background-size: cover;
  rotate: 180deg;
}

#type-of-sold,#date {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.filters-button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.h2-event {
  margin: 0 80px;
  border-bottom: 1px solid rgba(166, 109, 3, 0.2);
}

@media screen and (max-width: 767px) {
  .h2-event {
    font-size: 25px;
    margin: 0 25px;
    text-align: start;
  }
}

.title-event-section {
  padding-top: 50px;
  background-color: #fbf3e1;
  color: #a66d03 !important;
  font-family: "Cormorant" !important;
  font-size: 40px !important;
  font-weight: 500 !important;
}

.empty-event {
  font-family: Raleway;
  color: rgba(0, 0, 0, 0.4);
}

#type-of-sold,#date {
  background-color: rgb(250, 242, 220);
}

/** display none quand on filtre avec evenement à venir, ou evenement passé **/
.display-none-when-filtered-event {
  display: none !important;
}

.elementor-element-1c81687>div:nth-child(1) {
  max-width: 100%;
}

.grid-lot-catalogue-container .grid-catalogue .grid-item {
  width: 348px !important;
}

.display-none-message {
  display: none;
}

.lot-event-title {
  border: 1px solid rgb(166, 109, 3) !important;
  border-radius: 26px;
  padding: 9px 20px 9px 20px !important;
  text-align: center;
  margin: 0 auto;
  font-family: "Raleway" !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

@media screen and (max-width: 767px) {
  .photo-complementaire-title>div {
    padding: 0 30px !important;
  }
}

.carrousel-detail-lot .elementor-swiper-button.elementor-swiper-button-prev {
  left: 0px !important;
}

.carrousel-detail-lot .elementor-swiper-button.elementor-swiper-button-next {
  right: 0px !important;
}

@media screen and (max-width: 500px) {
  .elementor-element-245ed67 {
    margin-top: 0px;
  }

  .elementor-element-0695124 {
    margin-bottom: 50px !important;
  }

  .elementor-element-0695124 div {
    width: 100vw;
  }

  .elementor-element-3433e89>div {
    padding-right: 0px !important;
    margin-bottom: 50px !important;
  }

  .elementor-element-245ed67 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .elementor-element-245ed67 .elementor-element-0695124 {
    margin-bottom: 0px !important;
    margin-top: 80px !important;
  }
}

.filter-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 100px;
  margin-top: 19px;
}

.filter-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgb(250, 242, 220);
  padding: 5px;
  border-radius: 29px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}

#filter-box-actualite {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media screen and (max-width: 1000px) {
  .filter-container {
    margin-bottom: 50px;
    margin-top: 50px;
  }

  .field-search-bar-filter {
    padding-right: 100px !important;
    margin-left: 0px !important;
    margin-right: 10px;
  }
}

.category-select,.date-select {
  width: 230px !important;
  border-radius: 26px;
  background-color: rgb(250, 242, 220);
  border: 0px;
  color: rgb(166, 109, 3);
  font-family: "Raleway";
  font-size: 18px;
}

.category-select:focus,.date-select:focus {
  outline: none;
}

.category-select:hover,.date-select:hover {
  background-color: rgb(240, 227, 198) !important;
}

.btn-filter {
  border-radius: 26px;
  padding: 13px 20px 13px 20px;
  font-size: 18px;
  font-family: "Raleway";
  border: 0px;
  color: rgb(166, 109, 3);
}

.btn-filter.active {
  background-color: rgb(240, 227, 198);
  color: rgb(166, 109, 3);
}

.btn-filter:hover {
  background-color: rgb(240, 227, 198);
  color: rgb(166, 109, 3);
}

.card-article {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px !important;
  justify-items: center;
  height: auto !important;
  padding: 50px 80px;
  background-color: rgb(251, 243, 225);
}

.grid-item {
  position: initial !important;
  top: none !important;
  left: none !important;
}

@media screen and (max-width: 767px) {
  .card-article {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 50px 15px;
  }

  .swiper-slide-actualite-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100% !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .card-article {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    padding: 50px 25px;
  }
}

.container-info-article {
  padding: 19px 30px 30px 30px;
  background-color: rgb(254, 252, 246);
}

.font-btn>a {
  font-family: "Runalto-Regular" !important;
}

.title-result-sold-section {
  text-align: center;
}

.title-result-sold-section>h2 {
  padding-bottom: 10px;
}

* #year-filter-select {
  height: 100% !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.sold-result-container .grid-item-sold-result {
  width: 348px !important;
}

@media screen and (max-width: 767px) {
  .sold-result-container .grid-item-sold-result {
    width: 325px !important;
  }
}

.elementor-element-8cde65c>div:nth-child(1) {
  display: initial !important;
}

.swiperSelectionCommisairePriseur .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swiperSelectionCommisairePriseur .swiper-slide article {
  width: 348px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.type-vente-evenement-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.categorie-event-txt {
  color: #A66D03;
  margin: 0;
  padding: 10px;
  border: solid 1px #A66D03;
  border-radius: 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.type-vente-evenement-container .type-vente-evenement {
  color: rgba(0, 0, 0, 0.4);
  font-family: "Raleway", Sans-serif;
  margin: 0 10px;
  font-size: 18px;
  font-weight: 400;
}

.elementor-element-3bf9ef8 {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.elementor-element-85ae294 {
  width: auto !important;
}

.elementor-element-85ae294 div {
  width: auto !important;
}

@media (max-width: 1024px) {
  .elementor-8291 .elementor-element.elementor-element-5782fda {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
}

@media (max-width: 767px) {
  .elementor-element-3bf9ef8 {
    margin-top: 30px !important;
  }

  .elementor-element-85ae294 {
    margin-top: 30px !important;
  }

  .elementor-8291 .elementor-element.elementor-element-fc9dc39>.elementor-widget-container {
    padding: 0 !important;
  }

  .swiperSelectionCommisairePriseur .swiper-button-next {
    display: none;
  }

  .swiperSelectionCommisairePriseur .swiper-button-prev {
    display: none;
  }
}

.photoplus{
  flex-wrap: wrap;
}