#tenu_titre{
    padding-bottom: 3%;
    padding-top: 2%;
}
#tenu_text{
    padding-top: 3%;
}
.req-item{
    margin-bottom: 2%;
	align-items: center;
}

#radioSaisie{
	margin-left: 20%;
}

.customRadio label,
.customRadio input {
	margin-bottom: 4%;
}

.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5%;
    grid-auto-rows: minmax(25px, auto);
    margin-left: -9%;
    width: 115%;
}

.one {
    grid-column: 1;
    grid-row: 1;
    height: fit-content;
}
.two {
    grid-column: 2 ;
    grid-row: 1;
}
.three {
    grid-column: 3;
    grid-row: 1;
}

.short.req-text {
    display: block;
    width: 100%;
    min-height: auto;
    font-size: 93%;
    text-align: center;
}
.req-text {
    display: block;
    width: 100%;
    min-height: 25px;
    height: inherit;
    font-size: 93%;
    text-align: center;
}
input[type="radio"]:disabled+label {
	color: #CCC;
	font-style: italic;
	cursor: not-allowed;
}
