/* Popin */
.phy-dtn-modal{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    inset: 0;
    z-index: 9990;
}
.phy-dtn-backdrop{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    inset:0;
    cursor: pointer;
    background: rgba(221, 221, 223, .5);
    z-index: 9980;
}
.phy-dtn-dialog{
    position: relative;
    width: 100%;
    max-width: 40rem;
    margin: 1.25rem;
    background: #fff;
    padding: 1.25rem;
    z-index: 9985;
}
.phy-dtn-close{
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border: 0;
    padding: .25rem;
    line-height: 1;
    cursor: pointer
}
.phy-dtn-content{
    font-size: 14px
}
/* Encart livraison */
.phy-dtn-delivery-banner{
    background: #fff;
    border: 1px solid #091a47;
    padding: 1rem;
    margin-bottom: 1rem;
}