.img-responsive{
  width: 6vw;
  height: 8vh;
  position:;
}

.Radio{
	color: black;
	position:;
	float: left;
	color: #282828;
	font-family: 'Cabin', sans-serif;
	font-size: 36px;
    margin-top:7%;
}

#info{
  font-size: 16px;
  margin-top: 2%;
  color: blue;

}

.Radio2{
	color: red;
	position:;
	font-family: 'Cabin', sans-serif;
	font-size: 20px;
    margin-top: 10%;
    margin-left: 42%;
    cursor: pointer;
}

.Logotet{
border-radius: 50%;
float: right;
width: 16%;
margin-top:-12%;
margin-left: -30%;
}

#ppp{
  width: 100vw;
  height: 100vh;
  background-position: center;
  background-size: cover;
  padding: 0.8%;
  position: relative;

  animation: animate 16s ease-in-out infinite;
}

/*test for a font image*/
@keyframes animate{
  0%,100%{
    background-image: url(../images/fond/fond1.jpeg);
  }
  25%{
    background-image: url(../images/fond/fond2.jpeg);
  }
  50%{
    background-image: url(../images/fond/fond3.jpeg);
  }
  75%{
    background-image: url(../images/fond/fond.jpg);
  }
}


.wrappers{
background-color: #f6f6f6;
max-width: 360px;
width: 100%;
border-radius: 10px;
padding: 30px;
}

.wrappers .contents{
padding: 30px;
display: flex;
align-items: center;
flex-direction: column;
}

.wrappers .outer{
height: 135px;
width: 135px;
overflow: hidden;
}
.outer .emojis{
  height: 500%;
  display: flex;
  flex-direction: column;
}

input[type="radio"]{
  display: none;
}

.outer li{
  height: 20%;
  width: 100%;
  list-style: none;
  transition: all 0.3s ease;
}

#star-2:checked ~ .contents .outer .slideImg{
margin-top: -135px;
}

#star-3:checked ~ .contents .outer .slideImg{
margin-top: -270px;
}
#star-4:checked ~ .contents .outer .slideImg{
margin-top: -405px;
}
#star-5:checked ~ .contents .outer .slideImg{
margin-top: -540px;
}

.outer li img{
  height: 100%;
  width: 100%;
}

.contents .stars{
  margin-top: 30px;
}

.stars label{
  font-size: 25px;
  margin: 0 3px;
  color: #ccc;
}

#star-1:hover ~ .contents .stars .star-1,
#star-1:checked ~ .contents .stars .star-1,

#star-2:hover ~ .contents .stars .star-1,
#star-2:hover ~ .contents .stars .star-2,
#star-2:checked ~ .contents .stars .star-1,
#star-2:checked ~ .contents .stars .star-2,

#star-3:hover ~ .contents .stars .star-1,
#star-3:hover ~ .contents .stars .star-2,
#star-3:hover ~ .contents .stars .star-3,
#star-3:checked ~ .contents .stars .star-1,
#star-3:checked ~ .contents .stars .star-2,
#star-3:checked ~ .contents .stars .star-3,

#star-4:hover ~ .contents .stars .star-1,
#star-4:hover ~ .contents .stars .star-2,
#star-4:hover ~ .contents .stars .star-3,
#star-4:hover ~ .contents .stars .star-4,
#star-4:checked ~ .contents .stars .star-1,
#star-4:checked ~ .contents .stars .star-2,
#star-4:checked ~ .contents .stars .star-3,
#star-4:checked ~ .contents .stars .star-4,


#star-5:hover ~ .contents .stars .star-1,
#star-5:hover ~ .contents .stars .star-2,
#star-5:hover ~ .contents .stars .star-3,
#star-5:hover ~ .contents .stars .star-4,
#star-5:hover ~ .contents .stars .star-5,
#star-5:checked ~ .contents .stars .star-1,
#star-5:checked ~ .contents .stars .star-2,
#star-5:checked ~ .contents .stars .star-3,
#star-5:checked ~ .contents .stars .star-4,
#star-5:checked ~ .contents .stars .star-5{
  color: #fed151;
}

.wrappers .footer{
  height: 55px;
  width: 100%;
  border-top: 1px solid #ccc;
  background: #f2f2f2;
  border-radius: 0 0 10px 10px;
  display: flex;
  padding: 0 20px;
  align-items: center;
  justify-content: space-between;
}
.footer span{
  font-size: 12px;
  font-weight: 400;
}

.footer .text::before{
content: "Rate your experience.";
}
.footer .numb::before{
content: "0 out of 5";
}

#star-1:checked ~ .footer .text::before{
content: "I just hate it!";
}
#star-1:checked ~ .footer .numb::before{
content: "1 out of 5";
}

#star-2:checked ~ .footer .text::before{
content: "I don't like it!";
}
#star-2:checked ~ .footer .numb::before{
content: "2 out of 5";
}

#star-3:checked ~ .footer .text::before{
content: "Ii is awesome!";
}
#star-3:checked ~ .footer .numb::before{
content: "3 out of 5";
}

#star-4:checked ~ .footer .text::before{
content: "I just like it!";
}
#star-4:checked ~ .footer .numb::before{
content: "4 out of 5";
}
#star-5:checked ~ .footer .text::before{
content: "I it's very good!";
}
#star-5:checked ~ .footer .numb::before{
content: "5 out of 5";
}