.footer-grid {
  display: grid !important;
  grid-template-columns: 2fr 3fr;
  grid-gap: 5rem;
}

footer {
  overflow: hidden;
  padding: 60px 0 0;
  position: relative;
}
footer .big-menu hr {
  margin-top: 0;
}
footer .section_bottom {
  padding: 40px 15px;
  display: block;
  position: relative;
}
footer .section_bottom:before {
  content: "";
  position: absolute;
  height: 100%;
  background-color: #f5f5f5;
  z-index: 1;
  top: 0px;
  left: 0;
  right: 0;
}
footer .section_bottom .row {
  position: relative;
  z-index: 2;
}
footer .btns_bottom {
  float: left;
  width: 100%;
  margin: 20px 0 20px;
  position: relative;
}

footer .btns_bottom a.btn2 {
  background: transparent;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  color: #a39161;
  font-size: 13px;
  font-weight: 500;
  max-width: 240px;
  width: 100%;
}
footer .btns_bottom a.btn2:hover,
footer .btns_bottom a.btn2:focus {
  color: #fff;
  background: #a39161;
}
footer .btn_espace a {
  background: transparent;
  max-width: 90px;
  width: 100%;
  min-height: 30px;
  line-height: 30px;
  padding: 2px 5px;
  color: #a39161;
  font-size: 14px;
  font-weight: 500;
  text-transform: initial;
  margin-left: 20px;
}
footer .btn_espace a.btn2:hover,
footer .btn_espace a.btn2:focus {
  color: #fff;
  background: #a39161;
}

footer .newletter .action input[type="submit"],
footer .newletter .action input[type="button"],
footer .newletter .action button.button,
footer .acysubbuttons .btn {
  position: relative;
  max-width: 115px;
  width: 100%;
  height: 50px;
  background: #a39161;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: 500;
  border: 1px #a39161 solid;
}

footer .acysubbuttons .btn {
  min-width: auto;
  padding: 6px 25px !important;
  outline: none !important;
  max-width: none;
  width: auto;
}

footer .newletter .action input[type="submit"]:hover,
footer .newletter .action input[type="submit"]:focus,
footer .newletter .action input[type="button"]:hover,
footer .newletter .action input[type="button"]:focus,
footer .newletter .action button.button:hover,
footer .newletter .action button.button:focus,
footer .acysubbuttons .btn:hover,
footer .acysubbuttons .btn:focus {
  background: transparent;
  color: #a39161;
}
footer form#form input[type="text"],
footer form#form input[type="email"] {
  max-width: 100%;
}

footer form#form .input-container {
  margin-top: 25px;
}

footer .newsletter .input-container {
  margin-top: 25px !important;
}

footer .big-menu .newletter {
  max-width: 100%;
}

footer .newletter .action {
  margin: 20px 0 0;
}

footer .big-menu .newletter .texte-newletter {
  float: left;
  max-width: 400px;
}

footer .big-menu .newletter .btn-newletter {
  float: right;
}

footer .socials {
  margin: 0;
}

footer .acymailing_module_form .acymailing_introtext {
  font-family: "TimesNewRomanItalic", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #8c8c8c;
}
footer table.acymailing_form {
  width: 100% !important;
}

footer form#form .acymailing_form .input-container {
  margin-top: 25px !important;
}

footer .acymailing_module_form td.acysubbuttons {
  padding-top: 15px;
  text-align: right;
}

@media (min-width: 767px) {
  footer .big-menu .col-sm-3 .content {
    margin-bottom: 35px;
  }
}

@media (min-width: 1220px) {
  footer .section_bottom:before {
    left: -100%;
    right: -100%;
    left: -100vw;
    right: -100vw;
  }
}

@media (max-width: 1025px) {
  footer {
    padding: 10px 0 0;
  }
  footer .section_bottom {
    margin-top: 10px;
    padding: 30px 15px 100px;
  }
  footer .section_bottom .content {
    margin: 15px 0 0;
  }
  footer .section_bottom .col-sm-6.right {
    margin-top: 15px;
    margin-bottom: 25px;
    float: left;
    /* width: 100%; */
  }

  footer .section_bottom .row:last-child .col-sm-6.left {
    text-align: left;
  }

  footer .section_bottom .row:last-child .col-sm-6.left p {
    font-size: 12px;
  }

  footer .section_bottom span.btn_espace {
    display: block;
    float: right;
    margin: 0;
  }

  footer .section_bottom span.btn_espace a {
    margin: 0;
    padding: 0px 15px;
  }

  footer .big-menu .section_bottom .title:before {
    display: none;
  }

  footer .btns_bottom {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 50px 0 20px;
  }

  footer .btns_bottom a.btn2 {
    padding: 12px 15px;
  }

  footer .section_bottom .col-sm-6.right.socials ul {
    text-align: right;
  }
}

@media (min-width: 1024px) and (max-width: 1078px) {
  footer .btns_bottom a.btn2 {
    margin-bottom: 10px;
  }
}

@media (max-width: 950px) {
  footer .big-menu .newletter .btn-newletter {
    float: none;
    text-align: center;
    margin: 10px 0 30px;
  }

  footer .section_bottom .col-sm-6.left,
  footer .section_bottom .col-sm-6.right {
    width: 50%;
    float: left;
    margin: 0;
  }

  footer .btns_bottom {
    display: block;
    margin: 20px 0 30px;
  }

  footer .btns_bottom a.btn2 {
    padding: 12px 24px;
  }

  footer .btns_bottom a.btn2:first-child {
    margin-bottom: 15px;
  }

  footer .section_bottom .row:last-child .col-sm-6.left,
  footer .section_bottom .row:last-child .col-sm-6.right {
    text-align: center;
    width: 100%;
    float: none;
  }

  footer .section_bottom span.btn_espace {
    float: none;
  }

  footer .section_bottom span.btn_espace a {
    margin-top: 5px;
  }

  footer .section_bottom .col-sm-6.right.socials {
    margin: 35px 0 0;
  }

  footer .section_bottom .col-sm-6.right.socials ul {
    text-align: center;
  }
}

@media (max-width: 500px) {
  footer .section_bottom .col-sm-6.left,
  footer .section_bottom .col-sm-6.right {
    width: 100%;
  }
}
