@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');

.color--red {
    color: #DF001D;
}

.color--grey {
    color: #d4d4d4;
}

.page--honda {
    background: #042558;
}

.banner--header {
    position: relative;
    margin-top: 122px;
    width: 100%;
    height: 690px;
    background: white url(/pages/honda-carburant-gratuit/images/banners/banner_honda_deals_v2.jpg) bottom -2px center / 2560px;
}

.banner--header--courbe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: url(/images/courbes/courbe_blanche.svg) no-repeat bottom -2px center/2560px;
}


.container--page {
    margin: 0 auto;
    width: 1035px;
}

.intro--panel {
    text-align: center;
    padding: 55px 0 65px;
}

.deals *,
.intro--panel *,
.liste--deals * {
    font-family: 'Montserrat', sans-serif;
}

.intro--panel--titre,
.intro--panel--condition {
    font-size: 28px;
    line-height: 1;
    font-weight: bolder;
    text-transform: uppercase;
}

.intro--panel--texte {
    color: white;
    font-size: 16px;
    line-height: 30px;
    padding: 45px 0 55px;
    max-width: 740px;
    margin: 0 auto;
}

.liste--deals {
    overflow: hidden;
    padding-bottom: 90px;
}

.liste--deals--item {
    box-sizing: border-box;
    position: relative;
    width: 315px;
    padding: 20px 15px 15px 15px;
    border: 1px solid #d4d4d4;
    float: left;
    margin: 0 45px 30px 0;
    background-color: white;
}

.liste--deals--item:nth-child(3n) {
    margin: 0 0px 30px 0;
}

.liste--deals--item--nom {
    font-size: 25px;
    line-height: 1;
    height: 50px;
    font-weight: bolder;
}

.liste--deals--item--type {
    font-size: 18px;
    font-weight: bold;
}

.liste--deals--item--photo {
    width: 100%;
    margin-bottom: 20px;
}

.liste--deals--item--prix {
    font-size: 18px;
    line-height: 26px;
    font-weight: 100;
}

.liste--deals--item--mensualite {
    text-align: right;
    font-size: 19px;
    line-height: 1;
    margin-top: 5px;
}

.liste--deals--item--montant {
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
    float: right;
}

.liste--deals--item--btn {
    color: white;
    font-weight: bolder;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    line-height: 38px;
    display: block;
    border-radius: 5px;
    text-align: center;
    margin-top: 20px;
    background-color: #DF001D;
    border: 1px solid #DF001D;
    transition: 0.2s ease;
}

.liste--deals--item--btn_inv,
.liste--deals--item--btn:hover {
    color: #DF001D;
    background-color: white;
    border: 1px solid #DF001D;
}

.liste--deals--item--btn_inv{
    margin-top: 10px;
}

.liste--deals--item--btn_inv:hover {
    color: white;
    background-color: #DF001D;
    border: 1px solid #DF001D;
}



.liste--deals--disclaimer {
    display: block;
    font-size: 14px;
    padding-top: 30px;
    padding-bottom: 0px;
    text-align: center;
    font-style: italic;
}

.deals--titre{
    color: white;
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    background-color: #444;
    line-height: 56px;
    margin-bottom: 100px;
}

.deals--intro{
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    display: block;
}

.liste--deals--item--remise{
    padding: 10px 0;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    margin: 5px 0 ;
}

.liste--deals--item--remise b{
    font-size: 20px;
}

.liste--deals--item--promo{
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-top: 3px;
}

.liste--deals--item--honda .liste--deals--item--mensualite{
    margin-top: 15px;
}

.liste--deals--item--honda .liste--deals--item--montant {
    font-size: 20px;
}

.liste--deals--item--honda .liste--deals--item--nom,
.liste--deals--item--honda .liste--deals--item--type {
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    text-transform: uppercase;
}



.no--bold{
    font-weight: 400 !important;
}

.deals{
    padding-top: 100px;
    padding-bottom: 120px;
    background: white url(/images/cercleRouge.png) no-repeat bottom -2px center/2560px;
}

.liste--deals--item--honda .liste--deals--item--mensualite
{
    padding: 10px 0 0;
    line-height: 20px;
    text-align: right;
    border-top: 1px solid #d4d4d4;
    margin: 5px 0 0;
}

@media screen and (max-width : 2200px){
    .banner--header {
        margin-top: 84px;
    }
}

@media screen and (max-width : 1600px){
    .banner--header {
        margin-top: 84px;
    }

    .banner--header {
        height: 430px;
        background: url(/pages/honda-carburant-gratuit/images/banners/banner_honda_deals_v2.jpg) center top / 1600px;
    }

    .deals {
        background: white url(/images/cercleRouge.png) no-repeat bottom center/1600px;
    }

    .banner--header--courbe {
        background: url(/images/courbes/courbe_blanche.svg) no-repeat bottom -2px center/1600px;
    }
}

@media screen and (max-width : 1200px){
    .container--page {
        margin: 0 auto;
        width: 675px;
    }

    .intro--panel--texte br{
        display: none;
    }

    .intro--panel--titre, .intro--panel--condition {
        font-size: 24px;
    }
    .liste--deals--item:nth-child(3n) {
        margin: 0 45px 30px 0;
    }

    .liste--deals--item:nth-child(2n) {
        margin: 0 0px 30px 0;
    }

    .deals--titre {
        font-size: 18px;
        line-height: 48px;
    }
}

@media screen and (max-width : 800px){
    .container--page {
        margin: 0 auto;
        width: calc(100% - 60px);
    }

    .intro--panel--titre, .intro--panel--condition {
        font-size: 18px;
    }

    .intro--panel--texte {
        padding: 30px 0;
    }

    .liste--deals--item,
    .liste--deals--item:nth-child(2n),
    .liste--deals--item:nth-child(3n) {
        margin: 0 auto 20px auto;
        width: 100%;
        max-width: 400px;
        min-width: 260px;
        float: none;
    }

    .banner--header {
        height: 215px;
        background: url(/pages/honda-carburant-gratuit/images/banners/banner_honda_deals_v2.jpg) center top / 800px;
    }

    .deals {
        background: white url(/images/cercleRouge.png) no-repeat bottom -2px center/800px;
    }

    .banner--header--courbe {
        background: url(/images/courbes/courbe_blanche.svg) no-repeat bottom -2px center/800px;
    }

    .liste--deals--disclaimer {
        padding-bottom: 0px;
        max-width: 400px;
        margin: 0 auto;
    }

    .liste--deals--disclaimer br{
        display: none;
    }
}

@media screen and (max-width : 400px){
    .banner--header {
        height: 185px;
        background: url(/pages/honda-carburant-gratuit/images/banners/banner_honda_deals_v2.jpg) center top / 700px;

    }

    .deals {
        background: white url(/images/cercleRouge.png) no-repeat bottom -2px center/700px;
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .liste--deals--item--honda .liste--deals--item--nom br{
        display: none;
    }

    .deals--titre {
        margin-bottom: 50px;
    }

    .banner--header--courbe {
        background: url(/images/courbes/courbe_blanche.svg) no-repeat bottom -2px center/700px;
    }
}

