#page-disabled {
    height: 100%;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr;
    color: #dd4130;
    text-align: center;
}

#page-disabled h1 {
    font-weight: 700;
}

h2 {
    font-size: 1.8rem;
}

p {
    font-size: 1.4rem;
}

.home-section {
    padding-bottom: 60px;
    height: 50vh;
    text-align: center;
}

.os-button {
    background-color: transparent;
    border: none;
    margin: 0 auto;
    display: block;
    width: 90%;
}
.os-button2 {
    background-color: transparent;
    border: none;
    margin: 0 auto;
    display: block;
    width: 90%;
}

.os-button figure {
    height: 90px;
}

#langs-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
    row-gap: 15px;
    align-items: center;
}

.lang-button {
    padding: 0;
}

.lang-button > div,
.lang-button > div:hover {
    display: grid;
    grid-template-columns: 40px auto;
    align-items: center;
    column-gap: 15px;
    background-color: #f0f0f0;
    padding: 5px;
    border-radius: 30px;
    padding-right: 15px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: #282828;
}

.lang-button.selected > div,
.lang-button > div:hover {
    background-color: #f4f4f4;
    color: #e14d0d;
}

.lang-button > div > span {
    font-weight: bold;
    text-transform: uppercase;
}

button#save,
button#save:hover {
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 20px;
    display: block;
    width: fit-content;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.05em;
    background-color: #e14d0d;
    border: 2px solid #e14d0d;
}

button#save:hover {
    color: #e14d0d;
    background-color: transparent;
}
#langs-form button:not([value=en-GB]):not([value="fr-FR"]):not([value="de-DE"]):not([value="it-IT"]):not([value="es-ES"]):not([value="nl-NL"]):not([value="pt-PT"]):not([value="ch-IT"]):not([value="ch-DE"]):not([value="ch-FR"]):not([value="ch-CH"]):not([value="gr-GR"]):not([value="at-AT"]) figure.img-contain img {
    filter: grayscale(1)!important;
}