.relative_panier {
    position: relative;
}
.relative_panier .finaliser_paiement {
    position: absolute;
    bottom: 75px;
    right: 0px;
}
.counter {
    text-align: right;
    margin-bottom: 20px;
}
.count_panier {
    font-size: 25px;
    color: #cecece;
}
.count_panier strong {
    color: #303030;
}
.etape {
    display: flex;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 10px;
}
@media screen and (max-width: 900px) {
    .item-etape{
        /* width:50%; */
        font-size:16px;
        margin:0px;
    }
    .relative_panier .finaliser_paiement{
        position:relative;
        margin-top:20px;
    }
    .etape{
        font-size:0px;
    }
    .item-etape span:first-child{
        width:50px;
    }

}

.item-etape {
    display: inline-block;
    padding: 10px 30px!important;
    font-size: 20px;
    color: #340040;
    font-weight: 400;
    border:0px!important;
    border-bottom: 4px solid transparent;
    width:auto!important;
}
.item-etape:first-child.active{
    /* width:auto!important; */
}
.item-etape p {
    margin: 0px;
}
.item-etape span:first-child {
    font-size: 25px;
    vertical-align: top;
    padding-right: 12px;
    color: #1e1e1e;
    display: inline-block;
    height: 25px;
}
.item-etape.active {
    border-bottom: 4px solid #1e1e1e;
}
.item-etape.active span:last-child {
    color: #1e1e1e;
}
.item-etape.active span:first-child {
    color: #0a4d68!important;
}

span.icon-panier:after {
    content: "\f07a";
    font-family: 'FontAwesome';
    font-size: 22px;
    /* margin-right: 10px; */
    position: relative;
    top: 1px;
    color: #000;
}

span.icon-coordonnees:after {
    content: "\f040";
    font-family: 'FontAwesome';
    font-size: 22px;
    /* margin-right: 10px; */
    position: relative;
    top: 1px;
    color: #000;
}

span.icon-cb:after {
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 22px;
    /* margin-right: 10px; */
    position: relative;
    top: 1px;
    color: #000;
}

span.icon-valide:after {
    content: "\f07a";
    font-family: 'FontAwesome';
    font-size: 22px;
    /* margin-right: 10px; */
    position: relative;
    top: 1px;
    color: #000;
}
.item-etape:nth-child(2) span:first-child {
    font-size: 36px;
    margin-top: -3px;
}
.item-etape:nth-child(3) span:first-child {
    font-size: 30px;
}
.item-etape.active i{
    color:#fff;
}
.item-etape.active span {
    color: #fff !important;
}
.item-etape {
    padding-left: 0px;
    /* margin-right: 20px; */
}
.item-etape.active:before{
    display:none;
}

.item-etape p {
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-etape .fa {
    color: #340040;
    padding-right: 10px;
}
.item_panier {
    background-color: #f1eff178;
    padding: 7px;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
}
.delete_all a {
    background-color: #111;
    color: #fff!important;
    display: inline-block;
    padding: 5px 10px;
}
.delete_all a span {
    vertical-align: middle;
    display: inline-block;
    padding-bottom: 3px;
    padding-right: 5px;
    font-size: 18px;
}
.left-panier {
    display: inline-flex;
    vertical-align: middle;
    width: 60%;
    /* min-width: 400px; */
}
.photo-panier {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    /* height: 200px; */
    position: relative;
    background-color: #fff;
    overflow: hidden;
}
.photo-panier img {
    float: none;
    width:100%;
    height:auto;
    /* position: absolute; */
}
.right_left_panier {
    padding-left: 25px;
    padding-bottom:30px;
    display: inline-block;
    padding-top: 10px;
    position: relative;
    width: calc(100% - 120px);
}
.title_panier {
    font-size: 18px;
    font-weight: bold;
    display: block;
    text-align:left;
    color: #242424;
    margin-bottom: 10px;
}
.supp-resp{font-size:12px;color:#777777!important;position:absolute;bottom:0px;left:25px;}.supp-resp span{color:#242424;font-size:20px!important;display:inline-block;vertical-align:middle;padding-bottom:5px;padding-right:5px;}
.vendeur_panier {
    font-size: 13px;
    font-weight: 600;
    color: #5c5c5c;
    display: block;
    margin-bottom: 15px;
}
.vendeur_panier strong {
    color: #242424;
}
.quantite_panier {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    text-align: center;
    padding: 10px 0;
}
.quantite_panier input,
.quantite_panier select {
    border: 1px solid #e6e6e6;
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 800;
    padding: 15px 0px;
    padding-left: 15px;
    padding-right: 5px;
}
.label_panier {
    display: block;
    color: #777777;
    font-size: 13px;
    padding-top: 10px;
}
.tarif_panier,
.qty_value {
    font-size: 30px;
    font-weight: bold;
    color: #1e1e1e;
}
.tarif_panier {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
    text-align: center;
}
.supp-resp {
    font-size: 12px;
    color: #777777!important;
    position: absolute;
    bottom: 0px;
    left: 25px;
}
.supp-resp span {
    color: #242424;
    font-size: 20px!important;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 5px;
    padding-right: 5px;
}
.recap_commande {
    display: inline-block;
    width: 50%;
    margin-left: 50%;
    margin-top: 30px;
    padding-left: 50px;
}
.info_panier {
    display: inline-block;
    width: 50%;
    margin-top: 30px;
    vertical-align: top;
    padding-right: 50px;
}
.info_panier +.recap_commande {
    margin-left: 0px;
}
.com_recap {
    font-size: 16px;
    font-weight: 600;
}
.com_recap p {
    font-weight: 400;
}
.recap_commande h4,
.info_panier h4 {
    font-size: 32px;
    color: #1e1e1e;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 22px;
    margin-bottom: 15px;
    margin-top: 0px;
}
.block_magasin .desc_livraison {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 3px;
}
.block_magasin {
    margin-bottom: 30px;
}
.addr_livraison {
    font-size: 14px;
    margin-bottom: 0px;
    padding-left: 30px;
}
.desc_livraison span {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 4px;
    padding-right: 7px;
}
.desc_livraison span {} .content_recap,
.info_panier .content_info {
    padding: 30px;
    font-size: 0;
    background-color: #f1eff1;
}

#PaymentRequest {
    margin-left: 10px;
}

.content_recap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.recap_all h5,.info_panier h5 {
    margin: 0px;
    font-size: 19px;
    font-weight: 900;
    margin-bottom: 20px;
}
.recap_all{
    padding-bottom:20px;
    width: 100%;
}
.recap_all h5{
    margin-bottom:10px;
}
.recap_livraison {
    margin-top: 25px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
}
.retrait,
.payement {
    font-size: 14px;
    margin-bottom: 5px;
}
.content_info p {
    font-size: 16px;
}
.left_recap {
    display: inline-block;
    width: 30%;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
}
.right_recap {
    display: inline-block;
    width: 70%;
    font-size: 18px;
    margin-bottom: 6px;
    text-align: right;
}
.right_recap + .intitule_recap {
    margin-bottom: 6px;
}
.intitule_recap {
    display: inline-block;
}
.bold {
    font-weight: 800;
}
.intitule_recap {
    width: calc(100% - 140px);
    font-size: 18px;
    text-align: right;
}
.value_recap {
    font-size: 18px;
    text-align: right;
}
.value_recap {
    display: inline-block;
    width: 140px;
}
.mdlPanier .action {
    text-align: right;
    margin-top: 30px!important;
}
.mdlPanier .action input[type="submit"],.add_more {
    border-radius: 0px;
    font-size: 17px!important;
    text-transform: none;
    font-weight: 400!important;
    letter-spacing: 0px!important;
    padding: 7px 30px;
    margin-bottom:10px;
}
.add_more{
    vertical-align:top;
}
.finaliser_paiement {
    background-color: #0a4d68;
    display: inline-block;
    font-size: 15px;
    padding: 7px 15px;
    color: #fff!important;
    vertical-align: top;
}
.content_recap .action input[type="submit"] {
    padding: 7px 15px;
    font-size: 15px!important;
    float: left;
    font-weight: bold!important;
    background-color: #111;
    border-color: #111;
}
.content_recap .action {
    margin-bottom: 0px;
}
.finaliser_paiement span {
    font-size: 20px;
    vertical-align: middle;
    display: inline-block;
    padding-left: 5px;
    color: #fff!important;
}
.input_panier label {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
}
#centreetdroite .input_panier {
    margin-bottom: 15px;
}
.adresse_facturation input {
    width: 100%!important;
}
.input_panier input[type="text"], .input_panier textarea {
    border: 1px solid #cdcdcd;
    padding: 12px 15px;
    width: 400px;
    max-width:100%;
}

.tab_addresse select {
    width: 100%;
    height: 40px;
}

.tab_addresse p {
    margin: 0;
}
.mdlPanier .panier {
    font-size: 16px;

    font-weight: normal!important;
    color: #111;
}
.inline-check{
    display:inline-block;
    vertical-align:middle;
    width:40px;
}
.block_liv span:first-child{
    font-weight:bold;
    font-size:14px;
    display:block;
    margin-bottom:7px;
}
.desc_liv{
    font-size:12px;
}
.mode_livraison > img{
    width:150px;
    display:inline-block;
    padding-right:20px;
    vertical-align:middle;
}
.mode_livraison .block_liv{
    display:inline-block;
    width:calc(100% - 390px);
    vertical-align:middle;
}

.mode_livraison .tarif_liv{
    display:inline-block;
    font-size:16px;
    text-align:right;
    width:200px;
    font-weight:bold;
}
#Zone_Widget th,
#Zone_Widget td{
    font-size:11px;
    padding:0px;
    text-align:center;
}
#Zone_Widget{
    width:100%;
    line-height:inherit;
}
.MR-Widget{
    width:850px!important;

    position:relative;
}
.MRW-Line{
    font-size:14px;
}
.MRW-Map{
    width:calc(100% - 260px)!important;
}

#centreetdroite .mdlPanier .MR-Widget .iArg0{
      padding:5px 10px!important;
      line-height:1em!important;
      height:auto!important;
      width:200px!important;
      font-size:14px!important;
}
#centreetdroite .mdlPanier .MR-Widget .Arg2{
      padding:5px 10px!important;
      line-height:1em!important;
      height:auto!important;
      width:60px!important;
      font-size:14px!important;
}
.mode_livraison{font-size:0;background-color:#eee;padding:10px;/* margin: 0 15px; */margin-bottom:10px;}
.header_dpd input[type=text]{
    width:auto!important;
}
.valid_cp{
    display:inline-block;
    font-size:15px;
    vertical-align:top;
    color:#fff;
    margin-left:10px;
    background-color:#0e265b;
    padding:7.5px 10px;
    cursor:pointer;
}

.inline-check [type="radio"]:checked,
.inline-check [type="radio"]:not(:checked) {
     position: absolute;
     left:-100000px;

     z-index:1;
 }
.inline-check [type="radio"]:not(:checked) + label,
.inline-check [type="radio"]:checked + label {
     position: relative;
     cursor: pointer;
     width: 20px;
     text-align:center;
     display: inline-block;
     vertical-align: top;
     margin: 0;
     height:30px;
          z-index:2;
 }
.inline-check [type="radio"]:not(:checked) + label:before,
.inline-check [type="radio"]:checked + label:before {
     content: '';
     position: absolute;
     left:0px;
     top: 0px;
     margin-left: 0px;
     width: 25px;
     border:2px solid #9a9a9a;
    border-radius:50%;
     height: 25px;
     /* dim. de la case */


     background: #f8f8f8;
     /* angles arrondis */
 }
.inline-check [type="radio"]:not(:checked) + label:after,
.inline-check [type="radio"]:checked + label:after {content: '';height:15px;width:15px;border-radius:50%;position: absolute;top: 0;left: 50%;margin-left: 0px;margin-left:-5px;top:5px;margin-top:0px;font-size: 20px;background-color: #340040;transition: all .2s;}

.inline-check [type="radio"]:not(:checked) + label:after {
     opacity: 0;
     /* coche invisible */

     transform: scale(0);
 }
.inline-check [type="radio"]:checked + label:after {
     opacity: 1;
     /* coche opaque */

     transform: scale(1);
 }

.mdlPanier .panier label{
    margin-bottom:5px;
    margin-top:1px;
    display:inline-block;
    font-weight:normal;
}
#contenu .mdlPanier input[type="text"]{
    width:auto!important;
}
.mdlPanier .panier input[type="radio"]{
    margin-top:5px;
    margin-right:5px;
    vertical-align:top;
}
.mdlPanier .photo-panier img{
    float:none;
}
.mdlPanier .photo-panier {
    /* display:inline-block; */
    /* width:120px; */
}
.mdlPanier .right-panier{
    display:inline-block;
    vertical-align:top;
}
.mdlPanier .right-panier ul{
    margin-left:20px;
    margin-top:10px;
}
.mdlPanier .right-panier ul li{
    color:#222!important;
    margin-bottom:0!important;
}
.mdlPanier .panier strong {
    font-weight: normal;
}
.mdlPanier .panier td {
    padding: 5px;
        border: 1px solid #e5e5e5!important;
}

.button-cata{
    position: fixed;
    top: 45%;
    left:0;
z-index: 1000;width: 130px;}

.mdlPanier .panier td:last-child i {
    font-size: 25px;
    padding: 0 10px;
    color: #222;
}
.mdlPanier .panier td img {
    padding-right: 20px;

}
.mdlPanier .panier th {
    color: #fff;
    padding: 10px;

    font-weight: normal;
    font-size: 16px;
    background-color:#0f265c;
}
.mdlPanier .panier th{
      border: 1px solid #e5e5e5!important;
}
.mdlPanier .panier th:nth-child(3){
    width:130px;
}

.adresse_facturation input{
    box-shadow:none!important;
        border: 1px solid #cdcdcd!important;
    padding: 12px 15px!important;
}
#formIdentificationLog select,#formCreationInscription select{
    width:auto!important;
    margin-right:5px;
      max-width:100%;
}
body #contenu form[name='form_recherche2'] input[type='text']{
    width:500px!important;
}
.res_recherche{
    border:1px solid #ccc;
    margin-top:30px;
}
.res_recherche h3{
    font-size:20px;
    margin:0;
    background-color:#222;
    color:#fff;
    padding:10px 15px;
    margin-bottom:10px;
}
.res_recherche .bloc0,
.res_recherche .bloc1{
    width:95%;
    margin:auto;
    border-bottom:1px solid  #ccc;
    padding:10px 0px;
}
.res_recherche .bloc0 > p:first-child a,
.res_recherche .bloc1 > p:first-child a{
    font-weight:bold;
    font-size:16px;
}
.res_recherche .bloc0 > p:first-child,
.res_recherche .bloc1 > p:first-child{
    margin-bottom:5px!important;
}
.res_recherche .bloc0 .ariane,
.res_recherche .bloc1 .ariane{
    font-size:12px;
    margin-bottom:10px;
}
.res_recherche .bloc0:last-child,
.res_recherche .bloc1:last-child{
    border-bottom:0px;
}
input[type="text"],
input[type="password"] {
    padding: 6px 10px!important;
    font-family: karla, sans-serif;
}
textarea {
    height: 150px!important;
    width: 100%!important;
    font-family: karla, sans-serif;
}
 .block_liv span:first-child{
    font-weight:bold;
    font-size:14px;
    display:block;
    margin-bottom:7px;
}
.desc_liv{
    font-size:12px;
}
.choix_mode_livraison,.choix_mode_reglement,.choix_avoir,.num_carte_pass{
    margin: 0 -15px;
    margin-bottom:30px;
}
.num_carte_pass label{
    font-size:13px;
    vertical-align:middle;
    margin:0px!important;
    margin-right:15px!important;
    margin-left:5px!important;
    display:inline-block!important;
}
#centreetdroite .choix_avoir p{
    margin: 0 15px!important;
}
.mode_livraison > img{

    display:inline-block;
    vertical-align:middle;
}
/*.mode_livraison .block_liv{
    display:inline-block;
    width:calc(100% - 240px);
    vertical-align:middle;
}*/

.mode_livraison .tarif_liv{
    display:inline-block;
    font-size:16px;
    text-align:right;
    width:200px;
    font-weight:bold;
}
.mode_livraison input{
    margin:0px;
}
.inline-check [type="radio"]:not(:checked) + label:after {
     opacity: 0;
     /* coche invisible */

     transform: scale(0);
 }
.inline-check [type="radio"]:checked + label:after {
     opacity: 1;
     /* coche opaque */

     transform: scale(1);
 }
.adresse_facturation h5,.choix_mode_livraison h5,.choix_mode_reglement h5,.choix_avoir h5,.num_carte_pass h5,
.num_bdc h5,
.num_carte_pass h5,
.adresse_facturation h5{
    font-size:25px;
    /* margin:0 15px; */
    border-bottom:1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom:20px;
}

.num_bdc h5{
    margin:auto;
    margin-bottom:20px;
}
.adresse_facturation table td > strong{
    font-size:20px;
    margin:0 15px;
    color:#000;
    margin-bottom:10px!important;
    display:block;
    border-bottom:1px solid #ccc;
}
.adresse_facturation{

    font-size:0px;
    margin: 0 -15px;
      margin-bottom:30px;
}
.num_bdc{
    margin-bottom:40px;
}
.adresse_liv{
    margin-top:20px;
}
.adresse_facturation p{
    display:inline-block;
    vertical-align:top;
    width:50%;
    font-size:16px;
    padding:0 15px;

}
.adresse_line{
    width:100%!important;
}

.adresse_liv p:nth-child(2){
    width:100%!important;
}
.adresse_facturation input{
    width:100%!important;
}
.adresse_facturation .adresse_line{
    font-size:0px!important;
    margin:0 -15px!important;
    width:calc(100% + 30px)!important;
    /* margin-bottom:15px!important; */
}
.adresse_line + .input_panier,
.adresse_line + .input_panier + .input_panier,
.adresse_line + .input_panier + .input_panier + .input_panier{
    width: 50%;
}
.adresse_facturation .adresse_line label{
    padding:0 15px;
}
.adresse_facturation label{
    font-size:15px!important;
    margin-bottom: 10px;
}
.esp{
    display:block;
}
.adresse_facturation .adresse_line input{
    width: calc(50% - 30px)!important;
    display:inline-block!important;
    vertical-align:top;
    margin:0 15px;
}
.btn-final{
    float:right;
    /* margin-top:-30px; */
}
.paragraphe .btn-final{
    color:#fff!important;
}
input[type="submit"],
.submit,#formCreationLog a,
input[type="reset"],
.btn-compte,.btn-final {
    text-transform:capitalize;
    color: #fff!important;
    background-color: #0a4d68;
    font-size: 16px!important;
    padding: 7px 10px;
    line-height:20px;
    cursor: pointer;
    border: none;
    font-weight: normal;
    display: inline-block;
    border: #0a4d68 1px solid;
    /* -webkit-transition: 0.5s all ease; */
}
.btn-final{
    margin-top:0px!important;
    margin-left:5px;
}
input[type="reset"] {
    background-color: transparent;
    color: #0f265c!important;
}
.submit:hover {
    background-color: #fff;
    color: #0f265c!important;
}
.mdl_formulaire h3 {
    display: none;
}


a[name="formIdentificationLog"] + h3 + p + table> tbody > tr > td,
.relative_panier + p + h3 + p + table> tbody > tr > td{
    display: inline-block;
    width: 48%!important;
}

a[name="formIdentificationLog"] + h3 + p + table> tbody > tr > td:nth-child(1),
.relative_panier + p + h3 + p + table> tbody > tr > td:nth-child(1){
    margin-right: 4%;
}


@media screen and (min-width: 780px) {
.label-resp{
    display:none;
}
.supp-resp{
    /* display:none; */
}

}
@media screen and (max-width: 780px) {
    .page-heading .page-title{
        padding:30px 15px;
    }

    .item-etape{
        border: none!important;
        border-bottom: 4px solid #340040 !important;
        border-radius: 0!important;
        width: calc(50% - 5px) !important;
    }

.mode_livraison {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

#centreetdroite .input_panier, .adresse_facturation .adresse_line, .adresse_facturation p {
    width: 100%!important;
    /* margin: 0!important; */
}

.adresse_facturation .adresse_line input {
    width: 100%!important;
}

.mode_livraison .block_liv, .tarif_liv {
    width: 100%!important;
    padding: 10px 0;
}

.tarif_liv {
    text-align: left!important;
}

    .recap_commande {
    display: inline-block;
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
    padding-left: 0;
}

.info_panier {
    width: 100%!important;
    padding-right: 0;
}

.left-panier {
    /* min-width: 400px; */
    width: 100%;
    border-bottom: 1px solid #dedede;
    padding: 10px;
}

.title_panier {
    word-wrap: break-word;
}

.quantite_panier {
    max-width: 140px;
    width: 50%;
}

.tarif_panier {
    max-width: 140px;
    width: 50%;
}

.item_panier {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.content_recap {
    width: 100%!important;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 0;
    justify-content: flex-end;
}

.recap_all, .left_recap, .right_recap {
    width: 100%!important;
}

.left_recap {
    text-align: right;
    border-bottom: 1px solid #c3c3c3;
}

.content_recap > span, .right_recap > span {
    width: 50%;
}

#PaymentRequest {
    float: none!important;
    margin: 0!important;
    margin-left: 10px!important;
}

     .list_item tbody,
    .list_item,
     .list_item tbody tr,
      .list_item tbody tr td,
      .list_item tbody tr th,
      .list_commande tbody,
    .list_commande,
     .list_commande tbody tr,
      .list_commande tbody tr td,
      .list_commande tbody tr th{
        display:block;
        width:100%;
    }
    .list_item > tbody > tr:first-child,
    .list_commande > tbody > tr:first-child    {
        display:none;
    }
    .list_item > tbody > tr{
        margin-bottom:15px;
    }
      .list_item tbody tr td{

      }
      .list_item tbody tr td:nth-child(3){
          border-bottom:0px!important;
      }
      .list_item tbody tr td:nth-child(4){
          border-top:0px!important;
      }
.label-resp{
    display:block;
    background:#0f265c;
    color:#fff;
    padding:5px 10px;
    margin-top:-5px;
    margin-left:-5px;
    margin-right:-5px;
    margin-bottom:10px;
}
.list_commande .label-resp{
    background-color:transparent;
    color:#222;
    padding:0px;
    display:inline-block;
    width:120px;
     margin-top:0px;
    margin-left:0px;
    margin-right:0px;
}
}
@media screen and (max-width: 500px) {
    .item-etape, .item-etape:first-child.active{
        width: 100%!important;
    }

    .left-panier{
        display:flex;
        flex-direction: column;
        align-items: center;
    }

.right_left_panier {
    padding-left: 0;
    width: 100%;
}

.quantite_panier, .tarif_panier {
    width: 50%;
    max-width: none;
    /* border: 0; */
}

.quantite_panier {
    border-left: 0;
}
}

/* ============================================================
   REDESIGN ETAPE 1 PANIER (Coordonnees) - override moderne
   ============================================================ */

body.PGS_PANIER .mdlPanier {
    max-width: 1100px;
    margin: 0 auto;
    font-size: 15px;
    color: #1f1f23;
}

/* ----- Barre d'etapes (pills) ----- */
body.PGS_PANIER .etape {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    margin: 0 0 18px;
    padding: 6px;
    background: #f4f4f6;
    border-radius: 14px;
    border-bottom: 0;
}
body.PGS_PANIER .item-etape {
    flex: 1 1 0;
    width: auto !important;
    padding: 12px 14px !important;
    border: 0 !important;
    border-radius: 10px;
    text-align: center;
    color: #6b6b73;
    font-size: 15px;
    background: transparent;
    transition: background-color .18s ease, color .18s ease, box-shadow .18s ease;
}
body.PGS_PANIER .item-etape p {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
body.PGS_PANIER .item-etape .fa {
    color: inherit;
    padding: 0;
    font-size: 16px;
}
body.PGS_PANIER .item-etape .intitule_etape {
    font-weight: 500;
    color: inherit;
}
body.PGS_PANIER .item-etape span:first-child {
    font-size: 16px;
    color: inherit;
    height: auto;
    padding: 0;
}
body.PGS_PANIER .item-etape.active {
    background: #0a4d68;
    color: #fff;
    box-shadow: 0 2px 8px rgba(10, 77, 104, .35);
    border-bottom: 0 !important;
}
body.PGS_PANIER .item-etape.active .fa,
body.PGS_PANIER .item-etape.active span,
body.PGS_PANIER .item-etape.active span:first-child,
body.PGS_PANIER .item-etape.active span:last-child,
body.PGS_PANIER .item-etape.active .intitule_etape {
    color: #fff !important;
}

/* ----- Compteur ----- */
body.PGS_PANIER .counter {
    text-align: right;
    margin: 0 0 24px;
}
body.PGS_PANIER .count_panier {
    font-size: 14px;
    color: #8a8a92;
    letter-spacing: .4px;
    text-transform: uppercase;
}
body.PGS_PANIER .count_panier strong {
    color: #0a4d68;
    font-size: 20px;
    margin-right: 2px;
}

/* ----- Cards (sections du panier) ----- */
body.PGS_PANIER .mdlPanier .choix_mode_reglement,
body.PGS_PANIER .mdlPanier .adresse_facturation,
body.PGS_PANIER .mdlPanier .choix_mode_livraison,
body.PGS_PANIER .mdlPanier .choix_avoir,
body.PGS_PANIER .mdlPanier .num_carte_pass,
body.PGS_PANIER .mdlPanier .zone_commentaire {
    background: #fff !important;
    border: 1px solid #e6e6ec !important;
    border-radius: 14px !important;
    padding: 22px 26px !important;
    margin: 0 0 16px !important;
    font-size: 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,.03) !important;
    width: auto !important;
}
body.PGS_PANIER .mdlPanier .choix_mode_reglement h5,
body.PGS_PANIER .mdlPanier .adresse_facturation h5,
body.PGS_PANIER .mdlPanier .choix_mode_livraison h5,
body.PGS_PANIER .mdlPanier .num_carte_pass h5,
body.PGS_PANIER .mdlPanier .zone_commentaire > label {
    font-size: 17px !important;
    border-bottom: 0 !important;
    padding: 0 !important;
    margin: 0 0 16px !important;
    color: #0a4d68 !important;
    font-weight: 600 !important;
    display: block !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

/* ----- Coordonnees: grid 2 colonnes ----- */
body.PGS_PANIER .adresse_facturation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 22px;
    row-gap: 16px;
    align-items: start;
}
body.PGS_PANIER .adresse_facturation > h5 {
    grid-column: 1 / -1;
}
body.PGS_PANIER .adresse_facturation > p {
    display: block !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 15px;
}
/* Champs pleine largeur : Adresse (5) seulement */
/* Telephone (1) + Email (2) cote a cote ; Prenom (3) + Nom (4) cote a cote ; CP (6) + Ville (7) cote a cote */
body.PGS_PANIER .adresse_facturation > p:nth-of-type(5) {
    grid-column: 1 / -1;
}
/* Hidden adresse_livraison: ne prend pas de place */
body.PGS_PANIER .adresse_facturation > p:has(input[type="hidden"]:only-child),
body.PGS_PANIER .adresse_facturation > p:empty {
    display: none !important;
}

/* ----- Labels & inputs unifies ----- */
body.PGS_PANIER .mdlPanier .input_panier,
body.PGS_PANIER .adresse_facturation p {
    margin: 0;
}
body.PGS_PANIER .mdlPanier .input_panier label,
body.PGS_PANIER .adresse_facturation label {
    display: block;
    font-size: 12px !important;
    font-weight: 600 !important;
    margin-bottom: 6px !important;
    color: #5a5a63;
    text-transform: uppercase;
    letter-spacing: .6px;
    padding: 0 !important;
}
body.PGS_PANIER .mdlPanier .input_panier input[type="text"],
body.PGS_PANIER .mdlPanier .input_panier textarea,
body.PGS_PANIER .adresse_facturation input[type="text"],
body.PGS_PANIER .adresse_facturation textarea {
    width: 100% !important;
    max-width: 100% !important;
    border: 1px solid #d4d4dc !important;
    border-radius: 8px !important;
    padding: 11px 14px !important;
    font-size: 15px !important;
    line-height: 1.4;
    background: #fff;
    box-sizing: border-box;
    transition: border-color .15s ease, box-shadow .15s ease;
    font-family: inherit;
    color: #1f1f23;
    margin: 0;
}
body.PGS_PANIER .mdlPanier .input_panier input[type="text"]:focus,
body.PGS_PANIER .mdlPanier .input_panier textarea:focus,
body.PGS_PANIER .adresse_facturation input[type="text"]:focus,
body.PGS_PANIER .adresse_facturation textarea:focus {
    border-color: #0a4d68 !important;
    outline: none;
    box-shadow: 0 0 0 3px rgba(10, 77, 104, .18);
}
body.PGS_PANIER .mdlPanier .input_panier em {
    display: block;
    color: #8a8a92;
    font-size: 12px;
    margin: -2px 0 6px;
    font-style: normal;
}

/* ----- Mode de reglement : cartes radio ----- */
body.PGS_PANIER .choix_mode_reglement .mode_livraison {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border: 1px solid #e3e3eb;
    border-radius: 10px;
    margin: 0 0 10px;
    background: #fafafd;
    transition: border-color .15s ease, background-color .15s ease, box-shadow .15s ease;
}
body.PGS_PANIER .choix_mode_reglement .mode_livraison:hover {
    border-color: #0a4d68;
    background: #dff0f7;
}
body.PGS_PANIER .choix_mode_reglement .mode_livraison .inline-check {
    width: 22px;
    display: inline-flex;
    align-items: center;
}
body.PGS_PANIER .choix_mode_reglement .mode_livraison input[type="radio"] {
    width: 18px;
    height: 18px;
    accent-color: #0a4d68;
    margin: 0;
    cursor: pointer;
}
body.PGS_PANIER .choix_mode_reglement .block_liv {
    flex: 1;
    width: auto !important;
    display: block;
    margin: 0;
}
body.PGS_PANIER .choix_mode_reglement .block_liv > span:first-child {
    font-size: 15px;
    font-weight: 600;
    color: #1f1f23;
    margin: 0;
}
body.PGS_PANIER .choix_mode_reglement .desc_liv {
    font-size: 12px;
    color: #8a8a92;
    display: block;
    margin-top: 2px;
    font-weight: 400;
}

/* ----- CGV row & action ----- */
body.PGS_PANIER .mdlPanier > form > p {
    margin: 14px 0;
}
body.PGS_PANIER .mdlPanier > form > p > input[type="checkbox"] {
    margin-right: 8px;
    transform: scale(1.15);
    accent-color: #0a4d68;
    vertical-align: middle;
}
body.PGS_PANIER .mdlPanier .action {
    text-align: right;
    margin-top: 18px;
    padding-top: 8px;
}
body.PGS_PANIER .mdlPanier input[type="submit"] {
    padding: 12px 28px !important;
    font-size: 15px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    letter-spacing: .3px;
}

/* ----- Code promo zone ----- */
body.PGS_PANIER .choix_avoir h5 {
    margin-bottom: 12px !important;
}

/* ----- Zone commentaire (heritage des cards generiques l.1212+) ----- */
body.PGS_PANIER .mdlPanier .zone_commentaire > em {
    display: block;
    color: #8a8a92;
    font-size: 13px;
    font-style: normal !important;
    margin: 0 0 12px;
    padding: 0 !important;
}
body.PGS_PANIER .mdlPanier .zone_commentaire textarea {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 120px !important;
    border: 1px solid #d4d4dc !important;
    border-radius: 8px !important;
    padding: 12px 14px !important;
    font-size: 15px !important;
    line-height: 1.5;
    background: #fff;
    box-sizing: border-box;
    transition: border-color .15s ease, box-shadow .15s ease;
    font-family: inherit;
    color: #1f1f23;
    resize: vertical;
    display: block;
}
body.PGS_PANIER .mdlPanier .zone_commentaire textarea:focus {
    border-color: #0a4d68 !important;
    outline: none;
    box-shadow: 0 0 0 3px rgba(10, 77, 104, .18);
}

/* ----- Responsive ----- */
@media screen and (max-width: 780px) {
    body.PGS_PANIER .adresse_facturation {
        grid-template-columns: 1fr;
    }
    body.PGS_PANIER .item-etape {
        padding: 10px 6px !important;
        width: auto !important;
        border-bottom: 0 !important;
    }
    body.PGS_PANIER .item-etape p {
        flex-direction: column;
        gap: 4px;
        font-size: 12px;
    }
    body.PGS_PANIER .item-etape .intitule_etape {
        font-size: 12px;
    }
    body.PGS_PANIER .mdlPanier .choix_mode_reglement,
    body.PGS_PANIER .mdlPanier .adresse_facturation,
    body.PGS_PANIER .mdlPanier .choix_mode_livraison,
    body.PGS_PANIER .mdlPanier .num_carte_pass {
        padding: 18px;
    }
    body.PGS_PANIER .mdlPanier .action {
        text-align: stretch;
    }
    body.PGS_PANIER .mdlPanier input[type="submit"] {
        width: 100%;
    }
}
