:root {
  --main-bg-color: orange;
  --poly: polygon(
        5% 5%,
        95% 5%,
        95% 35%,
        35% 35%,
        35% 65%,
        95% 65%,
        95% 95%,
        5% 95%,
        5% 5%
      );
  --poly2: polygon(
        0 0,
        100% 0,
        100% 40%,
        40% 40%,
        40% 60%,
        100% 60%,
        100% 100%,
        0 100%,
        0 0
      );
  --poly3: polygon(
        5% 5%,
        95% 5%,
        95% 95%,
        65% 95%,
        65% 65%,
        35% 65%,
        35% 95%,
        5% 95%,
        5% 5%
      );
  --poly4: polygon(
        0 0,
        100% 0,
        100% 100%,
        60% 100%,
        60% 60%,
        40% 60%,
        40% 100%,
        0 100%,
        0 0
      );
}
.block_container {
    border: 10px DASHED black;
    border-collapse: collapse;
}
.block_container + .block_container {
    border-top: none;
}
.bloc1, .bloc2 {
    display:inline;
    width: 200px;
    height: 200px;
    margin: 30px; 
    shape-outside: circle();
    clip-path: circle();
    background-color: var(--main-bg-color);
    border: 10px DASHED white;
}

#circle {
    background: var(--main-bg-color);
    border-radius: 50%;
    width: 200px;
    height: 200px;
    border: 10px solid white;
}
.rondBlanc {
    width: 100%;
    height: 100%;
    shape-outside: circle();
    clip-path: circle();
    background: white;
    position: absolute;
}    
    
#circleFace2 {
    content: "";
    display: block;
    position: relative;
    top: 1%;
    left: 6%;
    height: 78%;
    width: 88%;
    shape-outside: ellipse();
    clip-path: ellipse();
    background: var(--main-bg-color);
}
#circleFace3 {
    content: "";
    display: block;
    position: relative;
    top: -88%;
    left: 49%;
    height: 92%;
    width: 1%;
    shape-outside: ellipse();
    clip-path: ellipse();
    background: var(--main-bg-color);
    background: grey;
    opacity: 0.7;
}
#circleFace4 {
    content: "";
    display: block;
    position: relative;
    top: -134%;
    left: 4%;
    height: 1%;
    width: 92%;
    shape-outside: ellipse();
    clip-path: ellipse();
    background: var(--main-bg-color);
    background: grey;
    opacity: 0.7;
}
#circleFace1::before {
  content: "";
  display: block;
  position: relative;
  top: 0%;
  left: 5%;
  height: 80%;
  width: 90%;
  background-color: gray;
  clip-path: ellipse();
}

#circleCote1 {
    background-color: gray;
}
#circleCote1::before {
    content: "";
    display: block;
    position: relative;
    top: 1%;
    left: 1%;
    height: 98%;
    width: 98%;
    background-color: white;
    clip-path: circle();
}
#circleCote2 {
    content: "";
    position: absolute;
    width: 15%;
    height: 90%;
    top: -8%;
    left: 70%;
    opacity: 1;
    z-index: 1;
    background: #f5f5ff;
    transform: rotate(-27deg);
}

#circleCote3 {
    content: "";
    position: absolute;
    width: 15%;
    height: 70%;
    top: -3%;
    left: 83%;
    opacity: 1;
    z-index: 1;
    background: #f5fff5;
    transform: rotate(-27deg);
}
#circleCote4 {
    content: "";
    position: absolute;
    width: 1%;
    height: 89%;
    top: -5%;
    left: 70%;
    opacity: 1;
    z-index: 1;
    background: #f5f5f5;
    background: gray;
    transform: rotate(-27deg);
}

#circle3 {
    width: 200px;
    height: 200px;
    margin: 20px;
    shape-outside: circle();
    clip-path: circle();
    background: white;
}

#circle3::before {
  content: "";
  display: block;
  position: relative;
  top: 10px;
  left: 100px;
  height: 180px;
  width: 80px;
  background-color: var(--main-bg-color);
  clip-path: ellipse();
}

#triangle {
    margin-left: 110px;
    width: 0;
    height: 0;
    border-left: 70px solid red;
    border-right: 70px solid blue;
    border-bottom: 30px solid white;
}

#polygon {
 
  display: block;
  position: relative;
  top: 10px;
  left: 100px;
  height: 180px;
  width: 80px;
  background-color: var(--main-bg-color);
  clip-path: ellipse();
}

#polygonC {
      width: 200px;
      height: 200px;
      margin: 0 0px;
      shape-outside:  var(--poly2);
      clip-path: var(--poly2);
      background: white;
}

#polygonC:before {
      width: 200px;
      height: 200px;
      content: "";
      display: block;
      position: relative;
      top: 0px;
      left: 0px;
      shape-outside: var(--poly);
      clip-path: var(--poly);
      background: var(--main-bg-color);
    }

#polygonA {
      width: 200px;
      height: 200px;
      margin: 0 0px;
      shape-outside:  var(--poly4);
      clip-path: var(--poly4);
      background: white;
}

#polygonA:before {
      width: 200px;
      height: 200px;
      content: "";
      display: block;
      position: relative;
      top: 0px;
      left: 0px;
      shape-outside: var(--poly3);
      clip-path: var(--poly3);
      background: var(--main-bg-color);
    }
.parent {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 20px;
    background: #f5f5f5;
    display: inline-block;
}

#circle4 {
    top: 0;
    left: 0;
    opacity: 1;
}
#circle4::before {
  content: "";
  display: block;
  position: relative;
  top: 5%;
  left: 50%;
  height: 90%;
  width: 40%;
  z-index: 2;
  background-color: var(--main-bg-color);
  clip-path: ellipse();
}

.parentPOLA {
    position: relative;
    width: 110px;
    height: 200px;
    margin: 10px;
    padding: 5px;
    border: 0px;
    background: lightgrey;
    display: inline-block;
    transition: all 0.25s linear;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.7);
    transform: rotate(-5deg);
}
.parentPOLA:hover {
    transition: all 0.25s linear;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    transform: rotate(0deg) scale(1); 
}

.parentPOLATINY {
    transform: rotate(5deg) scale(0.5); 
}
.child1POLA {
    position: absolute;
    width: 100px;
    height: 95%;
    top: 5px;
    left: 5px;
    opacity: 1;
    background: white;
}
.child2POLAIM {
    z-index: 0.5;
    top: 5px;
    left: 5px;
    width: 100px;
    height: 100px;
    background: grey;
    background-position: bottom;
}

.child2POLACOM {
    width: 100px;
    height: 22%;
    opacity: 0.4;
    z-index: 0.5;
    top: 75%;
    left: 5px;
    padding: 1%;
    background: LIGHTgray;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

.parentFENETRESYSTEM7 {
    position: relative;
    width: 1092px;
    height: 197px;
    margin: 0px;
    padding: 0px;
    border: 0px dashed blue;
    background: green;
    display: inline-block;
}
.child1SYSTEM7 {
    position: absolute;
    background-image: url("/FACEDECUBE/cube2023.png");
    top: 10px;
    width: 177px;
    height: 177px;
    opacity: 1;
    border: 0px;
    z-index: 0.5;
}

.child1SYSTEM7:hover {
    transition: all 0.25s linear;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    transform: rotate(0deg) scale(1); 
}

.child2SYS7_C {
    background-position: -136px -229px; 
    left: 10px;
    transform: rotate(-5deg) scale(1.1); 
}
.child2SYS7_O {
    background-position: -316px -229px; 
    left: 188px;
    transform: rotate(-2deg) scale(1); 
}
.child2SYS7_A {
    background-position: -496px -229px; 
    left: 366px;
    transform: rotate(0deg) scale(0.9); 
}
.child2SYS7_O2 {
    background-position: -316px -229px; 
    left: 722px;
    transform: rotate(2deg) scale(1); 
}
.child2SYS7_D {
    background-position: -136px -589px; 
    left: 544px;
    transform: rotate(0deg) scale(0.9); 
}
.child2SYS7_U {
    background-position: -496px -589px; 
    left: 900px;
    transform: rotate(5deg) scale(1.1); 
}
.child3SYS7 {
    z-index: 0.5;
    top: 20%;
    left: 2%;
    width: 100%;
    height: 2%;
    background: yellow;
}
.child3 {
    position: absolute;
    width: 25%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 1;
    margin-left: 75%;
    background: #f5f5f5;
}

.child4 {
    position: absolute;
    top: 5%;
    left: -25%;
    height: 90%;
    width: 40%;
    opacity: 1;
    z-index: 1;
    margin-left: 75%;
    background: gray;
    clip-path: ellipse();
}

.child5 {
    position: absolute;
    top: 6%;
    left: -24%;
    height: 88%;
    width: 38%;
    opacity: 1;
    z-index: 1;
    margin-left: 75%;
    background: orange;
    clip-path: ellipse();
}

.diva {
  background: black;
  display: inline-block;
  margin: 0 0 0 0;
  border: 10px solid red;
  border-bottom: 0;
  border-collapse: collapse
}
 
.triangleup {
    margin-left: 10px;
    background: orange;
    width: 0;
    height: 0;
    border-left: 190px solid white;
    border-right: 190px solid white;
    border-bottom: 346px solid black;
    border-top: 0px solid yellow;
}
.triangledown {
    margin-left: 10px;
    margin-top: 0px;
    background: orange;
    width: 0;
    height: 0;
    border-left: 190px solid white;
    border-right: 190px solid white;
    border-bottom: 0px solid green;
    border-top: 346px solid black;
}
.topa,
.bottoma {
  height: 200px;
  width: 400px;
}

.righta,
.lefta {
  height: 400px;
  width: 200px;
}

.topa {
  border-top-left-radius: 400px;
  border-top-right-radius: 400px;
}
.topa:last-child {
  margin-left: -10px;
}
.parentCOEUR {
    position: relative;
    width: 400px;
    height: 400px;
    margin: 25px;
    padding: 0px;
    border: 0px;
    background: darkgrey;
    display: inline-block;
    transition: all 0.25s linear;
    transform: rotate(45deg); 
    box-shadow: 5px 5px 10px rgba(0,0,0,0.7);
}

.coeur {
    position: absolute;
    width: 200px;
    height: 300px;
    margin: 15px;
    padding: 15px;
    border: 10px solid pink;
    background: red;
    opacity: 1;
    z-index: 1;
}
.coeur2 {
    position: relative;
    width: 200px;
    height: 300px;
    margin: 0px;
    padding: 0px;
    border: 10px solid pink;
    background: red;
    opacity: 1;
    z-index: 1;
    transform: rotate(0deg);
    transform-origin: 50% 50%;
}
.coeurTINY {
    border-top: solid;
    transform: rotate(5deg) scale(0.5); 
    border: 10px solid pink;
}

.centregauche2 {
    left: 150px;
    top: 50px;
 }
.centredroite2 {
    width: 100px;
    height: 200px;
    border: solid 10px pink;
    background: red;
    left: -146px;
    top: 50px;
}
.centrecentre2 {
    width: 90px;
    height: 180px;
    border: none;
    border-right: 10px solid red;
    left: -238px;
    top: 40px;
    background: red;
}
.centregauche {
    top: 10px;
    left: 150px;
    transform: rotate(45deg);
}
.centredroite {
    height: 100px;
    border-bottom: none;
    top: 40px;
    left: 9px;
    transform: rotate(-45deg);
    background: red;
}
.centrecentre {
    width: 180px;
    height: 10px;
    border: none;
    top: 120px;
    left: 64px;
    transform: rotate(-45deg);
    background: red;
}
.righta {
  border-bottom-right-radius: 400px;
  border-top-right-radius: 400px;
}

.bottoma {
  border-bottom-left-radius: 400px;
  border-bottom-right-radius: 400px;
}

.lefta {
  border-bottom-left-radius: 400px;
  border-top-left-radius: 400px;
}

.rotatea {
  animation: 1s linear infinite rotate;
  position: relative;
  top: -200px;
  transform-origin: 50% 100%;
}

@keyframes rotatea {
  from {
    transform: rotate(0deg)
  }
  to {
    transform: rotate(360deg)
  }
}