:root {
  --third-color: #C6A445;
}

footer#footer {
  padding: 0;
}

.footer__img-parallax {
  height: 100vh;
  max-height: 150px;
  overflow: hidden;
  background: url('../../../img/bottom-page-parallax.jpg') no-repeat center;
  background-size: cover;
  width: 100%;
}

.block-newsletter {
  background: var(--header-nav-bg-color);
  transition: all .3s ease-out;
}

.block-newsletter:hover {
  background: var(--main-dark-color);
}

.block-newsletter__wrapper {
  margin: var(--section-normal-margin);
}

.block-newsletter__newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  height: 82px;
}

.block-newsletter__newsletter > * {
  position: absolute;
}

.block-newsletter__newsletter__wrapper {
  position: relative;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-newsletter__newsletter__wrapper:before,
.block-newsletter__newsletter__wrapper:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 12px;
  z-index: 2;
}

.block-newsletter__newsletter__wrapper:before {
  background: url('../../../img/chevron_left_full.png') no-repeat center;
  background-size: contain;
}

.block-newsletter__newsletter__wrapper:after {
  background: url('../../../img/chevron_right_full.png') no-repeat center;
  background-size: contain;
}

.block-newsletter__newsletter__content {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.block-newsletter__text-sub {
  color: white;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  letter-spacing: 0.025em;
  text-align: center;

  cursor: pointer;
}

.block-newsletter__input-bg {
  position: absolute;
  width: 0;
  height: 12px;
  background: white;
  overflow: hidden;
}

.block-newsletter__input-sub {
  position: absolute;
  opacity: 0;
  width: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  overflow: hidden;
}

.block-newsletter__input-sub form {
  width: 100%;
  height: 100%;
  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.block-newsletter__input-sub form > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40px;
  flex: 1 0 40px;
}

.block-newsletter__input-sub form .input-wrapper,
.block-newsletter__input-sub form .input-wrapper input {
  width: 100%;
}

.block-newsletter__input-sub form .input-wrapper input {
  border-radius: 0;
  height: 40px;
  border: none;
  padding: 0 55px 0 15px;
  text-align: center;
  min-width: 300px;
  outline: none !important;

  font-family: Roboto, sans-serif;
  font-weight: 300;
  color: #373b3d;
  font-size: 14px;
}

#send-newsletter {
  pointer-events: none;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.block-newsletter__input-sub form .btn-primary:hover ~ #send-newsletter {
  color: var(--light-main-color);
}

.block-newsletter__input-sub form .btn-primary {
  width: 40px;
  height: 40px;
  border: none;
  border-left: 1px solid #232323;
  padding: 0 1.25rem;
  outline: none !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 0;
  position: absolute;
  right: 0;
}

.block-newsletter__input-sub form .btn-primary:hover {
  border: none;
  border-left: 1px solid var(--light-main-color);
}

.footer-logos {
  padding: 25px 0 40px;
}

.footer-logos__wrapper {
  margin: var(--section-normal-margin);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-logos__line {
  display: none;
}

.footer-logos__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

.footer-logos__logo img {
  max-height: 60px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.footer-logos__logo-separator {
  width: 2px;
  background: black;
  margin: 0 20px 0 28px;
}

.footer-menu__container {
  display: flex;
  justify-content: center;
  gap: calc(40px + (140 - 40) * ((100vw - 320px) / (1920 - 320)));
}

.footer-menu__container .footer-menu__title {
  font-size: 15px;
  font-weight: 600;
  color: var(--main-color);
  text-transform: uppercase;
  margin-bottom: 1.5em;
}

.footer-menu__wrapper p {
  font-family: var(--second-typo);
  font-size: 12px;
  font-weight: 600;
  color: var(--main-color);
  text-align: center;
  margin-bottom: 0;
  margin-top: 1em;
}

.footer-menu__rs {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
}

.footer-menu__rs a {
  display: inline-block;
  color: #fff !important;
  transition: all 0.35s ease-in-out;
  width: 20px;
  height: 20px;
  margin-left: 35px;
}

.footer-menu__rs a:hover {
  color: var(--third-color) !important;
}

/*.footer-menu__fb {*/
/*  background: url('../../../img/footer/rs/facebook.svg') no-repeat center;*/
/*  background-size: contain;*/
/*}*/

/*.footer-menu__insta {*/
/*  background: url('../../../img/footer/rs/instagram.svg') no-repeat center;*/
/*  background-size: contain;*/
/*}*/

/*.footer-menu__ytb {*/
/*  background: url('../../../img/footer/rs/ytb.png') no-repeat center;*/
/*  background-size: contain;*/
/*}*/

/*.footer-menu__linkedin {*/
/*  background: url('../../../img/footer/rs/linkedin.svg') no-repeat center;*/
/*  background-size: contain;*/
/*}*/

.footer-menu__rs a:first-child {
  margin-left: 0;
}

.footer-menu__links {
  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__links .footer-menu__item-element {
  font-size: 14px;
  font-weight: 400;
  color: var(--main-color);
  line-height: 2em;
}

.social-networks-container {
  display: flex;
  gap: 15px;
}

.footer-reassurances {
  background: #fff;
  padding: 5vh 0;
}

.footer-reassurances__wrapper {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr) );
  grid-auto-flow: dense;
  margin: var(--section-normal-margin);
}

.footer-reassurances__wrapper .reassurance-content {
  display: flex;
  flex-direction: column;
  padding-top: 0.5em;
}

.footer-reassurances__wrapper span {
  font-family: var(--second-typo);
  font-weight: 600;
  color: var(--main-dark-color);
}

.footer-reassurances__wrapper .reassurance-subhead span {
  font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
}

.asterisk {
  font-size: 20px;
}

/*.footer-reassurances__wrapper .slick-list {*/
/*  margin: 0 20px;*/
/*}*/

/*.footer-reassurances__wrapper .slick-arrow {*/
/*  position: absolute;*/
/*  font-size: 0;*/
/*  border: none;*/
/*  background: transparent;*/
/*  padding: 0;*/
/*  width: 20px;*/
/*  outline: none;*/
/*  cursor: pointer;*/
/*  top: 50%;*/
/*  -webkit-transform: translate3d(0, -50%, 0);*/
/*  transform: translate3d(0, -50%, 0);*/
/*}*/

/*.footer-reassurances__wrapper .slick-prev {*/
/*  left: 0;*/
/*}*/

/*.footer-reassurances__wrapper .slick-prev:after {*/
/*  content: '';*/
/*}*/

/*.footer-reassurances__wrapper .slick-next {*/
/*  right: 0;*/
/*}*/

/*.footer-reassurances__wrapper .slick-next:after {*/
/*  content: '';*/
/*}*/

/*.footer-reassurances__wrapper .slick-prev:after,*/
/*.footer-reassurances__wrapper .slick-next:after {*/
/*  font-family: cursive;*/
/*  font-size: 20px;*/
/*}*/

.footer__reassurance {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.footer__reassurance p {
  max-width: 160px;
  font-size: 15px;
  font-family: Roboto, sans-serif;
  line-height: 21px;
  font-weight: 300;
  color: #5e5e5e;
  margin-top: 15px;
  margin-bottom: 0;
}

#footer .footer-container {
  margin: 0;
}

.footer-copyright {
  font-family: var(--second-typo);
  background: var(--header-nav-bg-color);
}

.footer-copyright__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: var(--section-normal-margin);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-copyright .footer-copyright__copyright {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 30px 0;
  gap: 5px;
}

.footer-copyright p {
  color: white;
  display: inline-block;
  line-height: 20px;
  margin: 0;
  display: flex;
  align-items: center;
}

.footer-legal__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: var(--section-normal-margin);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.logo-bwa {
  vertical-align: baseline;
  width: 100%;
  max-width: 40px;
  margin-left: 5px;
}

.legal-bandeau {
  width: 100%;
  max-width: 730px;
}

/*
--------------------------------------
Footer V2
--------------------------------------
*/

#footer .footer-content-container {
  display: grid;
  grid-template-columns: 5% 1fr 5%;
  grid-template-rows: auto auto 30px 30px 1fr;
}

.footer-background {
  background: #F8F9FB;
  grid-column: 1/-1;
  grid-row: 1/4;
}

#footer .footer-logo__wrapper {
  width: 100%;
}

.footer-element {
  grid-column: 2/3;
  grid-row: 4/6;
}

.footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-row: 1;
  padding: 4em 0 0;
}

.footer-logo-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #D8DEE0;
  width: 100%;
  padding-bottom: 3em;
}

/*.footer-logo-inner:before,*/
/*.footer-logo-inner:after {*/
/*  content    : '';*/
/*  display    : inline-block;*/
/*  background : #D8DEE0;*/
/*  height     : 1px;*/
/*  min-width  : 10px;*/
/*  width: 30%;*/
/*  flex       : 1 0 0;*/
/*}*/

/*.footer-logo-inner:before {*/
/*  right: 80%;*/
/*  margin-right: calc(20px + (80 - 20) * ((100vw - 320px) / (1920 - 320)));*/
/*}*/

/*.footer-logo-inner:after {*/
/*  left: 80%;*/
/*  margin-left: calc(20px + (80 - 20) * ((100vw - 320px) / (1920 - 320)));*/
/*}*/

.footer-menu {
  grid-row: 2/4;
  padding: 2em 0 1em;
}

.footer-menu a {
  transition: all 0.35s ease-in-out;
}

.footer-menu a:hover {
  color: var(--third-color);
}

.sav-container {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-row: 3/5;
}

.sav-container a {
  display: flex;
  font-family: var(--second-typo);
  font-size: calc(15px + (19 - 15) * ((100vw - 320px) / (1920 - 320)));
  background: var(--main-color);
  color: #fff;
  border: 1px solid var(--main-color);
  border-radius: 5px;
  transition: all 0.35s ease-in-out;
  padding: 12px 35px;
}

.sav-container a:hover {
  background: #fff;
  color: var(--main-color);
}

.sav-container a span {
  margin-left: 0.5em;
}

.footer-legal {
  padding: 3em 0;
}

/*
---------------------------------------------------------------------
                                2024
---------------------------------------------------------------------
*/

/*
--------------------------------------
Avis
--------------------------------------
*/

.col-reviews-container .slick-slide > div,
.col-reviews-container .slick-slide > div > .elementor-element,
.col-reviews-container .slick-slide > div > .elementor-element > .elementor-column-wrap {
  height: 100%;
}

.col-reviews-container > .elementor-column-wrap > .elementor-widget-wrap {
  display: grid !important;
  grid-template-columns: 25% auto;
}

.s-reviews .s-reviews-slider .slick-list {
  max-width: calc(300px + (980 - 300) * ((100vw - 320px) / (1920 - 320)));
}
