@charset "UTF-8";
/*
 * Name:
 * Author:
*/
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i);
@import url(https://fonts.googleapis.com/css?family=Nunito+Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i);
body {
  font-size: 1em;
  line-height: 1.2em;
  color: #000;
}
body.is-loading *, body.is-loading *:after, body.is-loading *:before {
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}
a {
  transition: all 0.5s;
}
a, a:hover, a:focus, a:active, a.active {
  outline: none;
  text-decoration: none;
}
.btn, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  display: inline-block;
  background-color: #ddae4d !important;
  font-size: 16px;
  font-weight: 700;
  color: #fff !important;
  padding: 12px 35px !important;
  text-transform: uppercase;
  transition: all 0.5s;
  border-radius: 0 !important;
  line-height: 1.5 !important;
}
.btn:hover, .btn:focus, .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus, .woocommerce a.button:hover, .woocommerce a.button:focus, .woocommerce button.button:hover, .woocommerce button.button:focus, .woocommerce input.button:hover, .woocommerce input.button:focus {
  background-color: #ad2020 !important;
  transition: all 0.5s;
  color: #fff !important;
}
.btn.xoo-wsc-ft-btn-continue, .btn.xoo-wsc-ft-btn-cart, .btn.xoo-wsc-ft-btn-checkout, .woocommerce #respond input#submit.xoo-wsc-ft-btn-continue, .woocommerce #respond input#submit.xoo-wsc-ft-btn-cart, .woocommerce #respond input#submit.xoo-wsc-ft-btn-checkout, .woocommerce a.button.xoo-wsc-ft-btn-continue, .woocommerce a.button.xoo-wsc-ft-btn-cart, .woocommerce a.button.xoo-wsc-ft-btn-checkout, .woocommerce button.button.xoo-wsc-ft-btn-continue, .woocommerce button.button.xoo-wsc-ft-btn-cart, .woocommerce button.button.xoo-wsc-ft-btn-checkout, .woocommerce input.button.xoo-wsc-ft-btn-continue, .woocommerce input.button.xoo-wsc-ft-btn-cart, .woocommerce input.button.xoo-wsc-ft-btn-checkout {
  font-size: 15px;
}
.btn.xoo-wsc-ft-btn-checkout, .woocommerce #respond input#submit.xoo-wsc-ft-btn-checkout, .woocommerce a.button.xoo-wsc-ft-btn-checkout, .woocommerce button.button.xoo-wsc-ft-btn-checkout, .woocommerce input.button.xoo-wsc-ft-btn-checkout {
  background-color: #ad2020 !important;
}
.btn.xoo-wsc-ft-btn-checkout:hover, .woocommerce #respond input#submit.xoo-wsc-ft-btn-checkout:hover, .woocommerce a.button.xoo-wsc-ft-btn-checkout:hover, .woocommerce button.button.xoo-wsc-ft-btn-checkout:hover, .woocommerce input.button.xoo-wsc-ft-btn-checkout:hover {
  background-color: #ddae4d !important;
}
.btn-default {
  display: inline-block;
  background: #ddae4d;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 12px 35px;
  text-transform: uppercase;
  transition: all 0.5s;
  border-radius: 0;
}
.btn-default:hover, .btn-default:focus {
  background: #ad2020;
  transition: all 0.5s;
  color: #fff;
}
.btn-primary {
  display: inline-block;
  background: #ddae4d;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 12px 35px;
  text-transform: uppercase;
  transition: all 0.5s;
  border-radius: 0;
}
.btn-primary:hover, .btn-primary:focus {
  background: #ad2020;
  transition: all 0.5s;
  color: #fff;
}
/* MEDIA QUERIES */
@media (max-width: 991px) {
  .btn {
    font-size: 14px;
    padding: 12px 30px;
  }
}
/* ======= General style - all pages ======= */
body {
  font-family: "Nunito Sans", sans-serif;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
h1.under_bar_title, h2.under_bar_title {
  font-size: 30px;
  color: #ad2020;
  border-bottom: 1px solid #ad2020;
  padding-bottom: 25px;
  margin-bottom: 40px;
}
h1.sideded_bar_title, h2.sideded_bar_title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 35px;
  font-weight: 300;
  color: #ad2020;
  position: relative;
  margin-bottom: 60px;
}
h1.sideded_bar_title:after, h2.sideded_bar_title:after {
  content: "";
  display: inline-block;
  height: 2px;
  background: #ad2020;
  width: 190px;
  margin-left: 100px;
  vertical-align: middle;
}
h1.sideded_bar_title:before, h2.sideded_bar_title:before {
  content: "";
  display: inline-block;
  height: 2px;
  background: #ad2020;
  width: 190px;
  margin-right: 100px;
  vertical-align: middle;
}
h2.sideded_bar_title.dark-title {
  color: #ddae4d;
}
h2.sideded_bar_title.dark-title:after {
  background: #ddae4d;
}
h2.sideded_bar_title.dark-title:before {
  background: #ddae4d;
}
/* MEDIA QUERIES */
@media (max-width: 1199px) and (min-width: 992px) {
  h2.sideded_bar_title:after, h2.sideded_bar_title:before {
    width: 160px;
  }
}
@media (max-width: 991px) {
  h1.under_bar_title, h2.under_bar_title {
    font-size: 26px;
  }
  h3 {
    font-size: 1.5rem;
  }
  h2.sideded_bar_title {
    font-size: 32px;
  }
  h2.sideded_bar_title:after, h2.sideded_bar_title:before {
    width: 120px;
  }
  h2.sideded_bar_title:after {
    margin-left: 40px;
  }
  h2.sideded_bar_title:before {
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  h1.under_bar_title, h2.under_bar_title {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  h3 {
    font-size: 1.25rem;
  }
  h2.sideded_bar_title {
    font-size: 16px;
    margin-bottom: 40px;
  }
  h2.sideded_bar_title:after, h2.sideded_bar_title:before {
    width: 30px;
  }
  h2.sideded_bar_title:after {
    margin-left: 15px;
    height: 1px;
  }
  h2.sideded_bar_title:before {
    margin-right: 15px;
    height: 1px;
  }
}
/* ======= Navigation ======= */
/* ======= Header ======= */
@keyframes stickyheader {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
header#masterhead {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  header#masterhead {
    margin-bottom: 30px;
  }
}
header#masterhead .message_avis .menu_top {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  header#masterhead .message_avis .menu_top {
    justify-content: center;
    margin-top: 10px;
  }
}
header#masterhead .message_avis .menu_top ul {
  display: flex;
  padding: 0;
  margin: 0;
  text-align: right;
}
@media (max-width: 767px) {
  header#masterhead .message_avis .menu_top ul {
    text-align: center;
  }
}
header#masterhead .message_avis .menu_top ul li {
  list-style-type: none;
  margin-left: 30px;
}
@media (max-width: 350px) {
  header#masterhead .message_avis .menu_top ul li {
    margin: 0 12px;
  }
}
@media (min-width: 351px) and (max-width: 767px) {
  header#masterhead .message_avis .menu_top ul li {
    margin: 0 15px;
  }
}
header#masterhead .message_avis .menu_top ul li a {
  color: #000;
}
header#masterhead .message_avis .menu_top ul li a:hover {
  color: #ad2020;
}
header#masterhead .message_avis p {
  font-size: 0.8em;
  text-transform: uppercase;
  line-height: normal;
}
@media (max-width: 767px) {
  header#masterhead .message_avis p {
    text-align: center;
  }
}
header#masterhead .mid_header {
  position: relative;
  padding: 2.15rem 0;
  background: #000;
  opacity: 1;
}
header#masterhead .mid_header.sticky {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  animation: stickyheader 2s;
}
header#masterhead .mid_header.sticky .side_header {
  display: none !important;
}
header#masterhead .mid_header .logo a img {
  max-width: 100%;
  height: auto;
}
header#masterhead .mid_header .side_header {
  color: #fff;
}
@media (max-width: 767px) {
  header#masterhead .mid_header .side_header {
    margin-top: 1.8em;
    text-align: left !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
  header#masterhead .mid_header .side_header .search_button {
    color: #ddae4d;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: solid 1px #fff;
    background-color: transparent;
    padding-left: 20px;
    margin-left: 20px;
    outline: none;
    transition: all 0.5s;
  }
  header#masterhead .mid_header .side_header .search_button:hover {
    color: #ad2020;
  }
}
@media (max-width: 767px) and (max-width: 350px) {
  header#masterhead .mid_header .side_header .search_button {
    margin-left: 13px;
    padding: 0;
    border: 0;
  }
}
header#masterhead .mid_header .side_header .boutique_utilities {
  padding: 0;
  margin: 0;
  width: 100%;
}
@media (max-width: 767px) {
  header#masterhead .mid_header .side_header .boutique_utilities {
    width: auto;
  }
}
header#masterhead .mid_header .side_header .boutique_utilities li {
  display: inline-block;
  font-size: 1em;
}
header#masterhead .mid_header .side_header .boutique_utilities li a {
  color: #fff;
}
header#masterhead .mid_header .side_header .boutique_utilities li a:hover {
  color: #ddae4d;
}
@media (max-width: 380px) {
  header#masterhead .mid_header .side_header .boutique_utilities li a {
    font-size: 0.8em;
  }
}
header#masterhead .mid_header .side_header .boutique_utilities li i {
  color: #ddae4d;
  font-size: 1.2em;
}
@media (max-width: 380px) {
  header#masterhead .mid_header .side_header .boutique_utilities li i {
    font-size: 1.1em;
  }
}
header#masterhead .mid_header .side_header .slogan {
  padding: 0;
  margin: 0;
  width: 100%;
}
@media (max-width: 767px) {
  header#masterhead .mid_header .side_header .slogan {
    width: auto;
  }
}
header#masterhead .mid_header .side_header .slogan li {
  display: inline-block;
}
header#masterhead .mid_header .side_header .slogan li:first-child {
  padding-right: 30px;
  border-right: 1px solid #6e6e6e;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 1.375em;
  font-weight: 500;
}
@media (max-width: 991px) {
  header#masterhead .mid_header .side_header .slogan li:first-child {
    font-size: 1.2em;
  }
}
header#masterhead .mid_header .side_header .slogan li:last-child {
  position: relative;
  top: -1px;
  padding-left: 30px;
}
@media (max-width: 350px) {
  header#masterhead .mid_header .side_header .slogan li:last-child {
    padding-left: 25px;
  }
}
header#masterhead .mid_header .side_header .slogan li:last-child a {
  color: #fff;
}
header#masterhead .mid_header .side_header .slogan li:last-child a:hover {
  color: #ddae4d;
}
header#masterhead .mid_header .side_header .slogan li:last-child a i {
  font-size: 1.2em;
}
header#masterhead .mid_header .mobile_menu {
  position: static;
}
header#masterhead .mid_header .mobile_menu .navbar-dark {
  position: static;
  padding: 0;
}
header#masterhead .mid_header .mobile_menu .navbar-dark .navbar-toggler {
  color: #fff;
  border-color: #fff;
  transition: all 0.5s ease;
}
header#masterhead .mid_header .mobile_menu .navbar-dark .navbar-toggler:hover {
  border-color: #ddae4d;
  background: #ddae4d;
  transition: all 0.5s ease;
}
header#masterhead .mid_header .mobile_menu .navbar-dark .navbar-toggler:focus {
  outline: 0;
  border-color: #ddae4d;
  background: #ddae4d;
}
header#masterhead .mid_header .mobile_menu .navbar-dark .navbar-toggler[aria-expanded="true"] {
  border-color: #ddae4d;
  background: #ddae4d;
}
header#masterhead .mid_header .mobile_menu .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
header#masterhead .mid_header .mobile_menu .navbar-collapse {
  position: absolute;
  margin: 0;
  background: #000;
  width: 100%;
  top: 85%;
  left: 0;
  z-index: 2;
}
header#masterhead .mid_header .mobile_menu .navbar-collapse ul li {
  margin: 10px 0;
  text-align: left;
  font-weight: 700;
}
header#masterhead .mid_header .mobile_menu .navbar-collapse ul li:last-child {
  margin-bottom: 0;
}
header#masterhead .mid_header .mobile_menu .navbar-collapse ul li a {
  color: #fff;
  font-size: 1.2em;
  text-transform: uppercase;
}
header#masterhead .mid_header .mobile_menu .navbar-collapse ul li a:hover, header#masterhead .mid_header .mobile_menu .navbar-collapse ul li a:focus {
  color: #ad2020;
}
header#masterhead .mid_header .mobile_menu .navbar-collapse ul li .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  position: relative;
  background-color: transparent;
  border-bottom: solid 1px #fff;
  padding: 0 0 10px 0;
}
header#masterhead .mid_header .mobile_menu .navbar-collapse ul li .dropdown-menu li {
  padding-left: 10px;
  font-weight: 400;
}
header#masterhead .mid_header .mobile_menu .navbar-collapse ul li .dropdown-menu li a {
  text-transform: none;
}
header#masterhead .mid_header .mobile_menu .navbar-collapse ul li .dropdown-menu .menu-image {
  display: none;
}
header#masterhead .mid_header .mobile_menu .navbar-collapse ul .menu-nos-marques .dropdown-menu {
  border-bottom: 0;
  padding-top: 10px;
}
header#masterhead .mid_header .mobile_menu .navbar-collapse ul .menu-nos-marques .dropdown-menu li {
  width: calc(50% - 16px);
  float: left;
  padding-left: 0;
  margin: 8px;
}
header#masterhead .mid_header .mobile_menu .navbar-collapse ul .menu-nos-marques .dropdown-menu li .menu-image {
  display: block !important;
  width: 100%;
  height: auto;
  background: #fff;
}
header#masterhead .menu_content {
  background: #ececec;
  position: relative;
  opacity: 1;
}
header#masterhead .menu_content.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  animation: stickyheader 2s;
}
header#masterhead .menu_content nav.navbar {
  padding: 0;
}
header#masterhead .menu_content nav.navbar .navbar-collapse ul li {
  padding: 18px 22px;
  position: relative;
}
header#masterhead .menu_content nav.navbar .navbar-collapse ul li:first-child {
  padding-left: 0;
}
header#masterhead .menu_content nav.navbar .navbar-collapse ul li:last-child {
  padding-right: 0;
}
@media (max-width: 991px) {
  header#masterhead .menu_content nav.navbar .navbar-collapse ul li {
    padding: 18px 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header#masterhead .menu_content nav.navbar .navbar-collapse ul li {
    padding: 18px 14px;
  }
}
header#masterhead .menu_content nav.navbar .navbar-collapse ul li a {
  font-size: 18px;
  color: #111;
  text-transform: uppercase;
}
header#masterhead .menu_content nav.navbar .navbar-collapse ul li a:hover, header#masterhead .menu_content nav.navbar .navbar-collapse ul li a:focus {
  color: #ad2020;
}
@media (max-width: 991px) {
  header#masterhead .menu_content nav.navbar .navbar-collapse ul li a {
    font-size: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header#masterhead .menu_content nav.navbar .navbar-collapse ul li a {
    font-size: 15px;
  }
}
header#masterhead .menu_content nav.navbar .navbar-collapse ul li .dropdown-menu {
  display: none;
  width: 500px;
  height: auto;
  padding: 0;
  margin: 0;
  position: absolute;
  border: none;
  border-radius: 0;
  padding: 15px 20px;
  background: #000;
  z-index: 100;
}
header#masterhead .menu_content nav.navbar .navbar-collapse ul li .dropdown-menu li {
  padding: 0;
  margin: 10px 0;
}
header#masterhead .menu_content nav.navbar .navbar-collapse ul li .dropdown-menu li a {
  display: inline-block;
  color: #fff;
  text-transform: none;
}
header#masterhead .menu_content nav.navbar .navbar-collapse ul li .dropdown-menu li a:hover, header#masterhead .menu_content nav.navbar .navbar-collapse ul li .dropdown-menu li a:focus {
  color: #ddae4d;
}
header#masterhead .menu_content nav.navbar .navbar-collapse ul li .dropdown-menu li.menu-image {
  float: left;
  margin-right: 20px;
  position: relative;
  z-index: 200;
}
header#masterhead .menu_content nav.navbar .navbar-collapse ul li .dropdown-menu li.menu-image:hover img {
  opacity: 0.7;
}
header#masterhead .menu_content nav.navbar .navbar-collapse ul li .dropdown-menu li.menu-image img {
  width: 200px;
  height: auto;
  transition: all 0.5s;
}
header#masterhead .menu_content nav.navbar .navbar-collapse ul .menu-nos-marques li {
  float: left;
  margin: 10px !important;
}
header#masterhead .menu_content nav.navbar .navbar-collapse ul .menu-nos-marques li:hover .menu-image {
  opacity: 0.7;
}
header#masterhead .menu_content nav.navbar .navbar-collapse ul .menu-nos-marques li .menu-image {
  width: 133px;
  height: auto;
  background: #fff;
  transition: all 0.5s;
}
header#masterhead .menu_content nav.navbar .search_button {
  color: #ad2020;
  border: 0;
  background-color: transparent;
  margin-left: 30px;
  outline: none;
  transition: all 0.5s;
}
header#masterhead .menu_content nav.navbar .search_button:hover {
  color: #ddae4d;
}
.main_content.sticky {
  /*transition: all 0.8s;*/
  padding-top: 60px;
}
.main_content.sticky.mobile {
  padding-top: 160px;
}
.search_main_menu, .search_main_menu_mobile {
  position: absolute;
  background: #000;
  padding: 20px;
  top: 57px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  border: solid 1px #fff;
  z-index: 200;
}
@media (max-width: 767px) {
  .search_main_menu, .search_main_menu_mobile {
    width: 100%;
    padding: 0 15px 15px 15px;
    left: 0;
    border: 0;
  }
}
.search_main_menu.visible, .search_main_menu_mobile.visible {
  opacity: 1;
  visibility: visible;
}
.search_main_menu .btn-default, .search_main_menu_mobile .btn-default {
  display: inline-block;
  background: #ddae4d;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 6px 15px !important;
  text-transform: uppercase;
  transition: all 0.5s;
  border-radius: 0;
}
.search_main_menu .btn-default:hover, .search_main_menu_mobile .btn-default:hover {
  background: #ad2020;
}
.search_main_menu .btn-default .glyphicon-search:after, .search_main_menu_mobile .btn-default .glyphicon-search:after {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
}
/* ======= Footer ======= */
footer {
  padding-top: 60px;
  background: #ececec;
}
@media (max-width: 767px) {
  footer {
    padding-top: 3em;
  }
}
@media (max-width: 767px) {
  footer .main_footer .footer-col {
    margin-bottom: 2.5em;
  }
}
@media (max-width: 767px) {
  footer .main_footer .footer-col:last-child {
    margin-bottom: 0;
  }
}
footer .main_footer .footer-col .footer_content {
  border-bottom: 1px solid #ddae4d;
  height: 100%;
}
@media (max-width: 767px) {
  footer .main_footer .footer-col .footer_content {
    padding-bottom: 1em;
  }
}
footer .main_footer .footer-col .footer_content h3 {
  padding-bottom: 20px;
  margin: 0 0 20px;
  color: #ddae4d;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  border-bottom: 1px solid #ddae4d;
}
@media (max-width: 767px) {
  footer .main_footer .footer-col .footer_content h3 {
    font-size: 1.25em;
    padding-bottom: 10px;
  }
}
footer .main_footer .footer-col .footer_content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
footer .main_footer .footer-col .footer_content ul li {
  color: #111;
  font-size: 1.1em;
  font-weight: 700;
  padding: 15px 0;
}
@media (max-width: 1199px) {
  footer .main_footer .footer-col .footer_content ul li {
    font-size: 0.9em;
  }
}
footer .main_footer .footer-col .footer_content ul li i {
  color: #ad2020;
  display: inline-block;
  width: 20px;
  margin-right: 0.5em;
}
footer .main_footer .footer-col .footer_content ul li a {
  color: #111;
}
footer .main_footer .footer-col .footer_content ul li a:hover {
  color: #ad2020;
}
footer .main_footer .footer-col .footer_content .schedule {
  width: 100%;
  font-size: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  footer .main_footer .footer-col .footer_content .schedule {
    font-size: 0.9em;
  }
}
@media (max-width: 767px) {
  footer .main_footer .footer-col .footer_content .schedule tr:last-child td {
    padding-bottom: 0;
  }
}
footer .main_footer .footer-col .footer_content .schedule tr td {
  padding-bottom: 20px;
}
footer .main_footer .footer-col .footer_content .schedule tr td.heures {
  text-transform: none;
}
footer .main_footer .footer-menu-col .footer_nav {
  list-style-type: none;
  margin: 0;
  padding: 3.5em 0 0;
}
@media (max-width: 767px) {
  footer .main_footer .footer-menu-col .footer_nav {
    padding: 0;
    margin-bottom: 1.25em;
  }
}
footer .main_footer .footer-menu-col .footer_nav li {
  margin: 1em 0;
}
footer .main_footer .footer-menu-col .footer_nav li:first-child {
  margin-top: 0;
}
footer .main_footer .footer-menu-col .footer_nav li:last-child {
  margin-bottom: 0;
}
footer .main_footer .footer-menu-col .footer_nav li a {
  color: #111;
}
footer .main_footer .footer-menu-col .footer_nav li a:hover {
  color: #ad2020;
}
footer .copyrights {
  padding: 50px 0;
  font-size: 0.8em;
}
@media (max-width: 767px) {
  footer .copyrights {
    font-size: 0.8em;
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  footer .copyrights .rights {
    margin-bottom: 10px;
  }
}
footer .copyrights p {
  text-transform: uppercase;
  color: #6e6e6e;
  margin: 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  footer .copyrights p {
    font-size: 0.8em;
  }
}
footer .copyrights p a {
  color: #6e6e6e;
}
footer .copyrights p a:hover {
  color: #ad2020;
}
footer .copyrights #menu-menu-conditions {
  padding-left: 0;
  text-align: right;
}
footer .copyrights #menu-menu-conditions li {
  display: inline-block;
  margin-right: 8px;
}
footer .copyrights #menu-menu-conditions li:last-child {
  margin-right: 0;
}
footer .copyrights #menu-menu-conditions li a {
  color: #6e6e6e;
}
footer .copyrights #menu-menu-conditions li a:hover {
  color: #ad2020;
}
.home .main_content {
  margin-top: -60px !important;
}
#banniere {
  /*    padding-bottom:60px; */
  padding-bottom: 0;
}
#banniere .carousel {
  border-bottom: 2px solid #ddae4d;
}
#banniere .carousel .carrousel_img {
  /*height:380px;*/
  height: 760px;
}
#banniere .carousel .carrousel_img .img_slider {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
#banniere .carousel .carrousel_content {
  padding: 40px 30px;
  background: #000;
  height: 760px;
  /*height:380px;*/
}
#banniere .carousel .carrousel_content h2 {
  font-size: 27px;
  color: #ddae4d;
  margin: 0 0 10px;
  line-height: 1.5em;
}
#banniere .carousel .carrousel_content span.sous_titre {
  display: block;
  width: 100%;
  float: left;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.5em;
}
#banniere .carousel .carrousel_content .carrousel_texte {
  margin: 0 0 20px;
}
#banniere .carousel .carrousel_content .carrousel_texte p {
  font-size: 18px;
  color: #fff;
  line-height: 1.4em;
  margin: 0;
}
#banniere .carousel .carousel-control-next {
  opacity: 1;
  right: 0;
  /*width:5%;*/
  /*right:-10%;*/
  width: 55px;
}
#banniere .carousel .carousel-control-next:hover, #banniere .carousel .carousel-control-next:focus {
  opacity: 0.5;
}
#banniere .carousel .carousel-control-next .carousel-control-next-icon {
  background: url("../images/right-chevron.png") no-repeat center center;
  width: 55px;
  height: 55px;
}
#banniere .carousel .carousel-control-prev {
  opacity: 1;
  width: 55px;
  /*width:5%;*/
  /*left:-10%;*/
  left: 0;
}
#banniere .carousel .carousel-control-prev:hover, #banniere .carousel .carousel-control-prev:focus {
  opacity: 0.5;
}
#banniere .carousel .carousel-control-prev .carousel-control-prev-icon {
  background: url("../images/left-chevron.png") no-repeat center center;
  width: 55px;
  height: 55px;
}
#bande-slogan {
  background: #ececec;
}
#bande-slogan h2 {
  font-size: 24px;
  font-weight: 700;
}
#bande-slogan p {
  font-size: 24px;
  font-weight: 300;
}
#collection {
  padding: 100px 0 60px;
  position: relative;
}
#collection:after {
  content: "";
  background: #111;
  display: block;
  height: 65%;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
#collection .block_collection {
  width: 65%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  padding: 0;
}
#collection .block_collection ul {
  padding-left: 0;
}
#collection .block_collection ul li {
  width: 47%;
  margin: 0 1.5% 25px 1.5%;
  list-style-type: none;
}
#collection .block_collection ul li:last-child {
  margin-right: 0;
}
#collection .block_collection ul li img {
  width: 100%;
  height: auto;
}
#collection .block_collection ul li .price {
  display: block;
}
#collection .block_collection .post_collection a {
  position: relative;
  overflow: hidden;
  display: block;
}
#collection .block_collection .post_collection a .titre_collection {
  position: absolute;
  background: rgba(221, 174, 77, 0.8);
  padding: 20px 10px;
  width: 100%;
  left: 0;
  bottom: 0;
  transform: translateY(54px);
  transition: all 0.5s ease;
}
#collection .block_collection .post_collection a .titre_collection h3 {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}
#collection .block_collection .post_collection a .thumbnail img {
  width: 100%;
  height: auto;
}
#collection .block_collection .post_collection a:hover .titre_collection {
  transform: translateY(0);
  transition: all 0.5s ease;
}
#annonces {
  padding: 100px 0;
  position: relative;
}
#annonces:after {
  content: "";
  display: block;
  background: #f7f6f6;
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
#annonces img {
  max-width: 100%;
  height: auto;
}
#videos {
  padding: 100px 0;
  background: #111;
}
#videos iframe {
  max-width: 100%;
}
/* MEDIA QUERIES */
@media (max-width: 1350px) and (min-width: 1200px) {
  #banniere .carousel .carousel-control-prev {
    left: -4%;
  }
  #banniere .carousel .carousel-control-next {
    right: -4%;
  }
}
@media (min-width: 992px) and (max-width: 1800px) {
  #banniere .carousel .carrousel_img {
    height: 425px;
  }
  #banniere .carousel .carrousel_content {
    height: 425px;
  }
}
@media (max-width: 1199px) {
  #banniere {
    padding-bottom: 90px;
  }
}
@media (max-width: 1140px) {
  #banniere .carousel .carousel-control-prev {
    left: 40%;
    bottom: -20%;
    top: auto;
    height: 55px;
  }
  #banniere .carousel .carousel-control-next {
    right: 40%;
    bottom: -20%;
    top: auto;
    height: 55px;
  }
}
@media (max-width: 991px) {
  #banniere .carousel .carrousel_img {
    height: 380px;
  }
  #banniere .carousel .carrousel_img .img_slider {
    height: 380px;
  }
  #banniere .carousel .carrousel_content {
    height: 380px;
  }
  #banniere .carousel .carousel-control-prev {
    left: 40%;
    bottom: -10%;
    display: none;
  }
  #banniere .carousel .carousel-control-next {
    right: 40%;
    bottom: -10%;
    display: none;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #collection .block_collection {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #banniere .carousel .carrousel_img {
    height: 380px;
  }
  #banniere .carousel .carrousel_img .img_slider {
    height: 380px;
  }
  #banniere .carousel .carousel-control-prev {
    left: 30%;
    bottom: -10%;
    width: 10%;
  }
  #banniere .carousel .carousel-control-next {
    right: 30%;
    bottom: -10%;
    width: 10%;
  }
  #banniere .carousel .carrousel_content {
    height: 380px;
  }
  #banniere .carousel .carrousel_content h1 {
    font-size: 22px;
  }
  #banniere .carousel .carrousel_content span.sous_titre {
    font-size: 18px;
  }
  #banniere .carousel .carrousel_content .carrousel_texte p {
    font-size: 16px;
  }
  #bande-slogan h2 {
    font-size: 20px;
  }
  #bande-slogan p {
    font-size: 20px;
  }
  #collection {
    padding: 50px 0;
  }
  #collection .block_collection {
    width: 100%;
  }
  #collection .block_collection ul {
    padding: 0 5%;
  }
  #collection .block_collection ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #collection .block_collection .post_collection {
    margin-bottom: 60px;
  }
  #collection .block_collection .post_collection:last-child {
    margin-bottom: 0;
  }
  #annonces {
    padding: 50px 0 0;
  }
  #annonces:after {
    display: none;
  }
  #annonces .annonce_col {
    margin-bottom: 20px;
  }
  #annonces .annonce_col:Last-child {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 0;
    background: #f7f6f6;
  }
  #videos {
    padding: 50px 0;
  }
  #videos .video_col {
    margin-bottom: 40px;
  }
  #videos .video_col:Last-child {
    margin-bottom: 0;
  }
}
/*section.breadcrumb{
	background: $green-beige;
	padding:15px 0;
	a{
		font-weight: 400;
		margin-right: 5px;
	}
}

section.page{
	padding:80px 0;
	.menu{
		width: 95%;
		background: $beige;
		border: 8px solid rgba(232, 228, 214, .5);
		ul{
			padding:0;
			li{
				list-style: none;
				a{	
					display: block;
					padding: 22px 0 18px 25px;
					border-top:1px solid rgba(232, 228, 214, .5);
					border-bottom:1px solid rgba(232, 228, 214, .5);
					text-transform: uppercase;
					font-weight: 600;
					&:after{
						content:">";
						float: right;
    					margin-right: 25px;
					}
					&:active,
					&:focus, 
					&:hover{
						border-left:6px solid $green-dark;
						color:$grey-text;
					}
				}
			}
		}
	}
	h2{
		margin-top: 0;
	}
	h3{
		margin:30px auto 15px;
	}
	h4{
		margin:32px auto 10px;
		font-weight: 400;
	}
	ul{
		padding-left:20px;
		li{
			list-style: square;
		}
	}
	figure{
		float: right;
		padding:0 0 15px 15px;
		figcaption{
			font-size: 1.1rem;
			line-height: 1.4rem;
			margin-top:5px;
		}
	}
	p a{
		color: $green-dark;
		font-weight: 400;
	}
}*/
#cmplz-document a {
  color: #ad2020;
  text-decoration: none !important;
}
#cmplz-document a:hover {
  color: #ddae4d;
}
.woocommerce .back_to a, .block_collection .back_to a {
  color: #ddae4d;
}
.woocommerce .back_to a i, .block_collection .back_to a i {
  margin-right: 8px;
  transition: all 0.5s ease;
}
.woocommerce .back_to a:hover, .woocommerce .back_to a:focus, .block_collection .back_to a:hover, .block_collection .back_to a:focus {
  color: #ad2020;
}
.woocommerce .back_to a:hover i, .woocommerce .back_to a:focus i, .block_collection .back_to a:hover i, .block_collection .back_to a:focus i {
  transform: translateX(5px);
  transition: all 0.5s ease;
}
.woocommerce .woocommerce-ordering select, .block_collection .woocommerce-ordering select {
  border-color: #ddae4d;
  color: #111;
  font-weight: 700;
  padding: 5px;
}
.woocommerce .woocommerce-result-count, .block_collection .woocommerce-result-count {
  font-weight: 700;
}
.woocommerce .woocommerce-info, .block_collection .woocommerce-info {
  border-top-color: #ddae4d;
  font-weight: 700;
}
.woocommerce .woocommerce-info:before, .block_collection .woocommerce-info:before {
  color: #ddae4d;
}
.woocommerce .products, .block_collection .products {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce .products li.product-category a, .block_collection .products li.product-category a {
  position: relative;
  overflow: hidden;
  display: block;
  text-align: center;
}
.woocommerce .products li.product-category a img, .block_collection .products li.product-category a img {
  margin: 0 !important;
}
.woocommerce .products li.product-category a h2, .block_collection .products li.product-category a h2 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(221, 174, 77, 0.8);
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px !important;
  font-weight: 700;
  padding: 20px 0 !important;
  transition: all 0.5s ease;
}
.woocommerce .products li.product-category a:hover h2, .woocommerce .products li.product-category a:focus h2, .block_collection .products li.product-category a:hover h2, .block_collection .products li.product-category a:focus h2 {
  background: rgba(17, 17, 17, 0.8);
  color: #ddae4d;
  transition: all 0.5s ease;
}
.woocommerce .products li.type-product, .block_collection .products li.type-product {
  border: solid 1px #ececec;
}
.woocommerce .products li.type-product .woocommerce-LoopProduct-link, .block_collection .products li.type-product .woocommerce-LoopProduct-link {
  display: block;
  position: relative;
  background: #111;
}
.woocommerce .products li.type-product .woocommerce-LoopProduct-link .onsale, .block_collection .products li.type-product .woocommerce-LoopProduct-link .onsale {
  background: #ad2020;
}
.woocommerce .products li.type-product .woocommerce-LoopProduct-link .onsale.en-onsale, .block_collection .products li.type-product .woocommerce-LoopProduct-link .onsale.en-onsale {
  line-height: 2.8;
}
.woocommerce .products li.type-product .woocommerce-LoopProduct-link img, .block_collection .products li.type-product .woocommerce-LoopProduct-link img {
  margin: 0 !important;
}
.woocommerce .products li.type-product .woocommerce-LoopProduct-link h2, .block_collection .products li.type-product .woocommerce-LoopProduct-link h2 {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px !important;
  font-weight: 700;
  padding: 20px 20px 0 !important;
  transition: all 0.5s ease;
}
.woocommerce .products li.type-product .woocommerce-LoopProduct-link h3, .block_collection .products li.type-product .woocommerce-LoopProduct-link h3 {
  color: #929292;
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  padding: 0 20px 20px;
}
.woocommerce .products li.type-product .woocommerce-LoopProduct-link .price, .block_collection .products li.type-product .woocommerce-LoopProduct-link .price {
  font-size: 1.1em !important;
  color: #ddae4d !important;
  padding: 0 20px 20px !important;
  width: 100%;
  margin-bottom: 0;
}
.woocommerce .products li.type-product .woocommerce-LoopProduct-link .price ins, .block_collection .products li.type-product .woocommerce-LoopProduct-link .price ins {
  text-decoration: none !important;
  font-weight: 400 !important;
  color: #e40e0e !important;
}
.woocommerce .products li.type-product .woocommerce-LoopProduct-link:hover h2, .woocommerce .products li.type-product .woocommerce-LoopProduct-link:focus h2, .block_collection .products li.type-product .woocommerce-LoopProduct-link:hover h2, .block_collection .products li.type-product .woocommerce-LoopProduct-link:focus h2 {
  color: #ddae4d;
  transition: all 0.5s ease;
}
.woocommerce .products li.type-product .add_to_cart_button, .block_collection .products li.type-product .add_to_cart_button {
  display: block;
  background: #ddae4d;
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  padding: 0.938em 2.175em;
  margin-top: 1.25em;
  text-transform: uppercase;
  transition: all 0.5s;
  border-radius: 0;
  border: 0;
  text-align: center;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .woocommerce .products li.type-product .add_to_cart_button, .block_collection .products li.type-product .add_to_cart_button {
    font-size: 0.875em;
  }
}
.woocommerce .products li.type-product .add_to_cart_button:hover, .woocommerce .products li.type-product .add_to_cart_button:focus, .block_collection .products li.type-product .add_to_cart_button:hover, .block_collection .products li.type-product .add_to_cart_button:focus {
  background: #ad2020;
  transition: all 0.5s;
  color: #fff;
}
.woocommerce .term-description a, .block_collection .term-description a {
  color: #ddae4d;
}
.woocommerce .term-description a:hover, .woocommerce .term-description a:focus, .block_collection .term-description a:hover, .block_collection .term-description a:focus {
  color: #ad2020;
}
.woocommerce .term-description h2, .block_collection .term-description h2 {
  font-size: 1rem;
}
.tax-product_brand .products li.type-product .woocommerce-LoopProduct-link .price {
  display: none;
}
.sidebar {
  padding: 20px;
  border: solid 1px #ececec;
}
.sidebar h4 {
  color: #ddae4d;
}
.sidebar .widget_shopping_cart_content .woocommerce-mini-cart li {
  margin-bottom: 10px;
}
.sidebar .widget_shopping_cart_content .woocommerce-mini-cart li a {
  color: #000;
}
.sidebar .widget_shopping_cart_content .woocommerce-mini-cart li a:hover {
  color: #ddae4d;
}
.sidebar .widget_shopping_cart_content .woocommerce-mini-cart li a.remove {
  color: #ad2020 !important;
  top: -4px !important;
}
.sidebar .widget_shopping_cart_content .woocommerce-mini-cart li a.remove:hover {
  background: #ad2020;
  color: #fff !important;
}
.sidebar .widget_shopping_cart_content .total {
  border-top: solid 1px #000 !important;
  padding-top: 10px !important;
}
.sidebar .widget_shopping_cart_content .wc-forward {
  border-radius: 0;
  background: #ddae4d;
  color: #fff;
}
.sidebar .widget_shopping_cart_content .wc-forward {
  border-radius: 0;
  background: #ddae4d;
  color: #fff;
}
.sidebar .widget_shopping_cart_content .wc-forward:hover {
  background: #000;
  color: #fff;
}
.sidebar .widget_shopping_cart_content .checkout {
  border-radius: 0;
  background: #ad2020;
  color: #fff;
}
.sidebar .widget_shopping_cart_content .checkout:hover {
  background: #000;
  color: #fff;
}
.sidebar .widget_product_categories, .sidebar .widget_search {
  margin-top: 40px;
}
.sidebar .product-categories {
  padding: 0;
}
.sidebar .product-categories li {
  list-style-type: none;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 0 8px 10px;
  border-bottom: solid 1px #000;
}
.sidebar .product-categories li a {
  color: #000;
}
.sidebar .product-categories li a:hover {
  color: #ad2020;
}
.sidebar .product-categories li .children {
  padding-left: 10px;
}
.sidebar .product-categories li .children li {
  text-transform: none;
  font-weight: 400;
  border: none;
  padding: 0;
  margin: 5px 0;
}
.sidebar .search-query {
  height: 50px;
  border: solid 1px #ddae4d;
}
.sidebar .glyphicon-search {
  display: block;
}
.sidebar .glyphicon-search:after {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
}
/* MEDIA QUERIES */
@media (max-width: 992px) and (min-width: 768px) {
  .woocommerce .products li.product-category a h2 {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-ordering {
    float: none !important;
    margin-bottom: 40px !important;
  }
  .woocommerce .woocommerce-result-count {
    width: 100%;
  }
  .woocommerce .products li {
    width: 100% !important;
    float: none !important;
    margin-bottom: 60px !important;
  }
  .woocommerce .products li:last-child {
    margin: 0 !important;
  }
}
.woocommerce .woocommerce-notices-wrapper .button {
  display: inline-block;
  background: #ddae4d;
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  padding: 0.938em 2.175em;
  text-transform: uppercase;
  transition: all 0.5s;
  border-radius: 0;
  border: 0;
}
.woocommerce .woocommerce-notices-wrapper .button:hover, .woocommerce .woocommerce-notices-wrapper .button:focus {
  background: #ad2020;
  transition: all 0.5s;
  color: #fff;
}
.woocommerce div.product .produit_collection {
  font-weight: 700;
}
.woocommerce div.product .produit_collection a {
  color: #ad2020;
  font-size: 18px;
}
.woocommerce div.product .produit_collection a:hover {
  color: #ddae4d;
}
.woocommerce div.product .product_title {
  margin: 0;
}
.woocommerce div.product .product_brand_title {
  font-size: 18px;
  margin: 20px 0 40px;
}
.woocommerce div.product .onsale {
  background: #ad2020;
  top: 100px;
  left: 0;
}
.woocommerce div.product .onsale.en-onsale {
  line-height: 2.8;
}
@media (max-width: 767px) {
  .woocommerce div.product .onsale {
    top: 80px;
  }
}
.woocommerce div.product div.images {
  margin-bottom: 4em !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  background: #000 !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
  background: #fff !important;
  transition: all 0.5s ease;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
  border: 2px solid #fff !important;
  transition: all 0.5s ease;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover:after {
  background: #ddae4d !important;
  transition: all 0.5s ease;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover:before {
  border: 2px solid #ddae4d !important;
  transition: all 0.5s ease;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  margin-right: 15px !important;
  margin-top: 15px !important;
  width: 22.875% !important;
}
@media (max-width: 1199px) {
  .woocommerce div.product div.images .flex-control-thumbs li {
    width: 22.45% !important;
  }
}
@media (max-width: 991px) {
  .woocommerce div.product div.images .flex-control-thumbs li {
    width: 21.55% !important;
  }
}
@media (max-width: 767px) {
  .woocommerce div.product div.images .flex-control-thumbs li {
    width: 22.75% !important;
  }
}
@media (max-width: 546px) {
  .woocommerce div.product div.images .flex-control-thumbs li {
    width: 21.1% !important;
  }
}
.woocommerce div.product div.images .flex-control-thumbs li:last-child {
  margin-right: 0 !important;
}
.woocommerce div.product div.summary {
  margin-bottom: 4em !important;
}
.woocommerce div.product div.summary .price {
  font-size: 1.6em;
  color: #ddae4d;
  font-weight: 700;
}
.woocommerce div.product div.summary .price ins {
  text-decoration: none !important;
  color: #e40e0e !important;
}
.woocommerce div.product div.summary .woocommerce-product-details__short-description p {
  font-size: 18px;
  line-height: 1.3em;
}
.woocommerce div.product div.summary .product_meta .posted_in {
  font-weight: 700;
}
.woocommerce div.product div.summary .product_meta .posted_in a {
  color: #ad2020;
}
.woocommerce div.product div.summary .product_meta .posted_in a:hover, .woocommerce div.product div.summary .product_meta .posted_in a:focus {
  color: #ddae4d;
}
.woocommerce div.product div.summary .cart .variations .value select {
  border: 1px solid #ddae4d;
  font-size: 0.875em;
  padding: 6px 12px;
}
.woocommerce div.product div.summary .cart .variations .value .reset_variations {
  color: #ddae4d;
}
.woocommerce div.product div.summary .cart .variations .value .reset_variations:hover, .woocommerce div.product div.summary .cart .variations .value .reset_variations:focus {
  color: #ad2020;
}
.woocommerce div.product div.summary .cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-availability p {
  font-size: 1.1em;
}
.woocommerce div.product div.summary .cart .quantity .qty {
  border: 1px solid #ddae4d;
  height: 2.9em;
}
@media (max-width: 380px) {
  .woocommerce div.product div.summary .cart .quantity .qty {
    height: 2.8em;
  }
}
.woocommerce div.product div.summary .cart .button {
  display: inline-block;
  background: #ddae4d;
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  padding: 0.938em 2.175em;
  text-transform: uppercase;
  transition: all 0.5s;
  border-radius: 0;
  border: 0;
}
@media (max-width: 380px) {
  .woocommerce div.product div.summary .cart .button {
    font-size: 0.98em;
  }
}
.woocommerce div.product div.summary .cart .button:hover, .woocommerce div.product div.summary .cart .button:focus {
  background: #ad2020;
  transition: all 0.5s;
  color: #fff;
}
.woocommerce div.product div.summary .details_marque {
  padding-top: 20px;
}
.woocommerce div.product div.summary .details_marque a {
  display: block;
  color: #ddae4d;
}
.woocommerce div.product div.summary .details_marque a:hover, .woocommerce div.product div.summary .details_marque a:focus {
  color: #ad2020;
}
.woocommerce div.product div.summary .details_marque a:hover i, .woocommerce div.product div.summary .details_marque a:focus i {
  transition: all 0.5s ease;
  transform: translateX(-3px);
}
.woocommerce div.product div.summary .details_marque a i {
  transition: all 0.5s ease;
  transform: translateX(-8px);
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0 !important;
  padding: 0 !important;
  border-left: 1px solid #ddae4d;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-bottom: 1px solid #ddae4d !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0 !important;
  border: 1px solid #ddae4d !important;
  background-color: #ececec !important;
  transition: all 0.5s;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #ddae4d !important;
  border: 1px solid #ddae4d !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #fff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li:focus {
  background: #ddae4d !important;
  transition: all 0.5s;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #6e6e6e !important;
  transition: all 0.5s;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li a:focus {
  color: #fff !important;
  transition: all 0.5s;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 4em !important;
  padding: 20px !important;
  background: #f7f6f6;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
  color: #ad2020;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1em;
}
.woocommerce section.related {
  clear: both;
  display: block;
}
.woocommerce nav.woocommerce-pagination ul {
  border: 0 !important;
}
.woocommerce nav.woocommerce-pagination ul li {
  border-right: 0 !important;
  margin-right: 10px !important;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  font-weight: 700 !important;
  padding: 0.6em 0.8em !important;
}
.woocommerce nav.woocommerce-pagination ul li a {
  color: #ad2020;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: #ad2020 !important;
  color: #fff !important;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #ad2020 !important;
  color: #fff !important;
}
#apropos {
  padding-bottom: 100px;
}
#notre-equipe {
  padding-top: 100px;
  position: relative;
}
#notre-equipe:after {
  content: "";
  background: #111;
  display: block;
  height: 50%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
#notre-equipe .equipe .block-equipe {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 40px;
}
#notre-equipe .equipe .block-equipe .nom_equipe {
  position: absolute;
  background: rgba(17, 17, 17, 0.8);
  padding: 20px 0;
  width: 100%;
  left: 0;
  bottom: 0;
}
#notre-equipe .equipe .block-equipe .nom_equipe h3 {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
#notre-equipe .equipe .block-equipe:hover .nom_equipe h3 {
  color: #ddae4d;
}
#nos-services {
  padding: 100px 0 80px;
  position: relative;
}
#nos-services:after {
  content: "";
  background: #111;
  display: block;
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
#nos-services .service .block-service .nom_service h3 {
  color: #ad2020;
  font-size: 18px;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
}
#nos-services .service .block-service .description_service p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3em;
}
/* MEDIA QUERIES */
@media (max-width: 992px) and (min-width: 768px) {
  #notre-equipe .equipe .block-equipe .nom_equipe h3 {
    font-size: 14px;
  }
  #nos-services .service .block-service .nom_service h3 {
    font-size: 14px;
  }
  #nos-services .service .block-service .description_service p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #apropos {
    padding-bottom: 50px;
  }
  #apropos .img_apropos {
    margin-bottom: 30px;
  }
  #notre-equipe {
    padding-top: 50px;
  }
  #notre-equipe .equipe .block-equipe {
    margin-bottom: 60px;
  }
  #nos-services {
    padding: 50px 0 0;
  }
  #nos-services:after {
    display: none;
  }
  #nos-services .service {
    margin-bottom: 60px;
  }
  #nos-services .service:last-child {
    margin-bottom: 0;
  }
  #nos-services .service .block-service .description_service {
    background: #111;
    padding: 20px;
  }
}
#contact {
  padding-bottom: 100px;
}
#contact .coordonnees p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.4em;
}
#contact .coordonnees h3 {
  margin-bottom: 25px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: none;
}
#contact .coordonnees address span {
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
  color: #ad2020;
}
#contact .coordonnees address span i {
  margin-right: 10px;
}
#contact .coordonnees address span a {
  color: #ad2020;
}
#contact .coordonnees address span a:hover {
  color: #ddae4d;
}
#contact .contact_form .vfbp-form .vfb-form-control {
  border-radius: 0;
  border-color: #ddae4d;
}
#contact .contact_form .vfbp-form .vfb-fieldType-submit {
  text-align: right;
}
#contact .contact_form .vfbp-form .vfb-fieldType-submit .btn-primary {
  display: inline-block;
  background: #ddae4d;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 12px 35px;
  text-transform: uppercase;
  transition: all 0.5s;
  border-radius: 0;
  border: 0;
}
#contact .contact_form .vfbp-form .vfb-fieldType-submit .btn-primary:hover, #contact .contact_form .vfbp-form .vfb-fieldType-submit .btn-primary:focus {
  background: #ad2020;
  transition: all 0.5s;
  color: #fff;
}
#carte .acf-map {
  width: 100%;
  height: 400px;
}
/* MEDIA QUERIES */
@media (max-width: 767px) {
  #contact .coordonnees {
    margin-bottom: 20px;
  }
}
.error-404 .page-content {
  background: #ececec;
  padding: 60px;
}
.error-404 .page-content h2 {
  font-size: 24px;
  font-weight: 700;
}
.error-404 .page-content p {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.6em;
}
@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce .checkout .billing_info .woocommerce-billing-fields {
    margin-bottom: 2.5em;
  }
}
.woocommerce-checkout .woocommerce .checkout .billing_info .woocommerce-shipping-fields h3 label {
  margin: 0;
  font-size: inherit;
}
.woocommerce-checkout .woocommerce .checkout .billing_info h3 {
  font-size: 1.625em;
  color: #ad2020;
  border-bottom: 1px solid #ad2020;
  padding-bottom: 0.8311em;
  margin-bottom: 0.8311em;
}
.woocommerce-checkout .woocommerce .checkout .billing_info .form-row {
  display: block;
}
.woocommerce-checkout .woocommerce .checkout .billing_info label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.35711em;
  font-weight: 700;
  font-size: 0.875em;
}
.woocommerce-checkout .woocommerce .checkout .billing_info input {
  border: 1px solid #ddae4d;
  font-size: 0.875em;
  padding: 6px 12px;
}
.woocommerce-checkout .woocommerce .checkout .billing_info textarea {
  border: 1px solid #ddae4d;
  padding: 6px 12px;
  height: 6.95em;
}
.woocommerce-checkout .woocommerce .checkout .billing_info .select2-container .selection .select2-selection {
  border-radius: 0;
  border: 1px solid #ddae4d;
  font-size: 0.875em;
  height: 34px;
}
.woocommerce-checkout .woocommerce .checkout .billing_info .select2-container .selection .select2-selection .select2-selection__rendered {
  line-height: 34px;
}
.woocommerce-checkout .woocommerce .checkout .billing_info .select2-container .selection .select2-selection__arrow {
  height: 32px;
}
.woocommerce-checkout .woocommerce .checkout .final_confirmation {
  margin-top: 2.5em;
}
.woocommerce-checkout .woocommerce .checkout .final_confirmation h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.88em;
  font-weight: 300;
  margin-bottom: 0.6649em;
}
.woocommerce-checkout .woocommerce .checkout .final_confirmation .woocommerce-checkout-payment {
  background: #ececec !important;
  border-radius: 0 !important;
}
.woocommerce-checkout .woocommerce .checkout .final_confirmation .woocommerce-checkout-payment .form-row {
  display: block;
}
.woocommerce-checkout .woocommerce .checkout .final_confirmation .woocommerce-checkout-payment .payment_box a {
  color: #ddae4d;
}
.woocommerce-checkout .woocommerce .checkout .final_confirmation .woocommerce-checkout-payment .payment_box a:hover, .woocommerce-checkout .woocommerce .checkout .final_confirmation .woocommerce-checkout-payment .payment_box a:focus {
  color: #ad2020;
}
.woocommerce-checkout .woocommerce .checkout .final_confirmation .woocommerce-checkout-payment .payment_box .woocommerce-SavedPaymentMethods {
  padding: 0;
}
.woocommerce-checkout .woocommerce .checkout .final_confirmation .woocommerce-checkout-payment .payment_box .woocommerce-SavedPaymentMethods label {
  font-weight: 700;
  font-size: 0.875em;
}
.woocommerce-checkout .woocommerce .checkout .final_confirmation .woocommerce-checkout-payment .payment_box .wc-credit-card-form .form-row {
  padding: 0 !important;
}
.woocommerce-checkout .woocommerce .checkout .final_confirmation .woocommerce-checkout-payment .payment_box .wc-credit-card-form .form-row label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.35711em;
  font-weight: 700;
  font-size: 0.875em;
}
.woocommerce-checkout .woocommerce .checkout .final_confirmation .woocommerce-checkout-payment .payment_box .wc-credit-card-form .form-row.form-row-first, .woocommerce-checkout .woocommerce .checkout .final_confirmation .woocommerce-checkout-payment .payment_box .wc-credit-card-form .form-row.form-row-last {
  width: 48%;
}
.woocommerce-checkout .woocommerce .checkout .final_confirmation .woocommerce-checkout-payment .payment_box .woocommerce-validated label {
  font-weight: 700;
  font-size: 0.875em;
}
.woocommerce-checkout .woocommerce .checkout .final_confirmation .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-checkbox-text a {
  color: #ad2020;
}
.woocommerce-checkout .woocommerce .checkout .final_confirmation .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-checkbox-text a:hover, .woocommerce-checkout .woocommerce .checkout .final_confirmation .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-checkbox-text a:focus {
  color: #ddae4d;
}
.woocommerce-checkout .woocommerce .checkout .final_confirmation .woocommerce-checkout-payment .place-order button {
  display: inline-block;
  background: #ddae4d;
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  padding: 0.938em 2.175em;
  text-transform: uppercase;
  transition: all 0.5s;
  border-radius: 0;
  border: 0;
  float: none !important;
}
.woocommerce-checkout .woocommerce .checkout .final_confirmation .woocommerce-checkout-payment .place-order button:hover, .woocommerce-checkout .woocommerce .checkout .final_confirmation .woocommerce-checkout-payment .place-order button:focus {
  background: #ad2020;
  transition: all 0.5s;
  color: #fff;
}
@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce .checkout .final_confirmation .woocommerce-checkout-payment .place-order button {
    margin-bottom: 0 !important;
  }
}
.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-notice {
  font-size: 1.5em;
  font-weight: 700;
  color: #ddae4d;
  margin-bottom: 1em;
}
.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-overview {
  padding: 0;
}
.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-overview li {
  margin-bottom: 1em;
}
@media (max-width: 1199px) {
  .woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-overview li {
    margin-right: 1.5em;
    padding-right: 1.5em;
  }
}
@media (max-width: 767px) {
  .woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-overview li {
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 0.75em;
    width: 100%;
    display: block;
    border-right: 0;
    border-bottom: 1px dashed #d3ced2;
  }
}
.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details h2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.88em;
  font-weight: 300;
  margin-bottom: 0.6649em;
}
.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details .order_details a {
  color: #ad2020;
}
.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details .order_details a:hover, .woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details .order_details a:focus {
  color: #ddae4d;
}
.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-customer-details h2 {
  font-size: 1.88em;
  color: #ad2020;
  border-bottom: 1px solid #ad2020;
  padding-bottom: 0.833333em;
  margin-bottom: 1.33em;
}
@media (max-width: 767px) {
  .woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-column--billing-address {
    margin-bottom: 2em;
  }
}
.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-customer-details address {
  flex: 1 0 auto;
  line-height: 1.5em;
}
.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-customer-details address .woocommerce-customer-details--phone {
  margin: 0.5em 0;
}
.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-customer-details address .woocommerce-customer-details--phone:before {
  line-height: 1.5;
  color: #ad2020;
}
.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-customer-details address .woocommerce-customer-details--email:before {
  line-height: 1.5;
  color: #ad2020;
}
.woocommerce-cart .woocommerce .return-to-shop a {
  display: inline-block;
  background: #ddae4d;
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  padding: 0.938em 2.175em;
  text-transform: uppercase;
  transition: all 0.5s;
  border-radius: 0;
  border: 0;
}
.woocommerce-cart .woocommerce .return-to-shop a:hover, .woocommerce-cart .woocommerce .return-to-shop a:focus {
  background: #ad2020;
  transition: all 0.5s;
  color: #fff;
}
.woocommerce-cart .woocommerce .woocommerce-notices-wrapper .woocommerce-message a {
  color: #ad2020;
}
.woocommerce-cart .woocommerce .woocommerce-notices-wrapper .woocommerce-message a:hover, .woocommerce-cart .woocommerce .woocommerce-notices-wrapper .woocommerce-message a:focus {
  color: #ddae4d;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .product-name a {
  color: #ad2020;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .product-name a:hover, .woocommerce-cart .woocommerce .woocommerce-cart-form .product-name a:focus {
  color: #ddae4d;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .actions button {
  display: inline-block;
  background: #ddae4d;
  font-size: 1em;
  font-weight: 700;
  color: #fff !important;
  padding: 0.618em 1em;
  text-transform: uppercase;
  transition: all 0.5s;
  border-radius: 0;
  border: 0;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .actions button:hover, .woocommerce-cart .woocommerce .woocommerce-cart-form .actions button:focus {
  background: #ad2020;
  transition: all 0.5s;
  color: #fff !important;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .actions button[disabled]:hover, .woocommerce-cart .woocommerce .woocommerce-cart-form .actions button[disabled]:focus {
  background: #ddae4d;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.88em;
  font-weight: 300;
  margin-bottom: 0.6649em;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  margin: 0;
  background: #ddae4d;
  font-size: 1em;
  font-weight: 700;
  color: #fff !important;
  padding: 0.938em 2.175em;
  text-transform: uppercase;
  transition: all 0.5s;
  border-radius: 0;
  border: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a:focus {
  background: #ad2020;
  transition: all 0.5s;
  color: #fff;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shipping .woocommerce-shipping-calculator .shipping-calculator-button {
  color: #ad2020;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shipping .woocommerce-shipping-calculator .shipping-calculator-button:hover, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shipping .woocommerce-shipping-calculator .shipping-calculator-button:focus {
  color: #ddae4d;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shipping .woocommerce-shipping-calculator .shipping-calculator-form .form-row {
  display: block;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shipping .woocommerce-shipping-calculator .shipping-calculator-form .button {
  display: inline-block;
  background: #ddae4d;
  font-size: 1em;
  font-weight: 700;
  color: #fff !important;
  padding: 0.618em 1em;
  text-transform: uppercase;
  transition: all 0.5s;
  border-radius: 0;
  border: 0;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shipping .woocommerce-shipping-calculator .shipping-calculator-form .button:hover, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shipping .woocommerce-shipping-calculator .shipping-calculator-form .button:focus {
  background: #ad2020;
  transition: all 0.5s;
  color: #fff !important;
}
.woocommerce-account .woocommerce {
  /* Panneau de connexion */
  /* Tableau de bord */
  /* Commandes */
}
.woocommerce-account .woocommerce h2 {
  font-size: 1.88em;
  color: #ad2020;
  border-bottom: 1px solid #ad2020;
  padding-bottom: 0.833333em;
  margin-bottom: 1.33em;
}
@media (max-width: 767px) {
  .woocommerce-account .woocommerce .u-column1 {
    margin-bottom: 2.5em;
  }
}
.woocommerce-account .woocommerce .woocommerce-form {
  border: none;
  border-radius: 0;
  background: #ececec;
  flex: 1 0 auto;
  margin: 0;
}
.woocommerce-account .woocommerce .woocommerce-form label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.35711em;
  font-weight: 700;
  font-size: 0.875em;
}
.woocommerce-account .woocommerce .woocommerce-form input {
  border: 1px solid #ddae4d;
  font-size: 0.875em;
  padding: 6px 12px;
}
.woocommerce-account .woocommerce .woocommerce-form .form-row {
  display: block;
}
.woocommerce-account .woocommerce .woocommerce-form .form-row .woocommerce-form-login__rememberme {
  margin-top: 0.9em;
}
.woocommerce-account .woocommerce .woocommerce-form .form-row button {
  display: inline-block;
  background: #ddae4d;
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  padding: 0.938em 2.175em;
  text-transform: uppercase;
  transition: all 0.5s;
  border-radius: 0;
  border: 0;
}
.woocommerce-account .woocommerce .woocommerce-form .form-row button:hover, .woocommerce-account .woocommerce .woocommerce-form .form-row button:focus {
  background: #ad2020;
  transition: all 0.5s;
  color: #fff;
}
.woocommerce-account .woocommerce .woocommerce-form .woocommerce-LostPassword {
  padding: 3px;
  margin-top: 1em;
}
.woocommerce-account .woocommerce .woocommerce-form .woocommerce-LostPassword a {
  color: #ad2020;
}
.woocommerce-account .woocommerce .woocommerce-form .woocommerce-LostPassword a:hover, .woocommerce-account .woocommerce .woocommerce-form .woocommerce-LostPassword a:focus {
  color: #ddae4d;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  background: #ececec;
}
@media (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    margin-bottom: 2.5em;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  color: #111;
  padding: 0.9em;
  display: block;
  border-bottom: 1px solid #f7f6f6;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:focus {
  color: #fff;
  background: #6e6e6e;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-child a {
  border-bottom: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is_active a {
  color: #fff;
  background: #6e6e6e;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  /* Facturation */
  /* Modification facturation */
  /* Modification de compte */
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content a {
  color: #ad2020;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content a:hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-content a:focus {
  color: #ddae4d;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Button {
  display: inline-block;
  background: #ddae4d;
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  padding: 0.938em 2.175em;
  text-transform: uppercase;
  transition: all 0.5s;
  border-radius: 0;
  border: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Button:hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Button:focus {
  background: #ad2020;
  transition: all 0.5s;
  color: #fff;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .button {
  display: inline-block;
  background: #ddae4d;
  font-size: 0.875em;
  font-weight: 700;
  color: #fff;
  padding: 0.8em 1.2em;
  text-transform: uppercase;
  transition: all 0.5s;
  border-radius: 0;
  border: 0;
  margin: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .button:hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .button:focus {
  background: #ad2020;
  transition: all 0.5s;
  color: #fff;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details {
  margin-top: 2em;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details h2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.88em;
  font-weight: 300;
  margin-bottom: 0.6649em;
  padding: 0;
  border: 0;
  color: #111;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details address {
  flex: 1 0 auto;
  line-height: 1.5em;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details address .woocommerce-customer-details--phone {
  margin: 0.5em 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details address .woocommerce-customer-details--phone:before {
  line-height: 1.5;
  color: #ad2020;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details address .woocommerce-customer-details--email:before {
  line-height: 1.5;
  color: #ad2020;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .address_intro {
  margin-bottom: 2.1875em;
  font-weight: 700;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title h3 {
  float: none;
  font-size: 1.125em;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  color: #ad2020;
  text-transform: none;
  padding-bottom: 0.83333em;
  margin-bottom: 1.1111em;
  border-bottom: 1px solid #ad2020;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title .edit {
  display: inline-block;
  float: none;
  background: #ddae4d;
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  padding: 0.675em 2.175em;
  margin-bottom: 1em;
  text-transform: uppercase;
  transition: all 0.5s;
  border-radius: 0;
  border: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title .edit:hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title .edit:focus {
  background: #ad2020;
  transition: all 0.5s;
  color: #fff;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form h3 {
  font-size: 1.88em;
  color: #ad2020;
  border-bottom: 1px solid #ad2020;
  padding-bottom: 0.833333em;
  margin-bottom: 1.33em;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .form-row {
  display: block;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.35711em;
  font-weight: 700;
  font-size: 0.875em;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields input {
  border: 1px solid #ddae4d;
  font-size: 0.875em;
  padding: 6px 12px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .select2-container .selection .select2-selection {
  border-radius: 0;
  border: 1px solid #ddae4d;
  font-size: 0.875em;
  height: 34px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .select2-container .selection .select2-selection .select2-selection__rendered {
  line-height: 34px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .select2-container .selection .select2-selection__arrow {
  height: 32px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields button {
  display: inline-block;
  background: #ddae4d;
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  padding: 0.938em 2.175em;
  margin-top: 1.25em;
  text-transform: uppercase;
  transition: all 0.5s;
  border-radius: 0;
  border: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields button:hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields button:focus {
  background: #ad2020;
  transition: all 0.5s;
  color: #fff;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .button {
  display: inline-block;
  background: #ddae4d;
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  padding: 0.938em 2.175em;
  margin-top: 1.25em;
  text-transform: uppercase;
  transition: all 0.5s;
  border-radius: 0;
  border: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .button:hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .button:focus {
  background: #ad2020;
  transition: all 0.5s;
  color: #fff;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Payment .payment_methods .form-row {
  display: block;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Payment .payment_methods .wc-credit-card-form .form-row {
  padding: 0 !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Payment .payment_methods .wc-credit-card-form .form-row label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.35711em;
  font-weight: 700;
  font-size: 0.875em;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Payment .payment_methods .wc-credit-card-form .form-row.form-row-first, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Payment .payment_methods .wc-credit-card-form .form-row.form-row-last {
  width: 48%;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .edit-account label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.35711em;
  font-weight: 700;
  font-size: 0.875em;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .edit-account input {
  border: 1px solid #ddae4d;
  font-size: 0.875em;
  padding: 6px 12px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .edit-account fieldset {
  margin: 2.5em 0 1.25em;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .edit-account fieldset legend {
  color: #ad2020;
  font-size: 1.125em;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  text-transform: none;
  margin-bottom: 1.1111em;
}
.brand-thumbnails {
  padding: 0;
}
.brand-thumbnails li {
  margin: 0 2.65% 1% 0 !important;
}
@media (max-width: 991px) {
  .brand-thumbnails li {
    width: 31.5% !important;
  }
  .brand-thumbnails li:nth-child(3n+0) {
    margin: 0 0 1% 0 !important;
  }
  .brand-thumbnails li.last {
    margin: 0 2% 1% 0 !important;
  }
}
@media (max-width: 767px) {
  .brand-thumbnails li {
    width: 48% !important;
  }
  .brand-thumbnails li:nth-child(2n+0) {
    margin: 0 0 1% 0 !important;
  }
  .brand-thumbnails li:nth-child(3n+0) {
    margin: 0 2% 1% 0 !important;
  }
  .brand-thumbnails li.even {
    margin: 0 0 1% 0 !important;
  }
  .brand-thumbnails li.last {
    margin: 0 2% 1% 0 !important;
  }
}
@media (max-width: 480px) {
  .brand-thumbnails li {
    width: 100% !important;
    margin: 0 0 1% 0 !important;
  }
  .brand-thumbnails li:nth-child(3n+0) {
    margin: 0 0 1% 0 !important;
  }
}
.brand-thumbnails li.last {
  margin: 0 0 1% 0 !important;
}
.search-results #search_result {
  padding-bottom: 100px;
}
.search-results #search_result .page-header {
  margin-bottom: 50px;
}
.search-results #search_result .post-inner-content {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .search-results #search_result .post-inner-content {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.search-results #search_result .post-inner-content article {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: solid 1px #ececec;
  background: #000;
}
.search-results #search_result .post-inner-content article .page-header {
  margin-bottom: 10px;
}
.search-results #search_result .post-inner-content article .blog-item-wrap a {
  display: block;
}
.search-results #search_result .post-inner-content article img {
  max-width: 100%;
  height: auto;
  background: #fff;
  position: relative;
}
.search-results #search_result .post-inner-content article .post-inner-content {
  flex: 0;
  max-width: 100%;
  padding: 15px;
  margin-bottom: 0;
}
.search-results #search_result .post-inner-content article .post-inner-content h2 {
  font-size: 16px;
}
.search-results #search_result .post-inner-content article .post-inner-content h2 a {
  color: #fff;
}
.search-results #search_result .post-inner-content article .post-inner-content .entry-summary {
  transition: all 0.5s;
  color: #929292;
}
.search-results #search_result .post-inner-content article .post-inner-content .entry-summary p:last-child {
  margin-bottom: 0;
}
.search-results #search_result .post-inner-content article:hover {
  cursor: pointer;
}
.search-results #search_result .post-inner-content article:hover .post-inner-content h2 a {
  color: #ddae4d;
}
.search-results #search_result .post-inner-content article:hover .post-inner-content .entry-summary {
  color: #fff;
}
.search-results #search_result .pagination .nav-links {
  display: flex;
}
.search-results #search_result .pagination .nav-links a {
  font-weight: 700;
  padding: 0.6em 0.8em;
  margin: 0;
  text-decoration: none;
  line-height: 1;
  font-size: 1em;
  min-width: 1em;
  display: block;
  color: #ad2020;
  margin-right: 10px;
}
.search-results #search_result .pagination .nav-links a:hover {
  background: #ad2020;
  color: #fff;
}
.search-results #search_result .pagination .nav-links .current {
  font-weight: 700;
  padding: 0.5em 0.8em;
  background: #ad2020;
  color: #fff;
  text-decoration: none;
  margin-right: 10px;
}
.no-results .form-search {
  margin-bottom: 100px;
}
.no-results .form-search .search-query {
  height: 50px;
}
.no-results .form-search .btn-default {
  display: inline-block;
  background: #ddae4d;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 12px 35px;
  text-transform: uppercase;
  transition: all 0.5s;
  border-radius: 0;
}
.no-results .form-search .btn-default:hover {
  background: #ad2020;
}
.no-results .form-search .btn-default .glyphicon-search:after {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
}
