/* CSS Document */
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
footer .row div h5 {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid #ffffff75;
  padding-bottom: 5px;
}
footer .row div a {
  font-size: 11px;
  transition: all 0.3s;
  opacity: 0.7;
}
footer .row div a:hover {
  opacity: 1;
}
footer .row div {
  padding: 2em 20px 0 20px;
}
footer .row div:first-of-type {
  padding-top: 0;
}
footer .row div:first-of-type p {
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
}
footer .row div:first-of-type img {
  width: 170px;
  margin-bottom: 1em;
}
footer .row div:first-of-type a.btn-contact {
  background-color: transparent;
}
.mini-footer {
  text-align: center;
  border-top: 1px solid #ffffff36;
  text-transform: uppercase;
  font-size: 12px;
  padding: 1em;
}
.aside-title {
  font-size: 16px !important;
  letter-spacing: 2px !important;
  font-family: "poppins", sans-serif;
}
.listes-produits .card-title {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}
.listes-produits .btn.btn-primary {
  background: #f61732;
  padding: 0.5em 2em;
  border: 0px;
  margin-bottom: 0;
  transition: all 0.3s;
}
.listes-produits .prix {
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  margin-bottom: 1em;
  font-size: 20px;
}
.listes-produits .prix sub {
  font-weight: 100;
  font-size: 12px;
}
.listes-produits .btn.btn-primary:hover {
  background: #a50801;
}
.listes-produits .btn.btn-primary i {
  transition: all 0.3s;
}
.listes-produits .btn.btn-primary i:before {
  transition: all 0.3s;
}
.listes-produits .btn.btn-primary:hover i {
  transform: scale(1.2);
}
.listes-produits .card-body p {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  color: #555;
  margin: 0;
  font-size: 14px;
  margin-bottom: 5px;
}
.listes-produits .card-body p.performances {
  font-size: 12px;
}
.listes-produits .card-body p.performances span {
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-position: 3px center;
  margin-right: 1em;
  background-color: #efefef;
  font-size: 10px;
  font-weight: bold;
  padding: 4px;
  border-radius: 3px
}
main .accordion-button {
  font-size: 13px !important;
  text-transform: uppercase;
}
main .accordion-item:first-of-type .accordion-button {
  border-radius: 0px !important;
}
.accordion-button:not(.collapsed) {
  color: #000 !important;
  background-color: #efefef !important;
  box-shadow: none !important;
  border-width: 0 !important;
}
main .accordion {
  border-radius: 0px !important;
  --bs-accordion-border-radius: 0px;
  --bs-accordion-inner-border-radius: 0px;
}
.accordion-body {
  max-height: 150px;
  overflow-y:scroll;
}

.accordion-body a {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: black;
	text-transform: uppercase;
	font-weight: 100;
	letter-spacing: 1px;
}
.accordion-body a:hover {
  font-weight: bold;
  color: black;
}

main .accordion-button:focus {
  z-index: 3;
  border-width: 0px;
  border-color: transparent !important;
  outline: 0;
  box-shadow: transparent !important;
}
main .accordion-item {
  border-left: none;
  border-right: none;
  border-radius: none !important;
}
#search_filters {
  margin-top: 1em;
}
#search_filters .navbar-nav:last-of-type {
  margin-left: 1em;
}
body > footer {
  background-color: #330f12;
  color: #fff;
}
.bg-image {
  min-height: 300px;
  margin-bottom: 2em;
  position: relative;
}
.breadcrumb {
  margin-bottom: 2em !important;
  background-color: #efefef !important;
  line-height: 1em;
  padding: 5px 14px !important;
  border-radius: 30px !important;
}
.bg-image .container.h-100 .row div {
  min-height: 300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.bg-image * {
  position: relative;
}
.bg-image:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: #350505b8;
  width: 100%;
  height: 100%;
}
.navbar.bg-site.px-3 {
  justify-content: space-between;
}
form.search_form .tsearch {
  background-color: #a50801;
  border: none;
  color: white;
  margin-top: 2em;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 5px 2em;
  transition: all 0.3s;
  border-radius: 4px;
}
form.search_form .tsearch:hover {
  background-color: #f61732;
}

#navbarNav .nav-link.cart {
  width: 35px !important;
  margin-right: 1em;
}
#navbarNav.show .contact_centre {
  margin-left: 0;
}
body > header #logo {
  width: 140px;
  margin-left: 60px;
}
body > header #logo img {
  width: 100%;
}
body > header {
  background-color: white;
  /* background-image: url(../sites/pro.centrescsa.com/img/bg-header-pro.png); */
  background-size: auto 107px;
  background-repeat: no-repeat;
}
/* Shylock (by @benhanks040888) */
.menu__list {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'Lato', sans-serif;
  justify-content: end;
  width: 100%;
}
.menu__item {
  display: block;
  margin: 1em 0;
  line-height: 1.8em;
  font-size: 14px;
  letter-spacing: 0;
}
.menu__item:last-of-type {
  /*! margin-left: 10px; */
  margin-right: 20px;
}
.menu__item.contact_centre a:before, .menu__item.contact_centre a:after {
  display: none;
}
.menu__item.contact_centre a {
  background: red;
  color: white;
  border-radius: 30px;
  padding: 5px 1em 6px;
}
.nav-link {
  color: #b5b5b5 !important;
}
.nav-link.cart {
  background-color: pink;
  border-radius: 30px;
  color: black !important;
  position: relative;
  padding: 3px 1em;
  bottom: 3px;
  margin-left: 10px;
}
.navbar-toggler {
  border: none !important;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none !important;
}
.nav-link.cart:hover {
  color: #f61732 !important;
}
.nav-link.cart #qpanier {
  background-color: #f61732 !important;
  color: white !important;
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 30px;
  font-size: 11px;
  line-height: 12px;
}
.menu--shylock .menu__link {
  position: relative;
  margin: 0 10px;
  padding-right: 0;
  padding-left: 0;
  color: #000;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  text-decoration: navajowhite;
  padding: 10px 0;
}
.menu--shylock .menu__item--current .menu__link, .menu--shylock .menu__item--current .menu__link:hover, .menu--shylock .menu__item--current .menu__link:focus {
  color: #f61732;
}
.menu--shylock .menu__item--current .menu__link::after, .menu--shylock .menu__item--current .menu__link::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.menu--shylock .menu__item--current .menu__link::before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.menu--shylock .menu__link:hover, .menu--shylock .menu__link:focus {
  color: #0b0b0b;
}
.menu--shylock .menu__link:hover::before, .menu--shylock .menu__link:focus::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.menu--shylock .menu__link::before, .menu--shylock .menu__link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  -webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.menu--shylock .menu__link::before {
  background: #b5b5b5;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.menu--shylock .menu__link::after {
  background: #d94f5c;
}

form.search_form {
  /* background-image: url(../sites/pro.centrescsa.com/img/pneu-search.jpg); */
  min-height: 250px;
  /*! background-color: #0000001c; */
  background-size: auto 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  /*! background-attachment: fixed; */
  /*! background-origin: content-box; */
  background-position: center;
  padding: 1em;
}
form.search_form label {
  background-color: white;
  margin: 1em 1em 5px;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  padding: 3px;
  width: 12em;
}

form.search_form label i {
cursor:pointer;
  transition:all 0.3s;
}
form.search_form label i:hover {
  transform:scale(1.2);
}

form.search_form label#runflat {
  background-color: transparent !important;
  color: white;
  font-size: 12px;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
form.search_form label#runflat i {
  margin-left: 0.5em;
  color: white;
}
label#runflat input {
  display: inline-block;
  margin-right: 5px;
}
form.search_form select {
  background: white;
  border: none;
}
form.search_form input {
  background: white;
  border: none;
}
.bg-image h1, .bg-image h2 {
  width: 100%;
  /*! height: 100%; */
  font-family: 'Raleway', sans-serif;
  color: white;
  /*! text-align: center; */
}
.bg-image h1 {
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 0;
  margin-bottom: 10px;
}
.bg-image h2 {
  color: #f61732;
  /*! margin-bottom: 1em; */
}
form.search_form * {
  position: relative;
}
form.search_form label button {
  background-color: transparent;
  width: auto;
  height: auto;
  border: none;
  display: inline-block;
  padding: 0;
}
form.search_form label button i {
  color: black;
}
form.search_form label span { 
  width: 100%;
  font-size: 8px;
  color: gray;
  margin-left: 5px;
}
form.search_form label select {
  width: 80%;
  margin-right: 10%;
}
form.search_form {
  background-size: cover;
  background-repeat: no-repeat;
}
form.search_form:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: #350505b8;
  width: 100%;
  height: 100%;
}
.listes-produits {
  max-width: 1300px !important;
  /*! width: 90%!important; */
  /*! margin: auto!important; */
}
.breadcrumb * { /*! margin-top: 1em!important; */
  font-size: 10px !important;
  text-transform: uppercase;
}
.breadcrumb .breadcrumb-item a {
  color: black;
}

.listes-produits .card-img {
  max-width: 200px;
}
/* Styles pour la colonne aside */
aside {
  /*! border-right: 1px solid #dee2e6; */
  margin-bottom: 20px;
}
#centres-csa-intro h3 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
#centres-csa-intro p {
  font-size: 12px;
}
#centres-csa-intro h3:after {
  content: "";
  display: block;
  height: 5px;
  width: 40%;
  background-color: #a40801;
  margin: 10px 0;
}
#centres-csa-intro {
  margin: 2em 0;
}
#centres-csa-liste .card {
  background-color: #f7f7f7;
  padding: 0em;
  border: none;
  margin-bottom: 2em;
}
#centres-csa-liste .card h5 {
  font-weight: bold;
  font-style: italic;
  margin: 0;
}
#centres-csa-liste .card adress {
  color: #f61732;
  font-weight: bold;
  line-height: 1em !important;
  margin-bottom: 20px;
}
#centres-csa-liste .card p.card-text strong {
  display: block;
  font-size: 16px;
}
#centres-csa-liste .card p.card-text a.card-text {
  line-height: 1.3em;
  font-size: 14px;
}
#centres-csa-liste .card a {
  text-transform: uppercase;
  margin: 0;
  line-height: 1em;
  padding: 3px 2em;
  border-radius: 10px !important;
  padding-top: 5px;
  transition: all 0.3s;
  border: none;
}
#centres-csa-liste .card a:hover {
  background-color: #f61732;
}
#centres-csa-liste .card a:hover span {
  color: black;
}
#centres-csa-liste .card a span {
  display: block;
  font-size: 8px;
  color: #f61732;
  font-weight: bold;
  transition: all 0.3s;
}
#centres-csa-liste .row {
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
#centres-csa-liste .row > * {
  width: auto;
  padding: 1em;
}
#centres-csa-liste .row > div:last-of-type {
  text-align: center;
}
#centres-csa-liste .row div img {
  max-width: 300px;
}

.popup {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: none;
z-index: 9999;
background-color: white;
padding: 20px;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.popup.active {
display: block;
}

@media screen and (max-width:991px) {
  #centres-csa-liste .row > * {
    width: 100%;
    text-align: center;
    padding: 1em;
  }
  #centres-csa-liste .row > div img {
    margin: auto;
    display: block;
  }
  .menu__list.navbar-nav {
    background-color: #f61732;
    transition: all 0.3s;
  }
  .menu__list.navbar-nav .menu__item {
    margin: 5px auto;
    height: 48px;
    box-sizing: border-box;
    width: 100%;
  }
  .menu__list.navbar-nav .menu__item a {
    display: block;
    width: 90% !important;
    text-align: center;
    background-color: #fff;
    margin: 0 auto !important;
    color: black !important;
  }
  .menu__list.navbar-nav .menu__item a:after, .menu__list.navbar-nav .menu__item a:before {
    display: none;
  }
  #navbarNav .nav-link.cart:after {
    content: "Panier";
    display: inline-block;
  }
  #navbarNav .nav-link.cart, .menu__list.navbar-nav .menu__item:last-of-type a {
    width: 90% !important;
    border-radius: 0;
    /*! height: 34px; */
    line-height: 44px;
    height: 100%;
  }
  .nav-link.cart #qpanier {
    background-color: #f61732 !important;
    color: white !important;
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 30px;
    font-size: 11px;
    line-height: 12px;
  }
  #navbarNav .menu__item.contact_centre a {
    margin: auto;
    width: 90% !important;
    padding: 3px 1em;
  }
  #navbarNav.show .contact_centre {
    /*! margin: auto; */
    width: 100% !important;
    margin: 5px auto;
  }
  #navbarNav {
    min-height: calc(100vh - 107px);
    background-color: #f61732;
    /*! display: flex; */
  }
  #navbarNav ul {
    transition: all 0.3s;
    height: calc(100vh - 107px);
    justify-content: center;
  }
  #navbarNav.show {
    display: flex;
  }
  aside {display: none;}
}