body{
    color: black;
}
.main.main--course {
    margin-top: inherit;
    background: inherit;
    border-top: inherit;
}
.bloc-commande{
    padding: 30px 15px 15px;
    margin-bottom: 0;
}
.secundary .bloc-recap{
    border-bottom: none;
    padding: 0;
}
#fiche #sidebar-contact {
    border: 0;
    background: white;
    margin-bottom: 0;
    position: relative;
}
div#btn_nav_fiches .btn_nav_precedent{
    width: 100%;
    text-align: right;
}
div#btn_nav_fiches .btn_nav_precedent a{
    color: #D4D4D4;
    font-size: 14px;
}
div#btn_nav_fiches div.btn_nav_precedent svg,
div#btn_nav_fiches div.btn_nav_suivant svg {
    width: 12px;
}
div.btn_nav_precedent svg path,
div.btn_nav_suivant svg path{
    fill: #D4D4D4;
}
.main.fiche{
    padding-top: calc(330px / 2);
}
.main.fiche .faq {
    padding: 70px 0;
}
.primary.spanFiche{
    background: #F8F9FB;
    box-shadow: 0 3px 6px #0000001A;
    padding: calc(330px / 2) 100px 100px;
    position: relative;
    border-radius: 22px;
}
.primary.spanFiche.overflow-bottom {
    margin-bottom: 100px;
    padding-bottom: 200px;
}
.secundary.spanFiche{
    margin-top: calc(-330px / 4);
    margin-left: -60px;
}
#navbar.affix #btn_nav_fiches,
#navbar.affix-bottom #btn_nav_fiches{
    display: block;
}
.secundary.spanFiche.affix-bottom,
.secundary.spanFiche.affix__element{
    position: inherit;
}
.product__name{
    margin-top: 35px;
}
.product__name,
.product__description{
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
}
.product__text{
    margin-top: 20px;
}
.product__text h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #1167FF;
}
.product__text .items__wrapper {
    position: relative;
}
.product__text .items {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    margin-left: 0;
    justify-content: space-between;
}
.product__text .items li {
    position: relative;
    z-index: 3;
    width: 30%;
    flex: 0 1 auto;
    list-style: none;
    text-align: center;
    border-radius: 22px;
    box-shadow: 0px 3px 6px #0000001A;
    background-color: #F0F6FF;
    padding: 20px;
    box-sizing: border-box;
}
.product__text .items li h2 {
    color: #1167FF;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #D4D4D4;
}
.product__text .items li svg {
    display: block;
    margin: 0 auto;
    height: 30px;
}
.product__text .items li p {
    font-size: 16px;
    word-break: break-word;
}
.product__text .items li p strong {
    font-weight: bold;
}
.product__picture{
    height: 330px;
    width: 330px;
    object-fit: cover;
    border-radius: 26px;
    box-shadow: 0 3px 10px #00000029;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
}
.bloc-commande .product__name{
    font-size: 26px;
    line-height: 28px;
    font-weight: 700;
    margin: 0 0 15px;
}
.bloc-commande .product__description{
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}
.product__price--underline{
    font-size: 20px;
    line-height: 24px;
    color: #7E7E7E;
    text-decoration: line-through;
    margin-top: 15px;
    font-weight: 700;
}
.product__price{
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
}
.product__price--start{
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
}
.bloc-recap > .product__price--start:nth-child(2){
    margin-bottom: 10px;
}
.product__addtocard{
    width: 100%;
    line-height: 50px;
    margin-top: 20px;
    height: 50px;
    text-align: center;
    color: white;
    cursor: pointer;
}
.setVehicle{
    margin-top: 20px;
    float: right;
}
.vehicle-detail{
    border-radius: 0;
    padding: 20px 10px;
    font-size: 17px;
}
.vehicle-detail__button{
    margin-top: 15px;
}
.bloc-recap > div:nth-child(2) {
    display: block;
    margin-bottom: 15px;
}
.product__vehicle{
    padding: 8px 0;
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
    margin-bottom: 15px;
}
.product__make{
    font-size: 16px;
    line-height: 18px;
}
.product__edit{
    margin-left: 10px;
    cursor: pointer;
}
.back-to-search__search{
    font-size: 14px;
}

.product__orange-block {
  background-color: #ff5518;
  color: white;
  border-radius: 30px;
  margin: 20px 0;
}

.product__offer-info {
  color: white;
  margin-top: 10px;
  padding: 7px;
  font-weight: bold;
}

.product-information svg {
  width: 15px;
  height: 15px;
  cursor: pointer;
}

@media (max-width: 1002px) {
    .main.fiche {
        padding-top: 0;
        margin-bottom: 50px;
    }
    .bloc-commande {
        padding: 15px;
    }
    .primary.spanFiche{
        padding: 0;
        border-radius: 0;
        margin-top: 0;
    }
    .primary.spanFiche.overflow-bottom {
        padding: inherit;
        margin-bottom: inherit;
    }
    .product__name {
        margin-top: 15px;
    }
    .product__wrapper{
        padding: 15px;
        display: block;
    }
    .product__name {
        font-size: 24px;
        line-height: 28px;
    }
    .product__text{
        font-size: 18px;
        line-height: 24px;
    }
    .product__text .items {
        position: relative;
        display: block;
    }
    .product__text .items li {
        width: 100%;
        margin-bottom: 22px;
    }
    .product__picture{
        position: relative;
        border-radius: 0;
        width: 100%;
        height: auto;
        transform: none;
    }
    .bloc-commande {
        padding: 30px 15px 15px;
        margin-bottom: 0;
    }
    #fiche #sidebar-contact #contact-sidebar{
        margin-top: 0;
        border-top: none;
    }
    .new-contactez-nous-numero{
        padding: 10px 0;
    }
    #sidebar-contact #contact-inner-num .contact-numero-sidebar .new-contactez-nous-numero p{
        margin-bottom: 3px;
    }
    #fiche #contact-sidebar .contact-numero-sidebar .horaire-contact{
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .main.fiche .faq {
        padding: 30px 15px;
    }
}
