
.pageg {
	float: left;
	width: 43.5%;
	height: 44vw;
	margin-right: 0.4vw;
	padding-left: 4%;
	padding-right: 0vw;
	padding-top: 0vw;
	padding-bottom: 0vw;
	border: 1px solid black;
	background-color: #eeeeee;
}

.paged {
	float: left;
	width: 43.5%;
	height: 44vw;
	margin: 0vw;
	padding-left: 4%;
	padding-right: 4vw;
	padding-top: 0vw;
	padding-bottom: 0vw;
	border: 1px solid black;
	background-color: #eeeeee;
}


.noselect {
  -webkit-touch-callout: none; 
    -webkit-user-select: none; 
     -khtml-user-select: none;  
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none; 
}

.inputshorstable{
	line-height: 1.4em;
	text-align: center;
	color: #2e84ed;
	border:solid 1px #2e84ed;
}

.suite{
	width: 2%;
	position: absolute;
    left:96.2%;
    top: 47.5%;
    z-index: 0
}

.suite:hover {
  opacity: 0.6;
}

.retour{
	width: 2%;
	position: absolute;
    left:1.4%;
    top: 47.5%;
    z-index: 1
}

.retour:hover {
  opacity: 0.6;
}

.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  display: inline-block;
  height: 12px;
  width: 12px;
  background-color: #ccc;
  border-radius: 50%;
}

.container:hover input ~ .checkmark {
  background-color: #ddd;
}

.container input:checked ~ .checkmark {
  background-color: #2e84ed;
}

