/*----------estimation-Button------------*/
.estimation-Button.one{
    background-color: var(--Green);
    color: white;
}
.estimation-Button.one:hover{
    color: var(--Green);
    background-color: white;
}
.estimation-Button.two{
    color: var(--Green);
    background-color: white;
}
.estimation-Button.two:hover{
    background-color: var(--Green);
    color: white;
}
.estimation-Button {
    height: 46px;
    width: 280px;
    border: 1px solid var(--Green);
    font-family: 'ReadMedium';
    margin: auto;
    box-sizing: border-box;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    transition: background-color 0.5s, color 0.5s;
}
/*/------------- M-auto-renault ----------/*/
.swiperReprise1{
    width: var(--rn-width1);
    margin: auto;
    text-align: center;
    overflow: hidden;
}
.swiper-slide{
    box-sizing: border-box;
}
.minicard-title {
    font-family: 'ReadMedium';
    font-size: 20px;
    margin: 10px;
}
.minicard-desc{
    font-family: 'ReadLight';
    margin: 0;
    line-height: 1;
}
.swiper-slide:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 15%;
    left: 75%;
    height: 1px;
    width: 50%;
    background-color: var(--Gray);
    transform: translateY(-50%);
}
/*-----------------how-to--------------------*/
.bloc {
    width: var(--rn-width1);
    margin: auto;
    text-align: center;
}
.how-to .accordion {
    max-width: 85%;
    height: 31rem;
    overflow: hidden;
    margin: auto;
    margin-bottom: 40px;
}
.how-to .accordion__item, .how-to .accordion__table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.how-to .accordion__table {
    width: 100%;
    height: 100%;
}
.how-to .accordion__item.show {
    width: 50%;
    cursor: auto;
    background-color: #e6e6e6;
}
.how-to .accordion__item {
    position: relative;
    width: 25%;
    counter-increment: my-counter;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: width .5s cubic-bezier(.4, 0, .2, 1);
    -o-transition: width .5s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: width .5s cubic-bezier(.4, 0, .2, 1);
    transition: width .5s cubic-bezier(.4, 0, .2, 1);
    background-color: #f2f2f2;
    -webkit-box-shadow: 0 0 .125rem rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 .125rem rgba(0, 0, 0, .3);
    box-shadow: 0 0 .125rem rgba(0, 0, 0, .3);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    overflow: hidden;
}
.how-to .accordion__title .plus span,
.how-to .accordion__title .plus span,
.progress .middle p,
.progress .middle p:before,
.progress__number,
.progress__number:before,
.reprise .content .image img{
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)
}
.how-to .accordion__title .plus,
.testimonials .owl-carousel.carousel .text:after{
    position:absolute;
    left:50%;
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    transform:translateX(-50%)
}
.how-to .accordion__table{
    width:100%;
    height:100%
}
.how-to .accordion__item,
.how-to .accordion__table{
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -moz-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.how-to .accordion__item{
    position:relative;
    width:25%;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -moz-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-transition:width .5s cubic-bezier(.4,0,.2,1);
    -o-transition:width .5s cubic-bezier(.4,0,.2,1);
    -moz-transition:width .5s cubic-bezier(.4,0,.2,1);
    transition:width .5s cubic-bezier(.4,0,.2,1);
    background-color:#f2f2f2;
    -webkit-box-shadow:0 0 .125rem rgba(0,0,0,.3);
    -moz-box-shadow:0 0 .125rem rgba(0,0,0,.3);
    box-shadow:0 0 .125rem rgba(0,0,0,.3);
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    background-position:50%;
    background-repeat:no-repeat;
    cursor:pointer;
    overflow:hidden
}
.how-to .accordion__item:after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.6)
}
.how-to .accordion__item.show{
    width:50%;
    cursor:auto;
    background-color:#e6e6e6
}
.how-to .accordion__item.show:before{
    opacity:.8
}
.how-to .accordion__item.show:after{
    background:-webkit-gradient(linear,left bottom,left top,from(#000),color-stop(80%,hsla(0,0%,100%,0)));
    background:-webkit-linear-gradient(bottom,#000,hsla(0,0%,100%,0) 80%);
    background:-moz- oldlinear-gradient(bottom,#000,hsla(0,0%,100%,0) 80%);
    background:-o-linear-gradient(bottom,#000,hsla(0,0%,100%,0) 80%);
    background:linear-gradient(0deg,#000,hsla(0,0%,100%,0) 80%)
}
.how-to .accordion__item.show .accordion__title{
    display:none;
}
.how-to .accordion__item.show .accordion__content{
    opacity:1;
    -webkit-transition-delay:.3s;
    -moz-transition-delay:.3s;
    -o-transition-delay:.3s;
    transition-delay:.3s
}
.how-to .accordion__title img{
    width: 4.5rem;
    margin-bottom:1.5rem;
    background-color:#ffffff;
    -moz-border-radius:50%;
    border-radius:50%
}
.how-to .accordion__text img{
    width:4.5rem;
    background-color:#ffffff;;
    -moz-border-radius:50%;
    border-radius:50%
}
.how-to .accordion__title{
    text-align: center;
    padding: 0 14px;
    z-index: 2;
    position: absolute;
    bottom: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.how-to .accordion__title p{
    font-family:'DaciaBlock';
    font-size:18px;
    font-size:1.125rem;
    color:#fff;
    white-space:nowrap
}
.how-to .accordion__title svg {
    bottom: 1.5rem;
}
.how-to .accordion__title .plus span{
    left:52%;
    top:43%
}
.how-to .accordion__content{
    opacity:0;
    -webkit-transition:opacity .3s cubic-bezier(.4,0,.2,1);
    -o-transition:opacity .3s cubic-bezier(.4,0,.2,1);
    -moz-transition:opacity .3s cubic-bezier(.4,0,.2,1);
    transition:opacity .3s cubic-bezier(.4,0,.2,1);
    -webkit-transition-delay:0;
    -moz-transition-delay:0;
    -o-transition-delay:0;
    transition-delay:0
}
.how-to .accordion__text{
    position:absolute;
    bottom:3rem;
    left:0;
    width:100%;
    padding:0 1.5rem;
    z-index:2;
    color:#fff;
    text-align: left;
}
.how-to .accordion__text .titre {
    font-family: 'DaciaBlock';
    font-size: 20px;
    text-transform: uppercase;
    margin: 1.5rem 0;
}
.how-to .accordion__text p {
    font-family: 'ReadLight';
    width: 81%;
}
/*----------avis clients------------*/
.moiaussi-button-Mobilesection{
    display: none;
}
.AvisClientsTitleMobile{
    display: none;
}
.AvisClientsTitle{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 40px 0;
}
.coment-card{
    text-align: left;
}
.coment-card-container{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 0 40px 0;
}
.avisclientsCard{
    padding: 11px 30px;
    text-align: center;
    background-color: #f7f7f7;
    position: relative;
}
.avisclientsCard .starsnumber{
    font-family: 'DaciaBlock';
    font-size: 20px;
    margin: 10px;
}
.avisclientsCard, .coment-card{
    width: var(--rn-width3);
    margin: 0 var(--um);
    box-sizing: border-box;
    align-items: center;
}
.coment-card .title {
    font-family: 'DaciaBlock';
    font-size: 31px;
    text-align: left;
    margin-bottom: 0px;
    margin-top: auto;
}
.coment-card .semititle {
    font-family: 'ReadMedium';
    text-align: left;
    font-size: 22px;
}
.coment-card .addcoment {
    width: 80%;
    height: 46px;
    font-family: 'DaciaBlock';
    background-color: var(--Green);
    border: 1px solid var(--Green);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: background-color 0.5s, color 0.5s;
}
.coment-card .addcoment:hover{
    background-color: white;
    color: var(--Green);
}
.starssnumber{
    font-family: 'DaciaBlock';
    margin: 7px;
    font-size: 20px;
}
.starsimage {
    margin: auto;
}
.starsimage img{
    width: 100%;
}
.startcardtext{
    font-family: 'ReadLight';
    text-align: left;
    margin-bottom: 40px;
}
.autorname{
    border-top: 2px solid var(--Gray);
    font-family: 'DaciaBlock';
    width: fit-content;
    margin: auto;
    position: absolute;
    left: 42%;
    bottom: 6px;
}
/*--------------------questions-section--------------------*/
.questions_svg{
    margin: auto;
    display: flex;
    margin-top: 20px;
}
.questions-section{
    width: var(--rn-width1);
    margin: auto;
}
.questions-section .card {
    border: 1px solid var(--LightGray);
    margin: 5px 0;
}
.questions-section .card .card-header.show{
    background-color: var(--Green);
    color: white;
}
.questions-section .card .card-header {
    font-family: 'DaciaBlock';
    background-color: white;
    color: black;
    cursor: pointer;
    padding: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 17px;
    gap: 12px;
}
.questions-section .card .card-body {
    font-family: 'ReadMedium';
    padding: 13px;
    font-size: 15px;
}
.questions-section .card .collapse {
    display: none;
}
.questions-section .card .collapse.show {
    display: block;
}
.questions-section .card .rotate-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    transition: transform 0.3s;
}
.questions-section .card .rotate-icon.rotated {
    transform: rotate(180deg);
}



@media(max-width: 1225px){
    /*/------------how-to----------------/*/
    .how-to .accordion {
        height: 28rem;
    }
    .how-to .accordion__text .titre {
        font-size: 16px;
    }
    .how-to .accordion__text p {
        font-size: 13px;
    }
    /*/------------ Avis clients----------------/*/
    .coment-card .title {
        font-size: 29px;
    }
    .avisclientsCard {
        padding: 8px 10px;
    }
    .startcardtext{
        margin: 10px 0;
    }
    /*/------------ questions----------------/*/
    .questions-section .card .card-header {
        font-size: 15px;
    }
}

@media(max-width: 846px){
/*/------------- minicard ----------/*/
    .minicard-title {
        font-size: 18px;
    }
    .minicard-desc {
        font-size: 14px;
    }

/*/------------how-to----------------/*/
    .how-to .accordion {
        max-width: 100%;
    }
    .how-to .accordion__text p {
        width: 100%;
        font-size: 12px;
    }
    .how-to .accordion__text img {
        width: 3.5rem;
    }
    .how-to .accordion__title img {
        width: 3.5rem;
    }
    .how-to .accordion__title .plus {
        font-size: 21px;
    }
    .estimation-Button {
        margin-top: 0px;
        width: 250px;
    }
    .how-to .accordion{
        height:auto
    }
    .how-to .accordion__table{
        display:initial
    }
    .how-to .accordion__item{
        display:block;
        width:100%;
        height:5rem;
        -webkit-transition:height .5s cubic-bezier(.4,0,.2,1);
        -o-transition:height .5s cubic-bezier(.4,0,.2,1);
        -moz-transition:height .5s cubic-bezier(.4,0,.2,1);
        transition:height .5s cubic-bezier(.4,0,.2,1)
    }
    .how-to .accordion__item.show{
        width:100%;
        height:20rem
    }
    .how-to .accordion__item.show .accordion__content{
        opacity:1;
        -webkit-transition-delay:.1s;
        -moz-transition-delay:.1s;
        -o-transition-delay:.1s;
        transition-delay:.1s
    }
    .how-to .accordion__title {
        bottom: 13px;
        flex-direction: row;
        text-align: initial;
        width: 97%;
    }
    .how-to .accordion__title svg {
        width:3rem;
        margin-bottom:0;
        margin-right:.5rem;
        vertical-align:middle
    }
    .how-to .accordion__title .svgPlus {
        width: 35px;
        margin-left: 64%;
    }
    .how-to .accordion__title p{
        display:inline-block;
        -webkit-transform:translateY(.25rem);
        -moz-transform:translateY(.25rem);
        -ms-transform:translateY(.25rem);
        -o-transform:translateY(.25rem);
        transform:translateY(.25rem)
    }
    .how-to .accordion__title .plus{
        left:auto;
        bottom:50%;
        right:1.5rem;
        -webkit-transform:translateY(50%);
        -moz-transform:translateY(50%);
        -ms-transform:translateY(50%);
        -o-transform:translateY(50%);
        transform:translateY(50%);
        padding:0 .5rem
    }
    .how-to .accordion__text{
        padding:0 1rem;
        bottom:1rem;
        max-width:25rem;
        z-index:6
    }
/*/------------ Avis clients----------------/*/
    .avisclientsCard, .coment-card {
        margin: 0 2px;
    }
    .coment-card {
        width: 199px;
    }
    .coment-card .title {
        padding: 0px ;
        font-size: 28px;
    }
    .coment-card .addcoment {
        width: 97%;
        height: 37px;
    }
    .avisclientsCard {
        padding: 10px 8px;
    }
    .startcardtext {
        font-size: 15px;
    }
    .avisclientsCard .starsnumber {
        margin: 0 0 10px;
    }
    .coment-card .semititle {
        margin: 15px 0;
    }
}


@media(max-width: 600px){
/*/------------- M-auto-renault ----------/*/
    .swiper-slide:not(:last-child)::after {
        top: 24%;
    }
/*/------------ how-to----------------/*/
    .how-to .accordion__title .svgPlus {
        margin-left: 33%;
    }
    .bloc {
        width: 100%;
    }
    .how-to .accordion__title {
        width: 100%;
    }

/*/------------ Avis clients----------------/*/
    .moiaussi-button-Mobilesection{
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 15px 0;
    }
    .AvisClientsTitleMobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 10px;
    }
    .AvisClientsTitleMobile .title{
        margin: 0;
        font-family: 'DaciaBlock';
        text-align: center;
    }
    .AvisClientsTitleMobile .semititle{
        margin: 0;
        font-family: 'ReadLight';
    }
    .coment-card{
        display: none;
    }
    .AvisClientsTitle{
        display: none;
    }
    .avisclientsCard, .coment-card {
        width: var(--rn-width2);
    }
    .startcardtext {
        font-size: 11px;
        margin-bottom: 35px;
    }
    .autorname {
        font-size: 10px;
    }
    .avisclientsCard {
        padding: 0px 6px;
        margin: 0 5px;
    }
    .starsnumber {
        margin-bottom: -3px;
        font-size: 13px;
    }
    .moiaussi-button {
        height: 46px;
        width: var(--rn-width1);
        margin: 0 var(--um);
        box-sizing: border-box;
        font-family: 'DaciaBlock';
        font-size: 16px;
        cursor: pointer;
        transition: background-color 0.5s, color 0.5s;
        background-color: var(--Green);
        border: 1px solid var(--Green);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .moiaussi-button:hover {
        background-color: var(--lightYellow);
        color: rgb(0, 0, 0);
    }
    .coment-card-container {
        margin: 0px 0;
    }
    .avisclientsCard .starsnumber {
        margin: 10px;
        font-size: 15px;
    }

    /*/------------ questions----------------/*/
    .questions-section .card .card-header {
        font-size: 11px;
        gap: 14px;
    }
    .questions-section .card .card-body {
        font-size: 12px;
    }
    .questions-section .card .rotate-icon {
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 375px) {
    /*/------------ how to----------------/*/
    .how-to .accordion__title {
        width: 94%;
    }
    .how-to .accordion__text {
        max-width: 21rem;
    }
    .how-to .accordion__title p {
        font-size: 18px;
    }
}
/*1729*/
