
.wrap-illustration-rond{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: auto;
  aspect-ratio: 1;
  margin:0 auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.wrap-illustration-rond .content{
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.wrap-illustration-rond .content .img-fond{
  display: block;
  position:absolute;
  top:0px;
  left:0px;
  width: 100%;
  z-index:2;
  transition:all 0.2s linear;
  transform-origin: center center;

}

.wrap-illustration-rond[data-position='gauche'] .content .img-fond{
  transform: rotate(-90deg);
}

.wrap-illustration-rond[data-position='haut'] .content .img-fond{
  transform: rotate(0deg);
}

.wrap-illustration-rond[data-position='droite'] .content .img-fond{
  transform: rotate(90deg);
}

.wrap-illustration-rond[data-position='bas'] .content .img-fond{
  transform: rotate(180deg);
}

.wrap-illustration-rond .content .inner{
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 30px);
  height:auto;
  aspect-ratio: 1;
  z-index:10;
  border-radius: 50%;
  background-size:cover;
  position: relative;
}


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



}

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



}

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



}

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



}

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



}
