@charset "utf8";

body {
    background-image: url("../images/background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: fixed;
	font-family: Arial , sans-serif;
	padding: 0;
	margin: 0;
}

@font-face {
    font-family: MousseRegular;
    src: url("../font/Mousse-Regular.otf");
}

@font-face {
    font-family: Womby-Regular;
    src: url("../font/Womby-Regular.otf");
}

@font-face {
    font-family: RifficFree-Bold;
    src: url("../font/RifficFree-Bold.ttf");
}

@font-face {
    font-family: futuraBT;
    src: url("../font/49443310.ttf");
}

@font-face {
    font-family: MiriaPro;
    src: url("../font/MyriadPro-Bold.otf");
}

@font-face {
    font-family: Minecraft;
    src: url("../font/Minecrafter.Reg.ttf");
}

nav {
    background-color: #16161a;
}

nav ul a {
    padding: 0 24px;
    font-size: 31px;
    font-family: MousseRegular;
    font-weight: bold;
    margin-top: 7px;
}

ul.left.hide-on-med-and-down{
    padding-left: 215px;
}

ul.right.hide-on-med-and-down{
    padding-right: 100px;
}

a.brand-logo.center img {
    height: 123px;
    margin-top: 18px;
}

#rejoindre {
    float: right;
    margin-top: 20px;
    border-radius: 1px;
    color: white;
    background-color: #EB8D00;
    font-family: Womby-Regular;
    font-size: 18px;
    border-bottom: 3px solid #f1ac35;
}

img#twitter {
    position: absolute;
    margin-left: 15px;
    margin-top: 7px;
}

img#discord {
    position: absolute;
    margin-left: 95px;
    margin-top: 7px;
}

i.material-icons.right {
    margin-left: 0px;
}

.contenue {
    text-align: center;
    color: white;
    padding-top: 100px;
}

.contenue h1 {
    background-color: white;
    padding: 7px;
    color: black;
    width: 49%;
    margin: 0 auto;
    font-size: 45px;
    font-family: RifficFree-Bold;
}

.contenue h4 {
    padding: 0;
    margin: 0;
    font-size: 23px;
    font-family: futuraBT;
}

.global {
    background-color: #ff9800;
    margin-top: 100px;
    text-align: center;
    padding: 15px;
}

.global .actu h3 {
    font-size: 22px;
    margin-top: -43px;
    background-color: #ff9800;
    width: 15%;
    margin: 0 auto;
    margin-top: -44px;
    padding: 6px;
    padding-bottom: 18px;
    font-family: futuraBT;
    color: #ffcccc;
    text-shadow: 1px 1px 1px black;
}

.global img {
    height: 210px;
    width: 76%;
    margin-left: -28px;
    padding: 6px;
    margin-top: 6px;
}

@media only screen and (min-width: 993px) {
    .row .col.l6 {
        width: 25%;
}

}

img.logoserv {
    height: 115px;
    margin-top: 26px;
    margin-left: -30px;
}

footer .grey-text.text-lighten-4 {
    color: #f5f5f5 !important;
    margin-top: -10px;
}

footer .white-text {
    font-size: 17px;
    color: orange !important;
    font-family: MiriaPro;
}

.footer p {
    font-size: 17px;
    color: orange !important;
    font-family: MiriaPro;
}

footer .email{
    font-size: 15px;
    color: orange !important;
    font-family: MiriaPro;
    padding: 0;
    margin-top: -15px;
}

.page-footer {
    background-color: #16161a;
    padding: 1px;
    margin-top: 46px;
}

img.mcserv {
    height: 45px;
}

/* slider */ 
i.fas.fa-caret-left {
    float: left;
    font-size: 107px;
    margin-top: 50px;
}

i.fas.fa-caret-right {
    float: right;
    font-size: 107px;
    margin-top: -165px;
}

.slider1 {
    background-color: maroon;
    width: 55%;
}

#wowslider-container1 .ws_images {
    height: 251px;
}

.global img {
    height: 280px;
}

@media only screen and (min-width: 601px) {
.row .col.m7 {
    width: 25.333333%;
    margin-left: 52px;
}

.col.s12.m7.jeux1{
    transform: rotate(-13deg);
}

.col.s12.m7.jeux2{
    transform: rotate(13deg);
    margin-left: -76px;
    margin-top: 55px;
}

.col.s12.m7.jeux3{
    transform: rotate(-5deg);
    margin-top: 63px;
    margin-left: -21px;
}

.col.s12.m7.jeux4{
    transform: rotate(13deg);
    margin-left: -35px;
    margin-top: 39px;);
}

.col.s12.m5 {
    max-width: 47%;
    float: left;
}

.card .card-content p {
    font-size: 23px;
    font-family: Minecraft;
}

main.games {
    margin-top: 51px;
}

.col.s12.m5.trailer {
    color: white;
    font-size: 18px;
    padding-left: 48px;
    margin-top: -19px;
}

main.tuto {
    margin-top: 60px;
}

hr {
    width: 42%;
    margin-top: 55px;
}

.font {
    font-family: Minecraft;
    font-size: 15px;
}

.clearfix::after {
	content: '';
	display: block;
	clear: both;
	font-size: 0;
	margin: 0;
	padding: 0;
}