.ice_tea
{
    height : 25%;
    padding-top: 5vh;
    padding: 0 4.5vw ;
    font-size: 1.5rem;
    line-height: 2.5rem;
    width: 100vw;
}

.ice_tea p
{
    color: #000000;
    
}


.ice_tea h1
{
    text-align: center;
    padding-top: 4vh;
    line-height: 3.3rem;
    font-weight: bold;
}

.ice_tea a
{
    border: 3px solid var(--orange);
    padding: 1rem;
    font-weight: bold;
}

.loisirs{
    width: 60%;
    margin: auto;
    margin-top: 2rem;
}

.loisirs > div
{
    font-size: 1.5rem;
    justify-content: space-between;
    line-height: 2.5rem;
    min-height: 300px;
    display: flex;
    height: fit-content;
    align-items: center;
    margin: 2rem 0;
    
}

.loisirs h1
{
    padding-top: 4vh;
    line-height: 3.3rem;
    font-weight: bold;
}

.loisirs img
{
    max-height: 350px;
    width: 40%;
}


.loisirs  ul
{
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media screen and (max-width: 768px){
    
    .loisirs {
        width : 100%;
    }

    .loisirs > div
    {
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
    }  

    .loisirs img{
        width: 100%;
    }

    .loisirs .sport img{
        order: -1;
    }


}

