#back_to_product{
    align-self: center;
    width: 1030px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.product-detail-extra-zone-mobile{
 display: none;
}

.col-left{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width:55%;
}
.col-right{
    width:45%;
}
.product-practitioner-zone{
}
.product-availability-zone{
}
.ModuleProductDetail {
    padding-left: 10px;
    padding-right: 10px;
    align-self: center;
}
/*LAYOUT*/
.ast-product-detail {
    width: 1030px;
    gap: 20px;
    display: flex;
}
.product-detail-img {
    align-self: center;
    overflow: hidden;
    width: 100%;
}

.carousel-item img {
    max-height: 400px;
    width: 100%;
}

.product-param-details{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.product-detail-extra-zone{
}
/*-- END LAYOUT --*/

.product-img {
    width: 100%;
}
.product-extra-description-title{

}
.product-description p {
    margin-bottom: 0rem !important;
}

.product-description-zone {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
    gap: 10px;
}

.product-detail-description {
    margin-bottom: 10px;
    margin-top: 10px;
}

.product-detail-booking {
    display: flex;
    flex-direction: column;
}

/*avec les 2 boutons*/
/*.product-detail-footer-btn {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(2, 1fr);*/
/*    grid-column-gap: 20px;*/
/*    width: 100%;*/
/*}*/
.product-param-details .product-detail-footer-btn {
    display: flex;
    justify-content: center;
    width: 100%;
}
.product-description-zone .product-detail-footer-btn {
    width: fit-content;
    min-height: fit-content;
}
.product-description-zone .product-price-infos {
    min-width: fit-content;
}

.product-param-details .product-detail-footer-btn button {
    width: 100%;
    min-width:auto!important;
    max-width: 346px;
}

.product-label label, .product-price-infos .product-catalog-price, .product-extra-description-title {
    font-family: Roboto-Medium !important;
    margin-bottom: 10px;
}

.product-description, .product-description label, .product-price-infos label {
}

.product-detail-extra-zone {
    margin-top: 20px;
}

.product-detail-extra-zone .product-extra-description-title {
    margin-bottom: 10px;
}


@media screen and (min-width: 768px) and (max-width: 1024px) {

}

@media screen  and (max-width: 1024px) {

    #back_to_product{
        width: 100%;
    }

    .product-detail-extra-zone-desktop{
        display:none;
    }
    .product-detail-extra-zone-mobile{
        display: block;
    }

    .product-description-zone {
        justify-content: space-around;
        flex-wrap: wrap;
    }

    /*LAYOUT*/
    .ModuleProductDetail {
        width: 100%;
    }
    .ast-product-detail {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 0;
    }

    .product-img {
        width: 100%;
        height: auto;
    }

    .col-left {
        order:1;
        width: 100%;
    }

    .col-right {
        order: 2;
        width: 100%;
    }

    .product-detail-extra-zone-mobile {
        order: 3;
    }

    .product-param-details{
        margin-top: 20px;
    }

    .product-param-details .product-detail-footer-btn{
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }

    .product-param-details .ast-form-group{
        margin-bottom: 10px!important;
    }

    .product-param-details .product-detail-footer-btn button {
        width: 100%;
    }
    .product-param-details .product-detail-footer-btn button.btn-default2 {
        order: 2;
    }

    .product-param-details .product-detail-footer-btn button.btn-default {
        order: 1;
        margin-bottom: 10px;
    }

    .product-price-infos .product-catalog-price{
        margin-left: 20px;
    }

    .element-left-align {
        justify-content: flex-start;
    }
    .element-center {
        justify-content: center;
    }
    .element-right-align {
        justify-content: flex-end;
    }

    /*-- END LAYOUT --*/
}