.container {
    max-width: 75%;
    margin: 0 auto;
  }
  .savage-land {
 
    padding: 80px 0;
    text-align: center;
  }
  
  .savage-land-title {
    font-size: 3rem;
    margin-bottom: 2rem;
     width:100%;
  }
  
  .savage-land-description p {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
     width:100%;
  }
  
  /* Style de fond */
        body {
            background-color: #1a1a1a;
            color: #fff;
            font-family: 'Ubuntu Bold', sans-serif;
            font-size: 1vw;
            font-weight: 400;
            line-height: 1.5;
            text-align: center;
            width: 100vw;
  height: 100vh;
  margin: 0;

        }

        /* Styles de l'en-tête */
        header {
            padding: 50px 0;
            text-align: center;
        }

        h1 {
            font-size: 4vw;
            font-weight: 900;
            letter-spacing: 10px;
            text-transform: uppercase;
        }

        h2 {
            font-size: 36px;
            font-weight: 700;
            letter-spacing: 5px;
            text-transform: uppercase;
            margin-bottom: 50px;
        }
        /* Styles pour les balises <span> */
span {
  font-weight: bold;
  color: #c70000;
  font-size: 20px;
}

    /* Styles des sections */
    section {
        padding: 50px 0;
        text-align: center;
        border-bottom: 1px solid #333;
        width: 100%;
  height: 60vh;
  margin-bottom: 2vh;
    }

    section:last-of-type {
        border-bottom: none;
    }

    section h2 {
        font-size: 36px;
        font-weight: 700;
        letter-spacing: 3px;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    section p {
        font-size: 24px;
        font-weight: 400;
        letter-spacing: 1px;
        margin-bottom: 30px;
    } 

.btn {
    display: inline-block;
    padding: 70px 70px;
    background-color: #c70000;
    color: #fff;
    font-size: 4VW;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 10px;
    border: 15px solid #c70000;
    transition: all 0.3s ease;
     /* ajoute une marge entre les boutons */
}

.btn:hover {
    background-color: #fff;
    color: #c70000;
    cursor: pointer;
}


@font-face {
            font-family: "Avenir W01";
            src:
                url("https://s3.ca-central-1.amazonaws.com/logojoy/dist/fonts/57bf7902-79ee-4b31-a327-1bbf59a3d155.eot?#iefix") format("eot"),
                url("https://s3.ca-central-1.amazonaws.com/logojoy/dist/fonts/b290e775-e0f9-4980-914b-a4c32a5e3e36.woff2") format("woff2"),
                url("https://s3.ca-central-1.amazonaws.com/logojoy/dist/fonts/4b978f72-bb48-46c3-909a-2a8cd2f8819c.woff") format("woff"),
                url("https://s3.ca-central-1.amazonaws.com/logojoy/dist/fonts/9bdf0737-f98c-477a-9365-ffc41b9d1285.ttf") format("truetype"),
                url("https://s3.ca-central-1.amazonaws.com/logojoy/dist/fonts/15281d0d-e3c2-46e1-94db-cb681e00bfaa.svg#15281d0d-e3c2-46e1-94db-cb681e00bfaa") format("svg");
            font-weight: 400;
            font-style: normal;
        }     


@media only screen and (max-width: 767px) {
  html, body {
    height: 100%;
  }
  footer {
    width: 100%;
    height: 100%;
    background-color: #222;
    color: #fff;
    font-size: 1.2rem;
    box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.5);
    padding: 1rem;
  }
}

/* Footer pour ordinateurs */
@media only screen and (min-width: 768px) {
  html, body {
    height: 100%;
  }
  footer {
    width: 100%;
    height: 100%;
    background-color: #222;
    color: #fff;
    font-size: 1.2rem;
    box-shadow: 1% -2% 5px rgba(0, 0, 0, 0.5);
    padding: 1rem;
    margin-bottom:0;
  }
}

#content {
  padding: 20px;
  font-size: 1.2em;
}

/* Footer container */
.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 100%; /* Added height property */
}

/* Footer column */
.footer-column {
  width: calc(33.33% - 2rem);
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
}

.footer-column:last-child {
  align-items: center;
}

/* Footer heading */
.footer-heading {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

/* Footer text */
.footer-text {
  margin-bottom: 1rem;
}

/* Footer link */
.footer-link {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-link:hover {
  color: #E53E3E;
}

/* Footer list */
.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Footer list item */
.footer-list-item {
  margin-bottom: 0.5rem;
}

/* Footer button */
.btn-footer {
  margin-top: auto;
  display: inline-block;
  padding: 0.5rem 0.5rem;
  background-color: #E53E3E;
  color: #fff;
  border-radius: 0.25rem;
  text-decoration: none;
  transition: background-color 0.3s;
  max-width: 100%; /* Ensure button does not exceed text size */
  box-sizing: border-box; /* Ensure padding is included in max width */
  text-align: center; /* Center text in button */
}

.btn-footer:hover {
  background-color: #C53030;
}

/* Server status */
.server-status {
  margin-bottom: 0.5rem;
  margin: 0;
  font-size: 1.1rem;
  display: flex;
  justify-content: center; /* Center status text */
}

/* Server status text */
.server-status-text {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  color: #fff;
}

/* Server status online */
.server-status-online .server-status-text {
  background-color: #38A169;
}

/* Server status offline */
.server-status-offline .server-status-text {
  background-color: #718096;
}

/* Server specs */
.server-specs {
  font-size: 1.2rem;
}

.server-specs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.server-specs-list-item {
  margin-bottom: 0.5rem;
}
.centre {
  text-align: center;
}
/* Style pour le bouton Lecture / Pause */
.button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #c70000;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 10px;
  border: 2px solid #c70000;
  transition: all 0.3s ease;
  margin-top: 50px;
}

.button:hover {
  background-color: #fff;
  color: #c70000;
  cursor: pointer;
}

