#section-index {
    margin-bottom: 2rem;
}

#chateau-gonflable {
    position: absolute;
    top: 11rem;
    right: 10rem;
    width: 40%;
}

#panneau {
    display: flex;
    flex-direction: column;
    font-family: 'Grandstander Clean', sans-serif;
    color: black;
}

.ligne1-index {font-size: 6.5vw; margin-top: 5rem; margin-bottom: 1rem;}
.ligne2-index {font-size: 56px; margin-bottom: 1rem;}
.ligne3-index {font-size: 23px; margin: 0rem 0 1rem 0;}
.ligne4-index {font-size: 23px; margin: 0 0 1rem 0;}
.ligne5-index {font-size: 23px;}

.bouton-style-axoloca {
    background: linear-gradient(to right, #f4a300, #d23027);
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: #000;
    padding: 12px 24px;
    margin-top: 2rem;
    border: 4px solid #000;
    border-radius: 12px;
    width: 20%;
    box-shadow: 4px 4px #000;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
    margin-bottom: 6rem;
}

.bouton-style-axoloca:hover {
    transform: scale(1.05);
    box-shadow: 6px 6px #000;
    background: linear-gradient(to right, #d23027, #a41d1d);
    color: #FFF;
}

.element-index {
    height: 120px;
    margin: 1rem 2rem;
}