#plateau {
    border: 3px #3498DB outset;
    background-color: #3498DB;
	width:90%;
}
#plateau td {
    width: 10vw;
    height: 10vw;
    /* margin: 0px; */
    padding: 0px;
    border: 2px #3498DB solid;
    border-radius: 10vw;
    background-color: white;
    cursor: pointer;
	margin-top: 20px;
}

#plateau td.joueur1 {
    background-color: rgb(243, 71, 71);
}
#plateau td.joueur2 {
    background-color: #90EE90;
}
#wrapper{
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	/* width:595px; */
	text-align:center;
}
#game {
    text-align: -webkit-center;
    /* text-align: center; */
}
#wrapper h3{
	font-size:58px;
    /* font-family: 'Roboto', sans-serif */
	color: black;
	margin-bottom:30px;
}
#wrapper h2{
	font-size:37px;
    /* font-family: 'Roboto', sans-serif; */
	color: black;
}
/* @font-face{
    font-family: 'Roboto', sans-serif;
	 src: url('font/Sudden Desires.ttf'); 
} */
#wrapper button{
    margin-top: 9px;
    width: 32%;
    background-color: #9891ffbd;
    border-radius: 10%;
    font-family: 'Roboto', sans-serif;
    height: 50px;
    font-size: 22px;
    text-align: center;
    border: none;
}

body {
	background-color: #EBEBEB;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1 {
	font-size: 25px;
	padding-bottom:60px;
}
@media only screen and (min-width: 1000px) {
	
    #wrapper{
        margin-left:auto;
        margin-right:auto;
        /* margin-top:-40px; */
	margin-top: 20px;
        width:595px;
        text-align:center;
    }
    #plateau td {
        width: 2cm;
        height: 2cm;
        margin: 0px;
        padding: 0px;
        border: 2px #3498DB solid;
        border-radius: 2cm;
        background-color: white;
        cursor: pointer;
    }
    h1 {
        font-size: 3em;
    }
}
