a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

div#box_ai_message {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  display: block;
}
div#box_ai_message a.close-msg {
  position: absolute;
  right: 0;
  top: 0;
}
div#box_ai_message a.close-msg .interest__close {
  width: 30px;
  top: 0;
  right: 0;
}
div#box_ai_message a.close-msg .interest__close svg#close {
  width: 15px;
  height: 20px;
  margin-top: 5px;
}
div#box_ai_message a.close-msg .interest__close svg#close rect#Rectangle_44 {
  fill: white;
}
div#box_ai_message a.close-msg .interest__close svg#close rect#Rectangle_46 {
  fill: white;
}
div#box_ai_message .ai_message {
  position: relative;
  width: auto;
  pointer-events: none;
  max-width: 500px;
  margin: 30% auto;
  z-index: 1050;
}
div#box_ai_message .ai_message .ai-dialog {
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #008f70;
  background-clip: padding-box;
  border: 2px solid #008f70;
  border-radius: 0.3rem;
  color: white;
  outline: 0;
  font-size: 14px;
  text-align: center;
}
div#box_ai_message .ai_message .ai-dialog .ai-content a {
  color: #fff;
  display: block;
  background-color: #008f70;
}
div#box_ai_message .modal-ai {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  transition: opacity 0.15s linear;
  opacity: 0.5;
}

.ai_message {
  position: relative;
  width: auto;
  pointer-events: none;
  max-width: 500px;
  margin: 30% auto;
  z-index: 1050;
}

div#block-ai-local-tasks {
  z-index: 9;
  background: #f1f2f2;
  position: relative;
}
div#block-ai-local-tasks ul {
  padding: 5px 0 0;
  display: flex;
  justify-content: center;
  margin: 0;
  position: fixed;
  top: 27%;
  right: 0;
  width: max-content;
  height: 30%;
}
div#block-ai-local-tasks ul li a {
  text-align: left;
  padding: 8px 0 10px;
  margin: 0 20px;
  display: block;
  color: #008f70;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  font-family: "Verdana", sans-serif;
}
div#block-ai-local-tasks ul li a:after {
  content: "";
  display: block;
  background: #008f70;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
div#block-ai-local-tasks ul li a:hover {
  text-decoration: none;
}
div#block-ai-local-tasks ul li a:hover:after {
  width: 100%;
}
div#block-ai-local-tasks ul li.is-active a:after {
  width: 100%;
}
div#block-ai-local-tasks .tabs a.is-active {
  background-color: transparent;
}
div#block-ai-local-tasks .tabs a:hover {
  background: none;
}
div#block-ai-local-tasks .tabs a:hover:after {
  width: 100%;
}
div#block-ai-local-tasks .tabs a.active:after {
  width: 100%;
}
div#block-ai-local-tasks .tabs > li {
  display: block;
  margin-right: 0.3em;
}

.page_content_login {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 10%;
  margin-top: 10%;
}
.page_content_login .content-form {
  position: absolute;
  text-align: initial;
  margin-top: 25rem;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page_content_login form {
  background: #fff;
  width: 530px;
  height: 100%;
  border-radius: 0.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1);
  padding: 10rem 5rem;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 50px;
}
.page_content_login form .control-label-name,
.page_content_login form .control-label-password,
.page_content_login form label.js-form-required.form-required {
  font-size: 12px;
}
.page_content_login form .login {
  outline: none;
  border: none;
  background: #1877f2;
  padding: 0.8rem 1rem;
  border-radius: 0.4rem;
  font-size: 1.1rem;
  color: #fff;
}
.page_content_login form input#edit-submit {
  background: #008F70;
  color: white;
  padding: 10px;
  width: 50%;
  float: right;
  cursor: pointer;
}
.page_content_login form input#edit-submit:hover {
  opacity: 0.8;
}
.page_content_login form input {
  outline: none;
  padding: 0.8rem 1rem;
  margin: 2rem 0;
  font-size: 2rem;
  width: 100%;
  border: 1px solid;
  cursor: pointer;
}
.page_content_login form input:focus {
  border: 1.9px solid #1877f2;
}
.page_content_login form input a {
  text-decoration: none;
  text-align: center;
  font-size: 1rem;
  padding-top: 0.8rem;
  color: #1877f2;
}
.page_content_login form hr {
  background: #f7f7f7;
  margin: 1rem;
}
.page_content_login .form-item-captcha-response.ConForm {
  overflow: hidden;
  width: 100%;
}

div#edit-more-links {
  display: inline-flex;
  width: 100%;
}
div#edit-more-links a#edit-login-button,
div#edit-more-links a#edit-forgot-password-link,
div#edit-more-links a#edit-register-button {
  margin-bottom: 2rem;
  font-size: 14px;
  border: 1px solid;
  background: #008F70;
  color: white;
  padding: 13px;
  width: 50%;
  float: right;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}
div#edit-more-links a#edit-login-button:hover,
div#edit-more-links a#edit-forgot-password-link:hover,
div#edit-more-links a#edit-register-button:hover {
  opacity: 0.8;
}

.content-page-default {
  padding: 0 2em;
}

.owl-dots.disabled {
  display: block !important;
}

.main .hero__title {
  font-size: 6.2rem;
}

.hero__title {
  text-align: center;
}

body .breadcrumbs.bdcrumwave,
body .breadcrumbs {
  padding: 18em 0 0 5em;
}
/*// button newsletter .footer__newsletter__form*/
.footer__newsletter__form input.news-button.button {
  height: 28px;
  width: 28px;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0) url(../icons/send.svg);
  background-size: 24.35px 20.87px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  text-indent: -66666px;
}

.nav {
  z-index: 700 !important;
}

.footer__newsletter__form div#edit-message {
  font-size: 1.6rem;
  color: #FFFFFF;
}

@media only screen and (max-width: 768px) {
  .footer__newsletter__form div#edit-message {
    font-size: 1.2rem;
    color: #FFFFFF;
  }
}
header.content-header.clearfix {
  position: relative;
}
header.content-header.clearfix .layout-container {
  max-width: 232px;
  position: absolute;
  left: 20%;
  top: 212px;
  z-index: 1;
}

.section_title h1 {
  font-size: 20px;
  color: white;
  text-transform: uppercase;
}

#headerfirst.head .header__menu {
  width: 60px;
}

#headerfirst.head.fixed .header__logo__white {
  display: none;
}
#headerfirst.head.fixed a.header__contact {
  background: #008F70;
  color: white;
}

div#page-not-found {
  padding: 15rem 12rem;
}
div#page-not-found .section-title {
  display: table;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
div#page-not-found .page-not-found-text {
  font-size: 13px;
  text-align: center;
  margin: 20px;
}
div#page-not-found .page-not-found-text a.btn.btn-custom {
  padding: 10px;
  background: #008F70;
  margin: 10px;
  overflow: hidden;
  color: white;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?ab9ama");
  src: url("../fonts/icomoon.eot?ab9ama#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ab9ama") format("truetype"), url("../fonts/icomoon.woff?ab9ama") format("woff"), url("../fonts/icomoon.svg?ab9ama#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 50px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-favori .path1:before {
  content: "\e902";
  color: rgba(8, 7, 7, 0.51);
  opacity: 1;
  font-size: 45px;
}

.icon-favori .path2:before {
  content: "\e903";
  margin-left: -1em;
  color: white;
  font-size: 45px;
}

#carousel img {
  height: 125%;
  width: 100%;
  object-fit: cover;
}
#carousel .carousel__slider__card_item .carousel__slider__card__like {
  z-index: 12;
}
#carousel .carousel__slider__card_item .carousel__slider__card__like .iconfavori {
  padding: 5px;
}
#carousel .carousel__slider__card_item .carousel__slider__card__like .iconfavori:hover {
  text-decoration: none;
}
#carousel .carousel__slider__card_item .carousel__slider__card__like .iconfavori:hover .icon-favori .path1:before {
  content: "\e903";
  color: #008F70;
  opacity: 1;
  clear: both;
}
#carousel .carousel__slider__card_item .carousel__slider__card {
  display: block;
  grid-template-columns: initial;
  grid-template-areas: inherit;
  min-height: 600px;
}
#carousel .carousel__slider__card_item .carousel__slider__card .content-image {
  height: 255px;
  overflow: hidden;
}
#carousel .carousel__slider__card_item .carousel__slider__card .content-image img {
  transition: all 0.2s linear;
  height: 100%;
}
#carousel .carousel__slider__card_item .carousel__slider__card .content-image:hover img {
  transform: scale(1.1);
  height: 100%;
}
#carousel .carousel__slider__card_item .carousel__slider__card .content-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 67px;
  margin-top: 40px;
}
#carousel .carousel__slider__card_item .carousel__slider__card .content-bottom .carousel__slider__card__provider {
  width: auto !important;
}

.header__favorites svg {
  width: 50px;
  display: block;
}
.header__favorites .icon {
  fill: #fff;
  stroke: #fff;
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: 1.2px;
}

#headerfirst.head {
  z-index: 501;
}

#headerfirst.head.fixed .header__favorites svg {
  width: 50px;
  display: block;
}
#headerfirst.head.fixed .header__favorites .icon {
  fill: #ffffff;
  stroke: #3a9070;
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: 1.2px;
}

.header__favorites {
  display: none;
  position: absolute;
  cursor: pointer;
  z-index: 22;
}

@media only screen and (min-width: 1024px) {
  .header__favorites {
    display: unset;
    right: 100px;
  }
}
@media only screen and (min-width: 1280px) {
  .header__favorites {
    display: unset;
    right: 285px;
  }
}
.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
}

.scroll-to-top {
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

.header__favorites__counter {
  display: grid;
  place-content: center;
  position: absolute;
  background: #008F70;
  width: 23px;
  height: 23px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  bottom: 6px;
  right: 4px;
}

.header__favorites.hidden {
  display: none;
}

.details_offre {
  padding: 0 5em;
}
.details_offre p,
.details_offre span,
.details_offre strong,
.details_offre label,
.details_offre a,
.details_offre li {
  font-size: 1.6rem;
}
.details_offre .help-block.with-errors {
  margin-top: 10px;
}

body.user-logged-in div#edit-field-unites-wrapper,
body.user-logged-in div#edit-field-status-wrapper,
body.user-logged-in div#edit-field-etages-wrapper {
  width: 15%;
  display: inline-block;
  margin-right: 19px;
}

.result-offres {
  display: grid;
  gap: 2em;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  padding: 4em 0;
}
.result-offres .carousel__slider__card_item {
  flex-grow: 1;
  flex-shrink: 1;
  max-width: 100%;
  position: relative;
}
.result-offres .carousel__slider__card_item:nth-child(3n-3) {
  margin-right: 0;
}
.result-offres .carousel__slider__card_item .carousel__slider__card__like {
  z-index: 20;
}
.result-offres .carousel__slider__card_item .carousel__slider__card__like .iconfavori {
  padding: 5px;
}
.result-offres .carousel__slider__card_item .carousel__slider__card__like .iconfavori:hover {
  text-decoration: none;
}
.result-offres .carousel__slider__card_item .carousel__slider__card__like .iconfavori:hover .icon-favori .path1:before {
  content: "\e903";
  color: #008F70;
  opacity: 1;
  background: #3a9070;
  border: 1px solid transparent;
  border-radius: 30px;
}
.result-offres .carousel__slider__card_item .carousel__slider__card {
  grid-template-columns: inherit;
  display: inherit;
  min-height: 600px;
}
.result-offres .carousel__slider__card_item .carousel__slider__card .content-image {
  height: 255px;
  overflow: hidden;
}
.result-offres .carousel__slider__card_item .carousel__slider__card .content-image img {
  transition: all 0.2s linear;
  width: 100%;
  height: 100%;
}
.result-offres .carousel__slider__card_item .carousel__slider__card .content-image:hover img {
  transform: scale(1.1);
}
.result-offres .carousel__slider__card_item .carousel__slider__card .content-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  min-height: 137px;
}
.result-offres .carousel__slider__card_item .carousel__slider__card .content-bottom .carousel__slider__card__provider {
  width: 30%;
}

/*//formulaire filtre de la page search resultat*/
.form__select {
  width: 100%;
}

body .ajax-progress-fullscreen {
  position: fixed;
  z-index: 1000;
  top: 47%;
  left: 47%;
  width: 80px;
  height: 80px;
  padding: 0;
  opacity: 1;
  border-radius: 100%;
  border: none;
  background: rgba(0, 0, 0, 0.5);
}

body .ajax-progress-fullscreen:before {
  content: "";
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.interest__form__inputs__input .form__input {
  font-size: 1.6rem;
  color: #1F1F1F;
  background: #FFFFFF;
}

.popup-container {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
  position: fixed;
  z-index: 700;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 17, 17, 0.61);
  display: flex;
  align-items: center;
  /* // content popin*/
}
.popup-container:target {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.popup-container .popup-content {
  border: 1px solid transparent;
  background-color: transparent;
  margin: auto;
  padding: 20px;
  width: 50%;
}
.popup-container .popup-content #close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  background: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
}
.popup-container .popup-content #close:hover {
  color: #333;
}
.popup-container .popup-content a.close {
  font-size: 0;
}
.popup-container .popup-content span:hover, .popup-container .popup-content span:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/*popup-ai*/
.not-front #headerfirst.head {
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
  background: white;
}
.not-front .header__lang svg path {
  fill: #008F70;
}
.not-front .header__contact {
  color: #FFFFFF;
  background: #008F70;
}
.not-front .header__contact:hover {
  text-decoration: none;
  background: #01040D;
}
.not-front .header__contact:after {
  background: #008F70;
}
.not-front .header__favorites .icon {
  fill: #ffffff;
  stroke: #25706b;
  stroke-dasharray: 119;
  stroke-dashoffset: 0;
  stroke-width: 1.2px;
  width: 50px;
}
.not-front .header__menu__bars,
.not-front .header__menu__bars:before,
.not-front .header__menu__bars:after {
  background: #008f70;
}
.not-front .header__logo__green {
  display: block;
}
.not-front .header__logo__white {
  display: none;
}

.interest__form input {
  font-size: 1.6rem;
  color: #1F1F1F;
  background: #FFFFFF;
}

.help-block.with-errors {
  color: red;
}
.help-block.with-errors .ul.list-unstyled {
  padding: 10px 0 20px;
}

.masquer {
  display: none;
}

.hero .hero__title {
  font-size: 6.2rem;
}

html.js .form-type-range output {
  border: 0;
  background: transparent;
  display: block;
  font-size: 16px;
  color: #757575;
  opacity: 1 !important;
  left: 55% !important;
}

.form-type-range input[type=range] {
  -webkit-appearance: none;
}
.form-type-range input[type=range]:focus {
  outline: none;
}
.form-type-range input[type=range]::-webkit-slider-runnable-track {
  height: 5px;
  background: #008F70;
  border: none;
  border-radius: 3px;
}
.form-type-range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #008F70;
  margin-top: -5px;
}
.form-type-range input[type=range] {
  border: 1px solid white;
}
.form-type-range input[type=range]::-moz-range-track {
  height: 5px;
  background: #008F70;
  border: none;
  border-radius: 3px;
}
.form-type-range input[type=range]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #008F70;
}
.form-type-range input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}
.form-type-range input[type=range]:focus::-moz-range-track {
  background: #ccc;
}
.form-type-range input[type=range]::-ms-track {
  height: 5px;
  background: #ddd;
  border-color: #ddd;
  border-width: 6px 0;
  color: transparent;
}
.form-type-range input[type=range]::-ms-fill-lower {
  background: #ddd;
  border-radius: 10px;
}
.form-type-range input[type=range]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}
.form-type-range input[type=range]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #008F70;
}
.form-type-range input[type=range]:focus::-ms-fill-lower {
  background: #ddd;
}
.form-type-range input[type=range]:focus::-ms-fill-upper {
  background: #008F70;
}

.webform-submission-form.interest__form.form label {
  display: none;
}
.webform-submission-form.interest__form.form .js-form-item.form-item.js-form-type-range.form-type-range.js-form-item-montant-de-l-apport.form-item-montant-de-l-apport.ConForm label {
  display: block;
}
.webform-submission-form.interest__form.form fieldset legend span.fieldset-legend {
  display: none;
}
.webform-submission-form.interest__form.form fieldset.interest__form__inputs__select {
  border: 0;
  padding: 0;
}
.webform-submission-form.interest__form.form .js-form-item.form-item.js-form-item-terms-checkboxes--other-.form-item-terms-checkboxes--other-.colForm,
.webform-submission-form.interest__form.form .js-form-item.form-item.js-form-type-checkbox > label.option {
  display: none;
}
.webform-submission-form.interest__form.form .form__button_node_add_from {
  font-size: 1.8rem;
  font-weight: 700;
  color: #FFFFFF;
  background: #008F70;
  cursor: pointer;
  width: 30%;
}
.webform-submission-form.interest__form.form .interest__form__terms .description {
  border: 0;
}
.webform-submission-form.interest__form.form .interest__form__terms .fieldset-wrapper {
  flex-wrap: nowrap;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.filter__search__hidden__range .filter__search__hidden__range__select {
  width: 100%;
}
.filter__search__hidden__range .js-form-type-select.form-type-select.js-form-item-field-minimun-m-target-id,
.filter__search__hidden__range .js-form-type-select.form-type-select.js-form-item-field-maximun-m-target-id {
  width: 45%;
}

/*
.active{display:block!important;}*/
.filter__search #more {
  cursor: pointer;
}

.js-form-item.form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-cdt-et-terms.form-item-cdt-et-terms.ConForm {
  display: flex;
}

.interest_contact {
  padding: 18rem 5rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 58px 0;
}
.interest_contact .image_left {
  width: 50%;
  margin: 0 35px;
  max-width: 100%;
}
.interest_contact .image_right {
  width: 50%;
  max-width: 100%;
}
.interest_contact .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-conditionterms.form-item-conditionterms.ConForm {
  display: flex;
  padding: 35px 0;
}
.interest_contact div#edit-conditionterms--description {
  font-size: 1.6rem;
}
.interest_contact div#edit-conditionterms--description a {
  text-decoration: none;
  color: #008F70;
  font-weight: 700;
}
.interest_contact .interest__form {
  grid-template-columns: inherit;
  column-gap: inherit;
  row-gap: initial;
  display: inline-block;
}
.interest_contact .interest__form .interest__form__inputs__input,
.interest_contact .interest__form .interest__form input,
.interest_contact .interest__form textarea {
  border: 1px solid #2D776E;
  width: 100%;
  margin-bottom: 10px;
}
.interest_contact .interest__form textarea {
  padding: 1rem 1em;
  font-size: 1.6rem;
  color: #1F1F1F;
  background: #FFFFFF;
  height: 150px;
}
.interest_contact .interest__form .form__button {
  width: 100%;
  background: #008F70;
  color: white;
}
text-transf .interest_contact .interest__form .form__button:hover {
  background: #1F1F1F;
}

.is-visible .popup--container {
  transform: translateY(0);
  transition: 500ms all;
}

.form__button {
  width: 100%;
}

.popup--container {
  transform: translateY(-50%);
  transition: 500ms all;
  position: relative;
  width: 50%;
  margin: 2em auto;
  top: 5%;
  padding: 5rem 3rem;
  background: #FFF;
  border-radius: 0.25em 0.25em 0.4em 0.4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.popup--container .popup-close {
  position: absolute;
  top: 8px;
  font-size: 0;
  right: 8px;
  width: 30px;
  height: 30px;
}
.popup--container .popup-close::before {
  transform: rotate(45deg);
  left: 8px;
}
.popup--container .popup-close::after {
  transform: rotate(-45deg);
  right: 8px;
}
.popup--container .popup-close:hover:before,
.popup--container .popup-close:hover:after {
  background-color: #35a785;
  transition: 300ms all;
}
.popup--container svg rect {
  fill: #008F70;
}

/*//promoteur*/

@media only screen and (min-width: 1025px){
 
      .promoters {
        padding: 0em 0 10em 0;
        width: 70%;
        margin: 0 auto; 
      }

      .promoters__title {
          padding-bottom: 2em;
          font-size: 1.8rem;
          font-weight: 700;
          color: #008F70;
          text-align: center;
          letter-spacing: 2px;
      }


  
}

@media only screen and (min-width: 901px){
.promoters__title {
    font-size: 3rem;
    text-transform: uppercase;
    letter-spacing: 4px;
  }
}
 
    
 
 .promoters__title { 
     color: #008F70;
     text-align: center;
     padding-bottom: 1em;
  }

@media only screen and (min-width: 901px){
  .promoters__text {
      padding-bottom: 6em;
  }
}
.promoters__text {
    padding-bottom: 2em;
    font-size: 1.4rem;
    margin: 0 auto; 
   line-height: 1.8;
}




.wrapper-promoteur  {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 173px 100px;
}
.wrapper-promoteur .wrapper-inner {
  margin: 0 15px;
  border: 1px solid #dbd4d4;
  padding-bottom: 35px;
  margin-bottom: 25px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
  flex: 0 1 45%;
}
.wrapper-promoteur .wrapper-inner h3 {
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  background: #008F70;
  color: #FFFFFF;
  padding: 14px 5px;
  text-align: center;
}
.wrapper-promoteur .wrapper-inner .wrapper_logo {
  width: 150px;
  margin: 85px auto;
  height: 57px;
}
.wrapper-promoteur .wrapper-inner .wrapper_logo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.wrapper-promoteur .wrapper-inner p {
  padding: 0px 31px;
  text-align: center;
  font-size: 14px;
  margin-bottom: 30px;
  color: #1F1F1F;
}
.wrapper-promoteur .wrapper-inner .more_button {
  width: 50%;
  height: 47px;
  border: 1px solid #707070;
  color: #707070;
  text-decoration: none;
  font-size: 14px;
  margin: 0 auto;
  padding: 10px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper-promoteur .wrapper-inner .more_button:hover {
  background: #008F70;
  color: #fff;
}

form.views-exposed-form.bef-exposed-form.filter__search.form .form-checkboxes a.bef-toggle {
  display: none;
}
form.views-exposed-form.bef-exposed-form.filter__search.form .form-checkboxes .form-checkboxes.bef-checkboxes {
  width: max-content;
  position: relative;
}
form.views-exposed-form.bef-exposed-form.filter__search.form .form-checkboxes .form-checkboxes.bef-checkboxes .js-form-type-checkbox {
  display: inline-flex;
  margin-top: 3px;
  align-items: center;
  margin-right: 15px;
}

ul.js-pager__items.pager {
  text-align: center;
  margin: 35px 0;
}
ul.js-pager__items.pager a.button {
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFFFFF;
  background: #008F70;
  cursor: pointer;
  padding: 9px 25px;
}

/*// page base*/
.not-front section img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.not-front .breadcrumbs {
  padding: 18em 0 0 0em;
}

.page-node-type-page .breadcrumbs {
  padding: 18em 0 0 5em;
}

@media only screen and (min-width: 1024px) {
  .interest_contact .interest__form {
    padding: 4em 0em;
  }
}
@media only screen and (max-width: 1024px) {
  .interest_contact .interest__form {
    padding: 4em 0em;
  }
}
@media only screen and (max-width: 760px) {
  .interest_contact {
    display: inherit;
  }
  .interest_contact .image_left {
    width: 50%;
    margin: 0 auto;
    max-width: 100%;
  }
  .interest_contact .image_right {
    width: 100%;
  }
}
/* //page typepage: */
.contenu__img {
  padding-top: 16em;
}

/* //page detail: */
.main-brochure {
  border-bottom: 1px solid #C5C6C6;
  padding-top: 3em;
  padding-bottom: 3em;
}

.specs {
  margin-bottom: 25px;
}

.details__informations__oldprice:after {
  content: " ";
  display: block;
  width: 100%;
  border-top: 2px solid rgba(169, 169, 169, 0.8);
  height: 4px;
  position: absolute;
  bottom: 6px;
  left: 0;
}

.details__informations__oldprice {
  position: relative;
  width: max-content;
  color: darkgray;
}

.container {
  margin-right: auto;
  margin-left: auto;
}
.container .description__title {
  padding: 15px 0 60px 0;
}
.container .col-avantage {
  flex: 1;
}
.container .col-telechargement {
  flex: 1;
  max-width: 40%;
}
.container .col-telechargement .description__title {
  text-align: center;
}
.container .col-telechargement .plan_demasse, .container .col-telechargement .brochure__dmd,
.container .col-telechargement .offre__finnancement {
  border: 2px solid #2D776E;
  font-size: 1.6rem;
  color: #1F1F1F;
  height: 62px;
  width: 246px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.container .col-telechargement .icon-plan:before {
  content: "\e904";
  font-size: 20px;
  color: #000;
}
.container .col-telechargement .icon-Bbi9NLtif:before {
  content: "\e900";
  color: #000;
  font-size: 20px;
}
.container .col-telechargement .icon-brochure:before {
  content: "\e901";
  font-size: 20px;
  color: #000;
}
.container .col-telechargement .bch_dmd {
  height: 50px;
  width: 75%;
  margin: 15px auto;
}
.container .col-telechargement .bch_dmd span {
  width: 17px;
  margin: 0 15%;
  text-align: center;
}
.container .col-telechargement .bch_dmd:hover {
  background: #3a9070;
  color: #fff;
}
.container .col-telechargement .bch_dmd:hover .icon-plan:before,
.container .col-telechargement .bch_dmd:hover .icon-Bbi9NLtif:before,
.container .col-telechargement .bch_dmd:hover .icon-brochure:before {
  color: #fff;
}

.wrapper {
  position: relative;
  margin-top: 0%;
}
.wrapper .avantage-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  list-style: none;
}
.wrapper .avantage-container .item_avantages {
  background: white;
  padding: 10px 20px;
  margin-top: 10px;
  margin-bottom: 18px;
  border: 1px solid #717171;
  border-radius: 30px;
  color: #717171;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  cursor: pointer;
}
.wrapper .avantage-container .item_avantages:hover {
  background-color: #717171;
  color: white;
}

.inside_wrapper {
  color: #555;
  cursor: help;
  position: relative;
}
.inside_wrapper .tooltip {
  background: #fff;
  bottom: 100%;
  color: #363636;
  display: block;
  left: 60%;
  margin-bottom: 15px;
  opacity: 0;
  padding: 10px;
  pointer-events: none;
  position: absolute;
  width: 173%;
  border: 1px solid #717171;
  text-align: left;
  transform: translateY(10px);
  transition: all 0.25s ease-out;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}
.inside_wrapper .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 10%;
  position: absolute;
  width: 100%;
}
.inside_wrapper .tooltip:after {
  bottom: -9px;
  content: " ";
  left: 7%;
  margin-left: -6px;
  position: absolute;
  background: #fff;
  transform: rotate(45deg);
  height: 1.5rem;
  width: 1.5rem;
  border-right: 1px solid;
  border-bottom: 1px solid;
}
.inside_wrapper:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .inside_wrapper .tooltip {
  display: none;
}
.lte8 .inside_wrapper:hover .tooltip {
  display: block;
}

/* Responsive: */
@media only screen and (min-width: 640px) {
  .layout {
    display: flex;
  }
}
/* promotions: */
.promotions {
  position: relative;
}
.promotions span {
  position: absolute;
  left: -11px;
  display: block;
  transform: rotate(-45deg);
  z-index: 333;
  max-width: 103px;
  top: 32px;
  text-align: center;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 600;
}
.promotions::after {
  content: " ";
  color: #fff;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 230;
  border-bottom: 130px solid transparent;
  border-left: 130px solid red;
}

.projetphare {
  position: relative;
}
.projetphare span {
  position: absolute;
  left: -4px;
  display: block;
  transform: rotate(-45deg);
  z-index: 333;
  max-width: 103px;
  top: 41px;
  text-align: center;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 600;
}
.projetphare::after {
  content: " ";
  color: #fff;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 230;
  border-bottom: 130px solid transparent;
  border-left: 130px solid #40a7fa;
}

/*Accordion */
[data-accordion] [data-content] {
  overflow: hidden;
  max-height: 0;
}

[data-accordion] {
  line-height: 1;
  border: 1px solid #d1d1d1;
  margin-bottom: 20px;
}

[data-control],
[data-content] > * {
  border-bottom: 1px solid transparent;
  padding: 10px;
  width: 100%;
  text-align: left;
  background: #fcfcfc;
}

[data-content] [data-accordion] {
  border: 0;
  padding: 0;
}

[data-accordion] [data-control] {
  position: relative;
  padding-right: 40px;
}

[data-accordion] > [data-control]:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 20px;
  font-size: 25px;
  font-weight: 200;
  color: #444;
  height: 30px;
  width: 30px;
  background: url("../images/down.png") center center no-repeat;
  background-size: 50%;
}

[data-accordion].open > [data-control]:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

button.in_arrow {
  background: transparent;
}
button.in_arrow:after {
  top: -40px !important;
}

.units_ctn__container .units__title {
  padding: 12px 0;
}
.units_ctn__container .units_n_container {
  /*  border: 1px solid #d1d1d1;*/
  background: #fcfcfc;
  padding: 1em 1em 2em 1em;
}
.units_ctn__container .units_n_container .units__header {
  padding: 4px 0 16px 0;
}
.units_ctn__container .units_element span {
  padding-right: 3px;
  display: inline-block;
}
.units_ctn__container h3.type_local {
  padding: 23px 1px 20px;
  font-size: 1.6rem;
}
.units_ctn__container .units_info_contenu {
  background: white;
  padding: 0 20px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}
.units_ctn__container .units__content_loop {
  background: white;
  border-top: 1px solid #d2cdc9;
}
.units_ctn__container .units_contenu_element {
  background: #FFFFFF;
  padding: 2em 0em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  align-content: space-between;
}
.units_ctn__container .units_contenu_element .units_element {
  flex-direction: row;
  justify-content: flex-end;
  flex: 0 1 19%;
}
.units_ctn__container .units_contenu_element .units_element p {
  padding-bottom: 14px;
  font-size: 1.4rem;
}
.units_ctn__container .units_contenu_element .units_element span.ftw {
  font-size: 14px;
}
.units_ctn__container .units_contenu_element .units_element .ftw {
  padding: 0;
}
.units_ctn__container .units_contenu_element .units_element .units_element_price, .units_ctn__container .units_contenu_element .units_element .ftw {
  font-weight: 600;
}
.units_ctn__container .units_contenu_element .units_element .units_element_button {
  font-size: 1.4rem;
  background: #008F70;
  color: #FFFFFF;
  padding: 12px 30px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  display: block;
  height: 37px;
}
.units_ctn__container .units_contenu_element .units_element .units_element_button:hover {
  background: #1F1F1F;
}

/* responsive */
@media only screen and (max-width: 1230px) {
  .units_ctn__container .units_contenu_element .units_element p {
    font-size: 1.2rem;
  }

  div#carousel .box_content .box_bginside .price_ao, .result-offres .box_content .box_bginside .price_ao {
    font-size: 1.4rem !important;
  }
  div#carousel .box_content .box_bginside p, .result-offres .box_content .box_bginside p {
    font-size: 0.87rem !important;
  }
  div#carousel .box_content .box_bginside .icon-tag, .result-offres .box_content .box_bginside .icon-tag {
    padding: 5px 4px !important;
  }
}
/*###favoris#####*/
#favoris_update_info {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000000;
  margin-left: -8em;
  width: 10em;
  height: auto;
}

#new_item_added {
  font-weight: 400;
  line-height: 1.4;
  position: fixed;
  margin: 16px auto;
  padding: 10px;
  width: 34%;
  color: #fff;
  text-align: center;
  border: 1px solid #3a9070;
  border-radius: 30px;
  left: 0;
  font-size: 14px;
  background: #3a9070;
  right: 0;
}

.shopping_favoris_holder {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 9999919;
  display: none;
  margin: 0 auto;
  margin-top: 30px;
  max-width: 78%;
  border: 1px solid #dedede;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  color: #000;
  padding: 28px 30px 30px 30px;
}

/* responsive */
@media only screen and (max-width: 1090px) {
  .container .col-telechargement .bch_dmd span {
    width: 17px;
    margin: 0 9%;
    text-align: center;
  }
}
/* responsive */
@media only screen and (max-width: 1024px) {
  .container .col-telechargement {
    max-width: 50%;
    font-size: 1.2rem;
  }

  .units_contenu_element .units_element {
    max-width: 75%;
    flex: 0 1 50% !important;
    text-align: center;
  }
  .units_contenu_element .units_element p {
    font-size: 1.3rem;
  }
  .units_contenu_element .units_unix {
    display: none;
  }
  .units_contenu_element .units_element.item_btn {
    max-width: 100%;
    flex: 0 1 100% !important;
  }
  .units_contenu_element .units_element.item_btn .units_element_button {
    text-align: center;
    display: inline-block;
    margin-top: 12px;
  }

  div#carousel .box_content .box_bginside .price_ao {
    font-size: 1.6rem;
  }
  div#carousel .box_content .box_bginside p {
    font-size: 1rem;
  }
  div#carousel .box_content .box_bginside .icon-tag {
    padding: 5px 4px;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper-promoteur  {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 173px 50px;
  }
  .wrapper-promoteur  .wrapper-inner {
    margin: 15px 0;
    border: 1px solid #dbd4d4;
    flex: 0 1 100%;
  }

  .container .col-telechargement .bch_dmd.brochure__dmd {
    font-size: 1.25rem;
  }
  .container .col-telechargement .bch_dmd.brochure__dmd span.icon-brochure {
    margin: 0 9%;
  }
}
@media only screen and (max-width: 630px) {
  div#carousel .box_content .box_bginside .price_ao, .result-offres .box_content .box_bginside .price_ao {
    font-weight: 800;
    font-size: 1.6rem;
  }
  div#carousel .box_content .box_bginside .icon-tag, .result-offres .box_content .box_bginside .icon-tag {
    padding: 7px 4px;
  }

  .inside_wrapper .tooltip {
    left: 0%;
    width: 100%;
  }
  .inside_wrapper .tooltip:after {
    left: 50%;
  }

  .container .col-telechargement {
    max-width: 100%;
    font-size: 1.3rem;
  }

  .units_contenu_element .units_element {
    max-width: 100%;
    flex: 0 1 100% !important;
  }
  .units_contenu_element .units_element p {
    font-size: 1.2rem;
  }
}
div#carousel .carousel__slider__card__price, .result-offres .carousel__slider__card__price {
  padding: 0 7px 9px 7px;
}
div#carousel .details__informations__oldprice, .result-offres .details__informations__oldprice {
  padding-left: 7px;
}
div#carousel .details__informations__oldprice:after, .result-offres .details__informations__oldprice:after {
  left: 5px;
}
div#carousel .box_content, .result-offres .box_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  align-content: space-between;
}
div#carousel .box_content .box_inside, .result-offres .box_content .box_inside {
  flex: 0 1 45%;
}
div#carousel .box_content .box_bginside, .result-offres .box_content .box_bginside {
  background: #FEF0DE;
  padding: 7px;
  margin-right: 6px;
}
div#carousel .box_content .box_bginside .icon-tag, .result-offres .box_content .box_bginside .icon-tag {
  width: auto;
  float: left;
  padding: 7px 4px;
}
div#carousel .box_content .box_bginside p, .result-offres .box_content .box_bginside p {
  text-transform: uppercase;
  color: #F68B1E;
  font-size: 1.09rem;
  padding-top: 2px;
}
div#carousel .box_content .box_bginside .price_ao, .result-offres .box_content .box_bginside .price_ao {
  font-weight: 800;
  font-size: 1.6rem;
}


.interest .interest__img {
  padding: 0;
  clear: both;
  overflow: hidden;
  height: fit-content;
  max-height: 409px; 
 }
 
.read-more .summary-remainder {
    display: none;
  }
.read-more.expanded .summary-ellipsis {
    display: none;
  }
.read-more.expanded .summary-remainder {
    display: inline;
  }
.breadcrumbs a:last-child {
    font-weight: 600;
}

  a.add_to_page_fvi.activer .path1:before {
    content: "\e903";
    color: #008F70 !important;
    opacity: 1;
    background: #3a9070;
    border: 1px solid transparent;
    border-radius: 30px;
}

form#webform-submission-contact-add-form .form-group input {
    font-size: 1.6rem;
    color: #1F1F1F;
    background: #FFFFFF;
    margin-bottom: 10px;
}

form#webform-submission-contact-add-form .form-group textarea {
    padding: 1rem 1em;
    font-size: 1.6rem;
    color: #1F1F1F;
    background: #FFFFFF;
    height: 150px;
}

form#webform-submission-contact-add-form .description {
    font-size: 1.6rem;
}

form#webform-submission-contact-add-form  .description a {
    text-decoration: none;
    color: #008F70;
    font-weight: 700;
}

.page-user form a#edit-login-button:hover,
.page-user form a#edit-register-button:hover,
.page-user form a#edit-forgot-password-link:hover {
   opacity: 0.8;
}
.page-user form a#edit-login-button,
.page-user form a#edit-register-button,
.page-user form a#edit-forgot-password-link {
    margin-bottom: 2rem;
    font-size: 14px;
    border: 1px solid;
    background: #008F70;
    color: white;
    padding: 13px;
    width: 50%;
    float: right;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    margin-top:10px;

}

.page-user a.toolbar-logo img {
    margin-top: 20px;
}


/*# form popin*/
select#edit-ville-select {
  border: 1px solid #2D776E;
  width: 100%;
}
a.image-show.masquer,
a.video-show.masquer{display: none;}



 /* Conteneur principal pour les éléments flex */
.container_fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    margin: auto;
    padding:0 15px;
    background:white;
    width:100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index:100;
}

/* Style du bouton "Paramètres des cookies" */
#ot-sdk-btn {
    background-color: #2d776e;
    color: #ffffff;
    border: none;
    padding: 12px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

#ot-sdk-btn:hover {
    background-color: #2d776e;
    opacity:0.7;
}

/* Conteneur de la politique de cookies OneTrust */
#ot-sdk-cookie-policy {
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd; 
    font-size: 14px;
    color: #333;
    border-radius: 5px;
}

/* Style personnalisé pour les titres à l’intérieur de la politique */
#ot-sdk-cookie-policy h2,
#ot-sdk-cookie-policy h3 {
    color: #0052cc;
    margin-top: 15px;
}


/*# sourceMappingURL=custom.css.map */
