@media only screen and (max-width: 5000px) {


}


@media only screen and (max-width: 3000px) {


}


@media only screen and (max-width: 1200px) {


}


@media only screen and (max-width: 1024px) {
  


}

@media only screen and (max-width: 768px) {
    .widget_left {
        width: 100%;
        position: relative;
        padding: 0 30px 25px;
    }
    .about-image1 {
        position: absolute;
        top: -28px;
        left: -3px;
        z-index: 1;
    }
    .widget_right {
        width: 100%;
        position: relative;
        padding: 0 0px 0 30px;
    }
    .texte-produit p {
        margin-bottom: 15px;
        display: flex;
        justify-content: start;
        align-items: center;
        text-align: justify;
    }


}


@media only screen and (max-width: 600px) {


}


@media only screen and (max-width: 425px) {
    .texte-produit p {
        margin-bottom: 15px;
        display: flex;
        justify-content: start;
        align-items: center;
        text-align: justify;
        font-size: 14px;
    }
    .widget_left {
        width: 100%;
        position: relative;
        padding: 0 10px 20px;
    }
    .about-image1 {
        position: absolute;
        top: -26px;
        left: -11px;
        z-index: 1;
    }
    .widget_right {
        width: 100%;
        position: relative;
        padding: 0 9px;
    }


}


@media only screen and (max-width: 375px) {

    .texte-produit p {
        margin-bottom: 15px;
        display: flex;
        justify-content: start;
        align-items: center;
        text-align: justify;
        font-size: 13px;
    }

}


@media only screen and (max-width: 320px) {

   
}