@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap');

body{
   background: radial-gradient(circle, rgba(0,173,208,0.8379726890756303) 27%, rgba(9,9,121,0.7035189075630253) 65%, rgba(2,0,36,0.7175245098039216) 100%);
}

.tout{
    background-image: url("coucher de soleil.jpg"); 
    background-size: cover;
    opacity: 0.7; 
    border-radius: 10px;
    margin: 50px 20%;
    box-shadow: 0px 7px 59px 18px rgba(0,0,0,0.71);
}

h1{
    text-align: center;
    color: #FFF;
    text-shadow: 2px 0 0 #990099, 2px 2px 0 #990099, 0 2px 0 #990099, -2px 2px 0 #990099, -2px 0 0 #990099, -2px -2px 0 #990099, 0 -2px 0 #990099, 2px -2px 0 #990099;
    font-family: 'Lobster', cursive;
    font-size: 50px;
    padding-top: 50px;
    padding-bottom: 0px;
    margin: 50px 0px;
}

p{
    font-size: 19px;
    font-family: 'Lobster', cursive;
    text-align: center;
    color: #FFF;
    text-shadow: 2px 0 0 #990099, 2px 2px 0 #990099, 0 2px 0 #990099, -2px 2px 0 #990099, -2px 0 0 #990099, -2px -2px 0 #990099, 0 -2px 0 #990099, 2px -2px 0 #990099;
    padding-bottom: 20px;
}

.action-button {
    padding: 10px 30px;
    border-radius: 10px;
    font-family: 'Pacifico', cursive;
    font-size: 19px;
    color: #ffffff;
    text-decoration: none;
    background-color: #990099;
    border-bottom: 5px solid #CC00CC;
    text-shadow: 0px -2px #CC00CC;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    margin: 3% 2%;
    display: inline-block;
}

.action-button:hover{
    background-color: #A41B9A;
    transition: 0.3s;
}

.action-button:active {
    transform: translate(0px,5px);
    -webkit-transform: translate(0px,5px);
    border-bottom: 1px solid;
}

.grid{
	grid-area: center;
	text-align: center;
    display: grid;
	grid-template-columns: 0.5fr repeat(3, 1fr) 0.5fr;
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
    padding-bottom: 30px;
}

.col1 { grid-area: 1 / 2 / 2 / 3; }
.col2 { grid-area: 1 / 3 / 2 / 4; }
.col3 { grid-area: 1 / 4 / 2 / 5; }
.col4 { grid-area: 2 / 2 / 3 / 3; }
.col5 { grid-area: 2 / 3 / 3 / 4; }
.col6 { grid-area: 2 / 4 / 3 / 5; }
.col7 { grid-area: 3 / 2 / 4 / 3; }
.col8 { grid-area: 3 / 3 / 4 / 4; }
.col9 { grid-area: 3 / 4 / 4 / 5; }

.niveau {
	grid-area: center;
	text-align: center;
	display: grid;
	grid-template-columns: 0.5fr repeat(4, 1fr) 0.5fr;
	grid-template-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	padding-bottom: 30px;
}

.col20 { grid-area: 1 / 2 / 2 / 3; }
.col21 { grid-area: 1 / 3 / 2 / 4; }
.col22 { grid-area: 1 / 4 / 2 / 5; }
.col23 { grid-area: 1 / 5 / 2 / 6; }

.action-button2 {
    padding: 10px 30px;
    border-radius: 10px;
    font-family: 'Pacifico', cursive;
    font-size: 19px;
    color: #ffffff;
    text-decoration: none;
    background-color: #2dad42;
    border-bottom: 5px solid #008117;
    text-shadow: 0px -2px #008117;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    margin: 3% 2%;
    display: inline-block;
	text-align: center;
}

.action-button2:hover{
    background-color: #01921a;
    transition: 0.3s;
}

.action-button2:active {
    transform: translate(0px,5px);
    -webkit-transform: translate(0px,5px);
    border-bottom: 1px solid;
}

.temps{
    margin-right: 0px;
}
 
 
h2{
    margin: 50px 0px;
}

img{
	width: 50px;
	height: 50px;
}

.messageFin{
    background: radial-gradient(circle, rgba(125,5,140,1) 30%, rgba(2,24,101,1) 68%);
	background-size: cover;
	position: absolute;
	top: 14%;
	left: 25%;
	border: 2px solid blue;
	width: 50%;
	z-index: 1;
	border: 3px solid #e47e11;
	border-radius: 10px;
}

.flex_menu_recommencer{
	display: flex;
	justify-content: space-between;
}

.n-button{
    border: 3px solid #e47e11;
    font-size: 17px;
	font-family: 'Lobster', cursive;
	color:#990099;
}

.x{
	text-shadow: 2px 0 0 #990099, 2px 2px 0 #990099, 0 2px 0 #990099, -2px 2px 0 #990099, -2px 0 0 #990099, -2px -2px 0 #990099, 0 -2px 0 #990099, 2px -2px 0 #990099;
	font-size: 20px;
    font-family: 'Lobster', cursive;
	color: #FFF;
}

.mrIncredible{
	border: 3px solid #CC00CC;
    border-radius: 10px;
	width: 20%;
	height: 20%;	
}