/* @font-face {
	font-family: 'ClearSansBold';
	src: url('fonts/ClearSansBold.ttf');
} */

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Work Sans', 'Encode Sans Expanded', 'Roboto', sans-serif;
    background-color: #f3f5f6;
    overflow-x: hidden;
}

p {
    line-height: 160%;
}

h1 {
    font-family: 'Work Sans' ,'Roboto', sans-serif;
    color: white;
    font-size: 35px;
    letter-spacing: 3px;
    word-spacing: 0px;
    /*text-shadow: 1px 1px 6px black;*/
    line-height: 100%;
    font-weight: 600;
    margin: auto 0;
    margin-bottom: 25px;
}

h1 strong {
    font-weight: 600;
    color: rgba(255, 255, 50, 1);
    /*color: rgba(10, 175, 240, 0.9);*/
}

h1 em {
    font-weight: 600;
    font-size: 22px;
    font-style: normal;
}

header {
    position: relative;
    height: 800px;
    width: 100%;
    background-image: url('../images/moon-hunters-pixel-art-games-19060.png');
    /*background-size: cover;*/
}

header:before { 
    content: '';
    position: absolute;
    top: 83%;
    left: -50%;
    width: 200%;
    height: 75%; 
    transform: rotate(-7deg);
    overflow: hidden;
    background-color: #f3f5f6;
    box-shadow: 0 -5px 10px -1px rgba(0,0,0,0.25);
}

header #header-content {
    max-width: 1100px;
    margin: auto;
    position: relative;
    margin-top: 105px;
}

header #intro {
    /* font-size: 1.1em; */
    /* margin-bottom: 40px; */
    color: white;
    max-width: 500px;
}

header #intro p {
    color: white;
    /* word-spacing: 1px; */
    /* text-shadow: 1px 1px 6px black; */
    /* line-height: 160%; */
}

header #buttons {
    margin-top: 40px;
    margin-bottom: 25px;
}

header #subtitle {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.35);
}

header .cadre {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center;
    line-height: 30px;
    border: 1px solid white;
    border-radius: 2px;
}

#features {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 88%;
    margin: auto;
}

/* #features:before { 
    content: '';
    position: absolute;
    top: 80%;
    left: -50%;
    width: 200%;
    height: 100%; 
    transform: rotate(-8deg);
    background-color: rgba(0, 0, 0, 0.02);
    box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.5);
    overflow: hidden;
} */

#rapide {
    text-align: right;
    /* padding-right: 150px; */
    position: relative;
    bottom: 95px;
}

#rapide svg {
    /* margin-top: 25px; */
}

#rapide p {
    width: 620px;
    display: inline-block;
    word-spacing: 2px;
    line-height: 160%;    
    color: rgba(80, 100, 120, 1);
}

a {
    text-decoration: none;
    cursor: pointer;
}

#rapide a {
    display: inline-block;
    word-spacing: 2px;
    line-height: 160%;
    color: rgba(136, 77, 230, 1);
    float: right;
    clear: both;
}

#nombreux {
    text-align: left;
    position: relative;
    top: 85px;
}

#nombreux p {
    width: 620px;
    display: inline-block;
    /* word-spacing: 2px; */
    line-height: 160%;
    color: rgba(80, 100, 120, 1);
}

#nombreux a {
    word-spacing: 2px;
    line-height: 160%;    
    color: rgba(136, 77, 230, 1);
    text-decoration: none;
}

#rapide hr {
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 20px;
    height: 1px;
    border: none;
    background-color: rgba(0, 0, 0, 0.1);
    width: 530px;
    text-align: right;
    float: right;
    clear: both;
}

#nombreux hr {
    margin-top: 50px;
    margin-bottom: 20px;
    height: 1px;
    border: none;
    background-color: rgba(0, 0, 0, 0.1);
    width: 620px;
}

h2 {
    font-family: 'Work Sans', 'Roboto', sans-serif;
    color: rgba(36, 180, 126, 1);
    font-size: 25px;
    line-height: 150%;
    letter-spacing: 2px;
    word-spacing: 2px;
    text-align: center;
}

h3 {
    font-family: 'Work Sans', 'Roboto', sans-serif;
    text-transform: uppercase;
    color: rgba(36, 180, 126, 1);
    font-size: 1.3em;
    line-height: 150%;
    letter-spacing: 2px;
    word-spacing: 4px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu
{
    background-color: rgba(30, 30, 30, 0.75);
    /*background-color: #2a2a2a;*/
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
    /* height: 43px; */
    line-height: 43px;
}

#menu ul li {
    margin: 0 20px;
    position: relative;
}

#menu ul li a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    text-shadow: 1px 1px 6px black;
    /* text-shadow: 0px 0px 2px rgba(187, 187, 187, 0.8); */
    font-family: 'Calibri', 'Work Sans', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    /* margin-right: 40px; */
    border-bottom: 2px transparent solid;
    border-top: 2px transparent solid;
    transition: 400ms;
}

#menu ul {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 75%;
    margin: auto;
}

#menu ul li:last-child {
    /* margin-right: 50px; */
}

#menu .sub-menu {    
    position: absolute;
    display: flex;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 13px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    overflow: hidden;
    width: 122px;
    background: #fff;
    border-radius: 4px;
    padding: 2px 0;
    transform-origin: 50% 0;
    transition: opacity .125s, transform .125s, visibility .125s;
}

#title {
    flex: 1;
    /*font-size: 1.5em;*/
    /* margin-right: 40px; */
    /* margin-left: 10%; */
}

ul li#title a {
    text-transform: none !important;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    border: none;
    color: #61727f;
}

ul li#title a i {
    margin: 0 5px;
}

ul li#title a img {
    position: absolute;
    top: 7px;
}

#menu ul li a:hover {
    color: rgba(255, 255, 255, 0.9);
}

.focus {
    border-bottom: 2px #0aaff1 solid !important;
}

#login {
    position: absolute;
    right: 0px;
}

#language {
    position: absolute;
    right: 30px;
}

em {
    font-style: normal;
}

button {
    padding: 12px 20px;
    text-transform: uppercase;
    font-family: 'Roboto', 'Raleway', sans-serif;
    color: white;
    /* font-size: 0.88em; */
    font-weight: bold;
    font-size: 13px;
    letter-spacing: .05rem;
    word-spacing: 2px;
    letter-spacing: 2px;
    border: none;
    border-radius: 5px;
    box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.2);
    transition: all 200ms;
    position: relative;
}

button:hover {
    cursor: pointer;
    transform: translateY(-2px);
    box-shadow: 2px 3px 4px 1px rgba(0, 0, 0, 0.2);
}

button:focus {
    outline: inherit;
}

#btn-connect {
    background-color: rgba(62, 207, 142, 0.9);
    /*background-color: rgb(52, 152, 219);*/
}

#btn-connect:hover {
    background-color: rgba(62, 207, 142, 0.75);
    /*background-color: rgb(34, 129, 193);*/
}

#btn-try {
    color: white;
    background-color: transparent;
    margin-left: 50px;
    border: 2px solid white;
}

#btn-try:hover {
    /*background-color: rgba(20, 100, 20, 0.2);*/
    border: 2px solid rgba(62, 207, 142, 1);
    color: rgba(62, 207, 142, 1);
}

i {
    transition: 200ms;
}

#menu i {
    transition: 0ms !important;
}

#demo:hover > .lien {
    border-bottom: 1px dotted rgba(136, 77, 230, 1);
}

#demo:hover > i{
    transform: translateX(4px);
}

#svg1 {
    width: 66px;
    height: 66px;
    float: right;
    padding-left: 30px;
}

#svg2 {
    width: 66px;
    height: 66px;
    float: left;
    padding-right: 30px;
}

rect {
    transition: 1s;
}

#offres {
    background-color: rgba(0, 0, 0, 0.02);
    width: 100%;
    height: 800px;
    padding-top: 200px;
}

/* #nos-offres {
    font-size: 1.7em;
} */

/* #offres h2 {
    text-align: center;
} */

#offres > hr {
    display: block;
    margin: auto;
    margin-bottom: 20px;
    height: 1px;
    border: none;
    background-color: rgba(0, 0, 0, 0.1);
    width: 530px;
    text-align: center;
}

.serveur hr {
    height: 1px;
    border: none;
    background-color: rgba(0, 0, 0, 0.1);
}

#articles {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}

.serveur {
    height: 430px;
    width: 200px;
    padding: 10px 60px;
    margin: 20px 20px;
    text-align: center;
    background-color: white;    
    color: rgba(0, 0, 0, 0.8);
    font-family: 'Work Sans', 'Roboto', sans-serif;
    border-radius: 4px;
    box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
    transition: 150ms;
}

.serveur:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
}

#serveur1 h3 {
    color: rgba(136, 77, 230, 1);
}

.serveur h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.4em;    
}

.serveur ul {
    margin-top: 30px;
    margin-bottom: 50px;
}

.serveur ul li {
    font-size: 1.0em;
    margin: 10px 0px;
}

#serveur2 h3 {
    color: rgba(255, 80, 80, 1);
}

#serveur2 .prix {
    color: rgba(255, 80, 80, 1);
}

.serveur p {
    font-size: 1.0em;
}

.serveur mark {
    background-color: transparent;    
    font-weight: bold;
}

#serveur1 mark {
    color: #884de6;
}

#serveur2 mark {
    color: rgba(255, 80, 80, 1);
}

#best mark {
    color: #24b47e;
}

#best .prix {
    color: #24b47e;
}

.prix {
    color: rgba(136, 77, 230, 1);
    font-size: 1.5em;
}

.duree {
    font-size: 0.7em;
}

#best {
    margin-top: -0px;
    height: 450px;
}

#best h3 {
    color: #24b47e;
}

#best button {
    font-weight: normal;
    background-color: rgba(62, 207, 142, 0.9);
}

#best button:hover {
    background-color: #2fc280;/*rgba(102, 217, 172, 1);*/
}

#btn-serveur1 {
    background-color: white;
    border: 1px solid rgba(136, 77, 230, 1);
    color: rgba(136, 77, 230, 1);
}

#btn-serveur1:hover {
    background-color: rgba(136, 77, 230, 0.15);
}

#btn-serveur2 {
    background-color: white;
    border: 1px solid rgba(255, 80, 80, 1);
    color: rgba(255, 80, 80, 1);
}

#btn-serveur2:hover {
    background-color: rgba(255, 80, 80, 0.15);
}

#btn-serveur3:hover {
    background-color: black;
}

.badge {
    display: block;
    position: relative;
    background-color: #24b47e;
    color: white;
    width: 80px;
    height: 12px;
    font-size: 0.6em;
    transform: rotate(45deg);
    top: 9px;
    right: -196px;
}

.badge:before {
    content: '';
    position: absolute;
    margin-left: -33px;
    margin-top: -8px;
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;   
    border-right:10px solid #eef0f1;
    transform: rotate(45deg);
}
.badge:after {
    content: '';
    position: absolute;
    margin-left: 21px;
    margin-top: -12px;
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;   
    border-right:10px solid transparent;
    border-left: 10px solid rgb(231, 233, 236);
    transform: rotate(-45deg);
}

.row ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

#options:before {
    content: '';
    border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 30px solid #eef0f1;
    position: relative;
    text-align: center;
    margin: auto;
    left: 49%;
    top: 28.5px;
}

#options {
    background: #272727;
    height: 550px;    
}

#options h2 {
    margin-top: 120px;
    color: #AAA;
}

#options ul li {
    color: #808080;
    text-transform: uppercase;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    font-size: 1.0em;
}

#options hr {
    display: block;
    margin: auto;
    margin-bottom: 20px;
    height: 1px;
    border: none;
    background-color: rgba(0, 0, 0, 0.2);
    width: 530px;
    text-align: center;
    box-shadow: 0 1px 0 0 rgba(128, 128, 128, 0.1);    
}

.option {
    width: 350px;
    background-color: white;
    /*margin: 100px 100px 100px;    */
    background: #272727;
    /*border: 1px solid #808080;*/
    text-align: center;
    outline: 1px solid rgba(0, 0, 0, 0.2);
}

.option-header img {
    width: 35px;
    margin-right: 20px;
    margin-left: 20px;
}

.option-header {
    display: flex;
    /*justify-content:;*/
    align-items: center;
    text-align: center;
    height: 40px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.1);
    border-top: 1px rgba(128, 128, 128, 0.1) solid;
    border-right: 1px rgba(128, 128, 128, 0.1) solid;
    border-left: 1px rgba(128, 128, 128, 0.1) solid;
}

.option-content {
    text-align: justify;
    font-size: 0.9em;
    padding: 15px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: rgba(0, 0, 0, 0.05);
    border: 1px rgba(128, 128, 128, 0.1) solid;
    text-transform: none;
    line-height: 150%;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 70px;    
    background-color: #202020;
    margin: 0;
    color: #666;
    font-family: 'Work Sans', 'Roboto', sans-serif;
    border-top: 1px #272727 solid;
    outline: 1px solid #202020;
}

footer ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer li {
    font-size: 0.9em;    
}

footer a:hover {
    color: #AAA;
}

footer a {
    color: #666;
    transition: 200ms;
}

#copyright {
    margin: 0;
    background-color: #272727;
    color: #666;
    font-size: 0.8em;
    padding: 10px;
    text-align: center;
}

#social a {
    font-size: 1.1em;
    transition: 50ms;
}

footer i {
    margin-left: 5px;
    margin-right: 5px;
}

#jeux {
    height: 600px;
    background-color: #eef0f1;
    border-top: 1px solid #eef0f1;
}

#vos-jeux {
    text-align: center;
    font-size: 1.7em;
}

#jeux > hr {
    display: block;
    margin: auto;
    margin-bottom: 70px;
    height: 1px;
    border: none;
    background-color: rgba(0, 0, 0, 0.1);
    width: 530px;
    text-align: center;    
}

#minecraft1 {
    background-image: url('../images/minecraft1.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: red;
}

#minecraft2 {
    background-image: url('../images/minecraft1.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
}

#minecraft3 {
    background-image: url('../images/minecraft1.jpg');
    background-repeat: no-repeat;    
    background-size: 100%;
}

#minecraft4 {
    background-image: url('../images/minecraft1.jpg');
    background-repeat: no-repeat;    
    background-size: 100%;
}

#minecraft5 {
    background-image: url('../images/minecraft1.jpg');
    background-repeat: no-repeat;    
    background-size: 100%;
}

#minecraft6 {
    background-image: url('../images/minecraft1.jpg');
    background-repeat: no-repeat;    
    background-size: 100%;
}

#jeux-sider {
    display: flex;
    justify-content: center;
}

.jeu {
    width: 200px;
    height: 220px;
    height: 354px;
    width: 300px;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.25);
    transition: 400ms;
    margin-left: 5px;
    margin-right: 5px;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,0);
}

.jeu:hover {
    transform: translateY(-6px);
    box-shadow: 0px 10px 40px rgba(0,0,0,0.25);
    cursor: pointer;
    height: 380px;
    width: 330px;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);
}