

.sophro-img {
    width:450px;
    height:450px;
    background-image:url(./rsc/pont.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius:50%;
    float: right;
    shape-outside: circle();
    margin: 30px;
}
@media screen and (min-width: 1000px) {
.sophro-img {
    width:330px;
    height:330px;
    background-image:url(./rsc/pont.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius:50%;
    float: right;
    shape-outside: circle();
    margin: 30px;
}
}

.praticienne-img {
    position:relative;
    left:-80px;
    width:450px;
    height:450px;
    background-image:url(./rsc/photo.png);
    background-size: 400px 400px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius:50%;
    float: left;
    shape-outside: circle();
    margin: 30px;
}

@media screen and (min-width: 1000px) {
.praticienne-img {
    width:320px;
    height:320px;
    background-image:url(./rsc/photo.png);
    background-size: 290px 290px;
    background-repeat: no-repeat;
    border-radius:50%;
    float: left;
    shape-outside: circle();
    margin: 30px;
}
}