div[id^="reveal-if-double-true-"]{
  display: none;
  overflow: hidden;
  transform: scale(0.8);
  transition: 0.5s;
}

input[id^="double_true_"]:checked ~ div[id^="reveal-if-double-true-"]{
  display: block;
  overflow: visible;
  padding: 10px 20px;
  transform: scale(1);
}

.center-form
{
    margin-bottom: 20px;
    height: auto;
}

.player-button
{
    margin-top: 20px;
}

.joueur-section
{
	display: flex;
    flex-direction: row;
    width: 100%;
	padding: 5px;
	margin: 10px;

}

.joueur-section::after {
    content: '';
    bottom: 0;
    height: 2px;
    line-height: 10;
    background: #666;
    margin: 0 0 0 .45em;
    width: 100%;
    margin-top: 13px;
    margin-left: 10px;
    margin-right: 10px;
}

.page-title .page-title-text
{
  margin-left: 110px;
}