@import url("./skin.css");
@import url("./basics.css");
@import url("https://fonts.googleapis.com/css2?family=Oswald:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,400&display=swap");

body {
  font-family: "Roboto Condensed", sans-serif;
  background-image: url(./images/entreprise.webp) ;
  background-repeat: no-repeat;
  background-color: rgba(86, 86, 86, 0.518) !important;
  /* background-size: cover; */
  background-size: 100% 100%;
  background-position: center;
  background-attachment: fixed;
  background-blend-mode: darken;
  list-style: none !important;
}
  /* font-family: "Roboto Condensed", sans-serif;
  background-image: url(./images/entreprise.webp);
  background-color: rgba(86, 86, 86, 0.518) !important;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-blend-mode: darken;
  list-style: none !important; */


/* drop down style */

button.btn.dropdown-toggle.bs-placeholder.btn-light {
  background-color: #000 !important;
  border: none !important;
  color: #fff !important;
}

button.btn.dropdown-toggle.btn-light.show {
  background-color: #000 !important;
  border: none !important;
  color: #fff !important;
}

button.btn.dropdown-toggle.btn-light {
  background-color: #000 !important;
  border: none !important;
  color: #fff !important;
}

.filter-option-inner-inner.pt-2 {
  padding-top: 0.5rem !important;
}

.dropdown-menu.show {
  background-color: #000 !important;
  /* border: none !important; */
  color: #fff !important;

}

button.bs-placeholder.btn.btn-light.dropdown-toggle {
  margin-top: 0.25 !important;
  margin-left: 0.5 !important;

}

button.btn.dropdown-toggle.btn-light {
  background-color: #000 !important;
  color: #fff !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #000 !important;
  border: none !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #000;
}

.bootstrap-select .dropdown-menu li a span.text {
  font-size: 11px !important;
}

.single-input-dropdowm {
  border-bottom: 1px solid #757575 !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  margin-top: 0px !important;
  padding-top: 0px !important;

}

.bootstrap-select.dropdown.show-tick {
  margin-left: 0.5rem !important
}

button.btn.btn-light.dropdown-toggle {
  margin-left: 0.4rem !important;
}

.bootstrap-select.dropdown.ms-3.show-tick {
  margin-left: 0.2rem !important;
}

.filter-option-inner-inner {
  margin-top: 0.5rem !important
}

.bootstrap-select .dropdown-toggle:focus {
  border: none !important;
}


.bootstrap-select .dropdown-menu li a {
  margin-left: 1rem !important;
}

/*end  drop down style */
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.form-success {
  width: 280px !important;
}

.form-success-second {
  width: 280px !important;
  min-height: 432px !important;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}

#services-tabs ul {
  margin-left: 0px !important;
  padding-left: 0px !important;
  text-decoration: none !important;
  list-style: none !important;
}


#services-tabs ul li {
  margin-left: 0px !important;
  padding-left: 0px !important;
  text-decoration: none !important;
  list-style: none !important;
  padding: 5px 30px;
}

 .all-services-page {
  padding-top: 120px !important;
  
} 

#services-tabs ul li a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 17px !important;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0;
  text-decoration: none !important;
  list-style: none !important;

}

.fa-chevron-up {
  color: black !important;
}

.fa-chevron-down {
  color: black !important;
}

.bootstrap-datetimepicker-widget table td span {
  height: 20px !important;
}

.bootstrap-datetimepicker-widget table td {
  height: 20px !important;
}

/* Tab active state */

#services-tabs ul li.r-tabs-state-active a {
  color: #fff !important;
  font-weight: 700;
  border-bottom: 3px solid #ee4141 !important;
  padding-bottom: 0px;
  -webkit-transition: border-color 300ms linear;
  transition: border-color 300ms linear;
  list-style: none !important;
}

.service-tab .col-md-6 {
  padding: 0;
}

.service-tab .slider-tabs {
  width: 100%;
  height: max-content;
  margin: 0 auto;
  background-color: #212226;
  position: relative;
}

.service-tab .tab-bg {
  background: #fff;
  padding: 30px 20px;
  min-height: max-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
}

.service-tab .tab-bg p {
  font-size: 1.1rem;
  font-weight: 500;
}


.service-tab h2 {
  font-size: 78px;
  color: #bbb;
  margin-bottom: 20px;
  font-weight: 100;
}

.service-tab h3 {
  font-size: 32px;
  margin-bottom: 30px;
}

.service-tab p {
  line-height: 24px;
  margin-bottom: 30px;
}

.the-form {
  height: 33rem;
  position: sticky;
  top: 0%;
  margin-top: 76px;
}

/* .the-form select {
  background-color: #000000;
  width: 100%;
  border: none;
  border-bottom: 1px solid #757575;
  padding-left: 40px;
  padding-top: 15px;
  font-size: 15px;
  color: #fff;
}

*/
/* .the-form select option {
  background: black;
  color: #fff;
  padding: 5px;
} */
/*
.the-form select option:checked {
  background: #ee4141;
  color: #fff;
}

.the-form select option:hover {
  background: #05cc90 !important;
  color: #fff;
} */

.service-tab-row {
  column-gap: 2rem;
}

@media screen and (max-width: 776px) {
  .r-tabs-anchor {
    text-decoration: none;
    color: rgb(236, 236, 236);
    text-align: center;
    letter-spacing: 5px;
    font-size: 1.4rem;
    font-weight: 700;

  }

  #services-tabs.r-tabs {
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
  }

  .r-tabs-anchor:hover,
  .r-tabs-anchor:focus,
  .r-tabs-anchor:active {
    text-decoration: none;
    color: var(--primary-red);
    font-weight: 700;
    border-bottom: 3px solid var(--primary-red);
    padding-bottom: 5px;
    -webkit-transition: border-color 300ms linear;
    transition: border-color 300ms linear;
  }

  .service-tab .tab-bg {
    min-height: 250.5px;
  }

  .slide-pic img {
    height: 250.5px;
  }

  .service-tab .slider-tabs {
    height: 250.5px;
  }

  .r-tabs-anchor {
    text-decoration: none;
    color: rgb(236, 236, 236);
    text-align: center;
    letter-spacing: 5px;
    font-size: 1.4rem;
    font-weight: 700;
  }

  #services-tabs.r-tabs {
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
  }

  .r-tabs-anchor:hover,
  .r-tabs-anchor:focus,
  .r-tabs-anchor:active {
    text-decoration: none;
    color: var(--primary-red);
    font-weight: 700;
    border-bottom: 3px solid var(--primary-red);
    padding-bottom: 5px;
    -webkit-transition: border-color 300ms linear;
    transition: border-color 300ms linear;
  }


  .r-tabs-anchor {
    text-decoration: none;
    color: rgb(236, 236, 236);
    text-align: center;
    letter-spacing: 5px;
    font-size: 1.4rem;
    font-weight: 700;
  }

  #ceramic-tabs.r-tabs {
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
  }

  .r-tabs-anchor:hover,
  .r-tabs-anchor:focus,
  .r-tabs-anchor:active {
    text-decoration: none;
    color: #EE4141;
    font-weight: 700;
    border-bottom: 3px solid #EE4141;
    padding-bottom: 5px;
    -webkit-transition: border-color 300ms linear;
    transition: border-color 300ms linear;
  }

  .ceramic-tabs .tab-bg {
    min-height: 250.5px;
  }

  #detailing-tabs.r-tabs {
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
  }

  .detailing-tabs .tab-bg {
    min-height: 250.5px;
  }

  #lavage-tabs.r-tabs {
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
  }

  .lavage-tabs .tab-bg {
    min-height: 250.5px;
  }

  #nos-soins-tabs.r-tabs {
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
  }

  .soins-tabs .tab-bg {
    min-height: 250.5px;
  }

}

/* form  */

.section-contact {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #000;
  width: max-content;
  border-radius: 3%;
  border: none;
}

.section-contact .header-section .title {
  padding-top: 15px;
  font-weight: 400;
  font-size: 17px;
  color: #05cc90;
}

.section-contact .form-contact .single-input {
  position: relative;
  margin-top: 5px;
  width: 280px;
  color: #000000;
  padding-bottom: 15px;
  border: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px black inset !important;
}

input:-webkit-autofill {
  -webkit-text-fill-color: #f4f4f4 !important;
}

::-webkit-inner-spin-button {
  display: none;
}

::-webkit-calendar-picker-indicator {
  background-color: rgb(0, 0, 0);
}

input[type="date"] {
  font-size: 25px;
}

::-webkit-datetime-edit-text {
  color: #555555;
}

::-webkit-datetime-edit-month-field {
  color: #555555;
}

::-webkit-datetime-edit-day-field {
  color: #555555;
}

::-webkit-datetime-edit-year-field {
  color: #555555;
}

::-webkit-calendar-picker-indicator {
  background-image: url(http://icons.iconarchive.com/icons/dakirby309/simply-styled/256/Calendar-icon.png);
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  color: rgba(204, 204, 204, 0);
}

.section-contact .form-contact .single-input i {
  position: absolute;
  top: 17px;
  left: 10px;
  color: #05cc90;
}

.section-contact .form-contact .single-input input,
.section-contact .form-contact .single-input textarea {
  background-color: #000000;
  width: 100%;
  border: none;
  border-bottom: 1px solid #757575;
  padding-left: 40px;
  padding-top: 15px;
  font-size: 15px;
  color: #bcbcbc;
}

.section-contact .form-contact .single-input input::placeholder,
.section-contact .form-contact .single-input textarea::placeholder {
  color: #fff;
  font-size: 15px;
  font-weight: 100;
  border: none;
  padding-bottom: 20px;
}


.Selection ul li input {
  margin-left: 20px !important;
  font-family: inherit;
  font-size: 15px;
  line-height: inherit;
  color: #fff !important;
}


.section-contact .form-contact .single-input textarea {
  height: 110px;
  min-height: 30px;
  border: none;
}

.section-contact .form-contact .submit-input input {
  margin-top: -5px;
  padding: 6px 20px;
  background-color: #1a1e6d;
  color: #05cc90;
  border: none;
  border-radius: 5px;
  font-weight: 400;
  transition: background-color 0.3s;
}

.section-contact .form-contact .submit-input input:hover {
  background-color: #fff;
  border: none;
}

.service-info h1 {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 600;
  color: #db2b30;
}

.titleline {
  background-color: #db2b30;
  width: 100%;
  height: 3px;
  margin-top: 10px;
}

.bg-blur {
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(25%);
  border-radius: 1rem;
  color: white;

}

.service-info p {
  padding: 10px;
  font-size: 1rem;
}

.video {
  width: 100%;
  padding: 10px;
}

.video iframe {
  width: 100%;
}

.counter-service {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-size: 1.9rem;
  color: #db2b30;
  font-weight: 700;
  margin-bottom: 20px;
}

.counter-service p {
  padding: 0;
  margin: 0;
}

.select-soins {
  background-color: black !important;
  color: #bcbcbc !important;
  border: none !important;
  padding-left: 39px !important;
  padding-top: 10px;
}

.single-input-soins {
  padding-bottom: 0px !important;
}



@media screen and (max-width: 992px) {
  .service-tab .slider-tabs {
    margin: 0px;
  }

  #services-tabs ul li {
    padding: 5px 15px;
  }

  .service-tab .tab-bg p {
    font-size: 0.7rem;
    font-weight: 500;
  }

  .ceramic-tabs .slider-tabs {
    margin: 0px;
  }

  #ceramic-tabs ul li {
    padding: 5px 15px;
  }

  .ceramic-tabs .tab-bg p {
    font-size: 0.7rem;
    font-weight: 500;
  }

  #detailing-tabs.r-tabs {
    margin: 0px;
  }

  #detailing-tabs.r-tabs ul li {
    padding: 5px 15px;
  }

  .detailing-tabs .tab-bg p {
    font-size: 0.7rem;
    font-weight: 500;
  }

  #lavage-tabs.r-tabs {
    margin: 0px;
  }

  #lavage-tabs.r-tabs ul li {
    padding: 5px 15px;
  }

  .lavage-tabs .tab-bg p {
    font-size: 0.7rem;
    font-weight: 500;
  }


  #nos-soins-tabs.r-tabs {
    margin: 0px;
  }

  #nos-soins-tabs.r-tabs ul li {
    padding: 5px 15px;
  }

  .nos-soins-tabs .tab-bg p {
    font-size: 0.7rem;
    font-weight: 500;
  }

}



.ceramic-image-service {
  width: 220px;

  margin-bottom: 5%;
}

.ceramic-image-speed {
  width: 160px;
  margin-top: 8px;
  margin-bottom: 3%;
}

.description-card-services p {
  font-size: 17px !important;
  font-weight: 400;
  color: #fff;
  padding-left: 15px;
  padding-top: 2px;
  margin-bottom: 2px;
}


#ceramic-tabs ul {

  margin-left: 0px !important;
  padding-left: 0px !important;
  text-decoration: none !important;
  list-style: none !important;
}

#ceramic-tabs ul li {

  margin-left: 0px !important;
  padding-left: 0px !important;
  text-decoration: none !important;
  list-style: none !important;
  padding: 5px 30px;
}

#ceramic-tabs ul li a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 17px !important;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0;
  text-decoration: none !important;
  list-style: none !important;
}

#detailing-tabs ul {

  margin-left: 0px !important;
  padding-left: 0px !important;
  text-decoration: none !important;
  list-style: none !important;
}

#detailing-tabs ul li {

  margin-left: 0px !important;
  padding-left: 0px !important;
  text-decoration: none !important;
  list-style: none !important;
  padding: 5px 30px;
}

#detailing-tabs ul li a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 17px !important;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0;
  text-decoration: none !important;
  list-style: none !important;
}

#lavage-tabs ul {

  margin-left: 0px !important;
  padding-left: 0px !important;
  text-decoration: none !important;
  list-style: none !important;
}

#lavage-tabs ul li {

  margin-left: 0px !important;
  padding-left: 0px !important;
  text-decoration: none !important;
  list-style: none !important;
  padding: 5px 30px;
}

#lavage-tabs ul li a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 17px !important;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0;
  text-decoration: none !important;
  list-style: none !important;
}


#nos-soins-tabs ul {

  margin-left: 0px !important;
  padding-left: 0px !important;
  text-decoration: none !important;
  list-style: none !important;
}

#nos-soins-tabs ul li {

  margin-left: 0px !important;
  padding-left: 0px !important;
  text-decoration: none !important;
  list-style: none !important;
  padding: 5px 30px;
}

#nos-soins-tabs ul li a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 17px !important;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0;
  text-decoration: none !important;
  list-style: none !important;
}

/* Tab active state */

#ceramic-tabs ul li .r-tabs-state-active a {
  color: #fff !important;
  font-weight: 700;
  border-bottom: 3px solid #ee4141 !important;
  padding-bottom: 0px;
  -webkit-transition: border-color 300ms linear;
  transition: border-color 300ms linear;
  list-style: none !important;
}

.ceramic-tabs .col-md-6 {
  padding: 0;
}

.ceramic-tabs .slider-tabs {
  width: 100%;
  height: max-content;
  margin: 0 auto;
  background-color: #212226;
  position: relative;
}

.ceramic-tabs .tab-bg {
  background: #fff;
  padding: 30px 20px;
  min-height: max-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
}

.ceramic-tabs .tab-bg p {
  font-size: 1.1rem;
  font-weight: 500;
}

#detailing-tabs ul li .r-tabs-state-active a {
  color: #fff !important;
  font-weight: 700;
  border-bottom: 3px solid #ee4141 !important;
  padding-bottom: 0px;
  -webkit-transition: border-color 300ms linear;
  transition: border-color 300ms linear;
  list-style: none !important;
}

.detailing-tabs .col-md-6 {
  padding: 0;
}

.detailing-tabs .slider-tabs {
  width: 100%;
  height: max-content;
  margin: 0 auto;
  background-color: #212226;
  position: relative;
}

.detailing-tabs .tab-bg {
  background: #fff;
  padding: 30px 20px;
  min-height: 501px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
}

.detailing-tabs .tab-bg p {
  font-size: 1.1rem;
  font-weight: 500;
}



#lavage-tabs ul li .r-tabs-state-active a {
  color: #fff !important;
  font-weight: 700;
  border-bottom: 3px solid #ee4141 !important;
  padding-bottom: 0px;
  -webkit-transition: border-color 300ms linear;
  transition: border-color 300ms linear;
  list-style: none !important;
}

.lavage-tabs .col-md-6 {
  padding: 0;
}

.lavage-tabs .slider-tabs {
  width: 100%;
  height: max-content;
  margin: 0 auto;
  background-color: #212226;
  position: relative;
}

.lavage-tabs .tab-bg {
  background: #fff;
  padding: 30px 20px;
  min-height: 501px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
}

.lavage-tabs .tab-bg p {
  font-size: 1.1rem;
  font-weight: 500;
}




#nos-soins-tabs ul li .r-tabs-state-active a {
  color: #fff !important;
  font-weight: 700;
  border-bottom: 3px solid #ee4141 !important;
  padding-bottom: 0px;
  -webkit-transition: border-color 300ms linear;
  transition: border-color 300ms linear;
  list-style: none !important;
}

.nos-soins-tabs .col-md-6 {
  padding: 0;
}

.nos-soins-tabs .slider-tabs {
  width: 100%;
  height: max-content;
  margin: 0 auto;
  background-color: #212226;
  position: relative;
}

.nos-soins-tabs .tab-bg {
  background: #fff;
  padding: 30px 20px;
  min-height: 501px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
}

.nos-soins-tabs .tab-bg p {
  font-size: 1.1rem;
  font-weight: 500;
}



.plr-0 {
  padding-right: 1px;
  padding-left: 1px;
}

.ceramic-tabs h2 {
  font-size: 78px;
  color: #bbb;
  margin-bottom: 20px;
  font-weight: 100;
}

.ceramic-tabs h3 {
  font-size: 32px;
  margin-bottom: 30px;
}

.ceramic-tabs p {
  line-height: 24px;
  margin-bottom: 30px;
}



.detailing-tabs h2 {
  font-size: 78px;
  color: #bbb;
  margin-bottom: 20px;
  font-weight: 100;
}

.detailing-tabs h3 {
  font-size: 32px;
  margin-bottom: 30px;
}

.detailing-tabs p {
  line-height: 24px;
  margin-bottom: 30px;
}


.lavage-tabs h2 {
  font-size: 78px;
  color: #bbb;
  margin-bottom: 20px;
  font-weight: 100;
}

.lavage-tabs h3 {
  font-size: 32px;
  margin-bottom: 30px;
}

.lavage-tabs p {
  line-height: 24px;
  margin-bottom: 30px;
}



.nos-soins-tabs h2 {
  font-size: 78px;
  color: #bbb;
  margin-bottom: 20px;
  font-weight: 100;
}

.nos-soins-tabs h3 {
  font-size: 32px;
  margin-bottom: 30px;
}

.nos-soins-tabs p {
  line-height: 24px;
  margin-bottom: 30px;
}

/* Tab active state */

#ceramic-tabs ul li.r-tabs-state-active a {
  color: #EE4141;
  font-weight: 700;
  border-bottom: 3px solid #EE4141;
  padding-bottom: 5px;
  -webkit-transition: border-color 300ms linear;
  transition: border-color 300ms linear;
}

.btn-general {
  font-family: "Roboto Condensed", sans-serif;
  border-radius: 28px;
  font-size: 13px;
  text-transform: uppercase;
  margin: 0 6px;
  padding: 12px 46px 12px 46px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-yellow {
  color: #fff;
  border: 1px solid #EE4141;
  background-color: #EE4141;
}

.btn-yellow:hover,
.btn-yellow:focus {
  color: #fff;
  background-color: #212226;
  border: 1px solid #212226;
}

.btn-white {
  color: #212226;
  border: 1px solid #fff;
  background-color: #fff;
}

.social {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #e67e22;
  font-family: verdana;
  padding: 5px;
  border-radius: 5px;
  animation: new 0.5s linear infinite;
  margin-top: -50px;
}

.social a {
  text-decoration: none;
  color: #fff;
}

@keyframes new {
  0% {
    transform: scaleX(1);
  }

  50% {
    transform: scaleX(0.95);
  }

  100% {
    transform: scaleX(1);
  }
}


.slide {
  width: 100%;
  overflow: hidden;
}

.slide-pic img {
  width: 100%;
  height: 100%;
  cursor: grab;
}

.custom-control {
  list-style: none;
  color: rgb(250, 250, 250);
}

.prev,
.next {
  background-color: #212226;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease;
}

.prev i,
.next i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.prev {
  left: 5px;
}

.next {
  right: 5px;
}

.prev:hover,
.next:hover {
  opacity: 0.9;
}




.tagLine {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
}

.dropdown {
  position: inherit;
  width: 280px;
}

.dropdown dt a {
  background: #000000;
  display: block;
  width: 280px;
  min-height: 17px;
  line-height: 20px;
  overflow: hidden;
  color: #bcbcbc !important;
  text-align: center !important;
  font-size: 15px;
  font-weight: 300 !important;
  text-decoration: none;

}

.dropdown dd {
  position: relative;
}

.dropdown dd ul {
  background: #000;
  color: #bcbcbc;
  position: absolute;
  top: 4px;
  padding: 8px 15px 2px 5px;
  width: 282px;
  height: max-content;
  overflow: hidden;
  display: none;
  z-index: 9;
}

/* .the-form2 {
  display: none !important;
} */


@media only screen and (max-width: 768px) {
  .r-tabs .r-tabs-accordion-title {
    padding-top: 1.5rem !important;
  }
}

@media screen and (max-width: 1522px) {
  .ceramic-text {
    width: 470px !important;
  }

  .ceramic-speeds {
    width: 56.333333%;

  }

  .ceramic-tab-2-col7 {
    width: 100% !important;
  }

  .ceramic-tab-2-col5 {
    width: 100% !important;
  }
}

@media screen and (max-width: 1486px) {
  .ceramic-text {
    width: 470px !important;
  }



  .ceramic-speeds {
    width: 189px;
  }

}

@media screen and (max-width: 1486px) {
  .ceramic-speed-col {
    width: 100px;
  }
}

@media screen and (max-width: 1486px) {
  .ceramic-speed-col {
    width: 100px;
  }
}

@media screen and (max-width: 1478px) {
  .ceramic-speed-row {
    margin-top: 0px !important;
  }

  .description-card-services {
    margin-top: 5% !important;
  }
}

@media screen and (max-width: 1140px) {
  .services-02 {
    justify-content: start !important;
    /* margin-left: 3rem !important; */

  }

  /* .the-form{
  right: 2%;
} */
  /* .service-tabs-container {
    width: 90% !important;
    margin-top: 6rem !important;
  } */
}

@media screen and (max-width: 1060px) {

  .the-form {
    right: 15% !important;
  }
}


@media screen and (max-width: 1014px) {
  .services-02 {
    justify-content: start !important;
    /* margin-left: 3rem !important; */

  }

  .the-form {
    right: 17% !important;
  }

  .service-tabs-container {
    width: 84% !important;
  }
}

@media screen and (max-width: 969px) {
  .ceramic-speed-row {
    padding-top: 3rem !important;
    padding-bottom: 1rem !important;
  }
}

@media screen and (min-width: 938px) {
  .the-form2 {
    /* display: none !important; */

  }

  .the-form {
    display: flex !important;
  }

}

@media screen and (max-width: 938px) {
  .the-form2 {
    display: flex !important;
    justify-content: center !important;
  }

  /* 
  .the-form {
    display: none !important;
  } */

  .services-02 {
    justify-content: center !important;
  }

  .service-tab-row {
    justify-content: center !important;
  }

  .bg-blur {
    display: flex !important;
    justify-content: center !important;
    padding-bottom: 1.5rem !important;
    width: 90% !important;
  }

}

@media screen and (max-width: 700px) {
  .section-head-peinture {
    padding-left: 0px !important;
  }
}

@media screen and (max-width: 710px) {
  .bg-blur {
    width: 100% !important;
  }
}

@media screen and (max-width: 600px) {
  .ceramic-text {
    width: 100% !important;
  }

  .description-card-services p {
    font-size: 14px !important;
  }

  .bg-transparent {
    padding-right: 0px !important;
  }

  .section-contact {
    margin-left: 0% !important;
    margin-right: 0% !important;
  }

}

@media screen and (max-width: 523px) {
  .ceramic-text {
    width: 100% !important;
  }

  .description-card-services {
    font-size: 3rem !important;
  }




}

@media screen and (max-width: 523px) {
  .bg-blur {
    width: 100% !important;
  }

  .service-tabs-container {
    /* padding-right: 2.8rem !important; */
  }

  .form-success-second {
    width: 100% !important;
  }
}

.cuir-image-service {
  width: 100% !important;
}

.jantes-image-service {
  width: 100% !important;
}

.vitres-image-service {
  width: 100% !important;
}

.plastiques-image-service {
  width: 100% !important;
}

.dashboard-image-service {
  width: 100% !important;
}

/* splide */
@media screen and (max-width: 1522px) {
  .splid-spoins {
    width: 100% !important;
  }

  .the-title {
    text-align: center !important;
  }

  .lavage-speeds {
    width: 100%;
  }
}

@media screen and (max-width: 776px) {
  .service-tab .slider-tabs {
    height: 100%;
  }
}

/* .exo-image{
  width: 189px !important;
  margin-top: -5px;
} */

@media screen and (min-height: 868px) {
  .the-form {
    height: 33rem;
    position: sticky;
    top: 17%;
  }

}

@media screen and (max-width : 938px) {
  .lavage-col {
    width: 100% !important;
  }

}






@media screen and (max-width : 550px) {
  .respimg {
    width: 100% !important;
    border-top: rgba(187, 187, 187, 0.562) solid 0.3px;
    padding-top: 3%;
    padding-bottom: 3%;


  }
}

/* mn 1015 lfo9 */
@media screen and (min-width : 1523px) {
  .speed-reper {
    padding-top: 0.7rem !important;

  }
}

/* max mn 1523 lta7t */
@media screen and (min-width : 1523px) {
  .speed-reper {
    padding-top: 0.8rem !important;

  }
}

@media screen and (min-width : 1900px) {
  .speed-reper {
    padding-top: 0.3rem !important;

  }
}

@media screen and (max-width : 1900px) {
  .speed-reper {
    padding-top: 0.25rem !important;

  }
}

@media screen and (max-width : 1522px) {
  .speed-reper {
    padding-top: 1.2rem !important;

  }
}

@media screen and (max-width : 1756px) {
  .speed-reper {
    padding-top: 0.3rem !important;

  }
}

@media screen and (max-width : 1040px) {
  .speed-reper {
    padding-top: 0.4rem !important;

  }
}

@media screen and (max-width : 939px) {
  .speed-reper {
    padding-top: 0.30rem !important;

  }
}

@media screen and (max-width : 900px) {
  .speed-reper {
    padding-top: 0.40rem !important;

  }
}

@media screen and (max-width : 872px) {
  .speed-reper {
    padding-top: 0.3rem !important;

  }
}

/* @media screen and (max-width : 1015px) {
    .speed-reper{
      margin-top: 6px;
      padding-top: 0.25rem!important;
      margin-top: 0.5rem!important;
      margin-bottom: 0.25rem!important;
      float: left;
      
    }
  } */


.footer-social-icons a {
  margin: 2px;
}

.footer-social-icons a svg {
  width: 20px;
  height: 25px;
  padding: 2px;

}

.footer-social-icons .svg__ytb svg {
  width: 26px;
  height: 26px;
}

.footer-social-icons .svg__fb svg {
  width: 26px;
  height: 21px;
}

.footer-social-icons a svg path {
  fill: #EE4141;
}

.esa-contact-list ul li a svg {
  width: 15px;
  height: 15px;
  padding-right: 2px;
}

.esa-contact-list ul li a svg path {
  fill: #EE4141;
}

#message-mail-servis svg {
  width: 20px;
  height: 20px;
  padding: 2px;
}

#message-mail-servis svg path {
  fill: #05cc90;
}

.header-section svg {
  width: 20px !important;
  height: 15px !important;
}

.header-section svg path {
  fill: #05cc90;
}

.form-contact svg path {
  fill: #05cc90;
}

.section-contact .form-contact .single-input svg {
  position: absolute;
  top: 17px;
  left: 14px;
  width: 25px !important;
  height: 16px !important;
}

.navbar-toggler svg {
  width: 25px !important;
  height: 16px !important;
}

.navbar-toggler svg path {
  fill: #EE4141;
}

.success__reserve svg {
  width: 75px !important;
  height: 75px !important;
}

.success__reserve svg path {
  fill: #0eca85 !important;
}

#myform24 .option-select .option.svg::after {
  line-height: 11px;
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> <path fill="white" d="M470.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L192 338.7 425.4 105.4c12.5-12.5 32.8-12.5 45.3 0z" /></svg>');
  width: 22px;
}
#myform24 .select-input{
  border-bottom: 1px solid #757575;
  cursor: pointer;
}
#myform24 .select-input p{
  width: 242px;
  padding-left: 40px;
  padding-top: 4px;
  font-size: 15px;
  color: #d8d8d8 !important;
  font-family: inherit;
}
#myform24 .option-select{
  position: absolute;
  width: 100%;
  z-index: 1;
  background: black !important;
  color: white;
  display: none;
}

#myform24 input {
  outline: none !important;
}
#myform24 input:focus-visible {
  border-color: #fff !important;
}
#dropdown__icon svg {
  transition: 0.3s ease-in;
}
.dropdown_rotate{
  transform: rotate(180deg);
}