body {
  background-color: #e5e5e5;
}

/* DESSIN RENARD */
.renard {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  margin: auto;
}

.renard_tete {
  margin: auto;
  width: 200px;
  height: 200px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  border-radius: 100px 5px 0 5px;
  position: relative;
  overflow: hidden;
}

.renard_tete_int {
  position: absolute;
  top: -10px;
  left: -30px;
  border-color: #f00;
  width: 290px;
  height: 250px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-top-color: #0f0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgb(242, 83, 26);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(242, 83, 26)), color-stop(50%, rgb(242, 83, 26)), color-stop(51%, rgb(241, 64, 0)), color-stop(71%, rgb(241, 64, 0)), color-stop(100%, rgb(241, 64, 0)));
  background: -webkit-gradient(linear, left top, right top, from(rgb(242, 83, 26)), color-stop(50%, rgb(242, 83, 26)), color-stop(51%, rgb(241, 64, 0)), color-stop(71%, rgb(241, 64, 0)), to(rgb(241, 64, 0)));
  background: linear-gradient(to right, rgb(242, 83, 26) 0%, rgb(242, 83, 26) 50%, rgb(241, 64, 0) 51%, rgb(241, 64, 0) 71%, rgb(241, 64, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f2531a", endColorstr="#f14000", GradientType=1);
}

.oreilles {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 110px 50px;
  border-color: transparent transparent rgb(242, 83, 26) transparent;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

.oreille_droite {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  left: 30px;
}

.oreille_gauche {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  left: 170px;
  border-color: transparent transparent rgb(241, 64, 0) transparent;
}

.oreilles_int {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 90px 40px;
  border-color: transparent transparent #b34218 transparent;
  top: 30px;
  left: -40px;
}

.couleur_yeux {
  background-color: #e6ddbe;
  width: 200px;
  height: 200px;
  position: absolute;
  border-radius: 100px 100px 70px 70px;
  top: 60px;
}

.couleur_yeux_droite {
  left: -75px;
}

.couleur_yeux_gauche {
  left: 166px;
}

.yeux {
  background-color: #333;
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 20px;
  top: 130px;
  overflow: hidden;
}

.yeux_droite {
  left: 90px;
}

.yeux_gauche {
  left: 180px;
}

.yeux_paupieres {
  position: absolute;
  width: 20px;
  height: 0px;
  background-color: #c0b695;
  z-index: 5;
}

.yeux_int {
  background-color: #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 20px;
  top: 3px;
  left: 3px;
  z-index: 3;
}

.nez {
  width: 200px;
  height: 200px;
  position: absolute;
  border-radius: 100px 100px 70px 70px;
  top: 215px;
  left: 47px;
  background: rgb(19, 19, 19);
}

.moustache {
  position: absolute;
  width: 80px;
  height: 0px;
  border: 1px solid #333;
}

.moustache_gauche_1 {
  top: 230px;
  left: 40px;
}

.moustache_gauche_2 {
  top: 235px;
  left: 35px;
}

.moustache_gauche_3 {
  top: 240px;
  left: 40px;
}

.moustache_droite_1 {
  top: 230px;
  left: 180px;
}

.moustache_droite_2 {
  top: 235px;
  left: 185px;
}

.moustache_droite_3 {
  top: 240px;
  left: 180px;
}