body {
    background-color: #e9bb93;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.titre {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.5cqw;
    height: 15%;
    text-align: center;
    text-transform: uppercase;
    font-weight: bolder;
}

.texte {
    margin: auto;
    width: 80%;
    max-width: 2500px;
    font-size: 20px;
    font-weight: lighter;
}

.gif {
    display: flex;
    width: 100%;
    justify-content: center;
    height: fit-content;
    margin-bottom: 30;
}


.gif img {
    width: 65%;
    max-width: 2000;
    min-width: 450;
    border-radius: 20px;
}

.spacer {
    height: 6cqw;
}


.spacer1 {
    height: 5%;
}

.boutton_df {
    width: 100%;
    height: 6%;
    text-align: center;
}   

.boutton_df img {
    height: 100%;
    transition: 0.2s;
}

.boutton_df img:hover {
    height: 107%;
}

.boutton {
    width: 100%;
    height: 6%;
    text-align: center;
}

.boutton img {
    height: 100%;
    transition: 0.2s;
}

.boutton img:hover {
    height: 107%;
}

