body{
	background: url("bkg-2022.jpg");
	background-attachment: fixed;
	background-size: cover;
	font-family: 'Lato', sans-serif;
	background-position: 20% 0;
}
#intro,
#content{
	background: white;
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px;
	box-sizing: border-box;
	
	margin-top: 60px;
}
#intro{
	margin: 60px auto;
}
div.pattern {
	padding-top: 40px;
	width: 1200px;
	margin: auto;
	background: url(big-pattern.png);
	padding-bottom: 60px;
}
button {
	cursor: pointer;
}
#myCanvas {
	display: none;
}
.illu-player {
	width: 96px;
	height: 100px;
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin: auto;
	 -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	-webkit-animation: pulse 5s linear infinite;
    -moz-animation: pulse 5s linear infinite;
    border-image: initial;
}
.status {
	
}
.selected-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.nom {
	font-weight: bold;
	color: #8f3336;
}
	.modal #joueurs{

	}
	/*.modal #joueurs span.count{
	    display: block;
	    text-align: center;
	    line-height: 50px;
	    background-color: deepskyblue;
	}*/
	.modal #joueurs div.list{
	    max-height: 70vh;
	    overflow-y: scroll;
	}
	.modal #joueurs div.list ul{
	    padding: 0;
		margin: 0;
	}
	.modal #joueurs div.list ul li{
		list-style: none;
    	padding: 10px 20px;
		cursor: pointer;
		border-bottom: 1px solid #c99944;
	}
.modal #joueurs div.list ul li .player{ 
	float: right;
	border-radius: 50px;
	width: 50px;
	height: 50px;
	background-size: cover;
}
.visible-mobile {
	display: none;
}
	.modal #joueurs div.list ul li.selected{
		background: #c4a844;
		color: #9d2f32;
	}
.modal #joueurs div.list ul li.selected .fa-star{
		display: inline-block;
	}
.fa-star {
	display: none;
	color: #9d2f32;
}
.tw-btn, .fb-btn {
	border: 0;
}
.tw-btn {
	background: #1da1f2;
	padding: 5px 20px;
	border-radius: 5px;
	color: #FFF;
}
.tw-btn i {
	color: #FFF;
}
.tw-btn:hover {
	color: #FFF;
	text-decoration: none;
	opacity: 0.8;
}
.fb-btn {
	background: #4267b2;
	padding: 5px 20px;
	border-radius: 5px;
	color: #FFF;
}
.fb-btn i {
	color: #FFF;
}
.fb-btn:hover {
	color: #FFF;
	text-decoration: none;
	opacity: 0.8;
}
h2::before {
	position: absolute;
	bottom: 0;
		width: 25px;
	border-bottom: 2px solid #c4a844;
}
#terrain section {
	padding: 40px 0;
	border-bottom: 1px solid #c4a844;
}
	div#terrain li {
	    border: 5px solid #9d2f32;
	    display: inline-block;
	    padding: 10px;
	    margin: 5px;
		width: 175px;
		background: #c4a844;
		color: #FFF;
	}
	/*button.addPlayer{
    	display: inline-block;
	    background: #313131;
	    border: none;
	    color: white;
	    margin: 0 5px;
	    line-height: 40px;
	    padding: 10px;
	}*/

/*
 * Pulse animation
*/
.modal-draw .modal-body {
	max-height: 70vh;
overflow-y: scroll;
}
@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(1); }
    50% { -webkit-transform: scale(1.1); }
    100% { -webkit-transform: scale(1); }
}
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.text-center{
    width: 100%;
}
@media screen and (max-width: 800px) {
	div.pattern {
		width: 98%;
	}
	h1 {
		font-size: 20px;
	}
	canvas {
		width: 100%;
	}
	.logo-ave {
		position: static !important;
		max-width: 120px !important;
		margin: auto;
		max-width: 150px;
	}
	.logo-euro {
		display: block;
		margin: auto;
		margin-top: 20px;
	}
	.visible-mobile {
	display: inline;
	}
	.visible-desktop {
	display: none;
}
	.flag-mobile {
		width: 25px;
	}
	#content { margin-top: 30px;}
}
