/********************
	Part - before-footer
********************/
.before-footer {
    background : white;
}

/********************
	Part - newsletter
********************/

.block_newsletter form .input__wrapper {
    margin          : 0 auto;
    display         : flex;
    justify-content : center;
    align-items     : center;
    width: 260px;
    height: 55px;
    background: #fff;
    border-radius: 50px ;
    overflow: hidden;
}

button[name="submitNewsletter"] {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 0 !important;
}

button[name="submitNewsletter"]:hover svg path {
  stroke: var(--color-primary) !important;
  fill: var(--color-primary) !important;
}
.block_newsletter .conditions__wrapper {
    text-align : center;
}

.section__title-content.newsletter .container-primary{
  margin: unset;
}
.r-social-list {
  display: flex;
  gap: 19px;
  align-items: center;
  margin-top: 2em;
}

.r-social-list a{
  display: flex;
  align-items: center;
}
@media (max-width : 767px) {
    /*.block_newsletter {*/
    /*    padding-bottom : .625rem;*/
    /*    border-bottom  : 1px solid #f6f6f6*/
    /*}*/

    .block_newsletter form .input__wrapper {
        max-width : 100%;
      margin: 0;
    }
}

/********************
	Part - main-footer
********************/
.footer-container {
    overflow : hidden;
    margin   : 0;
    padding  : 0;
}

* + .footer-container .footer {
    border-top : 1px solid #ACACAC;
}

.footer-container .footer {
    display   : flex;
    padding   : 86px 0;
}


.links .collapse {
    display : inherit
}

.footer-container li {
    margin-bottom : .3125rem
}

.footer-container li a {
    cursor    : pointer;
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    transition: 0.3s ease;
}

.footer-container li a:hover {
    text-decoration: underline;
}

.block-contact-title, .blockcms-title, .myaccount-title, .myaccount-title a {
    font-weight : 700;
    font-size   : 1rem
}

/********************
	Part - account-list
********************/
#block_myaccount_infos .myaccount-title a {
    color : var(--color-black-default)
}

.account-list a {
    color : var(--color-grey-font-default)
}

.account-list a:hover {
    color : #2fb5d2
}

/*********************
	Part - after footer
*********************/
.after-footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  /*padding: 3em 0;*/
}

.after-footer-container .after-footer-mention {
  font-size: 14px;
  color: var(--color-grey-font-default);
  text-transform: uppercase;
  margin-bottom: 2em;
}

.after-footer-img-container {
  background-color: var(--color-white-default);
  color: var(--color-black-default);
  border: solid var(--color-black-default) 3px;
  display: flex;
  align-items: center;
  padding: 15px;
  min-height: 60px;
}

.after-footer-img-container img {
  width: 100px;
  height: 70px;
  padding-bottom: 10px;
  margin-right: 15px;
  border: solid var(--color-black-default) 1px;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

.logo_footer_inner img
{
  display: block;
  margin: 0 auto;
  padding: 55px 0;
}

.logo_footer_inner {
  border-top: 1px solid rgb(255,255,255,0.15);
  border-bottom: 1px solid rgb(255,255,255,0.15);
}

.message_popup {
  margin: 1rem 0;
  color: #27445D;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.btn-popup {
  position: absolute ;
  bottom: 20px ;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 320px;
  padding: 15px 20px;
  margin: 0 auto;
  transition: 0.3s ease;
  background: #ffffff73;

}

.btn-popup span {
  color: var(--color-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px; /* 93.75% */
  text-transform: initial;
}

.btn-popup:hover span {
  color: #27445D;
}

.btn-popup:hover svg,.btn-popup:hover svg path {
  stroke: #27445D;
  fill: #27445D !important;
}

.btn-popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}

#popupwebsite .modal-dialog .modal-content {
  position: relative;
}
/********************
	Part - copyright
********************/
.footer-copyright {
    text-align : center;
    background: #243E55;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 15px;
    padding: 0 5px;
}


.footer-container {
  background : var(--color-primary);
}

.bwagence-logo {
  display: flex;
  align-items: center;
  gap: 5px;
}


#popupwebsite .modal-body {
  padding: 0;
}

#popupwebsite .btn-popup {
  padding-bottom: 1em;
}

#popupwebsite  .modal-media img {
  width: 100%;
  object-fit: cover;
}

#popupwebsite.in {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

#popupwebsite {
  transform: translate3d(-100%, 0, 0);
}

#popupwebsite .modal-grid {
  display: flex;
  align-items: center;
  justify-content: center;
}

#popupwebsite .modal-dialog-centered{
  opacity         : 0;
  pointer-events  : none;
  visibility      : hidden;
  z-index         : 1;
  transition: 0.3s ease;
}

#popupwebsite .modal-dialog-centered.active{
  transform      : translate3d(0, 0, 0) !important;
  opacity        : 1;
  visibility     : visible;
  pointer-events : all;
  transition: 0.3s ease;
  position: absolute;
}

#popupwebsite .modal-dialog{
  min-width: 450px;
}

#popupwebsite .modal-dialog-centered[data-tab="2"] {
  transform : translate3d(100%, 0, 0);
}

#popupwebsite .message_newsletter {
  color: var(--color-primary);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

#popupwebsite .newsletter .section__title-content__inner {

  margin: 15px auto 0;
}

#popupwebsite .newsletter   .block_newsletter form .input__wrapper {
  background: #EEECED;
  width: unset;
}

#popupwebsite .newsletter  .block_newsletter form input[type=email] {
  background: transparent;
}
