.good-id .separateur {
    background-color: #002169;
    width: 40px;
    height: 3px;
    margin: 5px 0 20px 0;
    margin-left: 25px;
}

.good-id .titre h3 {
    padding-left: 25px;
    font-weight: 500;
    font-size: 24px;
    color: #002169;
    letter-spacing: 0;
}

@media (min-width: 800px) {

    .good-id .separateur {
        width: 60px;
    }
    .good-id .titre h3 {
        font-size: 30px;
    }
}
/* css core */
.noel-z3 .ast {
    position: absolute;
    bottom: -20px;
    right: 5px;
    font-size: 11px;
    text-align: right;
    font-weight: 500;
    color: #022169;
}
.noel-z3 {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 30px;
    color: #022169;
}
.noel-z3 .texte{
    width: 54%;
    text-align: center;
    margin: 20px;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.img-tab,.img-mob{
    display: none;
}
.noel-z3 .texte h4 {
    font-size: 3.1vw;
    line-height: 3.1vw;
    font-weight: 600;
    margin-bottom: 26px;
}
.noel-z3 .texte .txt-1 {
    font-size: 1.25vw;
    line-height: 1.8vw;
    margin-bottom: 26px;
}
.noel-z3 .texte .txt-1 span{
    font-weight: 600;
}
.noel-z3 .texte .appel-prix {
    font-size: 1.25vw;
    line-height: 1.6vw;
}
.noel-z3 .texte .appel-prix span {
    font-size: 3.1vw;
}

.noel-z3 .texte a.cta {
    display: inline-block;
    font-weight: 400;
    font-size: 1.25vw;
    color: #ffffff;
    padding: 8px 18px;
    border: 1px solid #022169;
    transition: 300ms;
    background-color: #022169;
    margin-top: 26px;
}
.noel-z3 .texte a.cta:hover {
    background-color: #ffffff;
    color: #022169;
}
@media (max-width: 1024px) {
    .noel-z3 .texte h4 {
        margin-bottom: 16px;
    }
    .noel-z3 .texte .txt-1 {
        margin-bottom: 16px;
    }
    .noel-z3 .texte a.cta {
        margin-top: 16px;
    }
}

@media (max-width: 767px) {
    .noel-z3 {
        width: 100%;
    }
    .img-tab{
        display: block;
    }
    .noel-z3 .texte h4 {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 10px;
        font-weight: 500;
    }
    .noel-z3 .texte .txt-1 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 0px;
    }
    .noel-z3 .texte a.cta {
        font-size: 15px;
        padding: 10px 12px;
    }
    .noel-z3 .texte {
        width: 100%;
        margin: 40px 0px 30px;
        justify-content: space-between;
    }
    .img-desk,.img-mob{
        display: none;
    }
    .noel-z3 .texte .appel-prix {
        font-size: 22px;
        line-height: 40px;
    }
    .noel-z3 .texte .appel-prix span {
        font-size: 50px;
    }
}
@media (max-width: 480px) {
    .img-tab{
        display: none;
    }
    .img-mob{
        display: block;
    }
    .noel-z3 .texte h4 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .noel-z3 .texte .txt-1 {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 6px;
    }
    .noel-z3 .texte a.cta {
        font-size: 15px;
        padding: 6px 12px;
        margin-top: 10px;
    }
    .noel-z3 .texte {
        width: 100%;
        margin: 10px 0px 0px;
        justify-content: flex-start;
    }
    .noel-z3 .texte .appel-prix {
        font-size: 14px;
        line-height: 30px;
    }
    .noel-z3 .texte .appel-prix span {
        font-size: 28px;
    }
} 
