/*WDXL Lubrifont SC*/
.wdxl-lubrifont-sc-regular {
  font-family: "WDXL", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* RÉGLAGES GÉNÉRAUX
----------------------------------*/

html{
	font-size: 62.5%;
	height: 100%;
}
body{
  font-family: "WDXL Lubrifont SC", sans-serif;
  font-weight: 400;
  color: #000;
  	font-size: 2.4em;
	line-height: 1.4em;

	height: 100%;
	background-color: #EFE9F4;

}
a{
	color: inherit;
}
img{
	width: 100%;
	height: auto;
}

#wrapper{
	position: relative;
	margin:auto;
	width: 90%;
	max-width: 900px;
	background-color: #fff;
	padding: 40px;
	display: flex;
	justify-content: space-between;

}
.col1{
width: 60%;
}
.col2{
width: 35%;
}

#header{
	width: 100%;
	font-size: 2em;
	letter-spacing: .2em;
	text-align: center;
	padding: 30px;

	position: relative;
	color: #484D6D;
	background-color: #EE6352;
}

#footer{
	position: relative;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	color: #484D6D;
}


#peopleList{
	margin-bottom: 40px;
	margin-top: 40px;
}
#peopleList li{
	border-bottom: solid 1px #000;
	padding: 10px 0;
	list-style-position: inside;

}
.menuTirage{
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.menuTirage button{
	margin-bottom: 15px;
	width: 48%;
}
.terrain{
	display: inline-block;
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: .6em;
	padding-left: 8px;
	padding-right: 8px;
	border-radius: 10px;
	text-align: center;
	margin-right: 10px;
}
.round div:nth-child(2) .terrain{
	background-color: #EE6352;
}
.round div:nth-child(3) .terrain{
	background-color: #08B2E3;
}
.round div:nth-child(4) .terrain{
	background-color: #57A773;
}
.round div:nth-child(5) .terrain{
	background-color: #484D6D;
}
.round div:nth-child(6) .terrain{
	background-color: #FFA630;
}
.round div:nth-child(7) .terrain{
	background-color: #9CDE9F;
}
.round div:nth-child(8) .terrain{
	background-color: #C08497;
}
.round div:nth-child(9) .terrain{
	background-color: #9DB17C;
}

/* Bouton didier
--------------------------------------------- */
.didier{
	position: absolute;	
	z-index: 800;
	
	top:-65px;
	right: 30px;


  border-radius:100px;

  height:120px;
  width:120px;

  transform: rotate(-20deg);
  transition: all .2s;

  display:flex;
  justify-content: center;
  align-items: center;
  text-align:center;

  background-image: url(didier2.jpg);
background-size: cover;

  overflow: hidden;

background-color: #000;
	color: white;
	font-size: 22px;
	text-decoration: none;

	box-shadow: 2px 5px 8px -5px #000;
}
.didier:hover,
.didier:visited:hover{
	transform: rotate(0deg) scale(1.1);
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 700,
  'GRAD' 0,
  'opsz' 48
}

button {
	/*reset*/
  -webkit-appearance: none;
  border-radius: 0;
  text-align: inherit;
  background: none;
  box-shadow: none;
  padding: 0;
  cursor: pointer;
  border: none;
  color: inherit;
  font: inherit;

  /*style*/
  background-color: #BBDFC5;
  padding: 5px;
  border-radius: 50px;
  line-height: 0;

  margin-left: 10px;
  vertical-align: bottom;

}
button:hover{
	color: #BBDFC5;
	background-color: #000;
  transition: all .2s;
	transform: rotate(5deg) scale(1.1);
}
button:focus{
	border: solid thin #08B2E3;
}

button.btnTxt{
line-height: 1em;
padding: 8px 15px;
text-align: center;
margin-left: 0px;
margin-right: 0px;
}
button.btnTxt:hover{
	transform: rotate(0deg) scale(1.1);
}
button:disabled,
button:disabled:hover{
opacity: .3;
cursor: auto;
color: initial;
	transform: rotate(0deg) scale(1);
}
#overrideBtn{
	color: #BBDFC5;
	background-color: #000;
}
#overrideBtn:hover{
	color: #000;
	background-color: #BBDFC5;
}



input[type="text"],
select{
  font-family: "WDXL Lubrifont SC", sans-serif;
  font-weight: 400;
  color: #000;
  	font-size: 1em;
	line-height: 1.4em;
	width: 80%;

	border: none;
	border-bottom: solid 2px #ccc;
}
input[type="text"]:focus{
	border-bottom: solid 4px #000;
	outline: none;

}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.creerListe{
	margin-bottom: 30px;
}
#savedLists{
	width: 180px;
}
.versus{
	border: thin solid #000;
	display: inline-block;
	width: 35px;
	/*height: 20px;*/
	border-radius: 105px;
	background-color: #000;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}
.round{
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 2px solid #000;
}
.match{
	letter-spacing: .1em;
	color: #000;
}
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/* RESPONSIVE */

/*SMALL PC*/
@media screen and (max-width: 1280px) {
}

/*TABLET*/
@media screen and (max-width: 1024px) {

}

/*PHONE*/
@media screen and (max-width: 800px) {
#savedLists{
	width: 220px;
}
	.col1, .col2{
	width:100%;
	}
	.col2{
		margin-top: 40px;
	}
	#wrapper{
		width: 100%;
		flex-direction: column;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.menuTirage{
		flex-direction: column;
}
.menuTirage button{
	margin-bottom: 15px;
	width: 100%;
}

.icone{
	position: absolute;
	top: 50px;
	left: 190px;
}
.didier{
	width: 80px;
	height: 80px;
	top:-20px;
}

}


/*PHONE*/
@media screen and (max-width: 450px) {
#header{
	font-size: 1.7em;
}
.terrain{
	display: block;
	width: 150px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 15px;
}
.round{
	text-align: center;
}
}