.age-popup-overlay {
    position: fixed;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.8);
    background-image: url(https://chateaulesbugadelles.com/img/cms/LOGOS%20-%20PICTOS/2CHATEAU-LES-BUGADELLES-logo-horizontal-Quadri-2025.png);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: 10% 60%;
    background-size: initial;
}

.age-popup-box {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 70px;
    text-align: center;
    max-width: 100%;
    border-radius: 10px;
}

.age-popup-box h5 {
  font-size: 18px;
  margin-bottom: 20px;
}
.age-popup-box p {
  font-size: 14px;
  margin-bottom: 20px;
}

.age-popup-box button {
  margin: 0 10px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

.button18year {
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    padding: 12px 24px;
    border: 0 solid;
    color: #fff;
    fill: currentColor;
    text-align: center;
	font-weight: bold;
    background-color: #9F7157;
    border-radius: 5px 5px 5px 5px;
    transition: .5s;
}

.button18year:hover {
    background-color: #6B5D55;
    transition: .5s;
}
.button18year:focus {
    outline: none;
}