html,
body {
    height: 100%;
}

body {
    background: #282828;
    font-family: 'Open Sans', sans-serif;
    display: flex;
    flex-direction: column;
}

#app {
    flex: 1 0 auto;
}

footer {
    margin-top: auto;
    background: #1d1b1b;
}

.title-block {
    color: #fff;
    background: #eb4034cf;
    padding: 1rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

h1.title-block {
    font-size: 2rem;
}

.title-block,
.content,
.content-shadow {
    box-shadow: 0 0.3rem 0.75rem rgba(0, 0, 0, 0.15);
}

.content-parent,
.content {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.content-parent .content {
    margin: 0;
}

.content {
    background: #fff;
    padding: 25px;
}

.navbar {
    background: #1d1b1b;
    font-weight: 500;
    font-size: 1.0rem;
}

.navbar-brand {
    font-size: 2rem;
}

.navbar-brand img {
    max-height: 75px;
    max-width: 150px;
}

.navbar .navbar-nav .nav-link {
    padding: 0.5rem 0.75rem;;
}

.home-background {
    height: 450px;
    overflow: hidden;
    background-size: cover;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
}

.home-background img {
    max-height: 400px;
}

.home-background .btn {
    border-radius: 0;
    padding: 10px 35px;
    border-radius: .25rem;
}

.post-preview {
    position: relative;
}

.post-preview .post-img {
    border-radius: 0px 0px 5px 5px;
}

.post-preview .post-body {
    padding: 10px;
    color: #fff;
    background: #232323;
    border-radius: 5px;
}

.post-preview .post-img ~ .post-body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0 0 5px 5px;
    background: rgba(0, 0, 0, 0.5);
}

.post-preview .card-title {
    color: inherit;
}

.post-preview {
    border-radius: 0;
}

.post-preview .card-img-top {
    border-radius: 0;
}

.btn-primary {
    color: #fff;
    background-color: #eb4034;
    border-color: #eb4034;
}
.btn-primary:hover {
    color: #fff;
    background-color: #eb4034;
    border-color: #eb4034;
}
.btn-primary:active {
    color: #fff;
    background-color: #eb4034;
    border-color: #eb4034;
}
.list-group-item.active {
    color: #fff;
    background-color: #eb4034;
    border-color: #858788;
}

.SRVtop {
    width:auto;
    height:auto;
  max-width: 350px;
  max-height: 120px;
  min-height: 70px;
    border-radius: 15px 15px 0px 0px;
  background: #eb4034;
}
.SRVtop h1 {
  color: #fff;
  padding-top: 22px;
  margin-left: 22px; 
  font-size: 28px;
  text-align: left;
  text-shadow: 2px 2px #801111;
}

.SRVcard {
  color: #fff;
    width:auto;
    height:auto;
  max-width: 350px;
  max-height: 500px;
  min-height: 70px;
  border-radius: 0px 0px 15px 15px;
  background: #2b2c2c;
  box-shadow: -1px 7px 13px -7px rgba(0,0,0,0.87);
  margin-bottom: 15px;
}
.SRVcontent {
   padding-top: 5%; 
   padding-bottom: 5%; 
}
.SRVserv {
  display: flex;
  width:auto;
  height:auto;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 8px;
  max-width: 350px;
  height: 60px;
  border-radius: 5px 5px 5px 5px;
  background: #4c4c4cd1;
  box-shadow: 0px 7px 13px -7px rgba(0,0,0,0.87);
}
#SRVenligne{
  width: 15px;
  height: 15px;
  border-radius: 20px;
  background: #28a745;
}
#SRVhorsligne{
  width: 15px;
  height: 15px;
  border-radius: 20px;
  background: #c12525;
}

.SRVstatut{
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 10px;
}
.SRVname{
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 10px;
}
.SRVjoueurs{
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: 20px;
  
}
.SRVtxt {
  margin-top: 9px;
  font-size: 26px;
}
.SRVtxt1 {
  margin-top: 9.8px;
  font-size: 25px;
}

.YTtop {
  color: #fff;
  width:auto;
  height:auto;
  max-width: 350px;
  max-height: 120px;
  min-height: 70px;
  border-radius: 20px 20px 0px 0px;
  background: #eb4034;
}
.YTtop h1 {
  color: #fff;
  padding-top: 22px;
  margin-left: 22px; 
  font-size: 28px;
  text-align: left;
  text-shadow: 2px 2px #801111;
}

.YTcard {
  color: #fff;
  width:auto;
  height:auto;
  max-width: 350px;
  max-height: 500px;
  min-height: 150px;
  border-radius: 0px 0px 20px 20px;
  background: #2b2c2c;
  box-shadow: -1px 7px 13px -7px rgba(0,0,0,0.87);
  margin-bottom: 15px;
}
.YTcontent {
   text-align: center;
   padding-top: 5%;  
}
.YTcontent p {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px #544646;
}
.YTcontent h5 {
  padding-bottom: 15px;
  font-size: 16px;
  text-shadow: 2px 2px #544646; 
}
.YTcenter {
  display: flex;
  width: auto;
}
.YTcenter a {
  margin-top: 20px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  font-size : 25px;
}
.YTcount {
  font-size: 25px;
  margin-left: auto;
  margin-right: auto;
}
.DCtop {
  width:auto;
  height:auto;
  max-width: 350px;
  max-height: 120px;
  min-height: 70px;
  border-radius: 20px 20px 0px 0px;
  background: #eb4034;
}
.DCtop h1 {
  color: #fff;
  padding-top: 22px;
  margin-left: 22px; 
  font-size: 28px;
  text-align: left;
  text-shadow: 2px 2px #801111;
}

.DCcard {
  color: #fff;
  width:auto;
  height:auto;
  max-width: 350px;
  max-height: 500px;
  min-height: 150px;
  border-radius: 0px 0px 20px 20px;
  background: #2b2c2c;
  box-shadow: -1px 7px 13px -7px rgba(0,0,0,0.87);
  margin-bottom: 15px;
}
.DCcontent {
   text-align: center;
   padding-top: 5%;  
}
.DCcontent p {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px #544646;
}
.DCcontent h5 {
  padding-bottom: 15px;
  text-shadow: 2px 2px #544646;
}
.DCcenter {
  display: flex;
  width: auto;
}
.DCcenter a {
  margin-top: 20px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  font-size : 25px;
}
.DCcount {
  font-size: 25px;
  margin-left: auto;
  margin-right: auto;
}
.minecraft {
   font-family: 'MinecraftiaRegular';
   font-weight: normal;
   font-style: normal;
}
.ipbtn {
  padding-top: 10px;
  font-size: 15px;
  text-shadow: 2px 4px 0px #383838;
  font-weight: bold;
  box-shadow: 0px 6px 5px 2px rgba(0,0,0,0.65);
}
.ipcopie {
  padding-top: 5px;
  font-size: 11px;
  color: #abababb8;
}
.ippadd {
   padding-bottom: 30px;
}
#logo {
  padding-bottom: 15px;
}

.pcard {
  color: #fff;
  width:auto;
  height:auto;
  max-width: 730px;
  min-height: 150px;
  border-radius: 20px;
  background: #2b2c2c;
  box-shadow: -1px 7px 13px -7px rgba(0,0,0,0.87);
  margin-bottom: 15px;
}
.pcontent {
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 10px;
  padding-top: 5px;
}
.ABtop {
  width:auto;
  height:auto;
  max-width: 730px;
  max-height: 120px;
  min-height: 70px;
  border-radius: 20px 20px 0px 0px;
  background: #eb4034;
}
.ABtop h1 {
  color: #fff;
  padding-top: 22px;
  margin-left: 22px; 
  font-size: 28px;
  text-shadow: 2px 2px #801111;
}

.ABcard {
  width:auto;
  height:auto;
  max-width: 730px;
  min-height: 150px;
  border-radius: 0px 0px 20px 20px;
  background: #2b2c2c;
  box-shadow: -1px 7px 13px -7px rgba(0,0,0,0.87);
}
.ABcontent {
  text-align: center;
  padding-top: 3%;  
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 25px;
}
.ABcontent p {
  font-size: 15px;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px #000;
}
