/* ==========================================================================
   Footer - pied de page
   ========================================================================== */
#footer-b2c {
  padding: 22px 0;
  color: #fff;
  background: var(--footer-bg-color);
  font-size: 13px;
}

#footer-b2c .col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

#footer-b2c .col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

#footer-b2c .col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

#footer-b2c .col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

#footer-b2c .col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

#footer-b2c .col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

#footer-b2c .col-2,
#footer-b2c .col-3,
#footer-b2c .col-4,
#footer-b2c .col-8,
#footer-b2c .col-10,
#footer-b2c .col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

#footer-b2c .justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

#footer-b2c .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

#footer-b2c .center_in {
  clear: both;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0;
  overflow: visible;
  min-height: 1%;
  position: relative;
}

#footer-b2c p {
  margin-bottom: 1.3em;
}

#footer-b2c ul li {
  list-style: none;
}

#footer-b2c a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
#footer-b2c H4 {
  padding-bottom: 25px;
}

#footer-b2c .col-assistance,
#footer-b2c .col-links,
#footer-b2c .col-logo {
  border-right: 1px solid #5d5d5d;
  min-height: 175px;
}

#footer-b2c #logo2 {
  width: 100%;
  height: auto;
  max-width: 216px;
  margin: 0 auto;
  display: block;
}

#footer-b2c-bottom {
  background: #000;
  padding: 10px;
}

#nav-bar-3 {
  text-align: center;
}

#nav-bar-3 h4 {
  margin: 0 auto 10px auto;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}

#nav-bar-3 ul {
  margin: 0;
  margin-left: -35px;
}

#nav-bar-3 li {
  float: left;
  width: 50%;
  margin: 0 0 5px 0;
}

#contact-footer-b2c {
  text-align: center;
  margin-bottom: 0;
}

#contact-footer-b2c h4 {
  margin-bottom: 15px;
  margin: 0 auto 5px auto;
  color: #fff;
  font-weight: 600;
  font-size: 1.2em;
  text-transform: uppercase;
  line-height: 1.2;
}

#footer-b2c .col-assistance div.phone {
  margin-top: 10px;
}

#footer-b2c .col-assistance .fa-phone {
  background: #fff;
  display: inline-block;
  width: 40px;
  height: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 0.5em;
  color: #000;
  line-height: 40px;
  text-align: center;
}

#colfollow h4 {
  margin: 0 auto 5px auto;
  color: #fff;
  font-weight: 600;
  font-size: 1.2em;
  text-transform: uppercase;
}

#colfollow .socialcontainer {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  webkit-flex-direction: row;
  justify-content: center;
}

#colfollow .socialcontainer > div {
  margin: 0 10px;
}

#footer-b2c .col-follow input {
  color: #bababa;
  height: 35px;
  margin-left: 5px;
  width: 195px;
}

#newsletter2-input {
  font-size: 14px;
}

#newsletter2,
#newsletter2-input {
  padding: 6px 10px;
}

#footer-b2c .col-follow button {
  padding: 5px 15px;
  margin-top: -5px;
}

#newsletter2 {
  text-transform: uppercase;
}

#footer-b2c-bottom {
  background: #000;
  padding: 10px;
}

#footer-b2c a.btn_manewco,
#footer-b2c a.btn_manewco:focus,
#footer-b2c a.btn_manewco:visited,
#footer-b2c input[type="submit"] {
  background: #000;
  color: #fff;
  border: 2px solid transparent;
  padding: 12.5px 15px;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-weight: 500;
  display: inline-block;
  min-width: 150px;
  text-align: center;
}

#footer-b2c a.btn_manewco.btn_pink:hover,
#footer-b2c a.btn_manewco.btn_pink:focus:hover,
#footer-b2c a.btn_manewco.btn_pink:visited:hover,
#footer-b2c input[type="submit"].btn_pink:hover {
  background: transparent;
  color: #d4175b;
  border-color: #d4175b;
}

#footer-b2c a.btn_manewco:hover,
#footer-b2c a.btn_manewco:focus:hover,
#footer-b2c a.btn_manewco:visited:hover,
#footer-b2c input[type="submit"]:hover {
  background: transparent;
  color: #000;
  border-color: #000;
}
