@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --bs-link-color: $secondary;
}

.form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}

.accordion {
  --bs-accordion-active-bg: transparent;
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-border-color: transparent;
  --bs-accordion-active-color: $primary;
  --bs-accordion-btn-color: $secondary;
}

a {
  text-decoration: none;
  color: #080808;
}

body {
  font-family: "Prompt", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

h3 {
  font-size: 24px;
}

.onepage h2 {
  font-size: 80px;
}
@media (max-width: 575.98px) {
  .onepage h2 {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .onepage h2 {
    font-size: 55px;
  }
}

.body-interne h2.titre-page {
  font-size: 80px;
}
@media (max-width: 575.98px) {
  .body-interne h2.titre-page {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .body-interne h2.titre-page {
    font-size: 55px;
  }
}

.swiper-pagination-bullet {
  background-color: #C7232A !important;
  border-radius: 0 !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: #FBCD28 !important;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

ul#breadcrumb {
  padding: 10px 16px;
  list-style: none;
  margin-bottom: 0;
  margin-bottom: 30px;
}
ul#breadcrumb li {
  display: inline;
  font-size: 16px;
  color: #545454;
}
ul#breadcrumb li a {
  color: #000000;
  text-decoration: none;
}
ul#breadcrumb li a:hover {
  color: #545454;
  text-decoration: none;
}

ul#breadcrumb li + li:before {
  padding: 8px;
  color: black;
  content: "> ";
}

.breadcrumb {
  margin-bottom: 0;
  background: transparent;
  align-items: center;
  justify-content: center;
}

#home {
  width: 100%;
}
#home #sticker {
  position: relative;
  z-index: 100 !important;
}
#home nav {
  background-color: #C7232A !important;
  height: 100px;
  margin: 0 auto;
  justify-content: center;
}
#home nav .navbar-brand img {
  width: 180px;
}
@media (max-width: 575.98px) {
  #home nav .navbar-brand img {
    width: 150px;
  }
}
@media (min-width: 1400px) {
  #home nav .navbar-brand img {
    width: 240px;
  }
}
#home nav .container {
  margin: 0;
}
@media (max-width: 575.98px) {
  #home nav .container {
    padding: 0;
  }
}
#home nav #main_nav {
  justify-content: center;
}
#home .navbar-nav .nav-link {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}
#home .navbar-nav .nav-link.active {
  color: #FBCD28;
}
@media (max-width: 1399.98px) {
  #home .navbar-nav .nav-link {
    font-size: 14px;
  }
}
#home .navbar-nav .nav-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 575.98px) {
  #home .navbar-nav .nav-item.dropdown > a {
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
  }
  #home .navbar-nav .nav-item .dropdown-menu {
    flex-basis: 100%;
    /* prend toute la largeur sur une nouvelle ligne */
    margin-top: 0.5rem;
  }
}
#home .navbar-nav .dropdown-menu {
  top: 30px;
}
@media (max-width: 575.98px) {
  #home .navbar-nav {
    background-color: #C7232A;
    padding: 20px;
  }
}
#home .header-encart {
  color: #ffffff;
  background-color: #FF0000;
  font-size: 24px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  border-image-slice: 50 50 50 50 fill;
  border-image-width: 55px 55px 55px 55px;
  border-image-outset: 3px 3px 3px 3px;
  border-image-repeat: repeat repeat;
  border-style: solid;
  border-image-source: url("images/border_encart_pub.svg");
}
@media (max-width: 575.98px) {
  #home .header-encart {
    font-size: 18px;
  }
}
#home .header-encart em {
  color: #000000;
  font-size: 12px;
}
#home .header-encart p {
  margin: 0;
}

.container-hero {
  position: relative;
}
.container-hero .slide {
  position: relative;
  max-height: calc(100vh - 100px);
}
.container-hero .slide .custom-slide-header {
  max-height: calc(100vh - 100px);
}
.container-hero .slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 575.98px) {
  .container-hero .slide::after {
    content: none;
  }
}
.container-hero .slide .slide-items img {
  width: 100%;
}
.container-hero .header-contenu {
  position: absolute;
  top: 50%;
  width: 40%;
  left: 40px;
  transform: translateY(-50%);
  z-index: 2;
  color: white;
}
.container-hero .header-contenu h1:before,
.container-hero .header-contenu h2:before,
.container-hero .header-contenu h3:before,
.container-hero .header-contenu h4:before,
.container-hero .header-contenu h5:before,
.container-hero .header-contenu h6:before {
  content: none;
}
@media (max-width: 575.98px) {
  .container-hero .header-contenu {
    position: relative;
    background-color: #080808;
    transform: none;
    left: 0;
    top: auto;
    padding-top: 15px;
    width: 100%;
  }
  .container-hero .header-contenu h2 {
    font-size: 30px;
  }
}
.container-hero .header-contenu .content-text {
  margin-bottom: 20px;
}
.container-hero .container-logos-header {
  position: absolute;
  width: 100%;
  bottom: 30px;
  display: flex;
  justify-content: space-between;
  z-index: 2;
  padding: 0 60px;
}
@media (max-width: 575.98px) {
  .container-hero .container-logos-header {
    background-color: #080808;
    position: relative;
    bottom: auto;
    padding: 10px;
  }
}
.dropdown-menu {
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-bg: #C7232A;
  --bs-dropdown-border-color: #FBCD28;
  --bs-dropdown-link-color: #ffffff;
  --bs-dropdown-link-active-color: #FBCD28;
  --bs-dropdown-link-hover-bg: #FBCD28;
  --bs-dropdown-link-hover-color: #C7232A;
}
@media (max-width: 575.98px) {
  .dropdown-menu {
    --bs-dropdown-border-color: none;
  }
}

footer {
  border-top: solid 1px #ffffff;
}
footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 0;
}
@media (max-width: 575.98px) {
  footer .container {
    flex-direction: column-reverse;
    row-gap: 20px;
  }
}
footer .container .container-ml {
  display: flex;
  gap: 10px;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}
footer .container .container-ml a {
  font-size: 12px;
}
footer .container .footer-menu {
  display: flex;
  margin: 0;
  gap: 30px;
}
@media (max-width: 575.98px) {
  footer .container .footer-menu {
    display: grid;
    gap: 0.5rem 2rem;
    padding: 0;
    margin: 0;
    grid-auto-flow: column;
    grid-template-rows: repeat(4, auto);
  }
}
@media (max-width: 1399.98px) {
  footer .container .nav-link {
    font-size: 14px;
  }
}
footer .container .nav-link.active {
  color: #FBCD28;
}
footer .container .footer-menu {
  list-style-type: none;
}
footer .container .navbar-expand-lg .navbar-nav .dropdown-menu {
  top: 30px;
}

.onepage footer .container .nav-link {
  color: #ffffff;
}
.onepage footer .container .nav-link.active {
  color: #FBCD28;
}
.onepage footer .container a {
  color: #ffffff;
}

.body-interne footer {
  background: #080808;
}
.body-interne footer .container .nav-link {
  color: #ffffff;
}
.body-interne footer .container .nav-link.active {
  color: #FBCD28;
}
.body-interne footer .container a {
  color: #ffffff;
}

.footer-phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  background: #FBCD28;
}
.footer-phone p {
  margin-bottom: 5px;
}

html,
body {
  overflow-x: unset;
  position: relative;
  scroll-behavior: auto !important;
}

strong {
  font-weight: 600;
}

h2 {
  position: relative;
}
h2::before {
  content: "";
  position: absolute;
  top: -10px;
  width: 72px;
  height: 4px;
  background-color: red;
  left: 0;
}

.onepage section {
  padding-top: 90px;
}
@media (max-width: 575.98px) {
  .onepage section {
    padding-top: 40px;
  }
}

#accueil {
  padding-bottom: 250px;
}
@media (max-width: 575.98px) {
  #accueil {
    padding-bottom: 50px;
  }
}
#accueil p.titre-page {
  font-size: 80px;
  font-weight: 500;
  position: relative;
}
#accueil p.titre-page::before {
  content: "";
  position: absolute;
  top: -10px;
  width: 72px;
  height: 4px;
  background-color: red;
  left: 0;
}
@media (max-width: 575.98px) {
  #accueil p.titre-page {
    font-size: 40px;
  }
}
#accueil h1 {
  font-size: 24px;
}
#accueil .images-accueil {
  display: flex;
  position: relative;
}
#accueil .images-accueil img {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
#accueil .images-accueil img:nth-child(1) {
  z-index: 2;
  margin-top: 105px;
  position: absolute;
}
@media (max-width: 575.98px) {
  #accueil .images-accueil img:nth-child(1) {
    position: relative;
    margin: auto;
    width: 40%;
  }
}
#accueil .images-accueil img:nth-child(2) {
  position: absolute;
  left: 340px;
  margin-left: -84px;
  z-index: 1;
}
@media (max-width: 575.98px) {
  #accueil .images-accueil img:nth-child(2) {
    position: relative;
    margin: auto;
    left: auto;
    width: 40%;
  }
}

#qsn {
  background-color: #F9F9F9;
}
#qsn h2 {
  border-bottom: solid 1px #D1D1D1;
  padding-bottom: 36px;
}
#qsn .row {
  margin-top: 47px;
}
#qsn .galerie-voiture-pret {
  text-align: center;
  padding-top: 50px;
}
#qsn .galerie-voiture-pret h3 {
  font-size: 50px;
}
@media (max-width: 575.98px) {
  #qsn .galerie-voiture-pret h3 {
    font-size: 35px;
  }
}
#qsn .galerie-voiture-pret .container-slide-photos {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  z-index: 1;
  padding: 30px 0;
}
#qsn .galerie-voiture-pret .container-slide-photos::before, #qsn .galerie-voiture-pret .container-slide-photos::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 0;
}
#qsn .galerie-voiture-pret .container-slide-photos::before {
  background-color: #c1272d;
  /* rouge */
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
#qsn .galerie-voiture-pret .container-slide-photos::after {
  background-color: #f4c542;
  /* jaune */
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}

#garage-carrosserie {
  position: relative;
  top: -209px;
  padding-top: 209px;
  background-color: #080808;
  background: url(images/bg_garage.png) no-repeat;
  background-size: cover;
}
@media (max-width: 575.98px) {
  #garage-carrosserie {
    padding-bottom: 50px;
  }
}
#garage-carrosserie h2 {
  color: #ffffff;
  text-align: center;
}
#garage-carrosserie h3 {
  color: #ffffff;
}
#garage-carrosserie #garage,
#garage-carrosserie #carrosserie {
  padding-top: 90px;
  position: relative;
  z-index: 2;
}
#garage-carrosserie #garage h2,
#garage-carrosserie #carrosserie h2 {
  position: relative;
}
#garage-carrosserie #garage h2::before,
#garage-carrosserie #carrosserie h2::before {
  content: "";
  position: absolute;
  top: -10px;
  width: 72px;
  height: 4px;
  background-color: red;
  left: 50%;
  transform: translateX(-50%);
}
#garage-carrosserie #garage .row-activite {
  background: url("images/barres_bg.png") center center no-repeat;
  background-size: contain;
  position: relative;
  z-index: 1;
  padding: 60px 0;
}
@media (max-width: 575.98px) {
  #garage-carrosserie #garage .row-activite {
    background: none;
  }
}
#garage-carrosserie:after {
  content: "";
  background: #ffffff;
  height: 140px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 575.98px) {
  #garage-carrosserie:after {
    content: none;
  }
}

#avant-apres {
  position: relative;
  top: -230px;
  text-align: center;
  max-width: 100%;
}
#avant-apres h2 {
  position: relative;
}
#avant-apres h2::before {
  content: "";
  position: absolute;
  top: -10px;
  width: 72px;
  height: 4px;
  background-color: red;
  left: 50%;
  transform: translateX(-50%);
}

#actus-avis {
  background: linear-gradient(180deg, rgb(255, 255, 255) 66%, rgb(255, 246, 215) 66%);
  margin-top: -209px;
}
#actus-avis .container-avisactus {
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
}
#actus-avis .container-insta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

#faq {
  background-color: #FFF6D7;
  padding-bottom: 90px;
}

@media (max-width: 575.98px) {
  .container-faq {
    row-gap: 20px;
  }
}

#contact {
  background: url(images/bg_contact.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 40px;
}
#contact h2 {
  color: #ffffff;
}
#contact h2.h_horaire {
  color: #FBCD28;
  font-size: 32px;
}
#contact h2.h_horaire:before {
  content: none;
}
#contact .text-horaire {
  color: #ffffff;
}
#contact .text-horaire ul {
  list-style-type: circle;
}
#contact .coordonnees {
  color: #D9D9D9;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 30px;
}
#contact .coordonnees a {
  color: #D9D9D9;
}
#contact .coordonnees img {
  border: solid 1px #C7232A;
  border-radius: 5px;
  padding: 13px;
  margin-right: 20px;
}
#contact::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 132px;
  background-image: inherit;
  background-size: inherit;
  background-repeat: inherit;
  background-position: inherit;
  z-index: -1;
}
@media (max-width: 575.98px) {
  #contact::after {
    height: 264px;
  }
}

.interne {
  min-height: calc(100vh - 200px);
  padding-top: clamp(20px, 5vw, 50px);
  padding-bottom: clamp(20px, 5vw, 50px);
}
.interne h2.titre-page {
  position: relative;
  text-align: center;
}
.interne h2.titre-page::before {
  content: "";
  position: absolute;
  top: -10px;
  width: 72px;
  height: 4px;
  background-color: red;
  left: 50%;
  transform: translateX(-50%);
}
.interne h1.h1.style-titre-p {
  font-size: 24px;
  text-align: center;
}
.interne h1.h1:not(.style-titre-p) {
  text-align: center;
  position: relative;
}
.interne h1.h1:not(.style-titre-p)::before {
  content: "";
  position: absolute;
  top: -10px;
  width: 72px;
  height: 4px;
  background-color: red;
  left: 50%;
  transform: translateX(-50%);
}
.interne .content-text {
  margin-top: 30px;
}
.interne .coordonnees {
  color: #ffffff;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 40px;
  margin-bottom: 30px;
}
.interne .coordonnees a {
  color: #ffffff;
}
.interne .coordonnees img {
  border: solid 1px #C7232A;
  border-radius: 5px;
  padding: 13px;
  margin-right: 20px;
}
@media (max-width: 575.98px) {
  .interne .coordonnees {
    flex-direction: column;
  }
}
.interne .coord-horaire {
  padding: 20px;
  background-color: #080808;
}
.interne .coord-horaire h2.h_horaire {
  color: #ffffff;
}
.interne .coord-horaire h2.h_horaire::before {
  content: none;
}
.interne .coord-horaire .text-horaire {
  color: #ffffff;
  margin-top: 0;
}
.interne .coord-horaire .text-horaire ul {
  list-style-type: circle;
}
.interne .container-map {
  margin-top: 60px;
}

.contact-form {
  row-gap: 10px;
}

.col-form {
  margin-block-end: 30px;
}

.form-group input,
.form-group textarea {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 20px 16px 20px 32px;
  background-color: transparent;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  border: 0;
  border-bottom: solid 1px #696969;
  border-radius: 0;
}

.form-buttons button {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 105%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  /* Frame 91 */
  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 34px;
  gap: 10px;
  background: #C7232A;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 40px;
  border: none !important;
  margin-block-end: 40px;
}

.g-recaptcha {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-block-end: 10px;
}

.form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.form-control::placeholder {
  color: #fff;
  opacity: 1;
}

.body-interne {
  color: #080808;
}
.body-interne .form-group input,
.body-interne .form-group textarea {
  color: #080808;
}
.body-interne .form-control::-moz-placeholder {
  color: #080808;
  opacity: 1;
}
.body-interne .form-control::placeholder {
  color: #080808;
  opacity: 1;
}

@media (max-width: 575.98px) {
  .row-activite {
    row-gap: 20px;
  }
}

.container-activite-item .row-activite-item {
  position: relative;
}
@media (max-width: 575.98px) {
  .container-activite-item .row-activite-item {
    align-items: center;
    background-color: #FBCD28;
    margin: 0;
  }
}
.container-activite-item .row-activite-item .container-text {
  position: absolute;
  bottom: 25px;
  margin-left: 17px;
}
@media (max-width: 575.98px) {
  .container-activite-item .row-activite-item .container-text {
    position: relative;
    margin-left: auto;
    bottom: auto;
    text-align: center;
    color: #080808;
  }
  .container-activite-item .row-activite-item .container-text h3:before {
    content: none !important;
  }
}
@media (max-width: 575.98px) {
  .container-activite-item .row-activite-item .container-img {
    padding: 0;
  }
}
.container-activite-item .row-activite-item h3 {
  color: #ffffff;
  position: relative;
}
.container-activite-item .row-activite-item h3::before {
  content: "";
  position: absolute;
  top: -10px;
  width: 26px;
  height: 4px;
  background-color: #C7232A;
  left: 0;
}

.container_autres_activites {
  margin-top: 40px;
}

.compare-slide-container {
  width: 800px;
}
.compare-slide-container .swiper-button-next,
.compare-slide-container .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 85%);
}
.compare-slide-container .swiper-pagination {
  position: relative;
  bottom: auto !important;
  top: auto !important;
}
@media (max-width: 575.98px) {
  .compare-slide-container {
    width: 100%;
  }
}
.compare-slide-container .twentytwenty-container {
  height: 600px;
}
@media (max-width: 575.98px) {
  .compare-slide-container .twentytwenty-container {
    height: auto;
  }
}

.container-faq h2 {
  padding-bottom: 63px;
}
.container-faq h3 {
  background-color: #C7232A;
  color: #FBCD28;
  font-size: 32px;
  padding: 24px 16px;
}
.container-faq h4 button {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .container-faq h4 button {
    font-size: 20px;
  }
}
.container-faq .accordion-faq-item {
  border-bottom: solid 1px #989898;
}
.container-faq .faq-items-list {
  list-style-type: none;
  padding-left: 0;
}

.accordion-button:focus {
  outline: none;
  box-shadow: none;
}/*# sourceMappingURL=styles.css.map */