/*------------------------------------------------------------------
[Custom Stylesheet]

Project:  Camion-Service
Version:  1.1
Assigned to:  WebNik
Primary use:  Camion-Service
Author: David DUHO (d.david@devidia.fr / duhodavid12@gmail.com)
-------------------------------------------------------------------*/

.text-warning {
  color: #f39200;
}

.table-image td,
.table-image th {
  vertical-align: middle;
}

.badge {
  padding: 0.5em 1em;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.text-danger {
  color: #dc3545;
}

.alert-form .form-control {
  height: 50px;
}

.themed-btn-re.d-flex {
  white-space: normal;
}

a.alert-edit {
  background-color: var(--blue);
  color: #fff;
  padding: 5px 9px;
  font-size: 12px;
  border-radius: 4px;
  text-decoration: none;
  display: flex;
  width: fit-content;
}

.section-alert__btn {
  padding: 8px 12px;
  font-size: 14px;
  text-transform: none;
  border-radius: 2px;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 0;
  border-radius: 0;
  border-left: 5px solid #0b432d;
}

.input-group-sm>.input-group-addon {
  padding: 16px 10px;
  height: 50px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.input-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}

.input-group-addon:not(:first-child):not(:last-child) {
  border-radius: 0
}

.input-group-addon:last-child {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 40px;
}

.alert-form .form-group>label {
  font-weight: 700;
}

.h-220 {
  max-height: 220px;
  overflow: auto;
}

.form-content {
  border-radius: 4px;
  border: solid 1px #CCC;
  padding: 10px;
}

.top-bar {
  overflow: visible;
}

.top-bar__inner {
  height: 55px;
}

.top-bar__list a {
  color: #ffffff;
}

.top-bar__list a:hover {
  color: #f39200;
}

.top-bar__right {
  position: absolute;
  left: 80%;
  display: flex;
  align-items: center;
}

.top-bar__right .top-bar__item {
  padding-left: 10px;
  padding-right: 10px;
}

.top-bar__right .top-bar__list {
  display: flex;
}

.languagepicker {
  background-color: #FFF;
  display: inline-block;
  padding: 0;
  height: 40px;
  overflow: hidden;
  transition: all .3s ease;
  margin: 0;
  vertical-align: top;
  float: left;
  position: absolute;
  left: 100%;
  top: -15px;
  width: 150px;
  z-index: 100;
}

.languagepicker:hover {
  /* don't forget the 1px border */
  height: 441px;
}

.languagepicker a {
  color: #000;
  text-decoration: none;
}

.languagepicker li {
  display: block;
  padding: 0 20px;
  line-height: 55px;
  height: 55px;
  border-top: 1px solid #EEE;
}

.languagepicker li:hover {
  background-color: #EEE;
}

.languagepicker a:first-child li {
  border: none;
  background: #FFF !important;
}

.languagepicker a:first-child li {
  color: #fff;
  background: #0b432d !important;
}

.languagepicker a:hover li {
  color: #fff;
  background: #0b432d !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.languagepicker li img {
  margin-right: 5px;
  width: 16px;
}

.main-slider__wrap {
  height: 450px;
  /*padding: 135px 269px 55px 418px;*/
  padding: 100px 250px 0px 200px;
  margin-left: 400px;
}

.main-slider__slide-2 .main-slider__wrap {
  padding: 80px 245px 40px 189px;
}

.header-main .navbar-brand {
  left: -180px;
}

.header-main .navbar-brand img {
  width: 280px;
}

.breadcrumb .on * {
  color: #ffffff;
}

.slider-pro img.sp-image,
.slider-pro img.sp-thumbnail {
  /*width: 100% !important;*/
  height: auto !important;
  /*top: -104px;*/
}

.main-slider__figure-1 {
  left: 8%;
}

.main-slider__figure-2 {
  bottom: 85px;
  left: 870px;
  width: 50%;
}

.b-find .nav-link.active:after {
  display: none;
}

.section-carousel {
  padding-top: 30px;
}

.section-carousel__btn:hover,
.section-carousel__btn:focus,
.section-carousel__btn:active,
#btnSubmit:focus,
#btnSubmit:active,
#btnSubmit:hover {
  background-color: #0b432d;
  border-color: #0b432d;
  box-shadow: 0 0 0 0.2rem rgba(11, 67, 47, 1);
}

.custom-btn:hover,
.custom-btn:focus,
.custom-btn:active,
.custom-btn:not(:disabled):not(.disabled):active:focus {
  background-color: #0b432d !important;
  border-color: #0b432d !important;
  box-shadow: 0 0 0 0.2rem rgba(243, 146, 0, 1);
}

.themed-btn:hover,
.themed-btn:focus,
.themed-btn:active,
.themed-btn:not(:disabled):not(.disabled):active:focus {
  background-color: #0b432d !important;
  border-color: #0b432d !important;
  box-shadow: 0 0 0 0.2rem rgba(11, 67, 47, 1);
}

.themed-btn-re {
  background-color: #0b432d !important;
  border-color: #0b432d !important;
}

.themed-btn-re:hover,
.themed-btn-re:focus,
.themed-btn-re:active,
.themed-btn-re:not(:disabled):not(.disabled):active:focus {
  background-color: #f39200 !important;
  border-color: #f39200 !important;
  box-shadow: 0 0 0 0.2rem rgba(243, 146, 0, 1);
}

.section-progress {
  margin-bottom: 60px;
}

.b-goods-f__title {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.vehicle-subtitle {
  font-size: 16px;
}

.vehicle-specification-ref {
  font-size: 14px;
}

.searchBtn {
  display: none;
}

.default.searchBtn {
  display: block;
}

.search-container {
  min-height: 62px;
}

.b-goods-f__title {
  position: relative;
}

.vehicle-specification-ref {
  font-size: 11px;
  position: absolute;
  right: 14px;
  bottom: -15px;
  color: black;
}

.vehicle-specification-prix {
  font-size: 11px;
  position: absolute;
  left: 14px;
  bottom: -15px;
  color: black;
}

.sell-sub-header {
  margin-bottom: 0.5rem;
  font-family: "Montserrat";
  font-weight: 500;
  line-height: 1.2;
  font-size: 1rem;
}

.b-goods-f__title .vehicle-title {
  padding-bottom: 30px;
  margin: 0;
  font-size: 18px;
}

.b-goods-button {
  padding: 10px 0;
  border-top: 1px solid #ddd;
  text-align: center;
}

.b-goods-button .btn {
  padding-top: 5px;
  padding-bottom: 5px;
}

.b-goods-button .btn:hover {
  background-color: #0b432d;
  border-color: #0b432d;
}

.b-goods-f_mod-a .b-goods-f__list-item i {
  margin-right: 5px;
  font-size: 20px;
  vertical-align: -8%;
}

.b-goods-f_mod-a:hover .b-goods-f__list-item i {
  color: #f39200;
}

.slick-slide .b-goods-f:not(.b-goods-f_row) .b-goods-f__list-item {
  padding-right: 6px;
  padding-left: 6px;
}

.section-carousel .b-goods-f:not(.b-goods-f_row) .b-goods-f__main {
  text-align: left;
}

.footer {
  background-color: #0b432d;
}

.footer-section__title {
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
}

.footer-logo .footer-logo__link img {
  width: 20%;
}

.footer-soc__link {
  color: #0b432d;
  background-color: #f39200;
}

.footer-soc__item .footer-soc__link:hover {
  color: #ffffff;
}

#findYourVehicle .sellYourVehicleRadio .forms__label-radio:before {
  top: -30px;
  left: 50%;
  visibility: hidden;
}

#sellYourVehicle .sellYourVehicleRadio .forms__label-radio:before {
  top: 835%;
  left: 61px;
  width: 16px;
  height: 16px;
}

#findYourVehicle .sellYourVehicleRadio .forms__label-radio:after {
  top: -27.4px;
  left: 53%;
  visibility: hidden;
}

#sellYourVehicle .sellYourVehicleRadio .forms__label-radio:after {
  top: 854%;
  left: 63px;
}

.sell-header {
  margin-bottom: 40px;
}

.sell-vehicle-types div {
  cursor: pointer;
  display: block;
  font-weight: normal;
  margin: auto;
  padding-top: 0;
  text-decoration: none;
}

.sell-vehicle-types-span {
  font-size: 15px;
}

.sell-vehicle-types i {
  font-size: 70px;
  color: #02422d;
}

.see-all i {
  margin-left: 10px;
}

.marginT10 {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}

#sellYourVehicle .marginT10 {
  margin-bottom: 70px;
}

.marginT10 .picto {
  width: 55px;
}

.marginT10 .custom-pos {
  margin-top: -9px;
}

.forms__radio:checked~label .cs-icon,
.forms__radio~label:hover .cs-icon {
  color: #f39200;
  -moz-transition: all ease .4s;
  -ms-transition: all ease .4s;
  -o-transition: all ease .4s;
  transition: all ease .4s;
}

.b-progress-list__wrap {
  border-bottom: 3px solid #0b432d;
}

.b-progress-list__wrap::after {
  display: none;
}

.sellYourVehicleRadio {
  margin-left: 40px;
}

.form-bottom {
  margin-bottom: 30px;
  margin-top: 20px;
}

#sellYourVehicle {
  padding-bottom: 50px;
  padding-top: 60px;
}

#findYourVehicle {
  padding-top: 80px;
  padding-bottom: 50px;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
  -ms-transition: all ease .4s;
  -o-transition: all ease .4s;
  transition: all ease .4s;
}

.b-goods-f_mod-a .b-goods-f__list-item i {
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
  -ms-transition: all ease .4s;
  -o-transition: all ease .4s;
  transition: all ease .4s;
}

.section-progress {
  background-color: #ffffff;
  padding-bottom: 35px;
}

.b-steps.section-default {
  padding-top: 30px;
}

.footer .checkbox-group {
  margin-bottom: 20px;
}

.checkbox-group .forms__label-check {
  display: inline-block;
}

#second-slider .main-slider__slide .sp-layer {
  transform: scale(1) translate3d(-176px, 0px, 0px) !important;
}

#second-slider .main-slider__title,
#second-slider .main-slider__title_lg

/*,
.main-slider__slide-2 .main-slider__title,
.main-slider__slide-2 .sp-layer .main-slider__title_lg*/
  {
  font-size: 40px;
}

.main-slider__title_lg {
  font-size: 68px;
}

i.fa-eye {
  font-size: 18px;
  margin-right: 7px;
  top: 2px;
  position: relative;
}

/*LISTE PRODUITS*/

.widget-title {
  font-size: 12px;
}

.b-goods-f__favorite {
  display: flex;
}

.b-goods-f__list-item i {
  color: #747474;
  font-size: 21px;
  margin-right: 5px;
}

.b-goods-f_row .b-goods-f__info {
  margin-bottom: 10px;
}

.filterChange,
#detail-page .widget-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px;
}

.filterChange i,
#detail-page .widget-title i {
  font-size: 23px;
  color: #ffffffc2;
}

.filter-title {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  padding: 3px 0;
  color: #0b432d;
  height: 100%;
  text-transform: capitalize;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.filter-title:hover,
.filter-title.active {
  color: #f39200;
  text-decoration: none;
}

.b-filter__row {
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
}

.filter-row {
  margin: 20px -5px 15px;
  padding-bottom: 12px;
}

.b-filter__item {
  margin-top: 18px;
}

.b-filter .btn {
  padding-top: 8px;
  padding-bottom: 8px;
}

.bootstrap-select .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}

.ui-select {
  padding-left: 10px;
  padding-right: 10px;
}

.noUi-target {
  left: -8px;
}

.section-title-page {
  background-image: url(../media/content/b-title-page/trucks.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0;
}

.b-goods-ref {
  font-size: 13px;
  margin-bottom: 20px;
  font-weight: 700;
}

#product-list .b-goods-f:not(.b-goods-f_row) .b-goods-f__list {
  display: flex;
  flex-wrap: wrap;
  border: none;
}

#product-list .b-goods-f:not(.b-goods-f_row) .b-goods-f__list-item {
  display: flex;
  flex-direction: column;
  width: 33.33%;
  padding: 7px 4px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.b-filter-slider__main {
  margin-top: 15px;
}

.filtres .themed-btn {
  margin-top: 20px;
}

.filtres .checkbox-group {
  max-height: 220px;
  overflow-y: auto;
  margin-top: 12px;
}

.filtres .checkbox-group::-webkit-scrollbar-track,
.form-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.filtres .checkbox-group::-webkit-scrollbar,
.form-content::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

.filtres .checkbox-group::-webkit-scrollbar-thumb,
.form-content::-webkit-scrollbar-thumb {
  background-color: #F90;
  background-image: -webkit-linear-gradient(45deg,
      rgba(255, 255, 255, .2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, .2) 50%,
      rgba(255, 255, 255, .2) 75%,
      transparent 75%,
      transparent)
}

.sub-filter {
  display: none;
}

.sub-filter.show {
  display: block;
}

.b-goods-f:not(.b-goods-f_row) .b-goods-f__sidebar {
  height: auto;
}

.b-goods-f__descrip a {
  text-decoration: none;
}

.b-goods-f_row .left-aligned {
  align-items: flex-start;
}

.b-goods-f__info {
  font-size: 0.85em !important;
  color: #0b432d;
}

.sidebar-container {
  z-index: 10;
}

.checkbox-group .forms__label-check {
  display: table;
}

.filtres {
  display: none;
}

.filtres.show {
  display: block;
}

.click-event {
  cursor: pointer;
  color: #f39200;
}

.b-title-page__wrap {
  padding-left: 86px;
}

/*Page détail produit*/

.l-main-content {
  padding-top: 65px;
}

.social-menu {
  display: flex;
  justify-content: flex-end;
}

.social-menu a {
  text-decoration: none;
  font-size: 26px;
  margin-left: 8px;
  color: #02422d;
}

.social-menu a:hover,
.social-menu a:active {
  color: #f39200;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
  -ms-transition: all ease .4s;
  -o-transition: all ease .4s;
  transition: all ease .4s;
}

.product-slider #thumbcarousel {
  margin: 12px 0 0;
  /*margin: 20px 0 40px;*/
  padding: 30px 45px;
}

.product-slider #thumbcarousel .item {
  text-align: center;
}

.product-slider #thumbcarousel .item .thumb {
  border: 4px solid #cecece;
  width: 20%;
  margin: 0 2%;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  max-width: 98px;
}

.product-slider #thumbcarousel .item .thumb:hover {
  border-color: #f39200;
}

.product-slider .item img {
  width: 100%;
  height: auto;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  height: 100%;
  /*width: auto;*/
  max-width: none;
  transform: translate(-50%, -50%);
  backface-visibility: hidden;
}

#carousel .carousel-item {
  /*height: 400px;*/
  height: 570px;
}

.carousel-control {
  color: #f39200;
  text-align: center;
  text-shadow: none;
  font-size: 30px;
  width: 30px;
  height: 30px;
  line-height: 20px;
  top: 23%;
}

.carousel-control:hover,
.carousel-control:focus,
.carousel-control:active {
  color: #333;
}

.carousel-control-prev,
.carousel-control-next {
  color: #f39200;
  font-size: 25px;
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #0b432d;
}

.carousel-caption,
.carousel-control .fa {
  font: normal normal normal 30px/26px FontAwesome;
}

.carousel-control {
  background-color: rgba(0, 0, 0, 0);
  bottom: auto;
  font-size: 20px;
  left: 0;
  position: absolute;
  top: 30%;
  width: auto;
}

.carousel-control.right,
.carousel-control.left {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}

.product-header {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.product-title {
  font-size: 32px;
  border-right: 1px solid #ccc;
  padding-right: 12px;
  margin-right: 12px;
  margin-bottom: 0;
  color: #0b432d;
  font-weight: 700;
}

.product-sub-title {
  color: #8e8e91;
  font-size: 15px;
  margin: 0;
  font-weight: 400;
}

.widget-inner {
  padding: 25px 26px;
}

.p-contact {
  margin-bottom: 20px;
}

.buttons-inner i {
  font-size: 23px;
}

.more-spec a:hover,
.more-spec a:active {
  color: #02422d;
  text-decoration: none;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
  -ms-transition: all ease .4s;
  -o-transition: all ease .4s;
  transition: all ease .4s;
}

.sticky-phone {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
}

.spec-menu {
  background-color: #0b432d;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
  -ms-transition: all ease .4s;
  -o-transition: all ease .4s;
  transition: all ease .4s;
}

.spec-menu .spec-menu-container {
  background-color: #0b432d;
  display: flex;
}

.single-spec-title a {
  display: block;
  height: 100%;
  text-transform: capitalize;
  padding: 10px 20px !important;
  font-size: 14px;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
  -ms-transition: all ease .4s;
  -o-transition: all ease .4s;
  transition: all ease .4s;
}

.single-spec-title a:hover,
.single-spec-title a.active {
  background-color: #f39200;
  color: #fff;
  text-decoration: none;
}

.single-spec-title.active a {
  background-color: #f39200;
  color: #fff;
  text-decoration: none;
}

.spec-content {
  margin-top: 40px;
}

.feature {
  padding-top: 20px;
  border-top: 1px solid #ccc;
  margin-bottom: 15px;
}

.spec-head-title {
  display: flex;
  justify-content: space-between;
  padding: 6px 20px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #0b432d;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.spec-head-title h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.spec-head-title:hover {
  color: #f39200;
  text-decoration: none;
}

.spec-head-title i,
.filter-title i {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.spec-head-title.collapsed i,
.filter-title.collapsed i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.spec-line {
  padding: 6px;
}

.spec-line:nth-child(odd) {
  background-color: #ebebeb;
}

.spec-line i {
  color: #f39200;
  margin-right: 10px;
}

.spec-line i.fa-times {
  color: grey;
}

.spec-value {
  font-weight: 600;
}

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 200;
}

.faq-link {
  display: flex;
  justify-content: space-between;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.faq-link:hover,
.faq-link:active {
  text-decoration: none;
  color: #0b432d;
}

@media (min-width:1024px) {
  #carousel .carousel-control-next {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
  }

  #carousel .carousel-control-prev {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
  }

  #carousel .carousel-control-prev:hover,
  #carousel .carousel-control-next:hover {
    opacity: .9;
  }
}

#imageModal {
  height: 90%;
  margin: auto;
}

#modal-carousel {
  height: 95%;
}

#imageModal .modal-dialog {
  max-width: 85%;
  height: 100%;
}

#imageModal .modal-content {
  background: #ffffff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 100%;
}

#imageModal .modal-body {
  height: 90%;
}

#imageModal .img-wrapper {
  overflow: hidden;
  display: inline-block;
}

#imageModal img {
  max-width: 90%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#imageModal .close {
  position: fixed;
  top: 5px;
  right: 5px;
  color: black;
  opacity: 1;
  font-size: 30px;
}

#carousel .item img {
  cursor: pointer;
}

.modal-title {
  font-weight: 600;
  color: #02422d;
  text-transform: capitalize;
}

.modal-body,
.modal-header {
  padding: 2rem 3rem;
}

.form-control:focus {
  border-color: #f39200;
  box-shadow: 0 0 0 0.2rem rgba(243, 146, 0, 0.25);
}

.opening-hours-list {
  padding: 0;
  margin: 15px 0;
  list-style: none;
}

.opening-hours-list li {
  line-height: 1;
}

.opening-hours-list li span {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 0;
}

.opening-hours-list li .item-label {
  font-weight: bold;
  width: 155px;
}

.reach-us * {
  color: #02422d;
}

.reach-us i {
  font-size: 60px;
}

.reach-us .txt {
  font-size: 23px;
  font-weight: 700;
}

.reach-us .txt a:hover {
  text-decoration: none;
  color: #f39200;
}

.sellYourVehicleRadio .forms__label-radio-2:before {
  background-color: #ffffff;
}

.sellYourVehicleRadio .forms__label-radio:after {
  width: 12px;
  height: 12px;
  background-color: #f39200;
}

.essieu-details {
  margin-top: 5px;
  border: 1px solid #ebebeb;
  padding: 14px 12px;

}

.essieu-title {
  font-weight: 700;
  color: #02422d;
}

.essieu-content {
  margin-top: 15px;
}

.tyreLeft,
.tyreRight {
  color: #fff;
  font-size: 10px !important;
  line-height: 47px;
  text-align: center;
  width: 39px;
  height: 68px !important;
  padding-top: 12px;
  background: url(../media/single_tyre.png) no-repeat;
}

.axleTyreStructure {
  width: auto;
  margin: 4% auto 0;
}

.axleTyreStructure td {
  border: none;
  padding: 0;
}

.axlePart {
  width: 90px;
}

.axle-info {
  font-size: 13px;
  top: -10px;
  position: relative;
}

.axle-image {
  top: -10px;
  position: relative;
}

/*Page about*/

.ui-title {
  margin-bottom: 0;
}

.ui-title-slogan {
  margin-bottom: 20px;
  font: 600 14px/1.3 "Open Sans";
}

.b-services-nav__link i {
  font-size: 80px;
  color: #0b432d;
}

.b-services-nav__link {
  height: 100%;
  min-height: 200px;
}

.b-services .b-services-nav__item {
  text-align: center;
}

.b-services-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/*Page Contact*/

.cs-primary {
  background-color: #f39200 !important;
}

.map {
  height: 638px;
}

.form-control {
  text-transform: none;
}

.section-pad-top {
  padding-top: 90px;
}

.b-contacts .fas {
  position: absolute;
  top: -50px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  font-size: 28px;
  line-height: 80px;
  color: #fff;
  background-color: #0b432d;
}

.cs-link:hover,
.cs-link:active,
.cs-link:focus {
  color: #0b432d;
  text-decoration: none;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

/*Page Authentification*/

#nav-tab.nav-tabs .nav-link {
  font-size: 23px;
  color: #495057;
  font-weight: 700;
}

#nav-tab.nav-tabs .nav-link.active {
  color: #f39200;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff !important;
  border: 1px solid;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  -webkit-box-shadow: -9px -8px 29px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -9px -8px 29px -13px rgba(0, 0, 0, 0.75);
  box-shadow: -9px -8px 29px -13px rgba(0, 0, 0, 0.75);
}

#nav-tabContent.tab-content .tab-pane {
  border: 1px solid #dee2e6;
  padding: 30px 30px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.form-footer {
  display: flex;
  flex-direction: column;
}

.footer__btn-up img {
  width: 40px
}

.footer__btn-up .ic {
  margin-bottom: -5px;
}

.hide {
  display: none !important;
}

.img-scale {
  /*height: 280px;*/
  height: 100%;
}

.kt-heading {
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0;
  margin: 4rem 0 1rem 0;
  color: #464457;
}

.b-title-page__wrap {
  /*width: 800px;*/
}

.b-title-page.titre_vehicule {
  font: 700 25px/1 Montserrat;
}

.product-title.sous_titre_vehicule {
  font-size: 23px;
}