.ariane,
.ariane a{
    color: #FFFFFF;
}
.ariane a:hover{
    color: #FFFFFF;
}
/*BANNER*/
.banner__background{
    background: url(/assets/img/neuf-marque/banner.png);
    background-position: center -20px;
}

.banner__background.op_fvo {
    background: unset;
    overflow: hidden;
}
.banner__content.content h1{
    font-size: 46px;
    line-height: 56px;
    margin: 0;
}
.banner__subtitle{
    font-size: 39px;
    line-height: 56px;
}
.banner__button{
    background: #C08000;
    border: none;
    color: white;
    font-size: 16px;
    margin-top: 30px;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    display: inline-block;
}
.banner__button:focus,
.banner__button:hover{
    color: white;
    text-decoration: none;
}
.banner__button svg{
    vertical-align: middle;
    margin-left: 15px;
    height: 14px;
}

.banner__content #moteurReduitTabContent {
    margin-top: 20px;
}

.banner__content input.btn-jaune[type="submit"] {
    color: #fff;
    border: none;
    height: 56px;
    border-radius: 0 30px 30px 0;
    background-image: url(/assets/operation/black-friday/2019-11/loupe-blanc.svg);
    background-position: 20px 15px;
    background-repeat: no-repeat;
    background-color: #1167ff;
    width: 6%;
    display: inline-block;
}

.banner__content input.btn-jaune.ocre[type="submit"] {
    background-color: #C08000;
}

.banner__content a.toutes-les-offres{
    margin-top: -10px;
    margin-right: 12.5%;
    font-weight: normal;
    font-family: "Century Gothic",sans-serif;
    font-size: 15px;
}

.banner__content a.toutes-les-offres,
.banner__content a.toutes-les-offres:hover{
    color: #fff;
}

/*DESCRIPTION*/
.description{
    margin-top: 45px;
}
.description__title{
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    font-weight: 700;
}
.description__content{
    display: flex;
    margin-top: 40px;
}
.description__subtitle{
    width: 50%;
    flex-shrink: 0;
    font-size: 18px;
    line-height: 25px;
}
.description__icons{
    display: flex;
    flex-wrap: wrap;
    margin-top: -15px;
    justify-content: center;
}
.icon{
    height: 170px;
    width: 170px;
    background: #F8F9FB;
    border-radius: 50%;
    margin: 15px;
    text-align: center;
    font-weight: 700;
    position: relative;
}
.icon__content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.icon__title{
    font-size: 17px;
    line-height: 19px;
    margin-top: 5px;
}
.icon svg{
    max-height: 50px;
}
.icon svg path{
    fill: black;
}
/*BRANDS*/
.brands{
    padding: 25px 0;
    text-align: center;
    background: #F8F9FB;
}
.brands__title{
    font-size: 36px;
    line-height: 49px;
    font-weight: 700;
}
.brands__subtitle{
    font-weight: 200;
}
.brand__numfound{
    visibility: hidden;
    opacity: 0;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    bottom: 10px;
    transition: all 0.3s ease;
}
.brand__numfound-ope {
    display: flex;
    flex-direction: column;
    bottom: 45px;
    visibility: visible;
    opacity: 1;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    transition: all 0.3s ease;
}
.brand__numfound_label{
    margin-bottom: 20px;
    color: #707070;
}
.brand__nowrap{
    white-space:nowrap;
}
.brand__numfound svg{
    vertical-align: middle;
    height: 12px;
}
.brand__numfound img{
    height: 12px;
}
.brand__numfound svg path{
    fill: #C08000;
}
.btn-outline-ocre {
    border: 1px solid #C08000;
    opacity: 1;
    color: #C08000;
    padding: 14px 18px;
}
.btn-outline-ocre:hover {
    background: #C08000 0% 0% no-repeat padding-box;
    border: 1px solid #C08000;
    opacity: 1;
    color: #FFFFFF;
}
.btn-ocre:hover
{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    color: #C08000;
}
.btn-ocre {
    background: #C08000 0% 0% no-repeat padding-box;
    border: 1px solid #C08000;
    opacity: 1;
    color: #FFFFFF;
    padding: 14px 18px;
}

.brands__content{
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
}
.brand{
    width: 30%;
    background: white;
    border: 1px solid #DFDFDF;
    height: 190px;
    position: relative;
    margin: 0 15px 25px;;
    overflow: hidden;
    transition: all 0.2s ease;
    border-radius: 6px;
}
.brand-ope{
    height: 250px;
    text-decoration: none;
}
.brand:hover{
    transform: scale(1.02);
}
.brand-ope:hover{
    transform: none;
}
.brand:hover .brand__logo{
    transform: translate(0%, -55%);
}
.brand:hover .brand__car{
    transform: translate(-15%, -52%);
}
.brand:hover .brand__logo-ope{
    transform: translate(0%, -50%);
}
.brand:hover .brand__logo-ope.alone{
    transform: none;
}
.brand:hover .brand__car-ope{
    transform: translate(-15%, -52%);
}
.brand:hover .brand__numfound{
    visibility: visible;
    opacity: 1;
}
.brand__car{
    position: absolute;
    right: -60%;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s ease;
}
.brand__car-ope{
    top: 30%;
}
.brand__logo{
    position: absolute;
    top: 50%;
    left: 30px;
    height: 70%;
    transform: translateY(-50%);
    transition: all 0.2s ease;
    z-index: 1;
}
.brand__logo-ope{
    top: 30%;
}
.brand__logo.brand__title{
    height: auto;
    font-size: 32px;
    color: black;
    font-weight: 700;
    left: 20px;
}
.brand__logo.alone{
    left: 50%;
    transform: translate(-50%, -50%);
}
.brand__logo-ope.alone{
    left: 30%;
    top: 0;
    transform: none;
}
.brand__logo img{
    height: 100%;
    max-width: 135px;
}
.brand__car img{
    height: 280px;
}
/*STEPS*/
.steps{
    margin-top: 45px;
    margin-bottom: 100px;
}
.steps__number,
.step__index,
.steps__subtitle {
    -webkit-text-stroke: 2px #C08000;
    color: white;
}
.steps__number{
    font-size: 139px;
    line-height: 141px;
}
.steps__subtitle{
    font-size: 53px;
    line-height: 55px;
}
.steps__title{
    font-size: 36px;
    line-height: 38px;
    color: #C08000;
    font-weight: 700;
    text-align: center;
}
.steps__description{
    margin-top: 45px;
    display: flex;
    justify-content: center;
}
.steps__img{
    width: 450px;
    height: auto;
    background: black;
}
.steps__background {
    background: url(/assets/img/neuf-marque/steps.png) no-repeat;
    background-position: -70px -40px;
    opacity: 0.69;
    height: 100%;
}
.steps__steps{
    margin-left: 80px;
}
.step{
    display: flex;
    margin-bottom: 60px;
    align-items: center;
}
.step:last-child{
    margin-bottom: 0;
}
.step__index{
    font-size: 98px;
    line-height: 100px;
    margin-right: 40px;
    width: 55px;
    min-width: 55px;
    text-align: center;
    -webkit-text-stroke: 3px #C08000;
    margin-bottom: -22px;
    margin-top: -6px;
}
.step__title{
    font-size: 20px;
    line-height: 22px;
}
.step__subtitle{
    font-weight: 700;
    font-size: 25px;
    line-height: 27px;
}

@media (max-width: 1199px){
    .brand__logo{
        left: 35px;
        height: 50%;
    }
    .brand__car{
        right: -45%;
        height: 70%;
        top: 35%;
    }
    .brand__logo.brand__title{
        font-size: 23px;
        left: 20px;
    }
    .brand__car img{
        height: 180px;
    }
    .brand:hover .brand__car{
        transform: translate(-15%, -50%);
    }
    .brand-ope:hover .brand__car-ope{
        transform: none;
    }
    .brand-ope:hover .brand__logo-ope{
        transform: none;
    }
    .brand{
        margin: 0 10px 25px;
    }
    .brand__logo img {
        max-width: 95px;
    }
    .brand__numfound {
        bottom: 22px;
    }
    .banner__content input.btn-jaune[type="submit"] {
        width: 8%;
    }
}

@media (max-width: 1002px){
    .brand {
        width: 46%;
        margin: 0 14px 25px;
    }
    .brand-ope {
        width: 100%;
    }
    .brand__car {
        right: -45%;
        height: 80%;
        top: 22%;
    }
    .brand__car-ope {
        right: -55%;
        top: -20%;
        height: 0;
        transform: none;
        transition: none;
    }
    .brand__logo {
        height: 60%;
    }
    .brand__logo.brand__title {
        font-size: 28px;
    }
    .brand__car img {
        height: 240px;
    }
    .banner__content input.btn-jaune[type="submit"] {
        width: 10%;
    }
}
@media (max-width: 767px){
    /*.brand:hover .brand__logo{*/
    /*    transform: translate(-50%, -50%);*/
    /*}*/
    .banner__content.content h1{
        font-size: 32px;
        line-height: 34px;
        padding-top: 30px;
    }
    .banner__subtitle{
        font-size: 26px;
        line-height: 34px;
        margin-top: 20px;
    }
    .banner__button{
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 30px;
        padding: 0 14px;
    }

    .banner__content #moteurReduitTabContent {
        padding: 0 15px;
    }

    .banner__content input.btn-jaune[type="submit"] {
        width: 100%;
        border-radius: 0 0 20px 20px;
        margin: 0;
        background-image: none;
        font-size: 17px;
    }

    .banner__content input.btn-jaune[type="submit"].inline-submit {
        width: 25%;
        border-radius: 0 4px 4px 0;
        background-image: url(/assets/home/loupe-gris.svg);
        border: 1px solid #d4d4d4;
        border-left: none;
        max-width: 67px;
        background-color: #fff !important;
    }

    .banner__content input.btn-jaune[type="submit"]:not(input.btn-jaune.ocre):hover {
        background-color: #1167ff;
        border: none;
    }

    .banner__content a.toutes-les-offres {
        float: none;
        font-size: 17px;
        text-align: center;
        text-shadow: 3px 4px 5px rgba(0, 0, 0, 0.90);
        margin-right: 0;
    }

    .description{
        margin-top: 15px;
        padding: 0 15px;
    }
    .description__title{
        font-size: 28px;
        line-height: 34px;
    }
    .description__content{
        flex-direction: column;
    }
    .description__subtitle{
        width: 100%;
        line-height: 24px;
    }
    .description__icons {
        margin-top: 15px;
    }
    .icon{
        height: 95px;
        width: 95px;
        margin: 0;
    }
    .icon svg {
        max-height: 24px;
    }
    .icon__title{
        font-size: 12px;
        line-height: 13px;
    }
    .brands{
        margin-top: 50px;
        padding: 0 15px;
        background: white;
    }
    .brands__subtitle {
        font-weight: 700;
    }
    .brands__title{
        font-size: 25px;
        line-height: 31px;
    }
    .brand{
        margin: 0 5px 25px;
        border: none;
        background: #F8F9FB;
    }
    #bonnesAffaires{
        background: #F8F9FB;
        margin-top: 0;
        padding-top: 50px;
    }
    .brand-ope {
        background: #FFFFFF;
        height: 269px;
        box-shadow: 0px 3px 6px #00000029;
        border: 1px solid #DFDFDF;
        opacity: 1;
    }
    .brand__numfound{
        visibility: visible;
        opacity: 1;
        line-height: 17px;
    }
    .brand__numfound-ope{
        bottom: 0px;
    }
    .brand__logo{
        left: 50%;
        top: 35%;
        transform: translate(-50%, -50%);
    }
    .brand:hover{
        transform: none;
    }
    .brand:hover .brand__logo {
        transform: translate(-50%, -50%);
    }
    .brand__logo-ope{
        top: -10%;
        left: 10%;
        transform: none;
        transition: none;
    }
    .brands__content{
        margin: 30px 0 0;
    }
    .steps{
        margin-top: 0;
        margin-bottom: 20px;
    }
    .steps__title {
        font-size: 28px;
        line-height: 34px;
        padding-top: 20px;
    }
    .steps__number {
        font-size: 77px;
        line-height: 60px;
        margin-right: 10px;
    }
    .steps__subtitle {
        font-size: 40px;
        line-height: 60px;
    }
    .steps__description {
        margin-top: 20px;
        flex-direction: column;
        padding: 0 15px;
    }
    .steps__img {
        width: 100%;
        height: 170px;
        min-height: 170px;
    }
    .steps__background {
        background-position: -158px -148px;
    }
    .steps__steps {
        margin-left: 0;
        margin-top: 20px;
        z-index: 1;
        position: relative;
    }
    .step{
        flex-direction: column;
        text-align: center;
        margin-bottom: 20px;
    }
    .step__index{
        margin: 0;
        font-size: 62px;
        line-height: 64px;
        -webkit-text-stroke: 2px #C08000;
    }
    .step__title {
        font-size: 18px;
        line-height: 22px;
    }
    .step__subtitle {
        font-size: 23px;
        line-height: 25px;
        margin-bottom: 5px;
        display: inline-block;
    }
    .banner__background{
        background-position: 15% 0;
    }
    .brand__numfound-ope div {
        display: flex;
        flex-direction: column;
    }
    .brand__numfound_label {
        margin-bottom: 5px;
        font-size: 20px;
    }
    .brand__numfound-ope div .btn-s {
        width: 100%;
    }

    .brand__numfound-ope div .btn-ocre,
    .brand__numfound-ope div .btn-outline-ocre,
    .brand__numfound-ope div .btn-without-op
    {
        margin: 0 15px 10px 15px;
        font-size: 20px;
    }
    .btn-without-op {
        padding: 14px 18px;
    }
}
